/* @import url(/templates/template1/assets/styles/vendors/bootstrap.min.css); */

@import url(/templates/template1/assets/styles/vendors/swiper.min.css);

@import url(/templates/template1/assets/styles/vendors/simplebar.min.css);

@import url(/templates/template1/assets/icons/style.css);

@import url(/templates/template2/assets/css/ionicons.css);

@import url(/templates/template3/css/simple-line-icons.css);

@import url(/templates/template4/css/icofont.css);

.Template1 *,
.Template1 ::before,
.Template1 ::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.Template1 .main::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.Template1 .main::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
}

.Template1 .main::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.Template1 .logo img {
  max-width: 150px;
  object-fit: contain;
}

.Template1 h1,
.Template1 h2,
.Template1 h3,
.Template1 h4,
.Template1 h5,
.Template1 h6,
body:has(.Template1),
.Template1 input,
.Template1 textarea,
.Template1 span,
.Template1 p,
.Template1 button {
  font-family: var(--primary-font) !important;
}

html:has(.Template1) {
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
}

body:has(.Template1),
html:has(.Template1) {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}

body:has(.Template1) {
  background-color: #f5f6f7;
  color: #44566c;
  font-family: "Archivo", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 580px) {
  body:has(.Template1) {
    line-height: 1.6;
  }
}

html:has(.Template1).is-scroll-disabled body {
  height: 100vh;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html:has(.Template1).is-scroll-disabled {
    overflow: hidden;
  }
}

.Template1 .no-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
}

.Template1 .no-scroll-height {
  overflow-x: hidden;
}

.Template1 .svg-defs {
  position: absolute;
  height: 0;
  width: 0;
}

.Template1 .bg-triangles {
  background-image: url(../images/triangles-top.svg),
    url(../images/triangles-bottom.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: inherit;
}

@media only screen and (max-width: 580px) {
  .Template1 .bg-triangles {
    background-size: contain;
  }
}

.Template1 .bg-triangles-2 {
  background-image: url(../images/triangle-2-top.svg),
    url(../images/triangle-2-bottom.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: fixed;
}

@media only screen and (max-width: 991px) {
  .Template1 .bg-triangles-2 {
    background-size: contain;
  }
}

.Template1 .bg-peach {
  background-image: linear-gradient(115.29deg, #fff2e7 1.33%, #ffcada 98.21%);
  background-attachment: fixed;
}

.Template1 .bg-green {
  background-image: linear-gradient(115.29deg, #0dc8a9 1.33%, #32cbc8 98.21%);
  background-attachment: fixed;
}

.Template1 .bg-green-2 {
  background-image: linear-gradient(135deg, #9be15d 0%, #00d9a6 100%);
  background-attachment: fixed;
}

.Template1 h1,
.Template1 h2,
.Template1 h3,
.Template1 h4,
.Template1 h5,
.Template1 h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.Template1 .title--h1 {
  font-size: 2rem;
  margin-bottom: 1.0625rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .title--h1 {
    font-size: 1.75rem;
  }
}

.Template1 .title--h2 {
  font-size: 1.75rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .title--h2 {
    font-size: 1.5rem;
  }
}

.Template1 .title--h3 {
  font-size: 1.5rem;
  margin-bottom: 1.3125rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .title--h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.Template1 .title--h4 {
  font-size: 1.25rem;
  margin-bottom: 0.8125rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .title--h4 {
    font-size: 1rem;
  }
}

.Template1 .title--h5 {
  font-size: 1rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .title--h5 {
    font-size: 0.9375rem;
  }
}

.Template1 .title--h6 {
  font-size: 0.75rem;
}

.Template1 .title--center {
  text-align: center;
}

.Template1 .title--tone {
  color: var(--primary-color);
}

.Template1 .title-icon {
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  height: 2.5rem;
  width: 2.5rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .title-icon {
    height: 2.0833333333rem;
    width: 2.0833333333rem;
  }
}

.Template1 .title__separate {
  margin-bottom: 2.3125rem;
  position: relative;
}

.color-box[data-color] {
  --title__separate: attr(data-color color);
}

.Template1 .title__separate::before {
  content: "";
  background-color: var(
    --title__separate,
    var(--primary-color)
  ); /* Fallback color */
  border-radius: 0.5rem;
  height: 0.3125rem;
  position: absolute;
  bottom: -1.0625rem;
  left: 0;
  width: 3.125rem;
  z-index: 1;
}

@media only screen and (max-width: 580px) {
  .Template1 .title__separate {
    margin-bottom: 1.5rem;
  }

  .Template1 .title__separate::before {
    height: 0.1875rem;
    bottom: -0.5625rem;
    width: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .Template1 .first-title {
    transition: all 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 991px) {
  .Template1 .open-menu .first-title {
    padding-top: 2.5625rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .open-menu .first-title {
    padding-top: 0;
  }
}

.Template1 .weight--400 {
  font-weight: 400;
}

.Template1 .weight--500 {
  font-weight: 500;
}

.Template1 .weight--600 {
  font-weight: 600;
}

.Template1 .weight--700 {
  font-weight: 700;
}

.Template1 .color--light {
  color: #8697a8;
}

.Template1 .color--dark {
  color: #44566c;
}

.Template1 .block-quote {
  font-size: 1.3125rem;
  font-weight: 400;
  font-style: italic;
  margin: 1.8125rem 0;
  position: relative;
  line-height: 1.6;
}

@media only screen and (max-width: 991px) {
  .Template1 .block-quote {
    padding-left: 3.8125rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .block-quote {
    font-size: 1.125rem;
    margin: 1rem 0;
    padding-left: 0;
    padding-top: 2.8125rem;
  }

  .Template1 .block-quote p {
    margin-bottom: 0.5rem;
  }
}

.Template1 .block-quote::before {
  background-image: url(../images/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  height: 2.125rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -3.375rem;
  width: 2.125rem;
}

@media only screen and (max-width: 991px) {
  .Template1 .block-quote::before {
    left: 0;
  }
}

.Template1 .block-quote__author {
  font-size: 1rem;
  font-style: normal;
  display: block;
  margin-top: 0.5625rem;
  padding-left: 3rem;
  position: relative;
}

@media only screen and (max-width: 580px) {
  .Template1 .block-quote__author {
    font-size: 0.875rem;
    margin-top: 0;
    padding-left: 2rem;
  }
}

.Template1 .block-quote__author::before {
  content: "";
  background-color: #44566c;
  height: 0.0625rem;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .block-quote__author::before {
    width: 1rem;
  }
}

.Template1 a {
  color: var(--primary-color);
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  transition: color 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.Template1 a:hover {
  color: var(--primary-color);
  outline: none;
  text-decoration: none;
}

.Template1 a.decoration--none {
  text-decoration: none;
}

.Template1 .noGutters-Top {
  margin-top: 0 !important;
}

.Template1 .noGutters-Bottom {
  margin-bottom: 0 !important;
}

.Template1 .noGutters-Left {
  margin-left: 0 !important;
}

.Template1 .noGutters-Right {
  margin-right: 0 !important;
}

.Template1 .description {
  color: var(--secondary-color);
  margin-bottom: 1.875rem;
}

.Template1 .foreword {
  color: var(--secondary-color);
  font-size: 1.125rem;
}

.Template1 img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Template1 iframe {
  background-color: #44566c;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.Template1 .cover {
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  width: 100%;
}

.Template1 ::-moz-selection {
  background: transparent;
  color: var(--primary-color);
}

.Template1 ::selection {
  background: transparent;
  color: var(--primary-color);
}

.Template1 .input,
.Template1 .textarea,
.Template1 select,
.Template1 .custom-select {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  box-shadow: none;
  color: #44566c;
  font-size: inherit;
  height: auto;
  padding: 0.875rem 1.375rem 0.8125rem;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 580px) {
  .Template1 .input,
  .Template1 .textarea,
  .Template1 select,
  .Template1 .custom-select {
    padding: 0.8125rem 1.375rem 0.75rem;
  }
}

.Template1 .input:focus,
.Template1 .textarea:focus,
.Template1 select:focus,
.Template1 .custom-select:focus {
  background-color: var(--secondary-color);
  color: #44566c;
  box-shadow: none;
  outline: none;
}

.Template1 .input {
  line-height: inherit;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .Template1 .input {
    line-height: 0;
  }
}

.Template1 .input--white {
  background-color: #fff;
}

.Template1 .input--white:focus {
  background-color: #fff;
}

.Template1 .input__icon {
  padding-left: 3.375rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .input__icon {
    padding-left: 2.8125rem;
  }
}

.Template1 .textarea {
  border-radius: 20px;
  display: block;
  padding: 0.8125rem 1.1875rem;
  resize: none;
}

.Template1 .textarea--white {
  background-color: #fff;
}

.Template1 .textarea--white:focus {
  background-color: #fff;
}

.Template1 .form-group {
  position: relative;
}

@media only screen and (max-width: 580px) {
  .Template1 .form-group {
    margin-bottom: 1.6875rem;
  }
}

.Template1 .form-group .font-icon {
  color: #8697a8;
  font-size: 1.0625rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.375rem;
  height: 1rem;
  width: 1rem;
  z-index: 1;
}

@media only screen and (max-width: 580px) {
  .Template1 .form-group .font-icon {
    font-size: 1rem;
    left: 2.0625rem;
  }
}

.Template1 .help-block {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1.4;
  padding-top: 0.3125rem;
  padding-left: 0.375rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .help-block {
    font-size: 0.6875rem;
  }
}

.Template1 .with-errors {
  color: #ff3d57;
}

.Template1 .has-error input,
.Template1 .has-error textarea,
.Template1 .has-error input:focus,
.Template1 .has-error textarea:focus {
  border-color: #ff3d57;
}

.Template1 #validator-contact {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.Template1 .form-control::-webkit-input-placeholder {
  color: #8697a8;
}

.Template1 .form-control::-moz-placeholder {
  color: #8697a8;
}

.Template1 .form-control:-ms-input-placeholder {
  color: #8697a8;
}

.Template1 .form-control::-ms-input-placeholder {
  color: #8697a8;
}

.Template1 .form-control::placeholder {
  color: #8697a8;
}

.Template1 input:invalid,
.Template1 textarea:invalid {
  outline: none !important;
}

.Template1 .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.125rem rgba(48, 76, 253, 0.25);
}

.Template1
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: var(--primary-color);
}

.Template1
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label::before {
  border-color: #fff;
  background-color: transparent;
}

.Template1 .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.Template1 .custom-control-label {
  line-height: 1.55;
  padding-left: 0.5rem;
}

.Template1 .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #f0f0f6;
}

.Template1 select,
.Template1 .custom-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.1rem center/10px 16px;
}

.Template1 select option,
.Template1 .custom-select option {
  color: #44566c;
}

.Template1 .dropdown-menu {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0.5rem 2.5rem rgba(134, 151, 168, 0.25);
  color: #5f6f81;
  font-size: 0.9375rem;
}

.Template1 .dropdown-menu::before {
  content: "";
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid #fff;
  height: 0;
  position: absolute;
  top: -0.375rem;
  left: 1.0625rem;
  width: 0;
}

.Template1 .dropdown.dropup .dropdown-menu::before {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #fff;
  border-bottom: 0.375rem solid transparent;
  top: auto;
  bottom: -0.75rem;
}

.Template1 .progress {
  background-color: #f0f0f6;
  border-radius: 1rem;
  height: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: inherit;
  position: relative;
  text-align: right;
}

@media only screen and (max-width: 580px) {
  .Template1 .progress {
    margin-bottom: 1rem;
  }
}

.Template1 .progress:last-child {
  margin-bottom: 0;
}

.Template1 .progress-bar {
  background-color: var(--primary-color);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  width: 0%;
  z-index: 1;
}

.Template1 .progress .progress-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.Template1 .progress .progress-text > * {
  min-width: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Template1 .progress-text span:nth-child(2) {
    float: right;
  }
}

.Template1 .badge {
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 10rem;
  padding: 0.5rem 1rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .badge {
    font-size: 0.875rem;
  }
}

.Template1 .badge--light {
  background-color: #f5f6f7;
  color: #44566c;
}

.Template1 .badge--gray {
  background-color: #f0f0f6;
  color: #44566c;
}

.Template1 .badge--dark {
  background-color: #44566c;
  color: #fff;
}

.Template1 .badge--blue {
  background-color: var(--primary-color);
  color: #fff;
}

.Template1 .badge--blue-gradient {
  background-image: linear-gradient(
    to right,
    #0081ff 0%,
    #3fa0ff 50%,
    #0045ff 100%
  );
  color: #fff;
}

.Template1 .badge--aqua {
  background-color: #00f1e2;
  color: #fff;
}

.Template1 .badge--red {
  background-color: #ff3d57;
  color: #fff;
}

.Template1 .tooltip {
  font-family: "Archivo", sans-serif;
}

.Template1 .tooltip-inner {
  max-width: 12.5rem;
  padding: 0.25rem 0.5625rem 0.25rem;
  background-color: #44566c;
  border-radius: 0.25rem;
  box-shadow: 0 1rem 2rem rgba(134, 151, 168, 0.25),
    0 0.125rem 1rem rgba(134, 151, 168, 0.5);
}

.Template1 .tooltip.show {
  opacity: 1;
}

.Template1 .bs-tooltip-top .arrow::before,
.Template1 .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: #44566c;
}

.Template1 .bs-tooltip-right .arrow::before,
.Template1 .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-width: 0.3125rem 0.3125rem 0.3125rem 0;
  border-right-color: #44566c;
}

.Template1 .bs-tooltip-left .arrow::before,
.Template1 .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-left-color: #44566c;
}

.Template1 .bs-tooltip-bottom .arrow::before,
.Template1 .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #44566c;
}

.Template1 .btn {
  background-color: var(--primary-color);
  border-radius: 20px;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(48, 76, 253, 0.15),
    0 0.125rem 0.25rem rgba(48, 76, 253, 0.15);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  padding: 0.9375rem 2rem 0.875rem;
  position: relative;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
}

.Template1 .btn:hover {
  color: #fff;
  box-shadow: none;
  opacity: 0.9;
}

.Template1 .btn:focus {
  box-shadow: 0 1.5rem 2.5rem rgba(48, 76, 253, 0.1),
    0 0.5rem 1rem rgba(48, 76, 253, 0.1);
}

.Template1 .btn::before {
  display: none;
  content: "";
  box-shadow: 0 0.25rem 2rem rgba(48, 76, 253, 0.25),
    0 0.25rem 1rem rgba(48, 76, 253, 0.25);
  margin: 0 auto;
  height: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s ease-in-out;
  width: 64%;
  z-index: -1;
}

.Template1 .btn:hover::before {
  box-shadow: none;
}

.Template1 .btn--light {
  background-color: var(--secondary-color);
  color: #44566c;
}

.Template1 .btn--gray {
  background-color: #f0f0f6;
  color: #44566c;
}

.Template1 .btn--dark {
  background-color: #44566c;
}

.Template1 .btn--blue-gradient {
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #0081ff 0%,
    #3fa0ff 50%,
    #0045ff 100%
  );
}

.Template1 .btn--red {
  background-color: #ff3d57;
  color: #fff;
}

.Template1 .btn .font-icon {
  margin-right: 0.375rem;
}

.Template1 button:focus {
  outline: none;
}

.Template1 .preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1106;
  opacity: 1;
}

.Template1 .preloader > * {
  min-width: 0;
}

.Template1 .preloader__wrap {
  width: 100%;
  max-width: 9.375rem;
}

.Template1 .preloader__progress {
  background: #fff;
  height: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.Template1 .preloader__progress span {
  background: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

.Template1 .circle-pulse > * {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  transform: scale(0);
  animation: pulse 1.6s linear infinite;
}

.Template1 .circle-pulse__1 {
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  margin-left: -3rem;
  background-color: var(--primary-color);
}

.Template1 .circle-pulse__2 {
  width: 4.8rem;
  height: 4.8rem;
  margin-top: -2.4rem;
  margin-left: -2.4rem;
  background-color: rgba(48, 76, 253, 0.7);
  animation-delay: -0.8s;
}

@keyframes pulse {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .Template1 .sidebar {
    margin-bottom: 1.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .sidebar {
    margin-bottom: 1rem;
  }
}

.Template1 .sidebar .avatar {
  margin-top: -8rem;
  margin-bottom: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
}

.Template1 .sidebar__user-name {
  font-size: 1.8125rem;
  font-family: "Merriweather", serif;
  margin-bottom: 0.875rem;
  position: relative;
}

@media only screen and (max-width: 580px) {
  .Template1 .sidebar__user-name {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}

.Template1 .sidebar__info {
  padding-top: 0.7rem;
}

@media only screen and (max-width: 1200px) {
  .Template1 .sidebar__info {
    text-align: center;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .sidebar__info {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.Template1 .sidebar .btn {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .Template1 .sidebar .btn {
    width: 40%;
  }
}

@media only screen and (max-width: 991px) {
  .Template1 .sidebar .btn {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .Template1 .sidebar .btn {
    width: 100%;
  }
}

.Template1 .contacts-block {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .Template1 .contacts-block {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .Template1 .contacts-block {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .contacts-block {
    font-size: 0.9375rem;
  }
}

.Template1 .contacts-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.6875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Template1 .contacts-block__item > * {
  min-width: 0;
}

@media only screen and (max-width: 1200px) {
  .Template1 .contacts-block__item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .Template1 .contacts-block__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.25rem;
  }
}

.Template1 .contacts-block__item a {
  color: #44566c;
  text-decoration: none;
}

.Template1 .contacts-block__item a:hover {
  color: var(--primary-color);
}

.Template1 .contacts-block .font-icon {
  font-size: 1.125rem;
  margin-right: 0.875rem;
}

.Template1 .sticky-column.is_stuck {
  margin-top: 1.875rem;
}

.Template1 .sticky-column.is_stuck .avatar {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .Template1 .container {
    max-width: 1240px;
  }
}

@media (min-width: 1300px) {
  .Template1 .container {
    max-width: 1240px;
  }
}

.Template1 .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.875rem;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}

.Template1 .box.main_content {
  overflow: hidden;
}

@media only screen and (max-width: 580px) {
  .Template1 .box {
    border-radius: 16px;
    padding: 1.25rem;
  }
}

.Template1 .box__second {
  background-color: var(--primary-color);
  border-radius: 15.3846153846px;
}

@media only screen and (max-width: 580px) {
  .Template1 .box__second {
    border-radius: 15.3846153846px;
  }
}

.Template1 .box__large {
  padding: 1.875rem 2.5rem;
}

@media only screen and (max-width: 991px) {
  .Template1 .box__large {
    padding: 1.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .box__large {
    padding: 1.25rem;
  }
}

.Template1 .box__large .box-inner::before,
.Template1 .box__large .box-inner::after {
  width: 2.5rem;
}

@media only screen and (max-width: 991px) {
  .Template1 .box__large .box-inner::before,
  .Template1 .box__large .box-inner::after {
    width: 1.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .box__large .box-inner::before,
  .Template1 .box__large .box-inner::after {
    width: 1.25rem;
  }
}

.Template1 .box__large .box-inner::before {
  left: -2.5rem;
}

@media only screen and (max-width: 991px) {
  .Template1 .box__large .box-inner::before {
    left: -1.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .box__large .box-inner::before {
    left: -1.25rem;
  }
}

.Template1 .box__large .box-inner::after {
  right: -2.5rem;
}

@media only screen and (max-width: 991px) {
  .Template1 .box__large .box-inner::after {
    right: -1.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .box__large .box-inner::after {
    right: -1.25rem;
  }
}

.Template1 .box-inner {
  background-color: var(--secondary-color);
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .box-inner {
    padding-top: 1.1875rem;
    padding-bottom: 1rem;
  }
}

.Template1 .box-inner::before,
.Template1 .box-inner::after {
  content: "";
  background-color: inherit;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1.875rem;
  z-index: -1;
}

@media only screen and (max-width: 580px) {
  .Template1 .box-inner::before,
  .Template1 .box-inner::after {
    width: 1.25rem;
  }
}

.Template1 .box-inner::before {
  left: -1.875rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .box-inner::before {
    left: -1.25rem;
  }
}

.Template1 .box-inner::after {
  right: -1.875rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .box-inner::after {
    right: -1.25rem;
  }
}

.Template1 .box-inner--rounded::before {
  border-radius: 0 0 0 20px;
}

.Template1 .box-inner--rounded::after {
  border-radius: 0 0 20px 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .box-inner--rounded::before {
    border-radius: 0 0 0 16px;
  }

  .Template1 .box-inner--rounded::after {
    border-radius: 0 0 16px 0;
  }
}

.Template1 .box-inner--white {
  background-color: #fff;
}

.Template1 .box-inner--white::before,
.Template1 .box-inner--white::after {
  background-color: #fff;
}

.Template1 .shadow {
  box-shadow: 0 2.5rem 3.125rem rgba(103, 118, 128, 0.1) !important;
}

.Template1 .shadow::before {
  content: "";
  box-shadow: 0 1.875rem 3.125rem rgba(103, 118, 128, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  height: 2rem;
  width: 65%;
  z-index: -1;
}

.Template1 .shadow--orange {
  box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.1) !important;
}

.Template1 .shadow--orange::before {
  box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.1);
}

.Template1 .shadow--green {
  box-shadow: 0 2.5rem 3.125rem rgba(0, 115, 97, 0.1) !important;
}

.Template1 .shadow--green::before {
  box-shadow: 0 2.5rem 3.125rem rgba(0, 115, 97, 0.1);
}

.Template1 .js-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.Template1 .overlay {
  position: relative;
}

.Template1 .overlay::before,
.Template1 .overlay--45::before,
.Template1 .overlay--80::before {
  content: "";
  background-color: rgba(68, 86, 108, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.Template1 .overlay--45::before {
  background-color: rgba(68, 86, 108, 0.45);
}

.Template1 .overlay--80::before {
  background-color: rgba(68, 86, 108, 0.8);
}

.Template1 .gutter-top {
  padding-top: 10rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .gutter-top {
    padding-top: 5rem;
  }
}

.Template1 .avatar {
  display: block;
  height: 100%;
  width: 100%;
}

.Template1 .avatar--180 {
  max-height: 11.25rem;
  max-width: 11.25rem;
  height: 11.25rem;
  width: 11.25rem;
}

.Template1 .avatar--80 {
  max-height: 5rem;
  max-width: 5rem;
  filter: drop-shadow(-0.15625rem 0 0 #fff) drop-shadow(0.1875rem 0 0 #fff)
    drop-shadow(0 -0.125rem 0 #fff) drop-shadow(0 0.125rem 0 #fff)
    drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.25))
    drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.4));
}

@media only screen and (max-width: 580px) {
  .Template1 .avatar--80 {
    max-height: 3.3333333333rem;
    max-width: 3.3333333333rem;
  }
}

.Template1 .avatar--60 {
  max-height: 3.75rem;
  max-width: 3.75rem;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.2))
    drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.2));
}

@media only screen and (max-width: 580px) {
  .Template1 .avatar--60 {
    max-height: 2.8195488722rem;
    max-width: 2.8195488722rem;
  }
}

.Template1 .avatar__box {
  -webkit-clip-path: url(#avatar-box);
  clip-path: url(#avatar-box);
}

.Template1 .avatar__hexagon {
  -webkit-clip-path: url(#avatar-hexagon);
  clip-path: url(#avatar-hexagon);
}

.Template1 .avatar image {
  height: 100%;
  width: 100%;
}

.Template1 .social {
  line-height: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.375rem;
}

@media only screen and (min-width: 580px) {
  .Template1 .social {
    margin-top: 1.125rem;
    margin-bottom: 1rem;
  }
}

.Template1 .social__link {
  color: #44566c;
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 0.8125rem;
  text-decoration: none;
}

.Template1 .social__link:hover {
  cursor: pointer;
  text-decoration: none;
}

.Template1 .social__link:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 580px) {
  .Template1 .pt-sm-6 {
    padding-top: 5rem;
  }
}

.Template1 .circle-menu {
  background-color: var(--primary-color);
  border-radius: 50% 1.25rem 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  z-index: 2;
}

.Template1 .circle-menu > * {
  min-width: 0;
}

@media only screen and (max-width: 991px) {
  .Template1 .circle-menu {
    height: 3.5625rem;
    width: 3.5625rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .circle-menu {
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 1rem;
    position: fixed;
    height: 2.5rem;
    width: 2.5rem;
    z-index: 101;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .open-menu .circle-menu {
    box-shadow: 0 0 0 0.0625rem rgba(48, 76, 253, 0.5);
    background-color: transparent;
  }
}

.Template1 .hamburger {
  cursor: pointer;
}

.Template1 .hamburger .line {
  background-color: #fff;
  border-radius: 0.25rem;
  display: block;
  margin: 0.3125rem 0;
  height: 0.1875rem;
  width: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.Template1 .hamburger .line:nth-child(2) {
  margin-left: 0.25rem;
  width: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .Template1 .hamburger .line {
    margin: 0.25rem 0;
    height: 0.125rem;
    width: 1.125rem;
  }

  .Template1 .hamburger .line:nth-child(2) {
    width: 0.875rem;
  }
}

.Template1 .hamburger.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .Template1 .hamburger.is-active .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
}

.Template1 .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
  transform: rotate(45deg);
}

.Template1 .hamburger.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .Template1 .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .hamburger.is-active .line {
    background-color: var(--secondary-color);
  }
}

.Template1 .inner-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 3.75rem;
  padding-right: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  z-index: 1;
}

.Template1 .inner-menu > * {
  min-width: 0;
}

@media only screen and (max-width: 991px) {
  .Template1 .inner-menu {
    height: 3.5625rem;
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .Template1 .inner-menu {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .inner-menu {
    height: 100vh;
    padding-right: 0;
    position: fixed;
    pointer-events: none;
    z-index: 100;
  }
}

.Template1 .open-menu .inner-menu {
  pointer-events: all;
}

.Template1 .nav {
  color: #fff;
  /* background: var(--primary-color); */
  border-radius: 2rem 0 0 2rem;
  box-shadow: 0 1.5rem 2.5rem rgba(48, 76, 253, 0.05),
    0 0.5rem 1rem rgba(48, 76, 253, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  list-style-type: none;
}

.Template1 .nav > * {
  min-width: 0;
}

@media only screen and (max-width: 768px) {
  .Template1 .nav {
    border-radius: 1.25rem 0 0 2rem;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #44566c;
    background-color: #fff !important;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.5rem;
  }

  .Template1 .nav > * {
    min-width: 0;
  }
}

.Template1 .nav__item {
  margin-right: 3rem;
}

@media only screen and (max-width: 991px) {
  .Template1 .nav__item {
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .nav__item {
    margin-right: 0;
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }
}

.Template1 .nav__item a {
  color: rgba(255, 255, 255, 0.7);
}

.Template1 .nav__item a:hover {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 580px) {
  .Template1 .nav__item a {
    color: rgba(68, 86, 108, 0.6);
  }

  .Template1 .nav__item a:hover {
    color: #44566c;
  }
}

.Template1 .nav__item a.active {
  color: #fff;
}

@media only screen and (max-width: 580px) {
  .Template1 .nav__item a.active {
    color: #44566c;
  }
}

.Template1 .nav__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .nav__item:last-child {
    margin-right: 0;
  }
}

.Template1 .inner-menu-alt {
  padding-right: 0;
  width: 100%;
}

.Template1 .inner-menu-alt .nav {
  border-radius: 20px 20px 2rem 2rem;
  width: 100%;
  transition: width 0.4s ease-in-out;
}

@media only screen and (max-width: 580px) {
  .Template1 .inner-menu-alt .nav {
    width: 0;
  }
}

.Template1 .inner-menu-alt .nav__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .open-menu .inner-menu-alt .nav {
    border-radius: 0;
    width: 100%;
  }
}

.Template1 .footer {
  color: #8697a8;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media only screen and (max-width: 580px) {
  .Template1 .footer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.Template1 .bg-green .footer,
.Template1 .bg-peach .footer {
  color: #fff;
}

.Template1 .case-item {
  display: flex;
  height: calc(100% - rem(30px));
  margin-bottom: 1.875rem;
  padding: 1.875rem 1.875rem 1.5rem;
  position: relative;
}

.Template1 .case-item > * {
  min-width: 0;
}

@media only screen and (max-width: 991px) {
  .Template1 .case-item {
    height: calc(100% - rem(20px));
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .case-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - rem(20px));
    margin-bottom: 1.25rem;
    padding: 1rem;
    text-align: center;
  }

  .Template1 .case-item > * {
    min-width: 0;
  }
}

.Template1 .case-item__icon {
  margin-right: 1.1875rem;
  height: 2.5rem;
  width: 2.5rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .case-item__icon {
    margin-right: 0;
    margin-bottom: 0.8125rem;
  }
}

.Template1 .case-item div {
  flex: 1;
}

.Template1 .case-item__caption {
  color: #5f6f81;
  line-height: 1.5;
}

.Template1 .case-item__caption:last-child {
  margin-bottom: 0;
}

.Template1 .js-carousel-clients {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .js-carousel-clients .swiper-slide {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .Template1 .contact-form .btn {
    width: 100%;
  }
}

.Template1 .tabcontent .contact-form {
  padding-bottom: 1.875rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .tabcontent .contact-form {
    padding-bottom: 1.25rem;
  }
}

.Template1 .map {
  background-color: var(--secondary-color);
  border-radius: 13.3333333333px;
  height: 23.75rem;
  margin-bottom: 2rem;
  position: relative;
  direction: ltr;
}

@media only screen and (max-width: 580px) {
  .Template1 .map {
    height: 15.625rem;
  }
}

.Template1 .popover-map-title {
  color: #44566c;
  font-size: 1.1875rem;
  margin-top: 0.0625rem;
  margin-bottom: 0.5rem;
}

.Template1 .popover-map-caption {
  color: #44566c;
  font-weight: 400;
}

.Template1 #marker {
  background-image: url("../images/icon-map-pic.svg");
  background-size: cover;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
}

.Template1 .gutter-sizer {
  width: 1.875rem;
}

.Template1 .gallery-grid {
  display: flex;
}

.Template1 .gallery-grid > * {
  min-width: 0;
}

.Template1 .gallery-grid__item {
  margin-bottom: 1.3125rem;
  width: calc(33% - 17.5px);
}

@media only screen and (max-width: 991px) {
  .Template1 .gallery-grid__item {
    width: calc(50% - 16px);
  }
}

@media only screen and (max-width: 768px) {
  .Template1 .gallery-grid__item {
    width: 100%;
  }
}

.Template1 .gallery-grid__item:hover .gallery-grid__image {
  transform: scale3d(1.1, 1.1, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

.Template1 .gallery-grid__image-wrap {
  border-radius: 14px;
  height: 11rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .Template1 .gallery-grid__image-wrap {
    height: 13rem;
  }
}

@media only screen and (max-width: 768px) {
  .Template1 .gallery-grid__image-wrap {
    height: 18rem;
  }
}

.Template1 .gallery-grid__image {
  border-radius: 10px;
  transform: scale3d(1, 1, 1);
}

.Template1 .gallery-grid__caption {
  padding-left: 0.1875rem;
}

.Template1 .gallery-grid__title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0;
}

.Template1 .gallery-grid__category {
  font-size: 0.875rem;
  color: #8697a8;
  display: block;
}

@media only screen and (min-width: 769px) {
  .Template1 .filter {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1.1875rem;
    padding: 0;
  }

  .Template1 .filter > * {
    min-width: 0;
  }

  .Template1 .filter__item {
    padding-right: 1.1875rem;
  }

  .Template1 .filter__item:first-child {
    display: none;
  }

  .Template1 .filter__item:last-child {
    padding-right: 0;
  }

  .Template1 .filter__item.active a {
    color: var(--primary-color);
  }

  .Template1 .filter__link {
    color: #8697a8;
    padding: 0 0.25rem;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
  }

  .Template1 .filter__link:hover {
    text-decoration: none;
  }
}

.Template1 .select .placeholder {
  display: none;
}

@media only screen and (max-width: 768px) {
  .Template1 .select {
    background-color: var(--secondary-color);
    border-radius: 1.25rem;
    color: #8697a8;
    display: block;
    margin-bottom: 2rem;
    padding: 0.1875rem 1.1875rem 0.1875rem 1.5rem;
    position: relative;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    width: 100%;
    -webkit-touch-callout: none;
    z-index: 2;
  }

  .Template1 .select .placeholder {
    cursor: pointer;
    display: block;
    padding: 0.5rem 0;
    position: relative;
    z-index: 1;
  }

  .Template1 .select .placeholder:after {
    position: absolute;
    top: 50%;
    right: 0.125rem;
    transform: translateY(-50%);
    font-family: "icomoon";
    content: "\e90e";
    z-index: 10;
  }

  .Template1 .select.is-open .placeholder:after {
    content: "\e90f";
  }

  .Template1 .select.is-open ul {
    display: block;
  }

  .Template1 .select ul {
    background-color: #fff;
    box-shadow: 0 0.625rem 3.75rem rgba(134, 151, 168, 0.25);
    border-radius: 20px;
    display: none;
    max-height: 37.5rem;
    overflow: hidden;
    overflow-y: auto;
    padding: 0.5625rem 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .Template1 .select ul li {
    display: block;
    text-align: left;
    padding: 0.1875rem 1.1875rem;
    color: #44566c;
    cursor: pointer;
  }

  .Template1 .select ul li:hover {
    background-color: #304cfd;
  }

  .Template1 .select ul li:hover a {
    color: #fff;
  }

  .Template1 .select ul li:first-child {
    display: none;
  }

  .Template1 .select ul li a {
    color: #44566c;
    text-decoration: none;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .select {
    margin-bottom: 1.5rem;
  }
}

.Template1 .news-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.Template1 .news-grid > * {
  min-width: 0;
}

@media only screen and (max-width: 991px) {
  .Template1 .news-grid {
    margin-left: 0;
    margin-right: 0;
  }
}

.Template1 .news-item {
  box-shadow: 0 1.5rem 2.5rem rgba(169, 194, 209, 0.3);
  margin-bottom: 1.875rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  padding: 0;
  width: calc(50% - 30px);
}

@media only screen and (max-width: 991px) {
  .Template1 .news-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .news-item {
    margin-bottom: 1.25rem;
  }
}

.Template1 .news-item:hover .news-item__image-wrap::before,
.Template1 .news-item:hover .news-item__image-wrap::after {
  opacity: 1;
}

.Template1 .news-item:hover {
  box-shadow: 0 0.75rem 1.25rem rgba(169, 194, 209, 0.2);
}

.Template1 .news-item__image-wrap {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  height: 14rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .Template1 .news-item__image-wrap {
    height: 18rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .news-item__image-wrap {
    border-radius: 16px 16px 0 0;
    height: 12rem;
  }
}

.Template1 .news-item__image-wrap::before {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.Template1 .news-item__image-wrap::after {
  content: "";
  background-image: url(../icons/icon-news.svg);
  height: 2.5rem;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  width: 2.5rem;
  z-index: 2;
}

.Template1 .news-item__date {
  background-color: #fff;
  color: #5f6f81;
  border-radius: 0 0.625rem 0 0;
  font-size: 0.875rem;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  padding-bottom: 0.1875rem;
  padding-top: 0.3125rem;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.Template1 .news-item__link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.Template1 .news-item__caption {
  padding: 1.875rem 1.875rem 0.5rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .news-item__caption {
    padding: 1.1875rem 1rem 0;
  }
}

.Template1 .news-item .title {
  font-family: "Merriweather", serif;
}

.Template1 .news-item p {
  color: #5f6f81;
  line-height: 1.5;
}

@media only screen and (max-width: 580px) {
  .Template1 .news-item p {
    font-size: 0.9375rem;
  }
}

.Template1 .header-post {
  margin-top: 1rem;
  text-align: center;
}

@media only screen and (max-width: 580px) {
  .Template1 .header-post {
    margin-top: 1rem;
  }
}

.Template1 .header-post__date {
  color: #8697a8;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 580px) {
  .Template1 .header-post__date {
    margin-bottom: 0.8125rem;
  }
}

.Template1 .header-post .title {
  font-family: "Merriweather", serif;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .header-post .title {
    margin-bottom: 1rem;
  }
}

.Template1 .header-post__image-wrap {
  height: 31.25rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .header-post__image-wrap {
    height: 18rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 1.5rem;
  }
}

.Template1 .caption-post {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 80%;
}

@media only screen and (max-width: 991px) {
  .Template1 .caption-post {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .caption-post {
    margin-bottom: 1.1875rem;
  }
}

.Template1 .caption-post p {
  color: #5f6f81;
}

.Template1 .gallery-post {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.Template1 .gallery-post > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .gallery-post {
    margin-left: 0;
    margin-right: 0;
  }
}

.Template1 .gallery-post__item {
  flex: calc(50% - 32px);
  height: auto;
  max-height: 80vw;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(50% - 32px);
}

@media only screen and (max-width: 580px) {
  .Template1 .gallery-post__item {
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
}

.Template1 .gallery-post__caption {
  color: #8697a8;
  font-size: 0.875rem;
  font-style: italic;
  padding: 1rem 1rem 2rem;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 580px) {
  .Template1 .gallery-post__caption {
    padding: 0 0 1rem;
  }
}

.Template1 .gallery-post__caption a {
  color: #8697a8;
}

.Template1 .footer-post {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
}

.Template1 .footer-post > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .footer-post {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

.Template1 .footer-post::before {
  content: "";
  background-color: #44566c;
  height: 0.0625rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 15%;
}

.Template1 .footer-post__share {
  display: flex;
  align-items: baseline;
  color: #44566c;
  font-size: 0.875rem;
  margin: 0 1.0625rem;
}

.Template1 .footer-post__share > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .footer-post__share {
    margin: 0 0.8125rem;
  }
}

.Template1 .footer-post__share:hover {
  text-decoration: none;
}

.Template1 .footer-post__share .font-icon {
  margin-right: 0.6875rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .footer-post__share span {
    display: none;
  }
}

.Template1 .comment-box {
  display: flex;
  flex-direction: column;
}

.Template1 .comment-box > * {
  min-width: 0;
}

.Template1 .comment-box .comment-box {
  margin-left: 3rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-box .comment-box {
    margin-left: 1.1875rem;
  }
}

.Template1 .comment-box__inner {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}

.Template1 .comment-box__inner > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-box__inner {
    flex-direction: column;
    padding: 1rem 1rem 0.5625rem 1.0625rem;
    margin-bottom: 1rem;
  }
}

.Template1 .comment-box__body {
  color: #5f6f81;
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-box__body {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.Template1 .comment-box__body p {
  margin-bottom: 0.6875rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-box__body p {
    margin-bottom: 0.5rem;
  }
}

.Template1 .comment-box__body .emoji {
  margin: 0 0.3125rem;
  vertical-align: bottom;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-box__body .emoji {
    margin: 0 0.125rem;
    height: 1.0625rem;
    width: 1.0625rem;
  }
}

.Template1 .comment-box__details {
  display: flex;
  justify-content: space-between;
  font-size: 1.0625rem;
  color: #44566c;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.Template1 .comment-box__details > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-box__details {
    font-size: 0.9375rem;
    flex-direction: column;
    margin-top: 0;
  }
}

.Template1 .comment-box__details a {
  text-decoration: none;
}

.Template1 .comment-box__details-date {
  font-size: 0.875rem;
  font-weight: 400;
  color: #8697a8;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-box__details-date {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}

.Template1 .comment-box .avatar {
  margin-right: 1rem;
  flex-shrink: 0;
}

.Template1 .comment-box__footer {
  color: #8697a8;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Template1 .comment-box__footer > * {
  min-width: 0;
}

.Template1 .comment-box__footer li {
  cursor: pointer;
  margin-right: 2rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-box__footer li {
    margin-right: 1rem;
  }
}

.Template1 .comment-box__footer li:hover {
  color: var(--primary-color);
}

.Template1 .comment-box__footer li:last-child {
  margin-right: 0;
}

.Template1 .comment-box__footer span {
  font-size: 0.875rem;
  padding-left: 0.375rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-box__footer span {
    font-size: 0.75rem;
  }
}

.Template1 .comment-box__footer .font-icon {
  font-size: 1rem;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-box__footer .font-icon {
    font-size: 0.875rem;
  }
}

.Template1 .comment-box__footer .icon-like-fill {
  color: #ff3d57;
}

.Template1 .comment-form {
  margin-top: 1rem;
  position: relative;
}

.Template1 .comment-form .textarea {
  border-radius: 0.5rem;
  padding: 1.0625rem 4.5rem 1rem 3.1875rem;
  max-height: 12.5rem;
  overflow: hidden !important;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-form .textarea {
    padding: 0.875rem 3.25rem 0.875rem 2.5rem;
  }
}

.Template1 .comment-form .btn {
  height: 2.5625rem;
  margin-right: 0.5rem;
  margin-bottom: auto;
  margin-top: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5625rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-form .btn {
    height: 1.8303571429rem;
    width: 1.8303571429rem;
  }
}

.Template1 .comment-form .btn .font-icon {
  margin: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-form .btn .font-icon {
    font-size: 0.75rem;
  }
}

.Template1 .comment-form .dropdown {
  height: 1.1875rem;
  line-height: 1.2;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
}

.Template1 .comment-form .dropdown-menu {
  margin-left: -1rem;
  min-width: 14.9375rem;
  max-width: 14.9375rem;
  top: -100% !important;
}

.Template1 .comment-form .icon-smile {
  color: #8697a8;
  cursor: pointer;
  font-size: 1.1875rem;
}

.Template1 .comment-form .icon-smile:hover {
  color: #5f6f81;
}

@media only screen and (max-width: 580px) {
  .Template1 .comment-form .icon-smile {
    font-size: 1rem;
  }
}

.Template1 .emoji-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0.375rem 0.8125rem 0.1875rem;
}

.Template1 .emoji-wrap > * {
  min-width: 0;
}

.Template1 .emoji-wrap .emoji {
  cursor: pointer;
  border-radius: 0.1875rem;
  margin: 0.125rem;
  padding: 0.1875rem;
}

.Template1 .emoji-wrap .emoji:hover {
  box-shadow: 0 0 0 0.125rem rgba(134, 151, 168, 0.2);
}

.Template1 .scroll-line {
  background: var(--primary-color);
  height: 0.1875rem;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 3;
}

.Template1 .nicescroll-cursors {
  background-color: #8697a8 !important;
}

.Template1 .social-auth {
  font-size: 0.9375rem;
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .social-auth {
    font-size: 0.875rem;
  }
}

.Template1 .social-auth__item {
  display: inline-flex;
  margin-right: 0.375rem;
}

.Template1 .social-auth__item > * {
  min-width: 0;
}

.Template1 .social-auth__link {
  color: #fff;
}

.Template1 .social-auth__link:hover {
  color: #fff;
  opacity: 0.7;
}

.Template1 .social-auth .font-icon {
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 0.75rem;
  padding: 0.375rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .social-auth .font-icon {
    font-size: 0.6875rem;
  }
}

.Template1 .social-auth .icon-facebook {
  background-color: #3b5998;
}

.Template1 .social-auth .icon-twitter {
  background-color: #55acee;
}

.Template1 .social-auth .icon-dribbble {
  background-color: #f26798;
}

.Template1 .social-auth .icon-behance {
  background-color: #4176fa;
}

.Template1 .swiper-container .swiper-wrapper {
  min-height: 100%;
}

.Template1 .review-item {
  display: flex;
  flex-direction: column;
  background-color: var(--secondary-color);
  background-image: url(../icons/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: right 1.875rem top 1.875rem;
  border-radius: 20px;
  height: auto;
  padding: 1.875rem 1.875rem 1.5rem;
  margin-top: 2.5rem;
}

.Template1 .review-item > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .review-item {
    background-size: 1.5625rem;
    background-position: right 1rem top 1rem;
    border-radius: 13.3333333333px;
    padding: 1rem;
  }
}

.Template1 .review-item__caption {
  color: #5f6f81;
  line-height: 1.5;
}

.Template1 .review-item__caption:last-child {
  margin-bottom: 0;
}

.Template1 .review-item .title {
  font-family: "Merriweather", serif;
  font-size: 1.1875rem;
  margin-left: 5.5rem;
  margin-bottom: 0.6875rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .review-item .title {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.Template1 .review-item .avatar {
  position: absolute;
  top: -2.375rem;
}

.Template1 .swiper-pagination {
  margin-top: 1.5rem;
  position: relative;
  line-height: 0;
}

@media only screen and (max-width: 580px) {
  .Template1 .swiper-pagination {
    margin-top: 1rem;
  }
}

.Template1 .swiper-pagination-bullet {
  background: #f0f0f6;
  border-radius: 1rem;
  opacity: 1;
  height: 0.625rem;
  width: 0.625rem;
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media only screen and (max-width: 580px) {
  .Template1 .swiper-pagination-bullet {
    height: 0.375rem;
    width: 0.375rem;
  }
}

.Template1 .swiper-pagination-bullet-active {
  background: var(--primary-color);
  width: 1.25rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .swiper-pagination-bullet-active {
    width: 0.75rem;
  }
}

.Template1
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 0.3125rem;
}

.Template1 .swiper-container-horizontal > .swiper-pagination-bullets,
.Template1 .swiper-pagination-custom,
.Template1 .swiper-pagination-fraction {
  bottom: 0;
}

.Template1 .timeline {
  margin-top: 1.8125rem;
  padding-left: 0.5rem;
}

.Template1 .timeline__item {
  border-left-color: #f0f0f6;
  border-left-width: 1px;
  border-left-style: solid;
  padding-bottom: 0.5625rem;
  padding-left: 1.375rem;
  position: relative;
}

.Template1 .timeline__item::before {
  content: "";
  background-color: var(--primary-color);
  box-shadow: 0 0 0 0.1875rem rgba(48, 76, 253, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.3125rem;
  height: 0.625rem;
  width: 0.625rem;
}

.Template1 .timeline__item:last-child {
  border: 0;
}

.Template1 .timeline__title {
  margin-bottom: 0;
  position: relative;
  top: -0.3125rem;
}

.Template1 .timeline__period {
  color: #8697a8;
  font-size: 0.875rem;
}

.Template1 .timeline__description {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .timeline__description {
    margin-top: 0.1875rem;
  }
}

.Template1 .back-to-top {
  border-top: 0.0625rem solid #44566c;
  border-left: 0.0625rem solid #44566c;
  cursor: pointer;
  height: 2rem;
  opacity: 0.5;
  position: fixed;
  right: 2.5rem;
  bottom: 1.875rem;
  width: 2rem;
  transform: rotate(45deg);
  transition: opacity 0.35s ease-out;
  z-index: 10;
}

.Template1 .back-to-top:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .Template1 .back-to-top {
    height: 1.5rem;
    width: 1.5rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .back-to-top {
    display: none !important;
  }
}

.Template1 .js-lines {
  overflow: hidden;
}

.Template1 .js-lines div {
  overflow: hidden;
}

.Template1 .js-words div div {
  opacity: 0;
}

.Template1 .medium-zoom-overlay {
  background: #fff !important;
  z-index: 1104;
}

.Template1 .medium-zoom-image {
  cursor: pointer !important;
  z-index: 1104;
}

.Template1 .medium-zoom-image--opened {
  border-radius: 0.0625rem;
  height: 100%;
}

.Template1 a.underlineNone {
  text-decoration: none;
}

.Template1 .v-header {
  background: url("html-5.svg"),
    linear-gradient(
      105.07deg,
      #fba82b 0%,
      #d76b82 29.76%,
      #5f57da 68.11%,
      #505add 96.86%
    );
  background-repeat: no-repeat;
  background-size: 60px, 100% 100%;
  background-position: 18px 20px, 0 0;
  -webkit-animation: bg 6s ease-in-out infinite;
  animation: bg 6s ease-in-out infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px;
  height: 360px;
  position: relative;
}

.Template1 .v-header::before {
  content: "";
  background: #1e1e1e;
  border-radius: 50px 50px 0 0;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.Template1 .v-header__logo-wrap {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .Template1 .v-header {
    background-size: 40px, 100% 100%;
    height: 280px;
    padding-bottom: 40px;
  }

  .Template1 .v-header::before {
    border-radius: 30px 30px 0 0;
    height: 40px;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .v-header {
    background-position: 10px 12px, 0 0;
    background-size: 24px, 100% 100%;
    height: 160px;
    padding-bottom: 20px;
  }

  .Template1 .v-header::before {
    border-radius: 16px 16px 0 0;
    height: 20px;
  }
}

@-webkit-keyframes bg {
  0% {
    background-size: 60px, 100% 100%;
  }

  50% {
    background-size: 60px, 200% 100%;
  }

  10% {
    background-size: 60px, 100% 100%;
  }
}

@keyframes bg {
  0% {
    background-size: 60px, 100% 100%;
  }

  50% {
    background-size: 60px, 200% 100%;
  }

  10% {
    background-size: 60px, 100% 100%;
  }
}

@media only screen and (max-width: 992px) {
  @-webkit-keyframes bg {
    0% {
      background-size: 40px, 100% 100%;
    }

    50% {
      background-size: 40px, 200% 100%;
    }

    10% {
      background-size: 40px, 100% 100%;
    }
  }

  @keyframes bg {
    0% {
      background-size: 40px, 100% 100%;
    }

    50% {
      background-size: 40px, 200% 100%;
    }

    10% {
      background-size: 40px, 100% 100%;
    }
  }
}

@media only screen and (max-width: 580px) {
  @-webkit-keyframes bg {
    0% {
      background-size: 24px, 100% 100%;
    }

    50% {
      background-size: 24px, 200% 100%;
    }

    10% {
      background-size: 24px, 100% 100%;
    }
  }

  @keyframes bg {
    0% {
      background-size: 24px, 100% 100%;
    }

    50% {
      background-size: 24px, 200% 100%;
    }

    10% {
      background-size: 24px, 100% 100%;
    }
  }
}

@media only screen and (max-width: 992px) {
  .Template1 .v-logo {
    max-width: 200px;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .v-logo {
    max-width: 130px;
  }
}

.Template1 .slogan {
  color: #fff;
  font-size: 1.1rem;
  padding-top: 1rem;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .Template1 .slogan {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .slogan {
    font-size: 0.85rem;
    padding-top: 0.5rem;
  }
}

.Template1 .v-label {
  background-color: #ff4949;
  -webkit-box-shadow: 0 8px 30px rgba(255, 73, 73, 0.3);
  box-shadow: 0 8px 30px rgba(255, 73, 73, 0.3);
  border-radius: 20px;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: -15px;
}

@media only screen and (max-width: 580px) {
  .Template1 .v-label {
    font-size: 0.65rem;
    padding: 3px 10px;
    top: -10px;
    left: -10px;
  }
}

.Template1 .v-dark {
  background-color: #1e1e1e;
}

.Template1 .v-title--dark {
  color: #15232e;
}

.Template1 .v-title--light {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .Template1 .navbar-demo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.Template1 .v-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh - 360px);
  min-height: 500px;
  margin: 0 auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
  max-width: 1400px;
  z-index: 1;
  /*&::before {
    @media only screen and (max-width: $large) {
	    content: '';
	    background: $black-color;
	    height: 50vh;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	  }

	  @media only screen and (max-width: $small) {
	    visibility: hidden;
	  }
  }*/
  /*&__right {
    .title__demo {
	    //color: $white-color;
	  }

	  @media only screen and (max-width: $large) {
	    &:hover {
	      transform: translate3d(0, 40px, 0);
	    }
	  }

	  @media only screen and (max-width: $small) {
	    background: $black-color;
	    padding-top: 1.3rem;
	  }
  }*/
}

@media only screen and (max-width: 992px) {
  .Template1 .v-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
}

.Template1 .v-container__left,
.Template1 .v-container__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 30px;
  text-align: center;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Template1 .v-container__left:hover,
.Template1 .v-container__right:hover {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.Template1 .v-container__left:hover .demo-image,
.Template1 .v-container__right:hover .demo-image {
  -webkit-box-shadow: 0 20px 80px rgba(21, 35, 46, 0.2);
  box-shadow: 0 20px 80px rgba(21, 35, 46, 0.2);
}

@media only screen and (max-width: 992px) {
  .Template1 .v-container__left,
  .Template1 .v-container__right {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .Template1 .v-container__left:hover,
  .Template1 .v-container__right:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .v-container__left,
  .Template1 .v-container__right {
    padding: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .Template1 .v-container__left {
    padding-bottom: 0;
  }
}

.Template1 .v-container .demo-image {
  -webkit-box-shadow: 0 20px 120px rgba(21, 35, 46, 0.08);
  box-shadow: 0 20px 120px rgba(21, 35, 46, 0.08);
  border-radius: 16px;
  margin: auto;
  height: auto;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Template1 .v-container .v-link {
  display: block;
  position: relative;
  text-decoration: none !important;
}

@media only screen and (max-width: 992px) {
  .Template1 .v-container .v-link {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-decoration: none;
  }
}

@media only screen and (max-width: 580px) {
  .Template1 .v-container .v-link {
    width: 100%;
  }
}

.Template1 .v-container .title__demo {
  font-size: 1.1rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 580px) {
  .Template1 .v-container .title__demo {
    font-size: 0.9rem;
  }
}

.Template1 .elastic-border {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

@media only screen and (max-width: 992px) {
  .Template1 .elastic-border {
    visibility: hidden;
  }
}

.Template1 .btnSlideNav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media only screen and (max-width: 580px) {
  .Template1 .btnSlideNav {
    display: none;
  }
}

.Template1 .slideOpen {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0081ff),
    to(#0045ff)
  );
  background: linear-gradient(to right, #0081ff 0%, #0045ff 100%);
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 69, 255, 0.2);
  box-shadow: 0 10px 15px rgba(0, 69, 255, 0.2);
  bottom: 2rem;
  left: 2rem;
  width: 48px;
  height: 48px;
  position: fixed;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1010;
}

.Template1 .slideOpen::before {
  background-image: url("iconSideMenu.svg");
  background-position: center;
  background-size: 36%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.Template1 .slideOpen:hover {
  opacity: 1;
}

.Template1 .slideClose {
  background-image: url("iconClose.svg");
  top: 1.5rem;
  left: 400px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
  position: fixed;
  z-index: 1012;
}

.Template1 .slideNav {
  background-color: #fff;
  list-style: none;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2rem 0 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-380px);
  transform: translateX(-380px);
  width: 380px;
  z-index: 1012;
}

@media only screen and (max-width: 580px) {
  .Template1 .slideNav {
    display: none;
  }
}

.Template1 .slideNav__item {
  color: #15232e;
  position: relative;
  border-bottom: 1px solid rgba(197, 210, 224, 0.4);
  padding: 0.8rem 0;
  margin: 0 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

.Template1 .slideNav__item:first-child {
  border-bottom: 0;
}

.Template1 .slideNav__item .title {
  color: #15232e;
  margin-bottom: 0.8rem;
}

.Template1 .slideNav__item a {
  color: #15232e;
  text-decoration: none;
}

.Template1 .slideNav__item a:hover {
  color: #0045ff;
}

.Template1 .overlay-slideNav {
  background-color: rgba(21, 35, 46, 0.3);
  height: 100%;
  width: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.Template1 .rtl-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Template1 .rtl-mode a {
  color: #0045ff;
  letter-spacing: 0.1rem;
}

.Template1 .lable-new {
  background-color: #0045ff;
  border-radius: 20px;
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 8px;
  margin-left: 0.5rem;
  text-transform: uppercase;
}

:root {
  --primary-color: #304cfd;
  --secondary-color: #f5f8f9;
}

.Template1 .our-work {
  display: flex;
  justify-content: space-between;
}

.Template1 .myflex {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  margin-bottom: -100px;
}

.Template1 .nav {
  width: 100%;
}

.Template1 .router-link-active {
  color: #fff !important;
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  .Template1 .skills-item {
    max-width: 48%;
  }

  .Template1 .nav {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .Template1 .our-work {
    flex-direction: column;
  }

  .Template1 .myflex {
    padding: 15px;
    display: none;
  }
}

@media (min-width: 1200px) {
  .Template1 .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .Template1 .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

/* temp2 styles  */

html:has(.Template2) {
  margin-right: 0 !important;
}

body:has(.Template2) {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Poppins";
  font-size: 16px;
  color: #646464;
  background: #fff;
  letter-spacing: 0em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 1199px) {
  body:has(.Template2) {
    overflow: visible;
  }
}

.Template2 .page {
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .Template2 .page {
    overflow: visible;
  }
}

@media (max-width: 1199px) {
  .Template2 .page {
    height: auto;
    display: block;
  }
}

.Template2 * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.Template2 ::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.Template2 ::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
}

.Template2 ::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.Template2 .container {
  margin: 8vh 6vw;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 84vh;
  max-width: 1268px;
  max-height: 674px;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.Template2 .container.opened {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}

@media (max-width: 1072px) {
  .Template2 .container {
    margin: -300px 0 0 -220px;
    width: 440px;
  }

  .Template2 .container.opened {
    transform: translateX(-204px);
    -webkit-transform: translateX(-204px);
    -moz-transform: translateX(-204px);
    -o-transform: translateX(-204px);
  }
}

@media (max-width: 1023px) {
  .Template2 .container {
    margin: 0 auto;
    position: relative;
    top: 83px;
    left: 0;
    width: auto;
    max-width: 540px;
    height: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }

  .Template2 .container.opened {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
}

@media (max-height: 700px) {
  .Template2 .container {
    margin-top: 3vh;
    margin-bottom: 3vh;
    height: 94vh;
  }
}

@media (max-height: 740px) {
  .Template2 .container {
    margin-top: 6vh;
    margin-bottom: 6vh;
    height: 88vh;
  }
}

@media (max-width: 1300px) {
  .Template2 .container {
    margin: 5vh 3vw;
    height: 90vh;
  }
}

@media (max-width: 1199px) {
  .Template2 .container {
    margin: 0 auto;
    padding: 0 15px 0 100px;
    position: relative;
    top: 20px;
    left: 0;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    max-height: initial;
    height: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }

  .Template2 .container.opened {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 560px) {
  .Template2 .container {
    margin: 0;
    top: 0;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 0 0;
    max-width: 400px;
  }

  .Template2 .container.opened {
    margin-left: auto;
    margin-right: auto;
  }
}

.Template2 .background {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(120, 204, 109, 0.4);
}

.Template2 .row {
  margin: 0 -30px;
  position: relative;
  /* font-size: 0 */
}

.Template2 .row .col {
  padding: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.Template2 .row .col .col {
  padding-top: 0;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .Template2 .row .col.col-d-12 {
    width: 99.996%;
  }

  .Template2 .row .col.col-d-11 {
    width: 91.663%;
  }

  .Template2 .row .col.col-d-10 {
    width: 83.333%;
  }

  .Template2 .row .col.col-d-9 {
    width: 74.997%;
  }

  .Template2 .row .col.col-d-8 {
    width: 66.664%;
  }

  .Template2 .row .col.col-d-7 {
    width: 58.331%;
  }

  .Template2 .row .col.col-d-6 {
    width: 49.998%;
  }

  .Template2 .row .col.col-d-5 {
    width: 41.665%;
  }

  .Template2 .row .col.col-d-4 {
    width: 33.332%;
  }

  .Template2 .row .col.col-d-3 {
    width: 24.999%;
  }

  .Template2 .row .col.col-d-2 {
    width: 16.666%;
  }

  .Template2 .row .col.col-d-1 {
    width: 8.333%;
  }
}

@media (max-width: 1023px) {
  .Template2 .row .col.col-t-12 {
    width: 99.996%;
  }

  .Template2 .row .col.col-t-11 {
    width: 91.663%;
  }

  .Template2 .row .col.col-t-10 {
    width: 83.333%;
  }

  .Template2 .row .col.col-t-9 {
    width: 74.997%;
  }

  .Template2 .row .col.col-t-8 {
    width: 66.664%;
  }

  .Template2 .row .col.col-t-7 {
    width: 58.331%;
  }

  .Template2 .row .col.col-t-6 {
    width: 49.998%;
  }

  .Template2 .row .col.col-t-5 {
    width: 41.665%;
  }

  .Template2 .row .col.col-t-4 {
    width: 33.332%;
  }

  .Template2 .row .col.col-t-3 {
    width: 24.999%;
  }

  .Template2 .row .col.col-t-2 {
    width: 16.666%;
  }

  .Template2 .row .col.col-t-1 {
    width: 8.333%;
  }
}

@media (max-width: 560px) {
  .Template2 .row .col.col-m-12 {
    width: 99.996%;
  }

  .Template2 .row .col.col-m-11 {
    width: 91.663%;
  }

  .Template2 .row .col.col-m-10 {
    width: 83.333%;
  }

  .Template2 .row .col.col-m-9 {
    width: 74.997%;
  }

  .Template2 .row .col.col-m-8 {
    width: 66.664%;
  }

  .Template2 .row .col.col-m-7 {
    width: 58.331%;
  }

  .Template2 .row .col.col-m-6 {
    width: 49.998%;
  }

  .Template2 .row .col.col-m-5 {
    width: 41.665%;
  }

  .Template2 .row .col.col-m-4 {
    width: 33.332%;
  }

  .Template2 .row .col.col-m-3 {
    width: 24.999%;
  }

  .Template2 .row .col.col-m-2 {
    width: 16.666%;
  }

  .Template2 .row .col.col-m-1 {
    width: 8.333%;
  }
}

@media (max-width: 1199px) {
  .Template2 .row .col.col-t-12 {
    width: 99.996%;
  }

  .Template2 .row .col.col-t-11 {
    width: 91.663%;
  }

  .Template2 .row .col.col-t-10 {
    width: 83.333%;
  }

  .Template2 .row .col.col-t-9 {
    width: 74.997%;
  }

  .Template2 .row .col.col-t-8 {
    width: 66.664%;
  }

  .Template2 .row .col.col-t-7 {
    width: 58.331%;
  }

  .Template2 .row .col.col-t-6 {
    width: 49.998%;
  }

  .Template2 .row .col.col-t-5 {
    width: 41.665%;
  }

  .Template2 .row .col.col-t-4 {
    width: 33.332%;
  }

  .Template2 .row .col.col-t-3 {
    width: 24.999%;
  }

  .Template2 .row .col.col-t-2 {
    width: 16.666%;
  }

  .Template2 .row .col.col-t-1 {
    width: 8.333%;
  }
}

@media (max-width: 560px) {
  .Template2 .row .col.col-m-12 {
    width: 99.996%;
  }

  .Template2 .row .col.col-m-11 {
    width: 91.663%;
  }

  .Template2 .row .col.col-m-10 {
    width: 83.333%;
  }

  .Template2 .row .col.col-m-9 {
    width: 74.997%;
  }

  .Template2 .row .col.col-m-8 {
    width: 66.664%;
  }

  .Template2 .row .col.col-m-7 {
    width: 58.331%;
  }

  .Template2 .row .col.col-m-6 {
    width: 49.998%;
  }

  .Template2 .row .col.col-m-5 {
    width: 41.665%;
  }

  .Template2 .row .col.col-m-4 {
    width: 33.332%;
  }

  .Template2 .row .col.col-m-3 {
    width: 24.999%;
  }

  .Template2 .row .col.col-m-2 {
    width: 16.666%;
  }

  .Template2 .row .col.col-m-1 {
    width: 8.333%;
  }
}

.Template2 .row .col.border-line-v:first-child:before {
  display: none;
}

.Template2 .row:after {
  content: "";
  display: block;
  clear: both;
}

.Template2 .row.border-line-v:before {
  display: none;
}

.Template2 .border-line-v:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: -moz-radial-gradient(
    top,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    top,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at top,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .border-line-h:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at center,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  z-index: 1000;
}

.Template2 .preloader .spinner {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.Template2 .preloader .spinner .double-bounce1,
.Template2 .preloader .spinner .double-bounce2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #78cc6d;
  opacity: 1;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.Template2 .preloader .spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  opacity: 0.1;
}

.Template2 h1,
.Template2 h2,
.Template2 h3,
.Template2 h4,
.Template2 h5,
.Template2 h6 {
  margin: 0 0 5px 0;
  font-family: "Poppins";
  font-size: 30px;
  color: #323232;
  /* line-height: 38px; */
  font-weight: 600;
}

.Template2 h2 {
  font-size: 24px;
}

.Template2 h3 {
  font-size: 22px;
}

.Template2 h4 {
  font-size: 20px;
}

.Template2 h5 {
  font-size: 18px;
}

.Template2 h6 {
  font-size: 16px;
}

.Template2 p {
  /* font-size: 16px;
    line-height: 1.8em; */
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 25px 0;
}

.Template2 strong {
  font-weight: 600;
}

.Template2 .lnks {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  display: flex;
  flex-direction: row;
}

.Template2 .lnks:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at center,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .lnk,
.Template2 .button {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}

.Template2 .lnk:before,
.Template2 .button:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: -moz-radial-gradient(
    top,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    top,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at top,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .lnk .ion,
.Template2 .lnk .arrow,
.Template2 .button .ion,
.Template2 .button .arrow {
  margin: 0 0 0 8px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .lnk .arrow,
.Template2 .button .arrow {
  top: -1px;
  width: 14px;
  height: 2px;
}

.Template2 .lnk .arrow:before,
.Template2 .lnk .arrow:after,
.Template2 .button .arrow:before,
.Template2 .button .arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #323232;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .lnk .arrow:after,
.Template2 .button .arrow:after {
  left: auto;
  top: auto;
  right: 0;
  bottom: 3px;
  width: 8px;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.Template2 .lnk .text,
.Template2 .button .text {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .lnk:last-child:before,
.Template2 .button:last-child:before {
  display: none;
}

.Template2 .lnk:hover,
.Template2 .button:hover {
  color: #78cc6d;
  border: none;
}

.Template2 .lnk:hover .ion,
.Template2 .button:hover .ion {
  color: #78cc6d;
}

.Template2 .lnk:hover .arrow:before,
.Template2 .lnk:hover .arrow:after,
.Template2 .button:hover .arrow:before,
.Template2 .button:hover .arrow:after {
  background: #78cc6d;
}

.Template2 .button {
  padding: 0 30px;
  display: inline-block;
  float: none;
  width: auto;
  height: 50px;
  line-height: 50px;
  background: #eeeeee;
  border-radius: 4px;
}

.Template2 .button .text {
  padding-left: 14px;
}

.Template2 .button:before {
  display: none;
}

.Template2 a {
  color: #646464;
  text-decoration: none;
  opacity: 1;
  outline: none;
}

.Template2 a:hover {
  text-decoration: none;
  color: #78cc6d;
}

.Template2 ul {
  list-style: disc;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0px;
  list-style-position: inside;
}

.Template2 ol {
  list-style: decimal;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
}

.Template2 ul ul,
.Template2 ol ol,
.Template2 ul ol,
.Template2 ol ul {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 15px;
}

.Template2 code {
  padding: 0 4px;
  font-style: italic;
  color: #999;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: auto;
  max-width: 100%;
}

.Template2 code table {
  margin: 0;
}

.Template2 pre {
  margin: 25px 0;
  padding: 25px;
  max-width: 100%;
  overflow: auto;
  white-space: pre;
}

.Template2 pre > code {
  display: block;
  padding: 0;
  font-style: normal;
  line-height: 1.8em;
}

.Template2 mark,
.Template2 ins {
  background: #eee;
  text-decoration: none;
}

.Template2 figure {
  margin: 25px 0;
}

.Template2 table {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  border-collapse: collapse;
}

.Template2 table code,
.Template2 table pre {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.Template2 table caption {
  padding: 6px 0;
  font-size: 12px;
}

.Template2 th {
  padding: 10px 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
}

.Template2 td {
  padding: 10px;
  font-size: 14px;
}

.Template2 dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.Template2 dd {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 30px;
}

.Template2 blockquote {
  margin: 25px 0;
  padding: 0 20px;
  color: #888;
  font-style: italic;
  font-weight: 300;
  border-left: 2px solid #78cc6d;
}

.Template2 blockquote code {
  padding: 2px;
  display: inline;
}

.Template2 blockquote *:last-child {
  margin-bottom: 0;
}

.Template2 blockquote p {
  margin-bottom: 10px;
}

.Template2 blockquote cite {
  font-size: 12px;
}

.Template2 iframe,
.Template2 object {
  max-width: 100%;
  margin: 0 0 25px 0;
}

.Template2 p iframe {
  margin: 0;
}

.Template2 input,
.Template2 textarea,
.Template2 button,
.Template2 input[type="submit"] {
  margin: 0;
  padding: 0 15px;
  display: block;
  font-family: "Poppins";
  font-size: 16px;
  width: 100%;
  height: 50px;
  color: #323232;
  background: none;
  border: 2px solid #eeeeee;
  appearance: none;
  resize: none;
  outline: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}

.Template2 input:focus,
.Template2 textarea:focus,
.Template2 button:focus,
.Template2 input[type="submit"]:focus {
  color: #323232;
  border-bottom: 1px solid #78cc6d;
}

.Template2 textarea {
  padding: 15px;
  height: 94px;
}

.Template2 button,
.Template2 input[type="submit"] {
  width: auto;
  display: inline-block;
  vertical-align: top;
  color: #323232;
  border-bottom: 1px solid #d8dbe2;
  text-align: left;
  cursor: pointer;
}

.Template2 button:hover,
.Template2 input[type="submit"]:hover {
  border-bottom: 1px solid #78cc6d;
}

.Template2 label,
.Template2 legend {
  display: block;
  padding-bottom: 10px;
  font-family: "Poppins";
  font-size: 16px;
}

.Template2 fieldset {
  border-width: 0;
  padding: 0;
}

.Template2 input[type="checkbox"],
.Template2 input[type="radio"] {
  display: inline;
}

.Template2 ::-webkit-input-placeholder {
  color: #999;
}

.Template2 :-moz-placeholder {
  color: #999;
}

.Template2 ::-moz-placeholder {
  color: #999;
}

.Template2 :-ms-input-placeholder {
  color: #999;
}

.Template2 input:focus::-webkit-input-placeholder,
.Template2 textarea:focus::-webkit-input-placeholder {
  color: #323232;
}

.Template2 input:focus:-moz-placeholder,
.Template2 textarea:focus:-moz-placeholder {
  color: #323232;
}

.Template2 input:focus::-moz-placeholder,
.Template2 textarea:focus::-moz-placeholder {
  color: #323232;
}

.Template2 input:focus:-ms-input-placeholder,
.Template2 textarea:focus:-ms-input-placeholder {
  color: #323232;
}

.Template2 input.error,
.Template2 textarea.error {
  border: 2px solid red !important;
}

.Template2 label.error {
  display: none !important;
}

.Template2 input.error::-moz-placeholder,
.Template2 textarea.error::-moz-placeholder {
  color: red;
}

.Template2 input.error:-moz-placeholder,
.Template2 textarea.error:-moz-placeholder {
  color: red;
}

.Template2 input.error:-ms-input-placeholder,
.Template2 textarea.error:-ms-input-placeholder {
  color: red;
}

.Template2 input.error::-webkit-input-placeholder,
.Template2 textarea.error::-webkit-input-placeholder {
  color: red;
}

.Template2 input:focus,
.Template2 textarea:focus {
  color: #323232;
  border: 2px solid #78cc6d;
}

.Template2 button {
  color: #323232;
  border-bottom: 1px solid #eeeeee;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.Template2 input[type="submit"] {
  padding: 0 30px;
  border: 1px solid #eeeeee;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  background: #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.Template2 input[type="checkbox"],
.Template2 input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 5px;
}

.Template2 input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.Template2 input[type="radio"] {
  -webkit-appearance: radio;
}

.Template2 select {
  width: 100%;
  height: 50px;
}

.Template2 input[type="file"] {
  padding: 0;
  border: none;
  height: auto;
}

.Template2 .align-center {
  text-align: center !important;
}

.Template2 .align-right {
  text-align: right !important;
}

.Template2 .align-left {
  text-align: left !important;
}

.Template2 .pull-right {
  float: right !important;
}

.Template2 .pull-left {
  float: left !important;
}

.Template2 .pull-none {
  float: none !important;
}

.Template2 .full-width {
  max-width: 100% !important;
  width: 100% !important;
}

.Template2 .full-max-width {
  max-width: 100% !important;
  width: auto !important;
}

.Template2 .centrize {
  display: table !important;
  table-layout: fixed !important;
  height: 100% !important;
  position: relative !important;
}

.Template2 .vertical-center {
  display: table-cell !important;
  vertical-align: middle !important;
}

.Template2 .vertical-top {
  display: table-cell !important;
  vertical-align: top !important;
}

.Template2 .vertical-bottom {
  display: table-cell !important;
  vertical-align: bottom !important;
}

.Template2 .text-uppercase {
  text-transform: uppercase !important;
}

.Template2 .text-lowercase {
  text-transform: lowercase !important;
}

.Template2 .text-capitalize {
  text-transform: capitalize !important;
}

.Template2 .text-regular {
  font-weight: 400 !important;
}

.Template2 .text-bold {
  font-weight: 700 !important;
}

.Template2 .text-italic {
  font-style: italic !important;
}

.Template2 .clear {
  clear: both;
}

.Template2 .h-title {
  margin-bottom: 5px;
}

.Template2 .FlipIn {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-duration: 0.7s !important;
  animation-duration: 0.7s !important;
  -webkit-animation-name: FlipIn;
  animation-name: FlipIn;
}

@-webkit-keyframes FlipIn {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes FlipIn {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.Template2 .FlipOut {
  -webkit-animation-duration: 0.7s !important;
  animation-duration: 0.7s !important;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: FlipOut;
  animation-name: FlipOut;
}

@-webkit-keyframes FlipOut {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes FlipOut {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes typed_cursor {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.Template2 .background.gradient {
  background: rgba(120, 204, 109, 0.7);
  background: -webkit-linear-gradient(top left, #6da066 0%, #78cc6d 100%);
  background: linear-gradient(to bottom right, #6da066 0%, #78cc6d 100%);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Template2 .bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Template2 .bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: -320px;
  -webkit-animation: square 50s infinite;
  animation: square 50s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.Template2 .bg-bubbles li:nth-child(1) {
  left: 10%;
}

.Template2 .bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 34s;
  animation-duration: 34s;
}

.Template2 .bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.Template2 .bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 120px;
  height: 120px;
  -webkit-animation-duration: 44s;
  animation-duration: 44s;
}

.Template2 .bg-bubbles li:nth-child(5) {
  left: 70%;
}

.Template2 .bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 240px;
  height: 240px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.Template2 .bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 320px;
  height: 320px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.Template2 .bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 40px;
  height: 40px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
}

.Template2 .bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
}

.Template2 .bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 320px;
  height: 320px;
  -webkit-animation-delay: 22s;
  animation-delay: 22s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1500px) rotate(600deg);
    transform: translateY(-1500px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1500px) rotate(600deg);
    transform: translateY(-1500px) rotate(600deg);
  }
}

.Template2 .header {
  position: relative;
  left: 0;
  top: 15px;
  width: 72px;
  z-index: 100;
  text-align: center;
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  margin-right: 8px;
  float: left;
}

.Template2 .header.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.Template2 .header .menu-btn {
  margin-bottom: 8px;
  position: relative;
  display: block;
  height: 72px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  z-index: 2;
}

.Template2 .header .menu-btn span {
  margin-left: -13px;
  margin-top: -1px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 26px;
  height: 2px;
  background: #323232;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .header .menu-btn span:before,
.Template2 .header .menu-btn span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 80%;
  height: 100%;
  background: #323232;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .header .menu-btn span:after {
  top: auto;
  bottom: -7px;
  width: 60%;
}

.Template2 .header .menu-btn:hover span,
.Template2 .header .menu-btn:hover span:before,
.Template2 .header .menu-btn:hover span:after {
  background: #78cc6d;
}

.Template2 .header .menu-btn:hover span:before {
  width: 100%;
}

.Template2 .header .menu-btn:hover span:after {
  width: 100%;
}

.Template2 .header .top-menu {
  width: 100%;
  font-size: 0;
}

.Template2 .header .top-menu ul {
  margin: 0;
  padding: 0;
}

.Template2 .header .top-menu ul li {
  display: block;
  transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
}

.Template2 .header .top-menu ul li:first-child a {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
}

.Template2 .header .top-menu ul li:last-child a {
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  border: none;
}

.Template2 .header .top-menu ul li:last-child a:before {
  display: none;
}

.Template2 .header .top-menu ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  color: #323232;
  text-align: center;
  background: #fff;
  padding: 13px 3px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.Template2 .header .top-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-radial-gradient(
    right,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    right,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at right,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .header .top-menu ul li a .icon {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 30px;
  font-size: 20px;
  color: #323232;
  line-height: 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .header .top-menu ul li a .link {
  position: absolute;
  left: 0;
  top: 57%;
  width: 100%;
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .header .top-menu ul li a ul {
  display: none;
}

.Template2 .header .top-menu ul li:hover a,
.Template2 .header .top-menu ul li.active a {
  color: #78cc6d;
}

.Template2 .header .top-menu ul li:hover a .icon,
.Template2 .header .top-menu ul li:hover a .link,
.Template2 .header .top-menu ul li.active a .icon,
.Template2 .header .top-menu ul li.active a .link {
  color: #78cc6d;
}

@media (max-width: 1023px) {
  .Template2 .header {
    position: fixed;
    left: 0;
    top: -4px;
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Template2 .header .top-menu {
    margin: 0 auto;
    max-width: 540px;
    display: flex;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  }

  .Template2 .header .top-menu ul {
    display: flex;
    width: 100%;
  }

  .Template2 .header .top-menu ul li {
    display: block;
    width: 100%;
  }

  .Template2 .header .top-menu ul li:first-child a {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
  }

  .Template2 .header .top-menu ul li:last-child a {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
  }

  .Template2 .header .top-menu ul li:last-child a:before {
    display: block;
  }

  .Template2 .header .top-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: -moz-radial-gradient(
      top,
      ellipse cover,
      rgba(197, 202, 213, 0.7) 0%,
      rgba(255, 255, 255, 0) 70%
    );
    background: -webkit-radial-gradient(
      top,
      ellipse cover,
      rgba(197, 202, 213, 0.7) 0%,
      rgba(255, 255, 255, 0) 70%
    );
    background: radial-gradient(
      ellipse at top,
      rgba(197, 202, 213, 0.7) 0%,
      rgba(255, 255, 255, 0) 70%
    );
  }
}

@media (max-width: 560px) {
  .Template2 .header {
    padding: 0 5px;
    width: 100%;
  }

  .Template2 .header .top-menu {
    max-width: 100%;
  }
}

.Template2 .disable-sidebar .header .menu-btn {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1199px) {
  .Template2 .header {
    margin-left: -85px;
    position: fixed;
    left: auto;
    top: 20px;
    width: 72px;
    max-width: 72px;
    height: auto;
    display: block;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  }

  .Template2 .header .top-menu {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    box-shadow: none;
  }

  .Template2 .header .top-menu ul {
    display: block;
    width: 100%;
  }

  .Template2 .header .top-menu ul li {
    display: block;
    width: 100%;
  }

  .Template2 .header .top-menu ul li:first-child a {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
  }

  .Template2 .header .top-menu ul li:last-child a {
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
  }

  .Template2 .header .top-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
    background: -moz-radial-gradient(
      right,
      ellipse cover,
      #ddd 0%,
      rgba(255, 255, 255, 0) 70%
    );
    background: -webkit-radial-gradient(
      right,
      ellipse cover,
      #ddd 0%,
      rgba(255, 255, 255, 0) 70%
    );
    background: radial-gradient(
      ellipse at right,
      #ddd 0%,
      rgba(255, 255, 255, 0) 70%
    );
  }

  .Template2 .header .top-menu ul li:last-child a:before {
    display: block;
  }
}

@media (max-width: 560px) {
  .Template2 .header {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    height: 64px;
    max-width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
  }

  .Template2 .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .Template2 .header .top-menu {
    position: relative;
    margin-top: -4px;
    max-width: 100%;
    display: flex;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  }

  .Template2 .header .top-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
    background: -moz-radial-gradient(
      left,
      ellipse cover,
      #ddd 0%,
      rgba(255, 255, 255, 0) 70%
    );
    background: -webkit-radial-gradient(
      left,
      ellipse cover,
      #ddd 0%,
      rgba(255, 255, 255, 0) 70%
    );
    background: radial-gradient(
      ellipse at left,
      #ddd 0%,
      rgba(255, 255, 255, 0) 70%
    );
    z-index: 2;
  }

  .Template2 .header .top-menu ul {
    display: flex;
    overflow: auto;
  }

  .Template2 .header .top-menu ul li {
    min-width: 20%;
  }

  .Template2 .header .top-menu ul li a {
    padding: 13px 7px;
  }

  .Template2 .header .top-menu ul li a:before {
    width: 1px;
    height: 100%;
    background: -moz-radial-gradient(
      top,
      ellipse cover,
      #ddd 0%,
      rgba(255, 255, 255, 0) 70%
    );
    background: -webkit-radial-gradient(
      top,
      ellipse cover,
      #ddd 0%,
      rgba(255, 255, 255, 0) 70%
    );
    background: radial-gradient(
      ellipse at top,
      #ddd 0%,
      rgba(255, 255, 255, 0) 70%
    );
  }

  .Template2 .header .top-menu ul li:first-child a:before {
    display: none;
  }

  .Template2 .header .top-menu ul li:last-child a {
    border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
    -khtml-border-radius: 0 0 4px 0;
  }

  .Template2 .header .top-menu ul {
    background: #fff;
  }
}

.Template2 .card-started {
  position: relative;
  float: left;
  width: 380px;
  height: 100%;
  z-index: 11;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.Template2 .card-started:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -khtml-border-radius: 0 0 4px 0;
}

.Template2 .card-started:after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.Template2 .card-started .profile {
  padding: 40px;
  position: relative;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #fff;
  /* text-align: center; */
  z-index: 10;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.Template2 .card-started .profile.no-photo {
  padding-top: 60px;
  overflow: auto;
}

.Template2 .card-started .profile.no-photo .image {
  display: none;
}

.Template2 .card-started .profile.no-photo .title {
  margin-top: 470px;
  text-align: center;
}

.Template2 .card-started .profile.no-photo .slide {
  height: 57%;
}

.Template2 .card-started .profile .slide {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 52%;
  background-color: #646464;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
}

.Template2 .card-started .profile .slide:before,
.Template2 .card-started .profile .slide:after {
  content: "";
  position: absolute;
  left: -25%;
  bottom: -63%;
  width: 100%;
  height: 70%;
  background: #fff;
  transform: rotate(12deg);
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -o-transform: rotate(12deg);
}

.Template2 .card-started .profile .slide .overlay:before,
.Template2 .card-started .profile .slide .overlay:after {
  content: "";
  position: absolute;
  left: -25%;
  bottom: -63%;
  width: 100%;
  height: 70%;
  background: #fff;
  transform: rotate(12deg);
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -o-transform: rotate(12deg);
}

.Template2 .card-started .profile .slide:after {
  left: auto;
  right: -25%;
  transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
}

.Template2 .card-started .profile .slide .overlay:after {
  left: auto;
  right: -25%;
  transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
}

.Template2 .card-started .profile .image {
  margin: 80px 0 20px 0;
  position: relative;
  display: inline-block;
  width: 146px;
}

.Template2 .card-started .profile .image:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
}

.Template2 .card-started .profile .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
}

.Template2 .card-started .profile .title {
  margin: 0 0 10px 0;
  font-size: 34px;
  color: #323232;
  line-height: 32px;
  font-weight: 400;
}

.Template2 .card-started .profile .subtitle,
.Template2 .card-started .profile .typed-cursor {
  position: relative;
  display: inline-block;
  height: 20px;
  margin: 0;
  font-size: 16px;
  color: #78cc6d;
  line-height: 20px;
  font-weight: 400;
}

.Template2 .card-started .profile .typed-cursor {
  position: relative;
  margin-left: 5px;
  margin-bottom: 0;
  display: none;
  -webkit-animation: typed_cursor 1.5s infinite;
  animation: typed_cursor 1.5s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.Template2 .card-started .profile .social {
  position: relative;
  margin: 16px 0 0 0;
}

.Template2 .card-started .profile .social a {
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
}

.Template2 .card-started .profile .social a .ion,
.Template2 .card-started .profile .social a .fab,
.Template2 .card-started .profile .social a .fas {
  font-size: 16px;
  color: #323232;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .card-started .profile .social a:hover .ion,
.Template2 .card-started .profile .social a:hover .fab,
.Template2 .card-started .profile .social a:hover .fas {
  color: #78cc6d;
}

.Template2 .card-started .profile .lnk.active.discover .arrow {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

@media (max-width: 560px) {
  .Template2 .card-started {
    height: 480px;
  }

  .Template2 .card-started:after {
    display: none;
  }

  .Template2 .card-started .profile {
    padding: 135px 25px 25px 25px;
  }

  .Template2 .card-started .profile.no-photo {
    padding-top: 250px;
  }

  .Template2 .card-started .profile .slide {
    height: 200px;
  }

  .Template2 .card-started .profile .image {
    margin: 0 0 15px 0;
    width: 124px;
  }

  .Template2 .card-started .profile .title {
    font-size: 28px;
    line-height: 28px;
  }
}

.Template2 .card-inner {
  background: #fff;
  transform-origin: center left;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  padding: 0;
  position: absolute;
  overflow: hidden;
  left: 490px;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: auto;
  height: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  transition: visibility 1s linear, opacity 0s linear;
  -moz-transition: visibility 1s linear, opacity 0s linear;
  -webkit-transition: visibility 1s linear, opacity 0s linear;
  -o-transition: visibility 1s linear, opacity 0s linear;
}

.Template2 .card-inner.animated {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.Template2 .card-inner.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.Template2 .card-inner.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.Template2 .card-inner:before,
.Template2 .card-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  height: 30px;
  background: #fff;
  z-index: 10;
}

.Template2 .card-inner:after {
  top: auto;
  bottom: 0;
}

.Template2 .card-inner .card-wrap {
  padding: 30px 30px 0 30px;
  position: relative;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1072px) {
  .Template2 .card-inner {
    width: 115%;
  }
}

@media (max-width: 1023px) {
  .Template2 .card-inner {
    position: relative;
    margin: 15px 0;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .Template2 .card-inner .card-wrap {
    padding: 30px 30px 30px 40px;
    overflow: visible;
    height: auto;
  }

  .Template2 .card-inner:last-child {
    margin-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .Template2 .card-inner {
    margin: 10px 0;
  }

  .Template2 .card-inner .card-wrap {
    padding: 30px;
  }

  .Template2 .card-inner:last-child {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .Template2 .card-started {
    position: relative;
    float: none;
    width: auto;
    height: auto;
  }

  .Template2 .card-inner {
    position: relative;
    margin: 15px 0;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    border-radius: 4px;
  }

  .Template2 .card-inner .card-wrap {
    overflow: visible;
    height: auto;
  }

  .Template2 .header .top-menu ul li:last-child a:before {
    display: block;
  }

  .Template2 .card-started .profile {
    height: 600px;
  }

  .Template2 .card-started .profile.no-photo .slide {
    height: 55%;
  }

  .Template2 .card-started .profile.no-photo .title {
    margin-top: 200px;
  }
}

@media (max-width: 560px) {
  .Template2 .card-inner {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
  }

  .Template2 .card-inner .card-wrap {
    padding: 30px;
  }

  .Template2 .card-inner:last-child {
    margin-bottom: 10px;
  }

  .Template2 .card-started .profile {
    height: calc(100vh - 102px);
    min-height: 560px;
  }
}

.Template2 .content {
  margin: 0 0 40px 0;
  position: relative;
}

.Template2 .content:last-child {
  margin-bottom: 30px;
}

.Template2 .content .title {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  position: relative;
  font-size: 20px;
  color: #323232;
  line-height: 21px;
  font-weight: 600;
  min-height: 51px;
  z-index: 2;
}

.Template2 .content .title:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 30px;
  height: 30px;
  background: -moz-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.15) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.15) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(120, 204, 109, 0.15) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  z-index: -1;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
}

.Template2 .content .title:after {
  content: "";
  position: absolute;
  height: 1px;
  left: -30px;
  right: 0;
  bottom: 0;
  width: auto;
  background: -moz-radial-gradient(
    left,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    left,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at left,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .content .title.no-title:before {
  display: none;
}

.Template2 .content .post-comments .title .first-word {
  color: #323232;
}

.Template2 .content .post-comments .title::first-letter,
.Template2 .content .post-comments .first-letter::first-letter {
  color: #323232;
}

.Template2 .info-list ul li {
  display: inline-block;
  width: 48%;
  /* line-height: 1.8em */
}

.Template2 .info-list ul li span strong {
  display: inline-block;
  font-size: 13px;
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .Template2 .info-list ul li {
    display: block;
    width: auto;
  }
}

.Template2 .service-items {
  font-size: 0;
}

.Template2 .service-items.border-line-v:after {
  margin: 0 0 0 -1px;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: -moz-radial-gradient(
    top,
    ellipse cover,
    rgba(197, 202, 213, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    top,
    ellipse cover,
    rgba(197, 202, 213, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at top,
    rgba(197, 202, 213, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .service-items .service-item {
  text-align: left;
}

.Template2 .service-items .service-item .icon {
  margin: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 32px;
  color: #78cc6d;
  background: -moz-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
}

.Template2 .service-items .service-item .icon .ion,
.Template2 .service-items .service-item .icon .fab,
.Template2 .service-items .service-item .icon .fas {
  display: block;
  line-height: 60px;
}

.Template2 .service-items .service-item .name {
  margin: 15px 0 10px 0;
  font-size: 13px;
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
}

.Template2 .service-items .service-item p {
  margin: 0;
}

@media (max-width: 560px) {
  .Template2 .service-items.border-line-v:after {
    display: none;
  }

  .Template2 .service-items .col:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -moz-radial-gradient(
      left,
      ellipse cover,
      rgba(197, 202, 213, 0.7) 0%,
      rgba(255, 255, 255, 0) 70%
    );
    background: -webkit-radial-gradient(
      left,
      ellipse cover,
      rgba(197, 202, 213, 0.7) 0%,
      rgba(255, 255, 255, 0) 70%
    );
    background: radial-gradient(
      ellipse at left,
      rgba(197, 202, 213, 0.7) 0%,
      rgba(255, 255, 255, 0) 70%
    );
  }
}

.Template2 .pricing-items {
  font-size: 0;
}

.Template2 .pricing-items .pricing-item {
  padding: 0 0 70px 0;
  text-align: center;
}

.Template2 .pricing-items .pricing-item .icon {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 32px;
  color: #78cc6d;
}

.Template2 .pricing-items .pricing-item .icon .ion,
.Template2 .pricing-items .pricing-item .icon .fab,
.Template2 .pricing-items .pricing-item .icon .fas {
  display: block;
  line-height: 40px;
}

.Template2 .pricing-items .pricing-item .name {
  margin: 0 0 30px 0;
  font-size: 13px;
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
}

.Template2 .pricing-items .pricing-item .amount {
  margin: 0 0 25px 0;
}

.Template2 .pricing-items .pricing-item .amount .number {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 42px;
  line-height: 26px;
  font-weight: 500;
  color: #323232;
}

.Template2 .pricing-items .pricing-item .amount .dollar,
.Template2 .pricing-items .pricing-item .amount .period {
  margin: 0 3px;
  position: relative;
  bottom: 7px;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-weight: 400;
  color: #323232;
}

.Template2 .pricing-items .pricing-item .amount .period {
  bottom: auto;
  top: 7px;
  vertical-align: bottom;
  font-size: 13px;
  color: #646464;
}

.Template2 .pricing-items .pricing-item .feature-list ul li {
  padding: 5px 0;
  font-size: 16px;
  color: #323232;
}

.Template2 .pricing-items .pricing-item .feature-list ul li:last-child {
  border-bottom: none;
}

.Template2 .pricing-items .pricing-item .feature-list ul li.disable {
  text-decoration: line-through;
  opacity: 0.6;
}

.Template2 .pricing-items .pricing-item .feature-list ul li strong {
  margin: 0 0 0 5px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #323232;
  background: rgba(120, 204, 109, 0.4);
  font-weight: 300;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}

.Template2 .pricing-items .pricing-item .lnks .lnk {
  float: none;
  width: 100%;
  display: block;
}

.Template2 .pricing-items .pricing-item .speed-basic {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.Template2 .fuct-items {
  font-size: 0;
}

.Template2 .fuct-items .fuct-item {
  position: relative;
  text-align: center;
}

.Template2 .fuct-items .fuct-item .icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 32px;
  color: #78cc6d;
}

.Template2 .fuct-items .fuct-item .icon .ion,
.Template2 .fuct-items .fuct-item .icon .fab,
.Template2 .fuct-items .fuct-item .icon .fas {
  display: block;
  line-height: 60px;
}

.Template2 .fuct-items .fuct-item .name {
  margin: 0;
  font-size: 13px;
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
}

.Template2 .client-items {
  font-size: 0;
  text-align: center;
}

.Template2 .client-items .client-item img {
  max-width: 100%;
  opacity: 0.4;
}

.Template2 .resume-title,
.Template2 .skill-title {
  padding: 0 0 20px 0;
  position: relative;
}

.Template2 .resume-title:after,
.Template2 .skill-title:after {
  left: -20px;
}

.Template2 .resume-title .icon,
.Template2 .skill-title .icon {
  position: relative;
  top: -15px;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 32px;
  color: #78cc6d;
  background: #fff;
}

.Template2 .resume-title .icon .ion,
.Template2 .resume-title .icon .fab,
.Template2 .resume-title .icon .fas,
.Template2 .skill-title .icon .ion,
.Template2 .skill-title .icon .fab,
.Template2 .skill-title .icon .fas {
  display: block;
  line-height: 40px;
}

.Template2 .resume-title .name,
.Template2 .skill-title .name {
  margin: 0 0 0 40px;
  font-size: 13px;
  line-height: 13px;
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
}

.Template2 .resume-items .resume-item {
  position: relative;
  padding: 20px 0 20px 0;
}

.Template2 .resume-items .resume-item:after {
  left: -20px;
}

.Template2 .resume-items .resume-item.active .date {
  color: #78cc6d;
}

.Template2 .resume-items .resume-item.active .date:before {
  background: #78cc6d;
}

.Template2 .resume-items .resume-item .date {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  color: #d8dbe2;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.Template2 .resume-items .resume-item .date:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 4px;
  width: 9px;
  height: 9px;
  background: #d8dbe2;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
}

.Template2 .resume-items .resume-item .name {
  margin: 0;
  font-size: 13px;
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
}

.Template2 .resume-items .resume-item .company {
  margin: 0 0 10px 0;
  font-size: 11px;
  color: #999;
  font-weight: 300;
  text-transform: uppercase;
}

.Template2 .resume-items .resume-item p {
  margin: 0;
}

.Template2 .skills-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Template2 .skills-list ul li {
  position: relative;
  padding: 20px 0;
}

.Template2 .skills-list ul li:after {
  left: -20px;
}

.Template2 .skills-list ul li .name {
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 16px;
  color: #646464;
}

.Template2 .skills-list ul li .progress {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: #d8dbe2;
}

.Template2 .skills-list ul li .progress .percentage {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #78cc6d;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .content.works .filter-menu {
  position: absolute;
  top: -9px;
  right: 0;
}

.Template2 .content.works .filter-menu .f_btn {
  margin: 0 0 0 15px;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #646464;
  cursor: pointer;
  border: none;
}

.Template2 .content.works .filter-menu .f_btn.active {
  color: #78cc6d;
}

.Template2 .content.works .filter-menu .f_btn label {
  cursor: pointer;
}

.Template2 .content.works .grid-items.border-line-v:after {
  margin: 0 0 0 -1px;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: -moz-radial-gradient(
    top,
    ellipse cover,
    rgba(197, 202, 213, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    top,
    ellipse cover,
    rgba(197, 202, 213, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at top,
    rgba(197, 202, 213, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

@media (max-width: 560px) {
  .Template2 .content.works .title {
    padding: 0 0 45px 0;
  }

  .Template2 .content.works .filter-menu {
    top: 35px;
    left: 0;
    right: auto;
  }

  .Template2 .content.works .filter-menu button {
    margin: 0 15px 0 0;
  }

  .Template2 .content.works .grid-items.border-line-v:after {
    display: none;
  }
}

.Template2 .box-item {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.Template2 .box-item .image {
  position: relative;
}

.Template2 .box-item .image a {
  display: block;
  font-size: 0;
}

.Template2 .box-item .image a img {
  position: relative;
  width: 100%;
  height: auto;
}

.Template2 .box-item .image .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .box-item .image .info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(120, 204, 109, 0.4) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .box-item .image .info .ion,
.Template2 .box-item .image .info .fab,
.Template2 .box-item .image .info .fas {
  margin: -16px 0 0 -16px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  transition: all 0.1s ease-in 0.4s;
  -moz-transition: all 0.1s ease-in 0.4s;
  -webkit-transition: all 0.1s ease-in 0.4s;
  -o-transition: all 0.1s ease-in 0.4s;
}

.Template2 .box-item .desc {
  padding: 15px 45px 0 45px;
  position: relative;
}

.Template2 .box-item .desc .name {
  padding: 0 0 2px 0;
  display: block;
  font-size: 13px;
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
}

.Template2 .box-item .desc .category {
  margin: 0;
  font-size: 11px;
  color: #999;
  font-weight: 300;
  text-transform: uppercase;
}

.Template2 .box-item .date {
  padding: 10px 0 0 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  font-size: 11px;
  line-height: 11px;
  color: #323232;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
}

.Template2 .box-item .date strong {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #323232;
  font-weight: 700;
}

.Template2 .box-item:hover .image .info {
  opacity: 1;
}

.Template2 .content.contacts .map {
  margin: 0 0 20px 0;
  height: 190px;
}

.Template2 .alert-success {
  display: none;
}

.Template2 .alert-success p {
  margin: 0;
  font-size: 17px;
}

.Template2 .mfp-wrap.popup-box-inline {
  margin: 0 0 0 -360px;
  padding: 0;
  top: 0;
  left: 50%;
  overflow: auto;
  width: 720px;
  height: 100%;
  background: #fff;
}

.Template2 .mfp-wrap.popup-box-inline .mfp-container {
  padding: 0;
  position: relative;
  height: auto;
}

.Template2 .mfp-wrap.popup-box-inline .content {
  margin-bottom: 40px;
}

.Template2 .mfp-wrap.popup-box-inline .image {
  padding: 0 0 40px 0;
  font-size: 0;
}

.Template2 .mfp-wrap.popup-box-inline .image img {
  width: 100%;
  height: auto;
}

.Template2 .mfp-wrap.popup-box-inline .desc {
  padding: 0 40px;
}

.Template2 .mfp-wrap.popup-box-inline .desc .post-box .blog-content {
  margin: 0;
}

.Template2 .mfp-wrap.popup-box-inline .desc .lnk {
  height: 30px;
  line-height: 30px;
}

@media (max-width: 720px) {
  .Template2 .mfp-wrap.popup-box-inline {
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
}

.Template2 .mfp-wrap.popup-box .mfp-close,
.Template2 .mfp-wrap.popup-box-inline .mfp-close {
  padding: 0;
  right: -54px;
  top: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-family: "Poppins";
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  opacity: 1;
  border-bottom: none !important;
}

@media (max-width: 720px) {
  .Template2 .mfp-wrap.popup-box .mfp-close,
  .Template2 .mfp-wrap.popup-box-inline .mfp-close {
    right: 0;
    top: -54px;
  }
}

.Template2 .mfp-wrap.popup-box-inline .mfp-close {
  top: 0;
  right: 0;
  color: #323232;
}

@media (max-width: 720px) {
  .Template2 .mfp-wrap.popup-box-inline .mfp-close {
    right: 0;
    top: 0;
  }
}

.Template2 .mfp-close {
  border-bottom: none !important;
}

.Template2 .card-inner.blog-post {
  -webkit-animation: none;
  animation: none;
}

.Template2 .header .top-menu ul li a {
  padding: 10px 0 14px 0;
  height: auto;
}

.Template2 .header .top-menu ul li a .icon {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  line-height: normal;
}

.Template2 .header .top-menu ul li a .link {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 13px;
}

@media (max-width: 1023px) {
  .Template2 .header .top-menu ul li a {
    padding-bottom: 0;
    height: 75px;
  }
}

.Template2 .mfp-wrap.popup-box-inline {
  margin: 0 0 0 -360px;
  padding: 0;
  top: 0;
  left: 50%;
  overflow: visible;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 720px;
  height: 100%;
  background: #ffffff;
}

@media (max-width: 720px) {
  .Template2 .mfp-wrap.popup-box-inline {
    margin: 0;
    padding: 0;
    position: fixed !important;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100% !important;
  }
}

.Template2 .revs-carousel {
  position: relative;
  text-align: center;
}

.Template2 .revs-carousel .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}

.Template2 .revs-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 8px;
  text-align: center;
}

.Template2 .revs-carousel .owl-dots .owl-dot {
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border: 1px solid #78cc6d;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.Template2 .revs-carousel .owl-dot.active {
  background: #78cc6d;
}

.Template2 .revs-item .text {
  margin-bottom: 30px;
  padding: 0 30px;
  position: relative;
  font-weight: 300;
  font-style: italic;
  opacity: 0.65;
}

.Template2 .revs-item .text:before,
.Template2 .revs-item .text:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url(../images/quote.svg) no-repeat;
  background-size: contain;
  opacity: 0.65;
}

.Template2 .revs-item .text:after {
  left: auto;
  top: auto;
  right: 3px;
  bottom: 3px;
  transform: scale(-1);
  -webkit-transform: scale(-1);
}

.Template2 .revs-item .user .img {
  margin: 0 auto;
  display: block;
  width: 60px;
}

.Template2 .revs-item .user .img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.Template2 .revs-item .info .name {
  margin: 6px 0 0 0;
  font-size: 17px;
  font-weight: 500;
  color: #323232;
}

.Template2 .revs-item .info .company {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}

.Template2 .card-inner {
  transition: visibility 1s linear, opacity 0s linear;
  -moz-transition: visibility 1s linear, opacity 0s linear;
  -webkit-transition: visibility 1s linear, opacity 0s linear;
  -o-transition: visibility 1s linear, opacity 0s linear;
}

.Template2 .content.works .filter-menu .f_btn input {
  cursor: pointer;
}

.Template2 .revs-item {
  position: relative;
  text-align: center;
  max-width: 648px;
  width: 100%;
}

.Template2 .skills-list ul {
  clear: both;
}

.Template2 .skills-list.circles ul {
  margin: 0 -20px;
  text-align: center;
}

.Template2 .skills-list.list ul {
  padding-top: 10px;
}

.Template2 .skills-list.circles ul li {
  padding-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  width: 47%;
}

.Template2 .skills-list.list ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.Template2 .content.skills .row .col.col-d-12 .skills-list.circles ul li,
.Template2 .content.skills .row .col.col-t-12 .skills-list.circles ul li {
  width: 24%;
}

.Template2 .skills-list.circles ul li .name {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  text-align: center;
}

.Template2 .skills-list.list ul li .name {
  padding-left: 30px;
  margin-bottom: 0;
  position: relative;
}

.Template2 .skills-list.list ul li .name:before {
  content: "\f121";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-family: "Ionicons";
  color: #78cc6d;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Template2 .skills-list.dotted ul li .progress {
  background: transparent !important;
}

.Template2 .skills-list.list ul li .progress {
  display: none;
}

.Template2 .skills-list.dotted ul li .progress .percentage {
  position: relative;
  overflow: hidden;
  top: -2px;
  height: 14px;
  background: transparent !important;
  z-index: 2;
}

.Template2 .skills-list.dotted ul li .progress .dg,
.Template2 .skills-list.dotted ul li .progress .da {
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 14px;
}

.Template2 .skills-list.dotted ul li .progress .da {
  top: 0;
}

.Template2 .skills-list.dotted ul li .progress .dg span,
.Template2 .skills-list.dotted ul li .progress .da span {
  display: block;
  width: 14px;
  height: 14px;
  background: #eee;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

.Template2 .skills-list.dotted ul li .progress .da span {
  background: #78cc6d !important;
}

.Template2 .skills-list.circles .progress.p51 .slice,
.Template2 .skills-list.circles .progress.p52 .slice,
.Template2 .skills-list.circles .progress.p53 .slice,
.Template2 .skills-list.circles .progress.p54 .slice,
.Template2 .skills-list.circles .progress.p55 .slice,
.Template2 .skills-list.circles .progress.p56 .slice,
.Template2 .skills-list.circles .progress.p57 .slice,
.Template2 .skills-list.circles .progress.p58 .slice,
.Template2 .skills-list.circles .progress.p59 .slice,
.Template2 .skills-list.circles .progress.p60 .slice,
.Template2 .skills-list.circles .progress.p61 .slice,
.Template2 .skills-list.circles .progress.p62 .slice,
.Template2 .skills-list.circles .progress.p63 .slice,
.Template2 .skills-list.circles .progress.p64 .slice,
.Template2 .skills-list.circles .progress.p65 .slice,
.Template2 .skills-list.circles .progress.p66 .slice,
.Template2 .skills-list.circles .progress.p67 .slice,
.Template2 .skills-list.circles .progress.p68 .slice,
.Template2 .skills-list.circles .progress.p69 .slice,
.Template2 .skills-list.circles .progress.p70 .slice,
.Template2 .skills-list.circles .progress.p71 .slice,
.Template2 .skills-list.circles .progress.p72 .slice,
.Template2 .skills-list.circles .progress.p73 .slice,
.Template2 .skills-list.circles .progress.p74 .slice,
.Template2 .skills-list.circles .progress.p75 .slice,
.Template2 .skills-list.circles .progress.p76 .slice,
.Template2 .skills-list.circles .progress.p77 .slice,
.Template2 .skills-list.circles .progress.p78 .slice,
.Template2 .skills-list.circles .progress.p79 .slice,
.Template2 .skills-list.circles .progress.p80 .slice,
.Template2 .skills-list.circles .progress.p81 .slice,
.Template2 .skills-list.circles .progress.p82 .slice,
.Template2 .skills-list.circles .progress.p83 .slice,
.Template2 .skills-list.circles .progress.p84 .slice,
.Template2 .skills-list.circles .progress.p85 .slice,
.Template2 .skills-list.circles .progress.p86 .slice,
.Template2 .skills-list.circles .progress.p87 .slice,
.Template2 .skills-list.circles .progress.p88 .slice,
.Template2 .skills-list.circles .progress.p89 .slice,
.Template2 .skills-list.circles .progress.p90 .slice,
.Template2 .skills-list.circles .progress.p91 .slice,
.Template2 .skills-list.circles .progress.p92 .slice,
.Template2 .skills-list.circles .progress.p93 .slice,
.Template2 .skills-list.circles .progress.p94 .slice,
.Template2 .skills-list.circles .progress.p95 .slice,
.Template2 .skills-list.circles .progress.p96 .slice,
.Template2 .skills-list.circles .progress.p97 .slice,
.Template2 .skills-list.circles .progress.p98 .slice,
.Template2 .skills-list.circles .progress.p99 .slice,
.Template2 .skills-list.circles .progress.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.Template2 .skills-list.circles .progress .bar,
.Template2 .skills-list.circles .progress.p51 .fill,
.Template2 .skills-list.circles .progress.p52 .fill,
.Template2 .skills-list.circles .progress.p53 .fill,
.Template2 .skills-list.circles .progress.p54 .fill,
.Template2 .skills-list.circles .progress.p55 .fill,
.Template2 .skills-list.circles .progress.p56 .fill,
.Template2 .skills-list.circles .progress.p57 .fill,
.Template2 .skills-list.circles .progress.p58 .fill,
.Template2 .skills-list.circles .progress.p59 .fill,
.Template2 .skills-list.circles .progress.p60 .fill,
.Template2 .skills-list.circles .progress.p61 .fill,
.Template2 .skills-list.circles .progress.p62 .fill,
.Template2 .skills-list.circles .progress.p63 .fill,
.Template2 .skills-list.circles .progress.p64 .fill,
.Template2 .skills-list.circles .progress.p65 .fill,
.Template2 .skills-list.circles .progress.p66 .fill,
.Template2 .skills-list.circles .progress.p67 .fill,
.Template2 .skills-list.circles .progress.p68 .fill,
.Template2 .skills-list.circles .progress.p69 .fill,
.Template2 .skills-list.circles .progress.p70 .fill,
.Template2 .skills-list.circles .progress.p71 .fill,
.Template2 .skills-list.circles .progress.p72 .fill,
.Template2 .skills-list.circles .progress.p73 .fill,
.Template2 .skills-list.circles .progress.p74 .fill,
.Template2 .skills-list.circles .progress.p75 .fill,
.Template2 .skills-list.circles .progress.p76 .fill,
.Template2 .skills-list.circles .progress.p77 .fill,
.Template2 .skills-list.circles .progress.p78 .fill,
.Template2 .skills-list.circles .progress.p79 .fill,
.Template2 .skills-list.circles .progress.p80 .fill,
.Template2 .skills-list.circles .progress.p81 .fill,
.Template2 .skills-list.circles .progress.p82 .fill,
.Template2 .skills-list.circles .progress.p83 .fill,
.Template2 .skills-list.circles .progress.p84 .fill,
.Template2 .skills-list.circles .progress.p85 .fill,
.Template2 .skills-list.circles .progress.p86 .fill,
.Template2 .skills-list.circles .progress.p87 .fill,
.Template2 .skills-list.circles .progress.p88 .fill,
.Template2 .skills-list.circles .progress.p89 .fill,
.Template2 .skills-list.circles .progress.p90 .fill,
.Template2 .skills-list.circles .progress.p91 .fill,
.Template2 .skills-list.circles .progress.p92 .fill,
.Template2 .skills-list.circles .progress.p93 .fill,
.Template2 .skills-list.circles .progress.p94 .fill,
.Template2 .skills-list.circles .progress.p95 .fill,
.Template2 .skills-list.circles .progress.p96 .fill,
.Template2 .skills-list.circles .progress.p97 .fill,
.Template2 .skills-list.circles .progress.p98 .fill,
.Template2 .skills-list.circles .progress.p99 .fill,
.Template2 .skills-list.circles .progress.p100 .fill {
  position: absolute;
  width: 0.82em;
  height: 0.82em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border: 0.09em solid #78cc6d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.Template2 .skills-list.circles .progress.p51 .bar:after,
.Template2 .skills-list.circles .progress.p51 .fill,
.Template2 .skills-list.circles .progress.p52 .bar:after,
.Template2 .skills-list.circles .progress.p52 .fill,
.Template2 .skills-list.circles .progress.p53 .bar:after,
.Template2 .skills-list.circles .progress.p53 .fill,
.Template2 .skills-list.circles .progress.p54 .bar:after,
.Template2 .skills-list.circles .progress.p54 .fill,
.Template2 .skills-list.circles .progress.p55 .bar:after,
.Template2 .skills-list.circles .progress.p55 .fill,
.Template2 .skills-list.circles .progress.p56 .bar:after,
.Template2 .skills-list.circles .progress.p56 .fill,
.Template2 .skills-list.circles .progress.p57 .bar:after,
.Template2 .skills-list.circles .progress.p57 .fill,
.Template2 .skills-list.circles .progress.p58 .bar:after,
.Template2 .skills-list.circles .progress.p58 .fill,
.Template2 .skills-list.circles .progress.p59 .bar:after,
.Template2 .skills-list.circles .progress.p59 .fill,
.Template2 .skills-list.circles .progress.p60 .bar:after,
.Template2 .skills-list.circles .progress.p60 .fill,
.Template2 .skills-list.circles .progress.p61 .bar:after,
.Template2 .skills-list.circles .progress.p61 .fill,
.Template2 .skills-list.circles .progress.p62 .bar:after,
.Template2 .skills-list.circles .progress.p62 .fill,
.Template2 .skills-list.circles .progress.p63 .bar:after,
.Template2 .skills-list.circles .progress.p63 .fill,
.Template2 .skills-list.circles .progress.p64 .bar:after,
.Template2 .skills-list.circles .progress.p64 .fill,
.Template2 .skills-list.circles .progress.p65 .bar:after,
.Template2 .skills-list.circles .progress.p65 .fill,
.Template2 .skills-list.circles .progress.p66 .bar:after,
.Template2 .skills-list.circles .progress.p66 .fill,
.Template2 .skills-list.circles .progress.p67 .bar:after,
.Template2 .skills-list.circles .progress.p67 .fill,
.Template2 .skills-list.circles .progress.p68 .bar:after,
.Template2 .skills-list.circles .progress.p68 .fill,
.Template2 .skills-list.circles .progress.p69 .bar:after,
.Template2 .skills-list.circles .progress.p69 .fill,
.Template2 .skills-list.circles .progress.p70 .bar:after,
.Template2 .skills-list.circles .progress.p70 .fill,
.Template2 .skills-list.circles .progress.p71 .bar:after,
.Template2 .skills-list.circles .progress.p71 .fill,
.Template2 .skills-list.circles .progress.p72 .bar:after,
.Template2 .skills-list.circles .progress.p72 .fill,
.Template2 .skills-list.circles .progress.p73 .bar:after,
.Template2 .skills-list.circles .progress.p73 .fill,
.Template2 .skills-list.circles .progress.p74 .bar:after,
.Template2 .skills-list.circles .progress.p74 .fill,
.Template2 .skills-list.circles .progress.p75 .bar:after,
.Template2 .skills-list.circles .progress.p75 .fill,
.Template2 .skills-list.circles .progress.p76 .bar:after,
.Template2 .skills-list.circles .progress.p76 .fill,
.Template2 .skills-list.circles .progress.p77 .bar:after,
.Template2 .skills-list.circles .progress.p77 .fill,
.Template2 .skills-list.circles .progress.p78 .bar:after,
.Template2 .skills-list.circles .progress.p78 .fill,
.Template2 .skills-list.circles .progress.p79 .bar:after,
.Template2 .skills-list.circles .progress.p79 .fill,
.Template2 .skills-list.circles .progress.p80 .bar:after,
.Template2 .skills-list.circles .progress.p80 .fill,
.Template2 .skills-list.circles .progress.p81 .bar:after,
.Template2 .skills-list.circles .progress.p81 .fill,
.Template2 .skills-list.circles .progress.p82 .bar:after,
.Template2 .skills-list.circles .progress.p82 .fill,
.Template2 .skills-list.circles .progress.p83 .bar:after,
.Template2 .skills-list.circles .progress.p83 .fill,
.Template2 .skills-list.circles .progress.p84 .bar:after,
.Template2 .skills-list.circles .progress.p84 .fill,
.Template2 .skills-list.circles .progress.p85 .bar:after,
.Template2 .skills-list.circles .progress.p85 .fill,
.Template2 .skills-list.circles .progress.p86 .bar:after,
.Template2 .skills-list.circles .progress.p86 .fill,
.Template2 .skills-list.circles .progress.p87 .bar:after,
.Template2 .skills-list.circles .progress.p87 .fill,
.Template2 .skills-list.circles .progress.p88 .bar:after,
.Template2 .skills-list.circles .progress.p88 .fill,
.Template2 .skills-list.circles .progress.p89 .bar:after,
.Template2 .skills-list.circles .progress.p89 .fill,
.Template2 .skills-list.circles .progress.p90 .bar:after,
.Template2 .skills-list.circles .progress.p90 .fill,
.Template2 .skills-list.circles .progress.p91 .bar:after,
.Template2 .skills-list.circles .progress.p91 .fill,
.Template2 .skills-list.circles .progress.p92 .bar:after,
.Template2 .skills-list.circles .progress.p92 .fill,
.Template2 .skills-list.circles .progress.p93 .bar:after,
.Template2 .skills-list.circles .progress.p93 .fill,
.Template2 .skills-list.circles .progress.p94 .bar:after,
.Template2 .skills-list.circles .progress.p94 .fill,
.Template2 .skills-list.circles .progress.p95 .bar:after,
.Template2 .skills-list.circles .progress.p95 .fill,
.Template2 .skills-list.circles .progress.p96 .bar:after,
.Template2 .skills-list.circles .progress.p96 .fill,
.Template2 .skills-list.circles .progress.p97 .bar:after,
.Template2 .skills-list.circles .progress.p97 .fill,
.Template2 .skills-list.circles .progress.p98 .bar:after,
.Template2 .skills-list.circles .progress.p98 .fill,
.Template2 .skills-list.circles .progress.p99 .bar:after,
.Template2 .skills-list.circles .progress.p99 .fill,
.Template2 .skills-list.circles .progress.p100 .bar:after,
.Template2 .skills-list.circles .progress.p100 .fill {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Template2 .skills-list.circles .progress {
  margin: 0 auto;
  position: relative;
  font-size: 90px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: #eeeeee;
}

.Template2 .skills-list.circles .progress *,
.Template2 .skills-list.circles .progress *:before,
.Template2 .skills-list.circles .progress *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.Template2 .skills-list.circles .progress span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 90px;
  font-size: 17px;
  color: #323232;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

.Template2 .skills-list.circles .progress:after {
  position: absolute;
  top: 0.09em;
  left: 0.09em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #ffffff;
  width: 0.82em;
  height: 0.82em;
}

.Template2 .skills-list.circles ul li .progress .percentage {
  display: none;
}

.Template2 .skills-list.circles .progress .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.Template2 .skills-list.circles .progress.p1 .bar {
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -webkit-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.Template2 .skills-list.circles .progress.p2 .bar {
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -webkit-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

.Template2 .skills-list.circles .progress.p3 .bar {
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -webkit-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

.Template2 .skills-list.circles .progress.p4 .bar {
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -webkit-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

.Template2 .skills-list.circles .progress.p5 .bar {
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.Template2 .skills-list.circles .progress.p6 .bar {
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -webkit-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

.Template2 .skills-list.circles .progress.p7 .bar {
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -webkit-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

.Template2 .skills-list.circles .progress.p8 .bar {
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -webkit-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

.Template2 .skills-list.circles .progress.p9 .bar {
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -webkit-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

.Template2 .skills-list.circles .progress.p10 .bar {
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.Template2 .skills-list.circles .progress.p11 .bar {
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -webkit-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

.Template2 .skills-list.circles .progress.p12 .bar {
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

.Template2 .skills-list.circles .progress.p13 .bar {
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -webkit-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

.Template2 .skills-list.circles .progress.p14 .bar {
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -webkit-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

.Template2 .skills-list.circles .progress.p15 .bar {
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
}

.Template2 .skills-list.circles .progress.p16 .bar {
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -webkit-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

.Template2 .skills-list.circles .progress.p17 .bar {
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -webkit-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

.Template2 .skills-list.circles .progress.p18 .bar {
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -webkit-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

.Template2 .skills-list.circles .progress.p19 .bar {
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -webkit-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

.Template2 .skills-list.circles .progress.p20 .bar {
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

.Template2 .skills-list.circles .progress.p21 .bar {
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -webkit-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

.Template2 .skills-list.circles .progress.p22 .bar {
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -webkit-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

.Template2 .skills-list.circles .progress.p23 .bar {
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -webkit-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

.Template2 .skills-list.circles .progress.p24 .bar {
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -webkit-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

.Template2 .skills-list.circles .progress.p25 .bar {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.Template2 .skills-list.circles .progress.p26 .bar {
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -webkit-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

.Template2 .skills-list.circles .progress.p27 .bar {
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -webkit-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

.Template2 .skills-list.circles .progress.p28 .bar {
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

.Template2 .skills-list.circles .progress.p29 .bar {
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -webkit-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

.Template2 .skills-list.circles .progress.p30 .bar {
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}

.Template2 .skills-list.circles .progress.p31 .bar {
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -webkit-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

.Template2 .skills-list.circles .progress.p32 .bar {
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -webkit-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

.Template2 .skills-list.circles .progress.p33 .bar {
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -webkit-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

.Template2 .skills-list.circles .progress.p34 .bar {
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -webkit-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

.Template2 .skills-list.circles .progress.p35 .bar {
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}

.Template2 .skills-list.circles .progress.p36 .bar {
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -webkit-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

.Template2 .skills-list.circles .progress.p37 .bar {
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -webkit-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

.Template2 .skills-list.circles .progress.p38 .bar {
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -webkit-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

.Template2 .skills-list.circles .progress.p39 .bar {
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -webkit-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

.Template2 .skills-list.circles .progress.p40 .bar {
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}

.Template2 .skills-list.circles .progress.p41 .bar {
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -webkit-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

.Template2 .skills-list.circles .progress.p42 .bar {
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -webkit-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

.Template2 .skills-list.circles .progress.p43 .bar {
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -webkit-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

.Template2 .skills-list.circles .progress.p44 .bar {
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -webkit-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

.Template2 .skills-list.circles .progress.p45 .bar {
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
}

.Template2 .skills-list.circles .progress.p46 .bar {
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -webkit-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

.Template2 .skills-list.circles .progress.p47 .bar {
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -webkit-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

.Template2 .skills-list.circles .progress.p48 .bar {
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -webkit-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

.Template2 .skills-list.circles .progress.p49 .bar {
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -webkit-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

.Template2 .skills-list.circles .progress.p50 .bar {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Template2 .skills-list.circles .progress.p51 .bar {
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -webkit-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}

.Template2 .skills-list.circles .progress.p52 .bar {
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -webkit-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}

.Template2 .skills-list.circles .progress.p53 .bar {
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -webkit-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}

.Template2 .skills-list.circles .progress.p54 .bar {
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -webkit-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}

.Template2 .skills-list.circles .progress.p55 .bar {
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}

.Template2 .skills-list.circles .progress.p56 .bar {
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -webkit-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}

.Template2 .skills-list.circles .progress.p57 .bar {
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -webkit-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}

.Template2 .skills-list.circles .progress.p58 .bar {
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -webkit-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}

.Template2 .skills-list.circles .progress.p59 .bar {
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -webkit-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}

.Template2 .skills-list.circles .progress.p60 .bar {
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}

.Template2 .skills-list.circles .progress.p61 .bar {
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -webkit-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}

.Template2 .skills-list.circles .progress.p62 .bar {
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -webkit-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}

.Template2 .skills-list.circles .progress.p63 .bar {
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -webkit-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}

.Template2 .skills-list.circles .progress.p64 .bar {
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -webkit-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}

.Template2 .skills-list.circles .progress.p65 .bar {
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -webkit-transform: rotate(234deg);
  transform: rotate(234deg);
}

.Template2 .skills-list.circles .progress.p66 .bar {
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -webkit-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}

.Template2 .skills-list.circles .progress.p67 .bar {
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -webkit-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}

.Template2 .skills-list.circles .progress.p68 .bar {
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -webkit-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}

.Template2 .skills-list.circles .progress.p69 .bar {
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -webkit-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}

.Template2 .skills-list.circles .progress.p70 .bar {
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
}

.Template2 .skills-list.circles .progress.p71 .bar {
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -webkit-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}

.Template2 .skills-list.circles .progress.p72 .bar {
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -webkit-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}

.Template2 .skills-list.circles .progress.p73 .bar {
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -webkit-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}

.Template2 .skills-list.circles .progress.p74 .bar {
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -webkit-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}

.Template2 .skills-list.circles .progress.p75 .bar {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.Template2 .skills-list.circles .progress.p76 .bar {
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -webkit-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}

.Template2 .skills-list.circles .progress.p77 .bar {
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -webkit-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}

.Template2 .skills-list.circles .progress.p78 .bar {
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -webkit-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}

.Template2 .skills-list.circles .progress.p79 .bar {
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -webkit-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}

.Template2 .skills-list.circles .progress.p80 .bar {
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}

.Template2 .skills-list.circles .progress.p81 .bar {
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -webkit-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}

.Template2 .skills-list.circles .progress.p82 .bar {
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -webkit-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}

.Template2 .skills-list.circles .progress.p83 .bar {
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -webkit-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}

.Template2 .skills-list.circles .progress.p84 .bar {
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -webkit-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}

.Template2 .skills-list.circles .progress.p85 .bar {
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -webkit-transform: rotate(306deg);
  transform: rotate(306deg);
}

.Template2 .skills-list.circles .progress.p86 .bar {
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -webkit-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}

.Template2 .skills-list.circles .progress.p87 .bar {
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -webkit-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}

.Template2 .skills-list.circles .progress.p88 .bar {
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -webkit-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}

.Template2 .skills-list.circles .progress.p89 .bar {
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -webkit-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}

.Template2 .skills-list.circles .progress.p90 .bar {
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
}

.Template2 .skills-list.circles .progress.p91 .bar {
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -webkit-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}

.Template2 .skills-list.circles .progress.p92 .bar {
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -webkit-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}

.Template2 .skills-list.circles .progress.p93 .bar {
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -webkit-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}

.Template2 .skills-list.circles .progress.p94 .bar {
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -webkit-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}

.Template2 .skills-list.circles .progress.p95 .bar {
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -webkit-transform: rotate(342deg);
  transform: rotate(342deg);
}

.Template2 .skills-list.circles .progress.p96 .bar {
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -webkit-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}

.Template2 .skills-list.circles .progress.p97 .bar {
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -webkit-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}

.Template2 .skills-list.circles .progress.p98 .bar {
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -webkit-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}

.Template2 .skills-list.circles .progress.p99 .bar {
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -webkit-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}

.Template2 .skills-list.circles .progress.p100 .bar {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.Template2 .s_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 106;
  opacity: 0.6;
  display: none;
}

.Template2 .content-sidebar {
  position: fixed;
  top: 0;
  left: -438px;
  width: 338px;
  height: 100%;
  background: #fff;
  z-index: 107;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}

.Template2 .content-sidebar .close {
  position: absolute;
  top: 0;
  right: -68px;
  width: 68px;
  height: 68px;
  background: #eeeeee;
  cursor: pointer;
  border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -khtml-border-radius: 0 0 4px 0;
  z-index: 10;
}

.Template2 .content-sidebar .close:before,
.Template2 .content-sidebar .close:after {
  content: "";
  margin: -2px 0 0 -10px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #323232;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .content-sidebar .close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.Template2 .content-sidebar .close:hover:before,
.Template2 .content-sidebar .close:hover:after {
  background: #999;
}

.Template2 .content-sidebar .sidebar-wrap {
  position: relative;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.Template2 .content-sidebar.active {
  left: 0;
}

.Template2 .content-sidebar .widget-area {
  position: relative;
}

.Template2 .content-sidebar .profile {
  padding-top: 150px;
  padding-bottom: 0;
  height: auto;
}

.Template2 .content-sidebar .profile.no-photo {
  padding-top: 270px;
}

.Template2 .content-sidebar .profile .slide {
  height: 250px;
}

.Template2 .content-sidebar .main-menu {
  padding: 25px 0;
  display: none;
}

.Template2 .content-sidebar .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Template2 .content-sidebar .main-menu ul li {
  position: relative;
}

.Template2 .content-sidebar .main-menu ul li:after,
.Template2 .content-sidebar .main-menu ul li:first-child::before {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-radial-gradient(
    left,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    left,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at left,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .content-sidebar .main-menu ul li:first-child:before {
  bottom: auto;
  top: 0;
}

.Template2 .content-sidebar .main-menu ul li a {
  position: relative;
  padding: 17px 25px;
  display: block;
  font-weight: 500;
  color: #323232;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .content-sidebar .main-menu ul li .children_toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 55px;
  z-index: 2;
  cursor: pointer;
}

.Template2 .content-sidebar .main-menu ul li .icon {
  margin-right: 10px;
  font-size: 16px;
}

.Template2 .content-sidebar .main-menu ul li.page_item_has_children > a:before,
.Template2 .content-sidebar .main-menu ul li.page_item_has_children > a:after {
  margin-top: -1px;
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 9px;
  height: 2px;
  background: #666;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.Template2 .content-sidebar .main-menu ul li.page_item_has_children > a:after {
  right: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.Template2 .content-sidebar .main-menu ul li.current_page_item > a,
.Template2 .content-sidebar .main-menu ul li:hover > a,
.Template2 .content-sidebar .main-menu ul li.current_page_parent > a,
.Template2 .content-sidebar .main-menu ul li.current_page_ancestor > a {
  text-decoration: none;
  color: #78cc6d;
}

.Template2
  .content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_item
  > a:before,
.Template2
  .content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_item
  > a:after,
.Template2
  .content-sidebar
  .main-menu
  ul
  li.page_item_has_children:hover
  > a:before,
.Template2
  .content-sidebar
  .main-menu
  ul
  li.page_item_has_children:hover
  > a:after,
.Template2
  .content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_parent
  > a:before,
.Template2
  .content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_parent
  > a:after,
.Template2
  .content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_ancestor
  > a:before,
.Template2
  .content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_ancestor
  > a:after {
  background: #78cc6d;
}

.Template2 .content-sidebar .main-menu ul li ul {
  padding: 10px 0 10px 25px;
  background: #f6f6f6;
  display: none;
}

.Template2 .content-sidebar .main-menu ul li ul li a {
  position: relative;
  padding: 6px 25px;
  display: block;
  font-weight: 400;
  color: #323232;
  font-size: 14px;
}

.Template2 .content-sidebar .main-menu ul li ul li:before,
.Template2 .content-sidebar .main-menu ul li ul li:after {
  display: none;
}

.Template2 .content-sidebar .widget {
  padding: 25px;
}

.Template2 .content-sidebar .widget tfoot {
  display: none;
}

.Template2 .content-sidebar .widget th {
  color: #000;
  padding: 5px;
  text-align: center;
}

.Template2 .content-sidebar .widget td {
  padding: 5px;
  text-align: center;
}

.Template2 .content-sidebar .widget label {
  padding-bottom: 0;
}

.Template2 .content-sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Template2 .content-sidebar .widget ul ul {
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

.Template2 .content-sidebar .widget ul ul ul {
  margin-top: 5px;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.Template2 .content-sidebar .widget ul li {
  position: relative;
  padding: 10px 0;
  margin: 0;
  color: #999;
  border-top: 1px solid #eee;
}

.Template2 .content-sidebar .widget ul li:last-child {
  border-bottom: 1px solid #eee;
}

.Template2 .content-sidebar .widget ul li a {
  padding-bottom: 0;
  color: #323232;
}

.Template2 .content-sidebar .widget ul li a:hover {
  color: #78cc6d;
}

.Template2 .content-sidebar .widget ul li li {
  position: relative;
  overflow: hidden;
  margin: 5px 0 0 0;
  padding: 0;
  padding-left: 15px;
  border: none;
}

.Template2 .content-sidebar .widget ul li li:before {
  margin: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #78cc6d;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.Template2 .content-sidebar .widget ul li li li {
  padding-top: 0;
  padding-bottom: 0;
}

.Template2 .content-sidebar .widget ul li li li li {
  padding-left: 10px;
}

.Template2 .content-sidebar .widget ul li li li {
  padding-top: 0;
  padding-bottom: 0;
}

.Template2 .content-sidebar .widget ul li li li:before {
  top: 8px;
}

.Template2 .content-sidebar .widget ul li li:last-child {
  border-bottom: none;
}

.Template2 .content-sidebar .widget.widget_recent_comments a,
.Template2 .content-sidebar .widget.widget_recent_entries a {
  padding-top: 0;
  font-weight: 400;
  display: block !important;
}

.Template2 .content-sidebar .widget ul li .post-date {
  margin: 0;
  display: inline-block;
  padding: 0;
  height: 20px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}

.Template2 .content-sidebar .widget img {
  max-width: 100%;
  height: auto;
}

.Template2 .content-sidebar .widget .rss-date,
.Template2 .content-sidebar .widget cite {
  margin: 5px 0 10px 0;
  padding: 0;
  display: block;
  height: 20px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}

.Template2 .content-sidebar .widget cite {
  margin: 10px 0 0 0;
}

.Template2 .content-sidebar .widget .rssSummary {
  color: #323232;
}

.Template2 .content-sidebar span.screen-reader-text {
  display: none;
}

.Template2 .content-sidebar span.screen-reader-text span {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
}

.Template2 .search-form input.search-field {
  border: solid 1px #ddd;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 50px 0 15px;
  box-shadow: none;
  font-weight: 400;
  -webkit-appearance: textfield;
}

.Template2 .search-form input.search-submit {
  margin-top: -50px;
  margin-right: 0;
  padding: 0;
  float: right;
  width: 50px;
  height: 50px;
  background: url(../images/android-search.png) no-repeat center center;
  background-size: 18px 18px;
  font-size: 0;
  border: none;
}

.Template2 .search-form input.search-submit:hover {
  background: url(../images/android-search.png) no-repeat center center;
  background-size: 18px 18px;
}

.Template2 .content-sidebar #results-container {
  padding-top: 10px;
}

.Template2 .content-sidebar h2.widget-title {
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  position: relative;
  font-size: 18px;
  color: #323232;
  line-height: 21px;
  font-weight: 600;
}

.Template2 .content-sidebar h2.widget-title .first-word {
  color: #78cc6d;
}

.Template2 .content-sidebar h2.widget-title::first-letter,
.Template2 .content-sidebar h2.widget-title .first-letter::first-letter {
  color: #78cc6d;
}

.Template2 .content-sidebar h2.widget-title:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 30px;
  height: 30px;
  background: -moz-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.15) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.15) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(120, 204, 109, 0.15) 0%,
    rgba(120, 204, 109, 0.01) 100%
  );
  z-index: -1;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
}

.Template2 .content-sidebar .recentcomments {
  color: #999;
}

.Template2 .content-sidebar .recentcomments a {
  padding-top: 6px;
  display: block !important;
}

.Template2 .content-sidebar .recentcomments a.url {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}

.Template2 .content-sidebar .recentcomments .comment-author-link {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}

.Template2 .content-sidebar .tagcloud a {
  margin: 4px 2px;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
  font-weight: 400;
  font-size: 13px;
  color: #78cc6d;
  border: 1px solid #78cc6d;
}

.Template2 .content-sidebar .screen-reader-text {
  display: none;
}

.Template2 .content-sidebar .widget select {
  width: 100%;
  height: 34px;
}

.Template2 .content-sidebar table {
  margin: 0;
}

.Template2 .content-sidebar .widget.widget_media_image {
  max-width: 100%;
}

@media (max-width: 1120px) {
  .Template2 .content-sidebar .sidebar-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .Template2 .content-sidebar .main-menu {
    padding: 25px;
    display: block;
  }

  .Template2 .content-sidebar .main-menu ul li:after,
  .Template2 .content-sidebar .main-menu ul li:first-child::before {
    left: 0;
  }
}

@media (max-width: 680px) {
  html:has(.Template2).sidebar-open,
  body:has(.Template2).sidebar-open {
    height: 100vh;
    overflow: hidden;
  }

  .Template2 .content-sidebar {
    left: -100%;
    width: 100%;
  }

  .Template2 .content-sidebar.active {
    left: 0;
  }

  .Template2 .content-sidebar .sidebar-wrap {
    padding-top: 68px;
  }

  .Template2 .content-sidebar .close {
    right: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    width: 100%;
  }
}

.Template2 .text-box p {
  margin-top: 0;
}

.Template2 .content.about p {
  margin-bottom: 0;
}

.Template2 .info-list {
  padding-top: 0;
}

.Template2 .content.contacts .info-list ul {
  margin: -11px -30px 0 -30px;
  font-size: 0;
}

.Template2 .info-list ul li {
  padding: 11px 0;
  position: relative;
  display: block;
  vertical-align: top;
  width: auto;
  font-size: 16px;
  word-break: break-word;
  text-align: center;
}

.Template2 .content.contacts .info-list ul li {
  padding: 11px 30px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.Template2 .info-list ul li:first-child {
  padding-top: 0;
}

.Template2 .content.contacts .info-list ul li:first-child {
  padding-top: 11px;
}

.Template2 .info-list ul li:last-child {
  padding-bottom: 0;
}

.Template2 .content.contacts .info-list ul li:last-child {
  padding-bottom: 11px;
}

.Template2 .info-list ul li:last-child:before {
  display: none;
}

.Template2 .content.contacts .info-list ul li:last-child:before {
  display: block;
}

.Template2 .info-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at center,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .info-list ul li span strong {
  float: left;
  margin-right: 8px;
  padding: 1px 8px;
  background: #78cc6d;
  font-size: 14px;
  line-height: 20px;
  color: #fefefe;
  font-weight: 400;
  text-transform: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}

.Template2 .info-list ul li strong:after {
  margin-left: 0 !important;
}

@media (max-width: 1199px) {
  .Template2 .content.about .row .col:first-child {
    padding-bottom: 0;
  }

  .Template2 .info-list ul li,
  .Template2 .content.contacts .info-list ul li {
    padding: 11px 30px;
    display: block;
    width: 100%;
  }

  .Template2 .content.about .info-list ul {
    margin: -11px -30px 0 -30px;
  }
}

@media (max-width: 560px) {
  .Template2 .info-list ul li {
    display: block;
    width: auto;
  }

  .Template2 .content.about .info-list ul {
    margin: -11px -30px 0 -30px;
  }

  .Template2 .content.contacts .info-list ul {
    margin: -11px auto 0 auto;
  }

  .Template2 .content.contacts .info-list ul li {
    padding: 11px 0;
    display: block;
    vertical-align: top;
    width: auto;
  }

  .Template2 .content.contacts .info-list ul li:first-child {
    padding-top: 11px;
  }

  .Template2 .content.contacts .info-list ul li:last-child {
    padding-bottom: 11px;
  }

  .Template2 .content.contacts .info-list ul li:last-child:before {
    display: block;
  }
}

.Template2 .service-items.border-line-v:after {
  background: -moz-radial-gradient(
    top,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    top,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at top,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .service-items .service-item {
  text-align: center;
}

.Template2 .service-items .service-item .icon {
  margin: 0 auto;
  color: #fff !important;
  background: #78cc6d !important;
}

.Template2 .service-items .service-item .name {
  margin: 10px 0 5px 0;
  font-size: 17px;
  color: #323232;
  font-weight: 500;
  text-transform: none;
}

.Template2 .service-items .service-item p {
  margin: 0;
}

@media (max-width: 560px) {
  .Template2 .service-items .col:last-child:after {
    display: none;
  }
}

.Template2 .pricing-items .pricing-item {
  position: relative;
  padding: 0 0 100px 0;
}

.Template2 .pricing-items .pricing-item .name {
  color: #323232;
  font-size: 17px;
  text-transform: none;
}

.Template2 .pricing-items .pricing-item .amount .number {
  color: #323232;
}

.Template2 .pricing-items .pricing-item .amount .dollar,
.Template2 .pricing-items .pricing-item .amount .period {
  color: #323232;
  font-size: 16px;
}

.Template2 .pricing-items .pricing-item .amount .period {
  color: #646464;
}

.Template2 .pricing-items .pricing-item .feature-list ul li {
  margin: 10px 0;
  font-size: 16px;
  color: #646464;
}

.Template2 .pricing-items .pricing-item .feature-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.Template2 .pricing-items .pricing-item .feature-list ul li strong {
  font-size: 13px;
  color: #323232;
}

.Template2 .pricing-items .pricing-item .lnks .lnk .ion {
  top: -2px;
}

.Template2 .fuct-items .fuct-item .name {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  text-transform: none;
}

.Template2 .client-items .client-item img {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .client-items .client-item img:hover {
  opacity: 0.8;
}

.Template2 .resume-title,
.Template2 .skill-title {
  padding: 0 0 30px 0;
}

.Template2 .resume-title:after,
.Template2 .skill-title:after {
  left: 0;
}

.Template2 .resume-title .icon,
.Template2 .skill-title .icon {
  top: -13px;
}

.Template2 .resume-title .name,
.Template2 .skill-title .name {
  line-height: 14px;
  color: #323232;
  font-size: 17px;
}

.Template2 .resume-title .name:first-child,
.Template2 .skill-title .name:first-child {
  margin-left: 0;
}

.Template2 .resume-items .resume-item {
  padding: 30px 0;
}

.Template2 .resume-items .resume-item:after {
  left: 0;
}

.Template2 .resume-items .resume-item:last-child {
  padding-bottom: 0;
}

.Template2 .resume-items .resume-item:last-child:after {
  display: none;
}

.Template2 .resume-items .resume-item.active .date {
  border-color: #78cc6d;
}

.Template2 .resume-items .resume-item .date {
  margin: 0 0 11px 0;
  padding: 0 5px;
  font-size: 13px;
  line-height: 18px;
  color: #ccc;
  font-weight: 400;
  text-transform: none;
  border: 1px solid #eeeeee;
}

.Template2 .resume-items .resume-item .date:before {
  display: none;
}

.Template2 .resume-items .resume-item .name {
  font-size: 17px;
  color: #323232;
  font-weight: 500;
  text-transform: none;
}

.Template2 .resume-items .resume-item .company {
  margin: 0 0 11px 0;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  text-transform: none;
}

.Template2 .resume-items .resume-item p {
  margin: 0;
}

.Template2 .skills-list.list ul li .name {
  font-size: 16px;
  line-height: 18px;
}

.Template2 .content.works .border-line-h:after {
  display: none;
}

.Template2 .content.works .filter-menu {
  font-weight: 400;
  z-index: 2;
}

.Template2 .content.works .filter-menu .f_btn {
  font-size: 14px;
  color: #646464;
}

.Template2 .content.works .filter-menu .f_btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.Template2 .content.works .grid-items.border-line-v:after {
  background: -moz-radial-gradient(
    top,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    top,
    ellipse cover,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at top,
    #ddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .content.works .grid-items .grid-item.col {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 30px;
}

@media (max-width: 560px) {
  .Template2 .content.works .filter-menu {
    position: relative;
    top: 5px;
    left: 0;
    right: auto;
  }

  .Template2 .content.works .filter-menu button {
    margin: 0 15px 0 0;
  }
}

.Template2 .box-item {
  overflow: visible;
}

.Template2 .content.blog .box-item {
  text-align: initial;
}

.Template2 .content.blog .row .col {
  padding-bottom: 0;
}

.Template2 .box-item .image {
  overflow: hidden;
  z-index: 2;
}

.Template2 .box-item .image a img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.Template2 .box-item:hover .image a img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.Template2 .box-item .desc {
  padding: 15px 0;
}

.Template2 .content.works .box-item .desc {
  padding: 15px 0 0 0;
}

.Template2 .content.blog .box-item .desc {
  padding-bottom: 0;
  text-align: center;
}

.Template2 .box-item .desc .name {
  padding: 0;
  display: block;
  font-size: 17px;
  color: #323232;
  font-weight: 500;
  text-transform: none;
  word-break: break-word;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.Template2 .content.blog .box-item .desc .name {
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
}

.Template2 .box-item .desc .category {
  margin: 0;
  font-size: 14px;
  color: #999999;
  text-transform: none;
}

.Template2 .content.blog .box-item .desc {
  padding-bottom: 20px;
}

.Template2 .content.works .box-item .desc .category {
  font-size: 14px;
}

.Template2 .box-item:hover .desc .name {
  color: #78cc6d;
}

@media (max-width: 560px) {
  .Template2 .content.works .filter-menu .f_btn {
    margin-left: 0;
    margin-right: 15px;
  }
}

.Template2 .content.contacts .map {
  margin-bottom: 30px;
  height: 240px;
}

.Template2 .contact_form .row p {
  display: none;
}

.Template2 .card-wrap .content.contacts .row .row .col {
  padding-bottom: 30px;
}

.Template2 .card-wrap .content.contacts .row .row .col.col-d-6:nth-child(1) {
  padding-right: 15px;
}

.Template2 .card-wrap .content.contacts .row .row .col.col-d-6:nth-child(2) {
  padding-left: 15px;
}

.Template2 .contact_form input[type="checkbox"],
.Template2 .contact_form input[type="radio"] {
  margin: 0 5px 0 0;
  display: inline;
  width: auto;
  height: auto;
}

.Template2 .checkbox label br {
  display: none;
}

.Template2 .mfp-wrap.popup-box-inline {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.Template2 .grid-items {
  min-height: 1px;
}

.Template2 .post-box:after {
  content: "";
  display: block;
  clear: both;
}

.Template2 .post-box .blog-detail {
  margin: 0 0 25px 0;
  font-size: 13px;
  color: #999;
}

.Template2 .post-box .blog-detail > span:first-child {
  padding-right: 0;
}

.Template2 .post-box .blog-detail span:first-child:before {
  display: none;
}

.Template2 .post-box .blog-detail > span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding-right: 4px;
}

.Template2 .post-box .blog-detail > span:before {
  content: "";
  content: "\02022";
  font-family: serif;
  padding: 0 6px 0 6px;
}

.Template2 .post-box .blog-detail > span .author {
  color: #323232;
}

.Template2 .post-box .blog-detail a {
  color: #78cc6d;
}

.Template2 .post-box .blog-detail a:hover {
  text-decoration: underline;
}

.Template2 .post-box .blog-image {
  margin: 0 0 25px 0;
  font-size: 0;
}

.Template2 .post-box .blog-image img {
  width: 100%;
}

.Template2 .post-box .blog-content blockquote {
  margin: 25px 0;
  padding: 0 20px;
  color: #646464;
  font-style: italic;
  font-weight: 300;
  border-left: 2px solid #78cc6d;
}

.Template2 .post-box .blog-content ul {
  list-style: none;
}

.Template2 .post-box .blog-content ul > li {
  margin: 8px 0;
  padding: 0 0 0 18px;
  position: relative;
  font-weight: 400;
}

.Template2 .post-box .blog-content ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #78cc6d;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.Template2 .post-box .blog-content ol > li {
  margin: 8px 0;
  position: relative;
  font-weight: 400;
  padding: 0;
}

.Template2
  .post-box
  .blog-content
  ol
  > li
  > .post-box
  .blog-content
  ol
  > li:before {
  display: none;
}

.Template2 .post-box .blog-content .post-lightbox {
  margin: 25px 0;
}

.Template2 .post-box .blog-content .post-lightbox img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.Template2 .post-box .blog-content a {
  color: #78cc6d;
  text-decoration: none;
}

.Template2 .post-box .blog-content a:hover {
  text-decoration: underline;
}

.Template2 .post-box .blog-content img {
  max-width: 100%;
}

.Template2 .post-box .post-text-bottom {
  margin: 0;
}

.Template2 .post-box .post-text-bottom .tags-links {
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  color: #999;
}

.Template2 .post-box .post-text-bottom .tags-links span {
  color: #999;
  margin-bottom: 0;
}

.Template2 .post-box .post-text-bottom .tags-links span:first-child {
  margin-right: 10px;
}

.Template2 .post-box .post-text-bottom .tags-links a {
  margin: 0 10px 10px 0;
  display: inline-block;
  padding: 0 5px;
  line-height: 18px;
  font-weight: 400;
  font-size: 13px;
  color: #78cc6d;
  border: 1px solid #78cc6d;
  text-decoration: none;
}

.Template2 .post-box .post-text-bottom .tags-links a:first-child {
  margin-left: 10px;
}

.Template2 .post-box .post-text-bottom .social-share {
  margin-right: 30px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}

.Template2 .post-box .post-text-bottom .social-share span {
  color: #999;
  margin-bottom: 0;
}

.Template2 .post-box .post-text-bottom .social-share .share-btn {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 16px;
  color: #78cc6d;
}

.Template2 .post-box .post-navigation {
  margin: 10px 0 10px 0;
}

.Template2 .post-box .post-navigation:after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

.Template2 .post-box .post-navigation a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #aca3a3;
  line-height: 20px;
  position: relative;
  margin: 0;
  padding: 5px 10px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.Template2 .post-box .post-navigation a:hover {
  color: #646464;
}

.Template2 .post-box .post-navigation .nav-previous a:before,
.Template2 .post-box .post-navigation .nav-next a:before {
  margin-top: -10px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  display: block;
  width: 11px;
  height: 20px;
  background: url(../images/pag.png) no-repeat center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.Template2 .post-box .post-navigation .nav-previous a:hover:before,
.Template2 .post-box .post-navigation .nav-next a:hover:before {
  left: -4px;
}

.Template2 .post-box .post-navigation .nav-previous a {
  float: left;
  padding-left: 25px;
}

.Template2 .post-box .post-navigation .nav-next a {
  float: right;
  padding-right: 25px;
}

.Template2 .post-box .post-navigation .nav-next a:before {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.Template2 .post-box .post-navigation .nav-next a:hover:before {
  left: auto;
  right: -4px;
}

.Template2 .post-box .post-comments {
  margin: 0 0 40px 0;
}

.Template2 .post-box .post-comments li {
  margin: 0 0 20px -20px;
  padding: 0 0 20px 20px;
  position: relative;
  display: block;
  list-style: none;
}

.Template2 .post-box .post-comments li:last-child:before {
  display: none;
}

.Template2 .post-box .post-comments li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-radial-gradient(
    left,
    ellipse cover,
    rgba(197, 202, 213, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    left,
    ellipse cover,
    rgba(197, 202, 213, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at left,
    rgba(197, 202, 213, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.Template2 .post-box .post-comments li:after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

.Template2 .post-box .post-comments li img {
  width: 54px;
  float: left;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
}

.Template2 .post-box .post-comments li .comment-info {
  margin: 0 0 0 66px;
  padding: 5px 0 0 0;
}

.Template2 .post-box .post-comments li .comment-info .name {
  margin: 0 0 10px 0;
  position: relative;
  font-size: 13px;
  color: #323232;
  font-weight: 500;
}

.Template2 .post-box .post-comments li .comment-info .name a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #323232;
  text-transform: uppercase;
}

.Template2 .post-box .post-comments li .comment-info .name h6 {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  color: #78cc6d;
}

.Template2 .post-box .post-comments li .comment-info .name h6 span {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  font-weight: 400;
  text-transform: none;
  border-left: 1px solid #d8dbe2;
}

.Template2 .post-box .post-comments li .comment-info p {
  margin: 0;
}

/* override  */
.Template2 .social a {
  padding: 5px;
}

.Template2 ul.a {
  list-style-type: none;
}

.Template2 .myList ul {
  list-style-type: none;
}

.Template2 .cv .name {
  margin-bottom: -20px;
}

.Template2 .cv .resume-items {
  margin-top: -20px;
}

.Template2 .cv .resume-items .description {
  font-size: small;
}

.Template2 .contacts .row .info-list .description {
  font-size: small;
}

.Template2 .text-box {
  margin-bottom: -20px;
}

.Template2 .info-list .about-info .description {
  display: inline-block;
  width: 48%;
  padding: 15px;
  font-size: small;
  margin-top: 20px;
}

@media (max-width: 700px) {
  .Template2 .card-started .profile.no-photo .title {
    margin-top: -40px;
  }

  .Template2 .card-started .profile .social {
    margin-bottom: -130px;
  }

  .Template2 .info-list .about-info .description {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .Template2 .info-list .about-info {
    margin-bottom: 20px;
  }

  .Template2 .card-started .profile.no-photo .title {
    margin-top: 160px;
  }

  .Template2 .card-started .profile .social {
    margin-bottom: -130px;
  }

  .Template2 .info-list .about-info .description {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .Template2 .card-started .profile .social {
    margin-bottom: 30px;
  }
}

/* temp3 styles  */

.Template3 * {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

body:has(.Template3) {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #495369;
  line-height: 1.5em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.Template3 a {
  text-decoration: none;
  cursor: pointer;
  color: #fd7030;
}

.Template3 a:hover,
.Template3 a:focus,
.Template3 a:visited,
.Template3 a:active,
.Template3 button:active,
.Template3 button:focus {
  text-decoration: none;
  outline: none;
}

.Template3 h1,
.Template3 h2,
.Template3 h3,
.Template3 h4,
.Template3 h5,
.Template3 h6 {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin: 0 0 15px;
  background: none;
  line-height: 1.25em;
}

.Template3 h1 {
  font-size: 30px;
}

.Template3 h2 {
  font-size: 24px;
}

.Template3 h3 {
  font-size: 20px;
}

.Template3 h4 {
  font-size: 18px;
}

.Template3 h5 {
  font-size: 16px;
}

.Template3 h6 {
  font-size: 14px;
}

.Template3 input,
.Template3 button,
.Template3 select,
.Template3 textarea {
  font-family: "Barlow", sans-serif;
}

.Template3 textarea {
  overflow: hidden;
  resize: none;
}

.Template3 p {
  position: relative;
  margin-bottom: 20px;
}

.Template3 .text {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 0px;
}

.Template3 .strike-through {
  text-decoration: line-through;
}

.Template3 .auto-container {
  position: static;
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0 auto;
}

.Template3 .page-wrapper {
  position: relative;
  margin: 100px auto 0;
  width: 100%;
  min-width: 300px;
}

/* .Template3 .page-wrapper.preview {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
} */

.Template3 ul,
.Template3 li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.Template3 .theme-btn {
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .centered {
  text-align: center;
}

.Template3 .btn-style-one {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 25px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  background: #fd7030;
  letter-spacing: 0.03em;
  border-radius: 7px;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .btn-style-one:hover {
  color: #ffffff;
  background: #495369;
}

.Template3 .btn-style-two {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 24px;
  padding: 9px 35px 11px;
  color: #fd7030;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  background: #ffffff;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .btn-style-two span {
  position: relative;
  display: block;
  z-index: 1;
}

.Template3 .btn-style-two:hover {
  color: #ffffff;
  background: #101010;
}

.Template3 .theme_color {
  color: #fd7030;
}

.Template3 .light-font {
  font-weight: 300;
}

.Template3 .regular-font {
  font-weight: 400;
}

.Template3 .semibold-font {
  font-weight: 600;
}

.Template3 .bold-font {
  font-weight: 700;
}

.Template3 .ex-bold-font {
  font-weight: 800;
}

.Template3 .heavy-font {
  font-weight: 900;
}

.Template3 .no-bg {
  background: none;
}

.Template3 .text-uppercase {
  text-transform: uppercase;
}

.Template3 .preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
}

.Template3 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.Template3 .scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 52px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 4px;
  background: #fd7030;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.Template3 .scroll-to-top:hover {
  background: #495369;
  color: #ffffff;
}

.Template3 form {
  position: relative;
}

.Template3 form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.Template3 form .row .form-group {
  margin-bottom: 30px;
}

.Template3 form .form-group .field-inner {
  position: relative;
  display: block;
}

.Template3 form input[type="text"],
.Template3 form input[type="password"],
.Template3 form input[type="tel"],
.Template3 form input[type="email"],
.Template3 form input[type="url"],
.Template3 form input[type="search"],
.Template3 form input[type="file"],
.Template3 form textarea,
.Template3 form select {
  position: relative;
  display: block;
  width: 100%;
  color: #101010;
  line-height: 30px;
  padding: 13px 24px;
  height: 58px;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  margin: 0px;
  border-radius: 7px;
  border: 1px solid #eeedf2;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.Template3 form input[type="file"] {
  cursor: pointer;
  height: 58px;
}

.Template3 form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #ffffff url(../images/icons/icon-select.png) right center
    no-repeat;
}

.Template3 form select option {
  text-indent: 24px;
  cursor: pointer;
}

.Template3 form input[type="text"]:focus,
.Template3 form input[type="password"]:focus,
.Template3 form input[type="tel"]:focus,
.Template3 form input[type="email"]:focus,
.Template3 form input[type="search"]:focus,
.Template3 form input[type="file"]:focus,
.Template3 form select:focus,
.Template3 form textarea:focus {
  border-color: #fd7030;
}

.Template3 form textarea {
  height: 140px;
  resize: none;
}

.Template3 form button,
.Template3 form input[type="submit"],
.Template3 form .theme-btn {
  position: relative;
  display: inline-block;
  margin: 0;
}

.Template3 form .radio-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 280px;
  margin-right: 10px;
}

.Template3 form .radio-block input {
  position: absolute;
  left: 0;
  top: 5px;
  padding: 0;
  cursor: pointer;
}

.Template3 form .radio-block label {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
}

.Template3 form .check-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.Template3 form .check-block input {
  position: absolute;
  left: 0;
  top: 6px;
  padding: 0;
  cursor: pointer;
}

.Template3 form .check-block label {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #5b5b5b;
  text-transform: capitalize;
  cursor: pointer;
}

.Template3 .body-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #d6dde6;
  background-position: center 100px;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.Template3 .weekend-mode .body-bg {
  background-position: center bottom;
}

.Template3 .site-container {
  position: relative;
  display: block;
  margin: 200px 0;
}

.Template3 .site-content-container {
  position: relative;
  display: block;
  margin: 0 0;
  margin-left: 300px;
  z-index: 99;
}

.Template3 .mode-switch {
  position: fixed;
  top: 0px;
  left: -80px;
  width: 100%;
  padding: 0 200px 0 0;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: right top;
  transform-origin: right top;
  z-index: 10;
}

.Template3 .mode-switch .switcher:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 24.5px;
  border-top: 1px solid #eeedf2;
  width: 1000px;
}

.Template3 .weekend-mode .mode-switch .switcher:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.Template3 .mode-switch .switcher:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 24.5px;
  border-top: 1px solid #eeedf2;
  width: 200px;
}

.Template3 .weekend-mode .mode-switch .switcher:after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.Template3 .mode-switch .switcher {
  position: relative;
  float: right;
  width: 300px;
  height: 50px;
}

.Template3 .mode-switch .switcher .left-text {
  position: relative;
  float: left;
  width: 175px;
  color: #495369;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 10px 10px;
}

.Template3 .weekend-mode .mode-switch .switcher .left-text {
  color: #ffffff;
}

.Template3 .mode-switch .switcher .switch-btn {
  position: relative;
  float: right;
  width: 125px;
}

.Template3 .mode-switch .switcher .switch-btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.Template3 .mode-switch .switcher .switch-btn .btn-inner {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 5px 0px;
  border: 5px solid #ffffff;
  border-radius: 25px;
  padding-left: 40px;
  background: #ffffff;
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.15) inset;
}

.Template3 .weekend-mode .mode-switch .switcher .switch-btn .btn-inner {
  border: 5px solid #adacab;
  padding-left: 5px;
  padding-right: 40px;
  background: #fd7030;
}

.Template3 .mode-switch .switcher .switch-btn .circle {
  position: absolute;
  display: block;
  left: 2px;
  top: 2px;
  width: 36px;
  height: 36px;
  background: #d9d9d9;
  border: 6px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.15);
}

.Template3 .weekend-mode .mode-switch .switcher .switch-btn .circle {
  left: auto;
  right: 2px;
}

.Template3 .mode-switch .switcher .switch-btn .txt {
  position: relative;
  display: block;
  width: 70px;
  text-align: center;
  right: 0;
  top: 0;
  color: #d4d4d4;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #d4d4d4;
}

.Template3 .weekend-mode .mode-switch .switcher .switch-btn .txt {
  color: #ffffff;
}

.Template3 .mobile-header .inner {
  position: relative;
  display: block;
  max-width: 992px;
  margin: 0 auto;
  background: #fafafa;
  padding: 50px 30px 30px;
  border-radius: 20px 20px 0 0;
  text-align: center;
}

.Template3 .grey-left-bar .mobile-header .inner {
  background: #757575;
}

.Template3 .mobile-header .inner .image-box {
  position: relative;
  max-width: 166px;
  margin: 0 auto 20px;
}

.Template3 .mobile-header .inner .image {
  position: relative;
  display: block;
  border-radius: 50%;
  margin-bottom: 20px;
}

.Template3 .mobile-header .inner .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
}

.Template3 .grey-left-bar .mobile-header .inner .info .name {
  color: white;
}

.Template3 .grey-left-bar .mobile-header .inner .info .designation {
  color: rgba(255, 255, 255, 0.6);
}

.Template3 .mobile-header .social-links {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
}

.Template3 .mobile-header .social-links .social-btn {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  background: #fd7030;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}

.Template3 .mobile-header .social-links .social-btn .icon {
  position: relative;
  display: block;
  top: -2px;
  font-size: 30px;
  color: #ffffff;
  font-style: normal;
}

.Template3 .mobile-header .social-links .links {
  position: absolute;
  left: 0px;
  top: 40px;
  height: auto;
  border: 3px solid #fd7030;
  border-top: 0;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .mobile-header .social-links:hover .links {
  opacity: 1;
  visibility: visible;
}

.Template3 .mobile-header .social-links .links li {
  position: relative;
  border-bottom: 1px solid #eeedf2;
}

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

.Template3 .mobile-header .social-links .links li a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #4b556b;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .mobile-header .social-links .links li a:hover {
  color: #fd7030;
}

.Template3 .mobile-header .nav-toggler {
  position: absolute;
  right: 25px;
  top: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 10;
}

.Template3 .mobile-header .nav-toggler img {
  position: relative;
  max-height: 24px;
}

.Template3 .site-container .left-bar {
  float: left;
  padding: 0 0;
  margin-left: -300px;
  width: 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  border-right: 1px solid #f6f6f6;
}

.Template3 .left-bar .left-inner {
  position: relative;
  display: block;
  min-height: 300px;
  background: #fafafa;
  border-radius: 40px 0 0 40px;
}

.Template3 .grey-left-bar .left-bar .left-inner {
  background: #757575;
}

.Template3 .left-bar .left-inner .nav-toggler {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.Template3 .left-bar .left-inner .nav-toggler img {
  height: 20px;
}

.Template3 .grey-left-bar .left-bar .left-inner .nav-toggler img {
  -webkit-filter: invert(100%);
}

.Template3 .left-bar .left-upper {
  position: relative;
  display: block;
  padding: 65px 20px 20px;
}

.Template3 .left-bar .left-upper .image-box {
  position: relative;
  max-width: 260px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Template3 .left-bar .left-upper .image {
  position: relative;
  display: block;
  border-radius: 50%;
  margin-bottom: 20px;
  width: 210px;
  height: 210px;
}

.Template3 .left-bar .left-upper .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
}

.Template3 .left-bar .left-upper .social-links {
  position: absolute;
  right: -20px;
  top: 63px;
  z-index: 5;
  padding-top: 0px !important;
}

.Template3 .left-bar .social-links .social-btn {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  background: #fd7030;
  cursor: pointer;
  border-radius: 0 0 0 5px;
}

.Template3 .left-bar .social-links .social-btn .icon {
  position: relative;
  display: block;
  top: -2px;
  font-size: 30px;
  color: #ffffff;
  font-style: normal;
}

.Template3 .left-bar .social-links .links {
  position: absolute;
  left: 40px;
  top: 0;
  width: 143px;
  height: 40px;
  border: 3px solid #fd7030;
  border-left: 0;
  background: #ffffff;
  border-radius: 0 5px 0 0;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .left-bar .social-links:hover .links {
  opacity: 1;
  visibility: visible;
}

.Template3 .left-bar .social-links .links li {
  position: relative;
  float: left;
  border-right: 1px solid #eeedf2;
}

.Template3 .left-bar .social-links .links li:last-child {
  border: none;
}

.Template3 .left-bar .social-links .links li a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #4b556b;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .left-bar .social-links .links li a:hover {
  color: #fd7030;
}

.Template3 .grey-left-bar .left-bar .left-upper .info .name {
  color: white;
}

.Template3 .grey-left-bar .left-bar .left-upper .info .designation {
  color: rgba(255, 255, 255, 0.6);
}

.Template3 .left-bar .left-lower {
  position: relative;
  display: block;
  padding-bottom: 65px;
}

.Template3 .left-bar .main-nav {
  position: relative;
}

.Template3 .main-nav .navigation {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.Template3 .grey-left-bar .main-nav .navigation {
  border-top-color: rgba(255, 255, 255, 0.07);
}

.Template3 .main-nav .navigation li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.Template3 .grey-left-bar .main-nav .navigation li {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}

.Template3 .main-nav .navigation li a {
  position: relative;
  display: block;
  line-height: 30px;
  color: #828385;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 25px 90px 25px 75px;
}

.Template3 .grey-left-bar .main-nav .navigation li a {
  color: white;
}

.Template3 .main-nav .navigation li a:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../images/resource/icons/home.png") center center no-repeat;
  background-size: auto 22px;
  opacity: 0.3;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .grey-left-bar .main-nav .navigation li a:before {
  background-image: url("/images/resource/icons/white/home.png");
}

.Template3 .main-nav .navigation li.home a:before {
  background-image: url("/images/resource/icons/user.png");
  background-size: auto 22px;
}

.Template3 .grey-left-bar .main-nav .navigation li.home a:before {
  background-image: url("/images/resource/icons/white/user.png");
  background-size: auto 22px;
}

.Template3 .main-nav .navigation li.resume a:before {
  background-image: url("/images/resource/icons/cv-5.png");
  background-size: auto 22px;
}

.Template3 .grey-left-bar .main-nav .navigation li.resume a:before {
  background-image: url("/images/resource/icons/white/cv-5.png");
  background-size: auto 22px;
}

.Template3 .main-nav .navigation li.work a:before {
  background-image: url("/images/resource/icons/work-2.png");
  background-size: auto 22px;
}

.Template3 .grey-left-bar .main-nav .navigation li.work a:before {
  background-image: url("/images/resource/icons/white/work-2.png");
  background-size: auto 22px;
}

.Template3 .main-nav .navigation li.stories a:before {
  background-image: url("/images/resource/icons/comment-1.png");
  background-size: auto 22px;
  top: 26px;
}

.Template3 .grey-left-bar .main-nav .navigation li.stories a:before {
  background-image: url("/images/resource/icons/white/comment-1.png");
  background-size: auto 22px;
  top: 26px;
}

.Template3 .main-nav .navigation li.contact a:before {
  background-image: url("/images/resource/icons/email-1.png");
  background-size: auto 22px;
}

.Template3 .grey-left-bar .main-nav .navigation li.contact a:before {
  background-image: url("/images/resource/icons/white/email-1.png");
  background-size: auto 22px;
}

.Template3 .main-nav .navigation li:hover > a:before,
.Template3 .main-nav .navigation li.current > a:before {
  opacity: 1;
}

.Template3 .main-nav .navigation li a:after {
  content: "01";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 85px;
  font-size: 28px;
  line-height: 40px;
  padding: 20px 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  color: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .grey-left-bar .main-nav .navigation li a:after {
  color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.07);
}

.Template3 .main-nav .navigation li.home a:after {
  content: "01";
}

.Template3 .main-nav .navigation li.resume a:after {
  content: "02";
}

.Template3 .main-nav .navigation li.work a:after {
  content: "03";
}

.Template3 .main-nav .navigation li.stories a:after {
  content: "04";
}

.Template3 .main-nav .navigation li.contact a:after {
  content: "05";
}

.Template3 .site-container .right-content {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 80px;
  min-height: 790px;
  background: #ffffff;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.Template3 .right-content .right-inner {
  position: relative;
  display: block;
}

.Template3 .right-content .content-container {
  position: relative;
  display: block;
  padding: 50px 50px 0px;
}

.Template3 .site-container .page-title {
  position: relative;
  padding: 50px 50px 0;
  background: #f4f4f4;
}

.Template3 .site-container .page-title.sec-title {
  padding: 20px 20px;
  margin: 20px 0 50px;
}

.Template3 .site-container .page-title h1 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.Template3 .site-container .page-title.sec-title h1 {
  font-size: 24px;
}

.Template3 .site-container .page-title h1 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  padding: 4px 18px;
  line-height: 42px;
  color: #fd7030;
}

.Template3 .home-content {
  position: relative;
  padding-bottom: 20px;
}

.Template3 .right-content .download-cv {
  position: absolute;
  right: -50px;
  top: 52px;
  width: 186px;
}

.Template3 .right-content .download-cv .theme-btn {
  position: relative;
  display: block;
  padding: 10px 10px 10px 60px;
  line-height: 30px;
  text-align: center;
  background: #f4f4f4;
  color: #495369;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  border-radius: 7px 0 0 7px;
}

.Template3 .right-content .download-cv .theme-btn:hover {
  background: #fd7030;
  color: #ffffff;
}

.Template3 .right-content .download-cv .theme-btn .icon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fd7030;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  border-radius: 7px 0 0 7px;
}

.Template3 .right-content .download-cv .theme-btn .icon img {
  position: relative;
  top: -1px;
  height: 24px;
}

.Template3 .right-content .welcome {
  position: relative;
  max-width: 520px;
  margin-bottom: 40px;
}

.Template3 .right-content .welcome h4 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.Template3 .about-me {
  position: relative;
}

.Template3 .skills-column {
  position: relative;
  margin-bottom: 32px;
}

.Template3 .skills-column h4 {
  text-transform: uppercase;
  font-weight: 600;
}

.Template3 .skills .skill-block {
  position: relative;
  display: block;
  padding: 10px 10px;
  background: #e9e9e9;
  margin-bottom: 18px;
  border-radius: 10px;
}

.Template3 .skill-block .skill-block-inner {
  position: relative;
  background: #fafafa;
  border-radius: 7px;
  padding: 15px 20px 20px;
}

.Template3 .skill-block .skill-title {
  position: relative;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 14px;
}

.Template3 .skills .skill-block .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: #e9e9e9;
}

.Template3 .skills .skill-block .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  background: #fd7030;
  -webkit-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.Template3 .skills .skill-block .count-box {
  position: absolute;
  right: 0px;
  margin-right: -15px;
  top: -12px;
  width: 50px;
  height: 30px;
  background: #ffffff;
  color: #fd7030;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Template3 .skills .skill-block .bar-inner.counted .count-box {
  opacity: 1;
}

.Template3 .expertise-column {
  position: relative;
  margin-bottom: 30px;
}

.Template3 .expertise-column h4 {
  text-transform: uppercase;
  font-weight: 600;
}

.Template3 .expertise-column ul {
  position: relative;
}

.Template3 .expertise-column ul li {
  position: relative;
  line-height: 24px;
  padding-left: 28px;
  margin-bottom: 10px;
}

.Template3 .expertise-column ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  height: 24px;
  background: url("../images/resource/icons/orange/check-2.png") left center
    no-repeat;
  background-size: auto 18px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .features {
  position: relative;
  margin-bottom: 14px;
}

.Template3 .feature-block {
  position: relative;
  margin-bottom: 30px;
}

.Template3 .feature-block .inner-box {
  position: relative;
  display: block;
  min-height: 100%;
  border: 1px solid #eeedf2;
  padding: 30px 30px;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.Template3 .feature-block .inner-box:hover {
  border-color: #fd7030;
}

.Template3 .feature-block .inner-box:before {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  border: 6px solid transparent;
  border-top: 6px solid #fd7030;
  border-right: 6px solid #fd7030;
}

.Template3 .feature-block .inner-box:hover .icon-box {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.Template3 .feature-block .icon-box {
  position: relative;
  display: block;
  line-height: 40px;
  margin-bottom: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.Template3 .feature-block .icon-box img {
  position: relative;
  max-height: 42px;
}

.Template3 .feature-block h5 {
  position: relative;
  color: #fd7030;
  line-height: 1.1em;
  margin-bottom: 10px;
}

.Template3 .feature-block .text {
  position: relative;
  line-height: 1.4em;
}

.Template3 .languages {
  position: relative;
  background: url("../images/background/bg-map.png") center top no-repeat;
}

.Template3 .languages h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.Template3 .language-block {
  position: relative;
  margin-bottom: 50px;
}

.Template3 .language-block .inner-box {
  position: relative;
  padding-left: 230px;
  padding-top: 70px;
  min-height: 200px;
}

.Template3 .language-block .graph-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  display: inline-block;
  text-align: center;
  background: #fafafa;
  border-radius: 50%;
}

.Template3 .language-block .graph-outer .count-box {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  padding: 20px 10px;
  font-size: 20px;
  color: #495369;
  font-weight: 500;
  line-height: 40px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.Template3 .language-block .text {
  position: relative;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.Template3 .testimonials {
  position: relative;
  padding: 50px 20px;
  margin-bottom: 10px;
  background: #fafafa;
}

.Template3 .testimonials .carousel-box {
  position: relative;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.Template3 .testimonials .content-box {
  position: relative;
  display: block;
  text-align: center;
}

.Template3 .testimonials .image-box {
  position: relative;
  max-width: 116px;
  margin: 0 auto 55px;
}

.Template3 .testimonials .image-box .image {
  position: relative;
  display: block;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.Template3 .testimonials .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
}

.Template3 .testimonials .image-box .image:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -21px;
  width: 64px;
  border-bottom: 3px solid #fd7030;
}

.Template3 .testimonials .image-box .image:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -35px;
  border: 7px solid transparent;
  border-top: 7px solid #fd7030;
}

.Template3 .testimonials .content-box .text {
  position: relative;
  display: block;
  line-height: 1.5em;
  font-size: 16px;
}

.Template3 .testimonials .content-box .info {
  position: relative;
  display: block;
  color: #495369;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
}

.Template3 .testimonials .owl-theme .owl-nav {
  display: none;
}

.Template3 .testimonials .owl-theme .owl-dots {
  position: relative;
  padding-top: 20px;
  text-align: center;
}

.Template3 .testimonials .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.Template3 .testimonials .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  background: #e7ebf1;
  width: 28px;
  height: 6px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.Template3 .testimonials .owl-theme .owl-dots .owl-dot:hover span,
.Template3 .testimonials .owl-theme .owl-dots .owl-dot.active span {
  background: #fd7030;
}

.Template3 .site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 81px;
  padding: 0px 50px 0;
}

.Template3 .site-footer .copyright {
  position: relative;
  display: block;
  padding: 30px 0px 0;
  line-height: 25px;
  font-size: 15px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.Template3 .contact-content {
  position: relative;
}

.Template3 .contact-content .upper-text {
  position: relative;
  margin-bottom: 30px;
}

.Template3 .contact-content .upper-text h4 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.Template3 .contact-content .info-box {
  position: relative;
}

.Template3 .contact-content .info-box .info-block {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.Template3 .contact-content .info-box .info-block .inner-box {
  position: relative;
  display: block;
  padding: 30px 20px;
  min-height: 100%;
  border: 1px solid #eeedf2;
  border-radius: 7px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template3 .contact-content .info-box .info-block .inner-box:hover {
  border-color: #fd7030;
}

.Template3 .contact-content .info-block .icon {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fd7030;
  line-height: 24px;
  margin-bottom: 5px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template3 .contact-content .info-block:hover .icon {
  transform: rotateY(180deg);
}

.Template3 .contact-content .info-block a {
  display: inline-block;
  vertical-align: middle;
  color: #495369;
}

.Template3 .contact-content .info-block a:hover {
  color: #fd7030;
}

.Template3 .contact-content .form-box {
  position: relative;
}

.Template3 .contact-content .form-box h4 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.Template3 .contact-form {
  position: relative;
  margin-bottom: 20px;
}

.Template3 .contact-form form .form-group {
  position: relative;
  margin-bottom: 24px;
}

.Template3 .contact-form form .form-group input,
.Template3 .contact-form form .form-group select {
  padding-left: 82px;
}

.Template3 .contact-form form .form-group .field-label {
  position: absolute;
  left: 0px;
  top: 0;
  width: 58px;
  height: 58px;
  border-right: 1px solid #eeedf2;
  line-height: 30px;
  padding: 15px 0;
  text-align: center;
  z-index: 1;
}

.Template3 .contact-form form .theme-btn {
  display: block;
  width: 100%;
  padding: 15px 25px;
  line-height: 30px;
}

.Template3 .weekend-mode .site-content-container {
  margin-left: 0;
}

.Template3 .weekend-mode .weekend-content {
  position: relative;
  margin: 0 0;
  border: 10px solid #ffffff;
  background: #ffffff;
  border-radius: 40px 0 0 50px;
}

.Template3 .weekend-mode .weekend-content .image-column {
  position: relative;
  padding: 0 0;
  border-radius: 35px 0 0 35px;
  order: 0;
}

.Template3 .weekend-mode .weekend-content .image-column .inner {
  position: relative;
  display: block;
  min-height: 100%;
}

.Template3 .weekend-mode .weekend-content .image-column .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 35px 0 0 35px;
}

.Template3 .weekend-mode .weekend-content .image-column .image {
  position: relative;
  display: none;
}

.Template3 .weekend-mode .weekend-content .image-column .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 35px 0 0 35px;
}

.Template3 .weekend-mode .weekend-content .text-column {
  position: relative;
  padding: 0 0;
  background: #ffffff;
  order: 12;
}

.Template3 .weekend-mode .weekend-content .text-column .inner {
  position: relative;
  display: block;
  padding: 40px 20px 120px 50px;
  min-height: 100%;
}

.Template3 .weekend-mode .weekend-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.Template3 .weekend-mode .weekend-content .text p {
  margin-bottom: 24px;
}

.Template3 .portfolio-section {
  position: relative;
  padding-bottom: 0;
}

.Template3 .mixitup-gallery .filters {
  position: relative;
  margin-bottom: 10px;
}

.Template3 .mixitup-gallery .filters .filter-tabs {
  position: relative;
  display: block;
  margin: 0;
}

.Template3 .mixitup-gallery .filters li {
  position: relative;
  display: inline-block;
  list-style: none;
  font-size: 13px;
  line-height: 24px;
  padding: 3px 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  cursor: pointer;
  color: #232323;
  font-weight: 500;
  margin: 0 18px 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: none;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.Template3 .mixitup-gallery .filters .filter.active,
.Template3 .mixitup-gallery .filters .filter:hover {
  color: #ffffff;
  border-color: #fd7030;
  background-color: #fd7030;
}

.Template3 .mix {
  display: none;
}

.Template3 .portfolio-section .portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.Template3 .portfolio-section .portfolio-block .inner-box {
  position: relative;
  display: block;
}

.Template3 .portfolio-section .portfolio-block .image {
  position: relative;
  display: block;
  background: #fd7030;
  border-radius: 10px;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  overflow: hidden;
}

.Template3 .portfolio-section .portfolio-block .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.Template3 .portfolio-section .portfolio-block .inner-box:hover .image img {
  opacity: 0.1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.Template3 .portfolio-section .portfolio-block .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fd7030;
  border-radius: 10px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.Template3 .portfolio-section .portfolio-block .inner-box:hover .hover-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.Template3 .portfolio-section .portfolio-block .hvr-upper {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 15px 0 0;
}

.Template3 .portfolio-section .portfolio-block .hvr-upper .theme-btn {
  position: relative;
  float: left;
  margin-left: 7px;
  width: 32px;
  height: 32px;
  color: #ffffff;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.Template3 .portfolio-section .portfolio-block .hvr-upper .theme-btn:hover {
  color: #fd7030;
  background: #ffffff;
}

.Template3 .portfolio-section .portfolio-block .hvr-lower {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px 20px 20px;
}

.Template3 .portfolio-section .portfolio-block .title {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.Template3 .portfolio-section .portfolio-block .title a {
  position: relative;
  color: #ffffff;
}

.Template3 .portfolio-section .portfolio-block .title a:hover {
  text-decoration: underline;
}

.Template3 .portfolio-section .portfolio-block .cat {
  position: relative;
  display: block;
}

.Template3 .portfolio-section .portfolio-block .cat a {
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding: 1px 7px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #ffffff;
  color: #fd7030;
  border-radius: 3px;
}

.Template3 .project-detail {
  position: relative;
  padding-bottom: 20px;
}

.Template3 .project-detail .big-image {
  position: relative;
  margin-bottom: 30px;
}

.Template3 .project-detail .big-image .image {
  position: relative;
  display: block;
  border-radius: 5px;
}

.Template3 .project-detail .big-image .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
}

.Template3 .project-detail .text-col {
  position: relative;
  margin-bottom: 30px;
}

.Template3 .project-detail .text-col h4 {
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.Template3 .project-detail .text-col .text {
  position: relative;
  margin-bottom: 25px;
}

.Template3 .project-detail .text-col .info {
  position: relative;
  margin-bottom: 25px;
}

.Template3 .project-detail .text-col .info li {
  position: relative;
  line-height: 24px;
  margin-bottom: 8px;
}

.Template3 .project-detail .text-col .info li strong {
  font-weight: 700;
  text-transform: capitalize;
  color: #fd7030;
  padding-right: 10px;
}

.Template3 .project-detail .text-col .info li:last-child {
  margin-bottom: 0;
}

.Template3 .project-detail .text-col .scope {
  position: relative;
  margin-bottom: 25px;
}

.Template3 .project-detail .text-col .scope li {
  position: relative;
  line-height: 24px;
  padding-left: 28px;
  margin-bottom: 8px;
}

.Template3 .project-detail .text-col .scope li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  height: 24px;
  background: url("../images/resource/icons/orange/check-2.png") left center
    no-repeat;
  background-size: auto 18px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .project-detail .text-col .scope li:last-child {
  margin-bottom: 0;
}

.Template3 .project-detail .text-col .link-box {
  position: relative;
}

.Template3 .project-detail .text-col .link-box .theme-btn {
  border-radius: 0 0;
  line-height: 30px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
}

.Template3 .project-detail .image-col {
  position: relative;
  margin-bottom: 20px;
}

.Template3 .project-detail .image-col .image-block {
  position: relative;
  padding: 0 5px;
  margin-bottom: 10px;
}

.Template3 .project-detail .image-col .row {
  margin: 0 -5px;
}

.Template3 .project-detail .image-col .image-block .image {
  position: relative;
  display: block;
  border-radius: 5px;
}

.Template3 .project-detail .image-col .image-block .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
}

.Template3 .stories-section {
  position: relative;
  padding-bottom: 10px;
}

.Template3 .stories-column {
  position: relative;
}

.Template3 .news-block {
  position: relative;
  margin-bottom: 20px;
}

.Template3 .news-block .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.Template3 .news-block .image {
  position: relative;
  display: block;
  background: #000000;
  border-radius: 10px;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  overflow: hidden;
}

.Template3 .news-block .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.Template3 .news-block .inner-box:hover .image img {
  opacity: 0.8;
  transform: scale(1.06, 1.06);
}

.Template3 .news-block .over-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.Template3 .news-block .hvr-lower {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px 30px 30px;
}

.Template3 .news-block .title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
  max-width: 300px;
}

.Template3 .news-block .title a {
  position: relative;
  color: #ffffff;
}

.Template3 .news-block .title a:hover {
  text-decoration: underline;
}

.Template3 .news-block .info {
  position: relative;
  display: block;
}

.Template3 .news-block .info .i-blk {
  position: relative;
  float: left;
  color: #ffffff;
  font-size: 15px;
  line-height: 34px;
  padding-left: 44px;
  margin-right: 22px;
}

.Template3 .news-block .info .i-blk .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 24px;
  padding: 3px 0px;
  font-size: 14px;
  background: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.Template3 .news-block-two {
  position: relative;
  margin-bottom: 20px;
}

.Template3 .news-block-two .inner-box {
  position: relative;
  display: block;
  height: 110px;
  padding: 10px 10px;
  padding-left: 120px;
  border: 1px solid #eeedf2;
  border-radius: 5px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template3 .news-block-two .inner-box:hover {
  background: #fd7030;
  border-color: #fd7030;
}

.Template3 .news-block-two .image {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.Template3 .news-block-two .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template3 .news-block-two .inner-box:hover .image,
.Template3 .news-block-two .inner-box:hover .image img {
  border-radius: 10px;
}

.Template3 .news-block-two .text-box {
  position: relative;
  display: table;
  width: 100%;
  max-width: 220px;
  height: 90px;
  vertical-align: middle;
}

.Template3 .news-block-two .text-box .title {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.Template3 .news-block-two .text-box .title a {
  position: relative;
  color: #495369;
}

.Template3 .news-block-two .inner-box:hover .text-box .title a {
  color: #ffffff;
}

.Template3 .post-detail {
  position: relative;
  padding-bottom: 20px;
}

.Template3 .post-detail .post-content {
  position: relative;
}

.Template3 .post-detail .post-content .big-image {
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
}

.Template3 .post-detail .post-content .big-image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
}

.Template3 .post-detail .post-content .post-title {
  position: relative;
  color: #495369;
  font-weight: 500;
  margin-bottom: 20px;
}

.Template3 .post-detail .post-content .info {
  position: relative;
  display: block;
  padding-bottom: 10px;
}

.Template3 .post-detail .post-content .info .i-blk {
  position: relative;
  float: left;
  color: #495369;
  font-size: 15px;
  line-height: 34px;
  padding-left: 44px;
  margin-right: 22px;
  margin-bottom: 10px;
}

.Template3 .post-detail .post-content .info .i-blk .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 24px;
  padding: 3px 0px;
  font-size: 14px;
  background: none;
  color: #495369;
  border: 2px solid #495369;
  border-radius: 50%;
}

.Template3 .post-detail .image-gallery {
  position: relative;
  margin-bottom: 20px;
}

.Template3 .post-detail .image-gallery .row {
  margin: 0 -5px;
}

.Template3 .post-detail .image-gallery .image-column {
  padding: 0 5px;
}

.Template3 .post-detail .image-gallery .image-block {
  position: relative;
  margin-bottom: 10px;
}

.Template3 .post-detail .image-gallery .image-column .row .image-block {
  padding: 0 5px;
}

.Template3 .post-detail .image-gallery .image-block .image {
  position: relative;
  border-radius: 5px;
}

.Template3 .post-detail .image-gallery .image-block .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
}

.Template3 .post-detail .post-content .text p {
  margin-bottom: 25px;
}

.Template3 .post-detail .has-dropcap {
  position: relative;
  line-height: 25px;
  min-height: 50px;
}

.Template3 .post-detail .has-dropcap .dropcap {
  position: relative;
  display: block;
  font-weight: 500;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  background: #fd7030;
  border-radius: 5px;
  float: left;
  margin: 0 25px 5px 0;
}

.Template3 .post-detail blockquote {
  position: relative;
  display: block;
  padding: 0 0 0 70px;
  margin: 0 0 30px;
  border-left: 4px solid #fd7030;
  font-size: 22px;
  color: #495369;
  line-height: 1.2em;
}

.Template3 .post-detail .comments {
  position: relative;
}

.Template3 .post-detail .comments h2 {
  margin-bottom: 25px;
}

.Template3 .post-detail .comment-block {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eeedf2;
}

.Template3 .post-detail .comment-block.reply-comment {
  padding-left: 80px;
}

.Template3 .post-detail .comment-block .inner {
  position: relative;
  display: block;
  min-height: 80px;
  padding-left: 100px;
}

.Template3 .post-detail .comment-block .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.Template3 .post-detail .comment-block .image img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.Template3 .post-detail .comment-block .info {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #495369;
  line-height: 24px;
  margin-bottom: 5px;
}

.Template3 .post-detail .comment-block .info .name {
  position: relative;
  font-size: 18px;
  color: #fd7030;
  font-weight: 500;
  padding-right: 20px;
}

.Template3 .post-detail .comment-block .text {
  position: relative;
  line-height: 24px;
  margin-bottom: 20px;
}

.Template3 .post-detail .comment-block .btn-style-one {
  padding: 7px 20px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
}

.Template3 .post-detail .add-comment {
  position: relative;
}

.Template3 .post-detail .add-comment h2 {
  margin-bottom: 25px;
}

.Template3 .comment-form {
  margin-bottom: 5px;
}

.Template3 .resume-content {
  position: relative;
}

.Template3 .resume-content .awards {
  position: relative;
  border-top: 1px solid #eeedf2;
  border-left: 1px solid #eeedf2;
  margin-bottom: 50px;
}

.Template3 .resume-content .awards .main-title {
  position: absolute;
  left: 25px;
  top: -20px;
  padding: 0 20px;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
}

.Template3 .resume-content .awards .main-title .icon {
  position: absolute;
  left: 20px;
  top: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.Template3 .resume-content .awards:hover .main-title .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.Template3 .resume-content .awards .main-title .icon img {
  position: relative;
  display: block;
  max-height: 40px;
}

.Template3 .resume-content .awards .main-title .txt {
  position: relative;
  color: #495369;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.Template3 .resume-content .awards .row {
  margin: 0 0;
}

.Template3 .resume-content .award-block {
  position: relative;
  padding: 0 0;
  border-right: 1px solid #eeedf2;
  border-bottom: 1px solid #eeedf2;
}

.Template3 .resume-content .award-block .inner-box {
  position: relative;
  display: block;
  padding: 49px 20px 50px 45px;
  min-height: 100%;
}

.Template3 .resume-content .award-block .date {
  position: absolute;
  left: 0;
  top: 120px;
  width: 66px;
  height: 24px;
  line-height: 24px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: 0;
}

.Template3 .resume-content .award-block .date span {
  position: relative;
  display: block;
  width: 66px;
  height: 24px;
  line-height: 24px;
  background: #f0f0f0;
  color: #495369;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template3 .resume-content .award-block:hover .date span {
  background: #fd7030;
  color: #ffffff;
}

.Template3 .resume-content .award-block h5 {
  position: relative;
  font-weight: 500;
  color: #fd7030;
  margin-bottom: 5px;
}

.Template3 .resume-content .expertise {
  position: relative;
  border-top: 1px solid #eeedf2;
  border-left: 1px solid #eeedf2;
  margin-bottom: 50px;
}

.Template3 .resume-content .expertise .main-title {
  position: absolute;
  left: 25px;
  top: -20px;
  padding: 0 20px;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
}

.Template3 .resume-content .expertise:hover .main-title .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.Template3 .resume-content .expertise .main-title .icon {
  position: absolute;
  left: 20px;
  top: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.Template3 .resume-content .expertise .main-title .icon img {
  position: relative;
  display: block;
  max-height: 36px;
}

.Template3 .resume-content .expertise .main-title .txt {
  position: relative;
  color: #495369;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.Template3 .resume-content .expertise .row {
  margin: 0 0;
}

.Template3 .resume-content .expertise-block {
  position: relative;
  padding: 0 0;
  border-right: 1px solid #eeedf2;
  border-bottom: 1px solid #eeedf2;
}

.Template3 .resume-content .expertise-block .inner-box {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  min-height: 100%;
}

.Template3 .resume-content .expertise-block ul {
  position: relative;
}

.Template3 .resume-content .expertise-block ul li {
  position: relative;
  line-height: 24px;
  padding-left: 30px;
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .resume-content .expertise-block ul li:hover {
  color: #fd7030;
}

.Template3 .resume-content .expertise-block ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  height: 24px;
  background: url("../images/resource/icons/orange/check-2.png") left center
    no-repeat;
  background-size: auto 18px;
  opacity: 1;
}

.Template3 .resume-content .education {
  position: relative;
  border-top: 1px solid #eeedf2;
  border-left: 1px solid #eeedf2;
  margin-bottom: 50px;
}

.Template3 .resume-content .education .main-title {
  position: absolute;
  left: 25px;
  top: -20px;
  padding: 0 20px;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
}

.Template3 .resume-content .education:hover .main-title .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.Template3 .resume-content .education .main-title .icon {
  position: absolute;
  left: 20px;
  top: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.Template3 .resume-content .education .main-title .icon img {
  position: relative;
  display: block;
  max-height: 32px;
}

.Template3 .resume-content .education .main-title .txt {
  position: relative;
  color: #495369;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.Template3 .resume-content .education .row {
  margin: 0 0;
}

.Template3 .resume-content .edu-block {
  position: relative;
  padding: 0 0;
  border-right: 1px solid #eeedf2;
  border-bottom: 1px solid #eeedf2;
}

.Template3 .resume-content .edu-block .inner-box {
  position: relative;
  display: block;
  padding: 48px 20px 48px 30px;
  min-height: 100%;
}

.Template3 .resume-content .edu-block .date {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
}

.Template3 .resume-content .edu-block .date span {
  position: relative;
  display: inline-block;
  line-height: 24px;
  background: #f0f0f0;
  color: #495369;
  font-size: 14px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template3 .resume-content .edu-block:hover .date span {
  background: #fd7030;
  color: #ffffff;
}

.Template3 .resume-content .edu-block h5 {
  position: relative;
  font-weight: 500;
  color: #fd7030;
  margin-bottom: 5px;
}

.Template3 .resume-content .interests {
  position: relative;
  border-top: 1px solid #eeedf2;
  border-left: 1px solid #eeedf2;
  margin-bottom: 50px;
}

.Template3 .resume-content .interests .main-title {
  position: absolute;
  left: 25px;
  top: -20px;
  padding: 0 20px;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
}

.Template3 .resume-content .interests .main-title .icon {
  position: absolute;
  left: 20px;
  top: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.Template3 .resume-content .interests:hover .main-title .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.Template3 .resume-content .interests .main-title .icon img {
  position: relative;
  display: block;
  max-height: 32px;
}

.Template3 .resume-content .interests .main-title .txt {
  position: relative;
  color: #495369;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.Template3 .resume-content .interests .row {
  margin: 0 0;
}

.Template3 .resume-content .interest-block {
  position: relative;
  padding: 0 0;
  border-right: 1px solid #eeedf2;
  border-bottom: 1px solid #eeedf2;
}

.Template3 .resume-content .interest-block .inner-box {
  position: relative;
  display: block;
  padding: 48px 20px 40px;
  min-height: 100%;
  text-align: center;
}

.Template3 .resume-content .interest-block .icon-box {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  line-height: 70px;
  text-align: center;
  border: 2px solid #fd7030;
  border-radius: 50%;
  margin: 0 auto 16px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .resume-content .interest-block:hover .icon-box {
  background: #fd7030;
}

.Template3 .resume-content .interest-block .icon-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .resume-content .interest-block .icon-box .icon img {
  max-height: 32px;
}

.Template3 .resume-content .interest-block .icon-box .hvr-icon {
  opacity: 0;
}

.Template3 .resume-content .interest-block:hover .icon-box .def-icon {
  opacity: 0;
}

.Template3 .resume-content .interest-block:hover .icon-box .hvr-icon {
  opacity: 1;
}

.Template3 .resume-content .interest-block h5 {
  position: relative;
  font-weight: 500;
  color: #495369;
  margin-bottom: 0;
}

.Template3 .sticky-top {
  top: 0px;
}

.Template3 .stories-section > div > .story-column:first-child {
  padding-right: 5px;
}

/* temp3 responsive styles  */
@media only screen and (max-width: 1399px) {
  .Template3 .mode-switch {
    left: -65px;
  }
}

@media only screen and (max-width: 1299px) {
  .Template3 .site-container {
    margin: 100px 0 100px;
  }

  .Template3 .mode-switch {
    position: absolute;
    padding-right: 20px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    top: -75px;
  }
}

@media only screen and (max-width: 1199px) {
  .Template3 .right-content .download-cv {
    top: -30px;
    right: -20px;
    z-index: 1;
  }

  .Template3 .right-content .content-container,
  .Template3 .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Template3 .right-content .welcome {
    max-width: none;
  }

  .Template3 .feature-block .inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Template3 .language-block .inner-box {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
  }

  .Template3 .language-block .graph-outer {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 30px;
  }

  .Template3 .languages h4 {
    text-align: center;
  }

  .Template3 .weekend-mode .weekend-content .text-column .inner {
    padding: 30px 30px 10px;
  }

  .Template3 .news-block .title {
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .Template3 .main-menu .navigation > li > ul,
  .Template3 .main-menu .navigation > li > ul > li > ul,
  .Template3 .main-menu .navigation > li > ul > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .Template3 .site-content-container {
    margin-left: 0;
  }

  .Template3 .site-container .left-bar {
    float: none;
    margin: 0 0;
    width: 100%;
    max-width: none;
    position: fixed;
    width: auto;
    left: 20px;
    right: 20px;
    top: 0px;
    height: 100%;
    overflow-y: auto;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 999;
  }

  .navbar-visible .site-container .left-bar {
    -ms-transform: translateY(9%);
    transform: translateY(9%);
    visibility: visible;
  }

  html,
  body.navbar-visible {
    overflow: hidden;
    height: 100%;
  }

  .Template3 .left-bar .left-inner {
    border-radius: 20px 20px;
  }

  .Template3 .left-bar .left-lower {
    padding-bottom: 30px;
  }

  .Template3 .left-bar .left-upper {
    text-align: center;
  }

  .Template3 .left-bar .left-upper {
    padding-top: 40px;
  }

  .Template3 .site-container .right-content {
    float: none;
  }

  .Template3 .left-bar .left-upper .social-links {
    display: none;
  }

  .Template3 .mobile-header {
    display: block;
  }

  .Template3 .left-bar .left-inner .nav-toggler {
    display: block;
  }

  .Template3 .weekend-mode .weekend-content .text-column {
    order: 0;
  }

  .Template3 .weekend-mode .weekend-content .image-column {
    order: 12;
  }

  .Template3 .weekend-mode .weekend-content,
  .Template3 .weekend-mode .weekend-content .text-column .inner,
  .Template3 .weekend-mode .weekend-content .image-column .inner,
  .Template3 .weekend-mode .weekend-content .image-column .image img {
    border-radius: 20px;
  }

  .Template3 .weekend-mode .weekend-content .image-column .image-layer {
    display: none;
  }

  .Template3 .weekend-mode .weekend-content .image-column .image {
    display: block;
  }

  .Template3 .weekend-mode .weekend-content .text-column .inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .Template3 h1 {
    font-size: 24px;
  }

  .Template3 h2,
  .Template3 .weekend-mode .weekend-content h3 {
    font-size: 20px;
  }

  .Template3 h3 {
    font-size: 18px;
  }

  .Template3 .left-bar .left-inner .nav-toggler {
    right: 25px;
    top: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-visible .site-container .left-bar {
    -ms-transform: translateY(21%);
    transform: translateY(21%);
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .Template3 .post-detail blockquote {
    font-size: 18px;
    padding-left: 20px;
    line-height: 1.4em;
  }

  .Template3 .post-detail blockquote:before {
    display: none;
  }

  .Template3 .post-detail .has-dropcap .dropcap {
    display: none;
  }

  .Template3 .post-detail .comment-block.reply-comment {
    padding-left: 0;
  }

  .Template3 .site-container .page-title.sec-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Template3 .site-container .page-title.sec-title h1 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 599px) {
  .Template3 .right-content .download-cv {
    display: none;
  }

  .Template3 .main-nav .navigation li a {
    padding-right: 70px;
  }

  .Template3 .main-nav .navigation li a:after {
    font-size: 20px;
    width: 65px;
  }
}

@media only screen and (max-width: 479px) {
  .navbar-visible .site-container .left-bar {
    -ms-transform: translateY(21%);
    transform: translateY(21%);
    visibility: visible;
  }

  .Template3 .main-nav .navigation li a {
    padding-left: 55px;
  }

  .Template3 .main-nav .navigation li a:before {
    left: 15px;
  }

  .Template3 .resume-content .award-block .inner-box {
    padding-left: 40px;
  }

  .Template3 .resume-content .expertise-block .inner-box,
  .Template3 .resume-content .edu-block .inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Template3 .mixitup-gallery .filters li {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    padding: 5px 15px;
  }

  .Template3 .news-block .title {
    font-size: 18px;
    line-height: 24px;
  }

  .Template3 .news-block .hvr-lower {
    padding: 0 20px 15px;
    text-align: center;
  }

  .Template3 .news-block .info {
    display: none;
  }

  .Template3 .news-block-two .inner-box {
    padding-left: 10px;
    text-align: center;
    height: auto;
  }

  .Template3 .news-block-two .image {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 20px;
  }

  .Template3 .news-block-two .text-box,
  .Template3 .news-block-two .text-box .title {
    height: auto;
    display: block;
  }

  .Template3 .post-detail .comment-block .inner {
    padding-left: 0;
  }

  .Template3 .post-detail .comment-block .inner .image {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }

  .Template3 .site-footer .copyright {
    padding-top: 20px;
    line-height: 24px;
  }
}

@media (max-width: 375px) {
  .navbar-visible .site-container .left-bar {
    -ms-transform: translateY(27%);
    transform: translateY(27%);
    visibility: visible;
  }
}

/* temp3 custom styles  */

.Template3 .left-bar .left-upper {
  padding: 35px 20px 20px;
}

.Template3 .main-nav .navigation li a {
  position: relative;
  display: block;
  line-height: 25px !important;
  color: #828385;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 20px 90px 20px 75px !important;
}

.Template3 .main-nav .navigation li a:after {
  content: "01";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 85px;
  font-size: 20px !important;
  line-height: 25px !important;
  /* padding: 20px 10px !important; */
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  color: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template3 .main-nav .navigation li a:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 18px !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.Template3 .resume-content .award-block .date span {
  position: relative;
  display: block;
  width: 85px !important;
  height: 24px;
  line-height: 24px;
  background: #f0f0f0;
  color: #495369;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template3 .icon_box_01 {
  position: relative;
  padding-left: 69px;
  padding-top: 5px;
  min-height: 50px;
  margin-bottom: 30px;
}

.Template3 .icon_box_01 i {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #fd7030;
  color: #fff;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 16px 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}

.Template3 .icon_box_01:hover i {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: #c9490e;
}

.Template3 .icon_box_01 h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #0c0c0c;
  text-transform: capitalize;
  margin: 0 0 -2px;
}

.Template3 .icon_box_01 p {
  font-size: 17px;
  /* margin: 0; */
  line-height: 30px;
}

@media only screen and (min-width: 800px) {
  .Template3 .site-container {
    margin: 30px 0 30px !important;
  }
}

@media only screen and (max-width: 800px) {
  .Template3 .site-container {
    margin: 30px 0 30px !important;
  }

  .Template3 .mixitup-gallery .filters .filter-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4px;
  }
}

/* temp4 styles  */

.Template4 .col-lg-4.profileColumn {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.Template4 .profileSidebar {
  position: relative;
  background: #292633;
  min-height: 100px;
  box-shadow: -3px 2px 21px 4px #201e29;
}

/* @media (min-width: 1600px) {
    .Template4 .profileSidebar {
        position: fixed;
    }
} */

.Template4 .psHeader {
  min-height: 130px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* z-index: 3; */
}

.Template4 .psHeader svg {
  height: 150px;
  fill: #01d85f;
  width: 100%;
  position: absolute;
  top: -30px;
  z-index: 2;
}

.Template4 .psHeader svg.svg2 {
  top: -25px;
  fill: #01d85f;
}

.Template4 .psContent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 30px 35px;
}

.Template4 .psContent h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.8;
  text-transform: capitalize;
}

.Template4 .psContent span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  line-height: 0.8;
}

.Template4 .psPhoto {
  position: relative;
  overflow: hidden;
}

.Template4 .psPhoto img {
  width: 100%;
  height: auto;
}

.Template4 .psSocial {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0 35px;
}

.Template4 .psSocial a {
  width: 40px;
  height: 40px;
  background: #201e29;
  color: #fff;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  margin: 0 10px 0 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}

.Template4 .psSocial a.fac {
  background: #1773ea;
}

.Template4 .psSocial a.twi {
  background: #009deb;
}

.Template4 .psSocial a.ins {
  background: #d62977;
}

.Template4 .psSocial a.dri {
  background: #ea4c89;
}

.Template4 .psSocial a:hover {
  background: #7635f5;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.Template4 .psSkills {
  position: relative;
  padding: 40px 35px;
}

.Template4 .pssBox {
  position: relative;
  padding-left: 40px;
  margin: 0 0 25px;
}

.Template4 .pssBox:last-of-type {
  margin-bottom: 0;
}

.Template4 .pssbCount {
  font-size: 16px;
  line-height: 0.8;
  color: #7635f5;
  font-weight: 700;
  margin: 0;
  position: absolute;
  left: 0;
  top: 1px;
}

.Template4 .pssBox h5 {
  font-size: 16px;
  color: gray;
  font-weight: 700;
  position: relative;
  display: block;
  line-height: 0.8;
  margin: 0 0 9px;
}

.Template4 .pssbBars {
  display: block;
  height: 4px;
  width: 100%;
  background: #34313f;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.Template4 .pssbBar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(
    to right,
    #ff43cb,
    #ff56a1,
    #ff7882,
    #ff9a74,
    #feb779
  );
}

.Template4 .pssbBar.gr2 {
  background-image: linear-gradient(
    to right,
    #806dfa,
    #009eff,
    #00c1ff,
    #00dcf8,
    #6ef2e1
  );
}

.Template4 .pssbBar.gr3 {
  background-image: linear-gradient(
    to right,
    #8865dd,
    #9c63dc,
    #ae62d9,
    #bf60d6,
    #cf5ed2
  );
}

.Template4 .psFooter {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0 50px 35px;
}

.Template4 .psFooter a {
  margin-right: 2px;
}

.Template4 .psFooter a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.Template4 .psFooter a:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.Template4 .col-lg-8.contentColumn {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.Template4 .header {
  position: relative;
  min-height: 90px;
  background: #201e29;
  box-shadow: -3px 2px 21px 4px #201e29;
  margin-bottom: 30px;
}

.Template4 .mainMenu {
  position: relative;
  float: left;
}

.Template4 .mainMenu ul {
  margin: 0;
  padding: 0;
}

.Template4 .mainMenu ul li {
  list-style: none;
  float: left;
  min-width: 115px;
  padding: 40px 15px 39px;
  position: relative;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .mainMenu ul li:after {
  height: 15px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  background: #34313f;
}

.Template4 .mainMenu ul li:last-child:after {
  display: none;
}

.Template4 .mainMenu ul li:last-child {
  margin-right: 0;
}

.Template4 .mainMenu ul li a {
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 0.8;
  text-align: center;
}

.Template4 .mainMenu ul li a span {
  position: relative;
  z-index: 2;
}

.Template4 .mainMenu ul li a i {
  position: absolute;
  width: 100%;
  line-height: 1;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #7635f5;
  font-size: 40px;
  margin: auto 0;
  height: 40px;
  opacity: 0.4;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .menu_btn {
  display: none;
}

.Template4 .sidebarToggler {
  float: right;
  width: 90px;
  height: 90px;
  background: #292633;
  position: relative;
}

.Template4 .sidebarToggler > span {
  position: absolute;
  width: 40px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.Template4 .sidebarToggler > span > span {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.Template4 .sidebarToggler > span > span:first-child {
  width: 30px;
  top: 0;
  bottom: auto;
}

.Template4 .sidebarToggler > span > span:last-child {
  width: 35px;
  top: auto;
  bottom: 0;
}

.Template4 .bodyContent {
  background: #201e29;
  box-shadow: -3px 2px 21px 4px #201e29;
  position: relative;
}

.Template4 .icon_box_01 {
  position: relative;
  padding-left: 69px;
  padding-top: 5px;
  min-height: 50px;
  margin-bottom: 30px;
}

.Template4 .icon_box_01 i {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #7635f5;
  color: #fff;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 16px 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}

.Template4 .icon_box_01:hover i {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: #01d85f;
}

.Template4 .icon_box_01 h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 -2px;
}

.Template4 .icon_box_01 p {
  font-size: 17px;
  margin: 0;
  line-height: 30px;
}

.Template4 .icon_box_01 p a {
  color: inherit;
}

.Template4 .icon_box_01 p a:hover {
  color: #01d85f;
}

.Template4 .abContent {
  position: relative;
}

.Template4 .abContent p:last-of-type {
  margin-bottom: 0;
}

.Template4 .signImg {
  max-width: 100%;
  height: auto;
}

.Template4 .icon_box_02 {
  position: relative;
  background: #292633;
  padding: 30px 25px 22px;
  border-radius: 2px 2px 2px 2px;
  border-bottom: 5px solid transparent;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .icon_box_02:hover {
  border-radius: 2px 2px 10px 10px;
  border-bottom-color: #7635f5;
  box-shadow: -3px 2px 21px 4px #201e29;
}

.Template4 .icon_box_02 .i_div {
  height: 60px;
  width: 60px;
  background: #201e29;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  color: #7635f5;
  margin: 0 0 23px;
  position: relative;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .icon_box_02:hover .i_div {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: #7635f5;
  color: #fff;
}

.Template4 .icon_box_02 .i_div i {
  color: inherit;
}

.Template4 .icon_box_02 h3 {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 5px;
}

.Template4 .icon_box_02 h3 a {
  color: inherit;
}

.Template4 .icon_box_02 h3 a:hover {
  color: #7635f5;
}

.Template4 .icon_box_02 h5 {
  font-size: 12px;
  line-height: 0.8;
  color: #01d15c;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 21px;
}

.Template4 .icon_box_02 p {
  margin: 0;
}

.Template4 .singleTestimonial {
  width: 100%;
  position: relative;
  padding-left: 192px;
  min-height: 152px;
  padding-top: 8px;
}

.Template4 .testiImg {
  width: 152px;
  height: 152px;
  position: absolute;
  left: 0;
  top: 0;
}

.Template4 .testiImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.Template4 .testiImg span {
  width: 50px;
  height: 50px;
  background: url(../images/bg/3.png) no-repeat center center/100%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.Template4 .testiImg span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg/4.png) no-repeat center center;
}

.Template4 .testicon {
  position: relative;
}

.Template4 .testicon p {
  font-size: 15px;
  line-height: 27px;
  font-style: italic;
  margin: 0 0 17px;
}

.Template4 .tesAuthor {
  width: 100%;
  position: relative;
  line-height: 0.8;
}

.Template4 .tesAuthor h5 {
  font-size: 14px;
  line-height: 0.8;
  color: #fff;
  letter-spacing: 0.52px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 9px;
}

.Template4 .tesAuthor h6 {
  font-size: 12px;
  color: #01d85f;
  letter-spacing: 2px;
  display: block;
  margin: 0;
  line-height: 0.8;
  font-weight: 400;
}

.Template4 .owl-dots {
  line-height: 8px;
}

.Template4 .testimonialSlider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 17px;
}

.Template4 .owl-carousel button.owl-dot {
  border: none;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  text-align: center;
  height: 8px;
  width: 8px;
  line-height: 8px;
  position: relative;
  margin-right: 5px;
}

.Template4 .owl-carousel button.owl-dot:last-child {
  margin-right: 0;
}

.Template4 .owl-carousel button.owl-dot span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #7635f5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.Template4 .owl-carousel button.owl-dot.active span {
  width: 8px;
  height: 8px;
  background: #01d85f;
}

.Template4 .owl-carousel .owl-nav button.owl-next,
.Template4 .owl-carousel .owl-nav button.owl-prev {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background-color: #01d85f;
  color: #fff;
  line-height: 25px;
  text-align: center;
  border: none;
  font-size: 19px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .owl-carousel .owl-nav button.owl-prev {
  margin-right: 5px;
}

.Template4 .owl-carousel .owl-nav button.owl-next:hover,
.Template4 .owl-carousel .owl-nav button.owl-prev:hover {
  background: #7635f5;
}

.Template4 .testimonialSlider.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -64px;
}

.Template4 .sliderItem {
  display: block;
  background: #292633;
  text-align: center;
}

.Template4 .sliderItem a {
  display: block;
  padding: 25px 15px;
}

.Template4 .sliderItem img {
  display: inline-block;
  max-width: 100%;
  min-width: inherit;
  opacity: 0.3;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .sliderItem:hover img {
  opacity: 1;
}

.Template4 .singleInt {
  position: relative;
  padding-left: 69px;
  padding-top: 17px;
  min-height: 50px;
  margin-bottom: 30px;
}

.Template4 .singleInt i {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #7635f5;
  color: #fff;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding: 13px 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}

.Template4 .singleInt h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 -2px;
}

.Template4 .singleInt:hover i {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: #01d85f;
}

.Template4 .pricingTable {
  padding: 50px 30px 46px;
  background: #292633;
}

.Template4 .pricingTable > i {
  display: block;
  font-size: 55px;
  line-height: 0.8;
  color: #7635f5;
  height: 50px;
  margin: 0 0 30px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .pricingTable:hover > i {
  color: #01d85f;
}

.Template4 .pricingTable h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8;
  margin: 0 0 11px;
  letter-spacing: 0.2px;
}

.Template4 .pricingTable p {
  line-height: 18px;
  margin: 0 0 46px;
}

.Template4 .pricingTable h2 {
  font-size: 28px;
  line-height: 0.8;
  color: #fff;
  margin: 0 0 6px;
}

.Template4 .pricingTable h6 {
  font-size: 12px;
  line-height: 0.8;
  color: gray;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 40px;
}

.Template4 .btt_link {
  display: inline-block;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  color: #01d85f;
  position: relative;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.Template4 .btt_link:hover {
  color: #7635f5;
}

.Template4 .btt_link i {
  font-size: 18px;
  line-height: 18px;
  position: relative;
  margin-right: 7px;
  top: 3px;
  color: #01d85f;
}

.Template4 .btt_link span {
  position: relative;
  display: inline-block;
  line-height: 0.8;
  padding-bottom: 4px;
}

.Template4 .btt_link span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #01d85f;
}

.Template4 .btt_link span:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  z-index: 2;
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #7635f5;
}

.Template4 .btt_link:hover span:before {
  width: 100%;
  left: 0;
  right: auto;
}

.Template4 .pricingTable .btt_btn {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 164px;
}

.Template4 .languageDiv {
  position: relative;
}

.Template4 .ldInner {
  position: relative;
  line-height: 15px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.Template4 .ldInner h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: block;
  line-height: 15px;
  margin: 0 15px 0 0;
  min-width: 75px;
}

.Template4 .ldInner span {
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 10px;
}

.Template4 .ldInner span:last-child {
  margin-right: 0;
}

.Template4 .ldInner span:after {
  content: "";
  background: #7635f5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  top: 0;
  margin: auto 0;
}

.Template4 .ldInner span:nth-child(2):after {
  width: 5px;
  height: 5px;
}

.Template4 .ldInner span:nth-child(3):after {
  width: 6px;
  height: 6px;
}

.Template4 .ldInner span:nth-child(4):after {
  width: 7px;
  height: 7px;
}

.Template4 .ldInner span:nth-child(5):after {
  width: 8px;
  height: 8px;
}

.Template4 .ldInner span:nth-child(6):after {
  width: 9px;
  height: 9px;
}

.Template4 .ldInner span:nth-child(7):after {
  width: 10px;
  height: 10px;
}

.Template4 .ldInner span:nth-child(8):after {
  width: 11px;
  height: 11px;
}

.Template4 .ldInner span:nth-child(9):after {
  width: 12px;
  height: 13px;
}

.Template4 .ldInner span:nth-child(10):after {
  width: 14px;
  height: 14px;
}

.Template4 .ldInner span:nth-child(11):after {
  width: 15px;
  height: 15px;
}

.Template4 .ldInner.profLevel1 span:nth-child(1):after {
  background: #01d85f;
}

.Template4 .ldInner.profLevel2 span:nth-child(-n + 3):after {
  background: #01d85f;
}

.Template4 .ldInner.profLevel3 span:nth-child(-n + 4):after {
  background: #01d85f;
}

.Template4 .ldInner.profLevel4 span:nth-child(-n + 5):after {
  background: #01d85f;
}

.Template4 .ldInner.profLevel5 span:nth-child(-n + 6):after {
  background: #01d85f;
}

.Template4 .ldInner.profLevel6 span:nth-child(-n + 7):after {
  background: #01d85f;
}

.Template4 .ldInner.profLevel7 span:nth-child(-n + 8):after {
  background: #01d85f;
}

.Template4 .ldInner.profLevel8 span:nth-child(-n + 9):after {
  background: #01d85f;
}

.Template4 .ldInner.profLevel9 span:nth-child(-n + 10):after {
  background: #01d85f;
}

.Template4 .ldInner.profLevel10 span:nth-child(-n + 11):after {
  background: #01d85f;
}

.Template4 .ldInner i {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0;
  margin-left: auto;
  color: #7635f5;
}

.Template4 .icon_box_03 {
  position: relative;
}

.Template4 .icon_box_03 .icon_div {
  width: 110px;
  height: 110px;
  padding: 43px 0;
  position: relative;
  margin: 0 auto;
}

.Template4 .icon_box_03 .icon_div:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(118, 53, 245, 0.6);
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  content: "";
  z-index: 1;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}

.Template4 .icon_box_03 .icon_div:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(118, 53, 245, 0.4);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  content: "";
  z-index: 2;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}

.Template4 .icon_box_03:hover .icon_div:before {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: rgba(1, 216, 95, 0.6);
}

.Template4 .icon_box_03:hover .icon_div:after {
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  background: rgba(1, 216, 95, 0.4);
}

.Template4 .icon_box_03 i {
  position: relative;
  z-index: 3;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
  text-align: center;
  font-style: normal;
}

.Template4 .icon_box_03 h5 {
  position: relative;
  z-index: 3;
  font-size: 16px;
  line-height: 0.8;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 25px 0 0;
}

.Template4 .footer {
  position: relative;
  background: #292633;
}

.Template4 .copyRight {
  font-size: 13px;
  font-weight: 500;
  padding: 17px 0;
}

.Template4 .kr-accordion .card {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 30px;
  background: 0 0;
}

.Template4 .kr-accordion .card-header {
  border: none;
  padding: 0;
  background: 0 0;
}

.Template4 .kr-accordion .card-header h2 {
  margin: 0;
  position: relative;
}

.Template4 .kr-accordion .card-header h2 a {
  position: relative;
  box-shadow: none;
  border: none;
  background: 0 0;
  border-radius: 0;
  padding-left: 69px;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}

.Template4 .kr-accordion .card-header h2 a:focus {
  outline: 0;
  box-shadow: none;
}

.Template4 .kr-accordion .card-header h2 a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: rgba(1, 216, 95, 0.95);
  color: #fff;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}

.Template4 .kr-accordion .card-header h2 a.collapsed i {
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  background: #7635f5;
}

.Template4 .kr-accordion .card-body {
  padding: 32px 0 0 69px;
  position: relative;
  margin-bottom: -4px;
}

.Template4 .kr-accordion .card-body:before {
  height: 30px;
  width: 2px;
  background: rgba(1, 216, 95, 0.95);
  content: "";
  position: absolute;
  left: 25px;
  top: 32px;
}

.Template4 .kr-accordion .card-body p {
  margin-bottom: 15px;
}

.Template4 .kr-accordion .card-body p:last-of-type {
  margin-bottom: 0;
}

.Template4 .ac_meta {
  line-height: 0.8;
  color: gray;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 22px;
  text-transform: uppercase;
  font-style: italic;
}

.Template4 .ac_meta span {
  display: inline-block;
  background: #292633;
  padding: 8px 12px;
  border-radius: 1px;
  margin-right: 5px;
}

.Template4 .my_educations .sub_title {
  margin-bottom: 38px;
}

.Template4 #Grid .mix {
  display: none;
}

.Template4 .filterUL {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  top: -60px;
}

.Template4 .filterUL li {
  font-size: 11px;
  font-weight: 500;
  line-height: 0.8;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  margin-right: 25px;
  list-style: none;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .filterUL li.active,
.Template4 .filterUL li:hover {
  color: #01d85f;
}

.Template4 .filterUL li:last-child {
  margin-right: 0;
}

.Template4 .folio_effect {
  perspective: none;
  margin-bottom: 35px;
}

.Template4 .folio_item {
  position: relative;
  display: block;
  flex: none;
  width: 100%;
  margin: 0;
  cursor: default;
  transform-style: preserve-3d;
}

.Template4 .folio_stack {
  position: relative;
  width: 100%;
  height: 200px;
  transform-style: preserve-3d;
}

.Template4 .folio_decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01d85f;
  transform-origin: 50% 100%;
}

.Template4 .folio_decoration:first-child {
  opacity: 0.2;
}

.Template4 .folio_img_holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-origin: 50% 100%;
}

.Template4 .folio_img {
  position: relative;
  display: block;
  flex: none;
}

.Template4 .folio_content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 19px;
}

.Template4 .folio_title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: block;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  margin: 0 0 5px;
}

.Template4 .folio_title a {
  color: #fff;
}

.Template4 .folio_title a:hover {
  color: #01d85f;
}

.Template4 .folio_cat {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  text-align: center;
  width: 100%;
}

.Template4 .folio_cat a {
  color: gray;
}

.Template4 .folio_cat a:hover {
  color: #01d85f;
}

.Template4 .working i {
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.Template4 .alert.alert-warning.folioAlert {
  color: #856404;
  background-color: #fff3cd;
  border-width: 2px;
  border-color: #856404;
  border-radius: 0;
  background: 0 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

.Template4 .blogItem {
  position: relative;
  margin-bottom: 30px;
}

.Template4 .biThumb {
  position: relative;
  overflow: hidden;
}

.Template4 .biThumb img {
  width: 100%;
  height: auto;
}

.Template4 .biThumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    transparent 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    transparent 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    transparent 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    transparent 100%
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.Template4 .biMeta {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: auto;
  z-index: 2;
  background: #7635f5;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0.45px;
  padding: 0 15px;
  font-weight: 500;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .biMeta a {
  color: inherit;
  margin-right: 24px;
  position: relative;
}

.Template4 .biMeta:hover {
  background: #01d85f;
}

.Template4 .biMeta a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: thin solid #fff;
  border-radius: 50%;
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.Template4 .biMeta a:last-child {
  margin-right: 0;
}

.Template4 .biMeta a:last-child:after {
  display: none;
}

.Template4 .biDetails {
  background: #292633;
  padding: 30px 30px 31px;
}

.Template4 .biDetails h3 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: block;
  line-height: 24px;
  margin: 0 10px 10px;
  color: #fff;
}

.Template4 .biDetails h3 a {
  color: inherit;
}

.Template4 .biDetails h3 a:hover {
  color: #01d85f;
}

.Template4 .text-left .biDetails h3 {
  margin-left: 0;
}

.Template4 .biDetails p {
  margin-bottom: 12px;
}

.Template4 .biDetails .btt_link {
  color: #7635f5;
}

.Template4 .biDetails .btt_link:hover {
  color: #01d85f;
}

.Template4 .biDetails .btt_link span:after {
  background: #7635f5;
}

.Template4 .biDetails .btt_link span:before {
  background: #01d85f;
}

.Template4 .blogCount {
  position: absolute;
  right: 24px;
  bottom: 20px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: gray;
  margin: 0;
  opacity: 0.09;
}

.Template4 .btt_pagination {
  display: flex;
  justify-content: center;
}

.Template4 .btt_pagination a,
.Template4 .btt_pagination span {
  width: 50px;
  height: 50px;
  background: #292633;
  color: gray;
  text-align: center;
  line-height: 50px;
  margin: 0 2px;
  font-weight: 600;
  border-radius: 1px;
  font-size: 12px;
}

.Template4 .btt_pagination a:hover,
.Template4 .btt_pagination span.current {
  color: #01d85f;
}

.Template4 .btt_pagination a i.rotateHorizonaly {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  position: relative;
  display: inline-block;
}

.Template4 .mapSection {
  position: relative;
  padding: 0;
}

.Template4 .map {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
}

.Template4 .contact_form {
  position: relative;
}

.Template4 input[type="email"],
.Template4 input[type="text"],
.Template4 input[type="number"],
.Template4 input[type="url"],
.Template4 select {
  display: block;
  width: 100%;
  height: 50px;
  background: #292633;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  margin: 0 0 15px;
  color: gray;
}

.Template4 textarea {
  display: block;
  width: 100%;
  height: 180px;
  background: #292633;
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  margin: 0 0 15px;
  color: gray;
  resize: none;
}

.Template4 .contact_form .reqError {
  border-bottom: 2px solid red;
}

.Template4 .addrBox p {
  font-size: 15px;
  line-height: 22px;
  margin: 4px 0 0;
}

.Template4 .thumbSection {
  padding: 0;
}

.Template4 .blogThumb {
  position: relative;
}

.Template4 .blogThumb img {
  width: 100%;
  height: auto;
}

.Template4 .blogContentSection {
  position: relative;
  padding: 25px 15px 30px;
}

.Template4 .blogTitle {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
}

.Template4 .blogMeta {
  color: gray;
  margin: 0 0 24px;
  display: flex;
}

.Template4 .blogMeta a {
  color: inherit;
}

.Template4 .blogMeta a:hover {
  color: #01d85f;
}

.Template4 .blogMeta span {
  margin-right: 24px;
  position: relative;
}

.Template4 .blogMeta span:after {
  content: "";
  width: 4px;
  height: 4px;
  border: thin solid gray;
  border-radius: 50%;
  position: absolute;
  right: -14px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
}

.Template4 .blogMeta span:last-child {
  margin-right: 0;
}

.Template4 .blogMeta span:last-child:after {
  display: none;
}

.Template4 .pageContent {
  position: relative;
}

.Template4 .pageContent p {
  margin: 0 0 20px;
}

.Template4 .pageContent p:last-of-type {
  margin: 0;
}

.Template4 .pageContent blockquote {
  position: relative;
  margin: 0 0 20px;
  padding: 15px 30px 16px;
  background: #292633;
  border-left: 5px solid #7635f5;
}

.Template4 .pageContent blockquote p {
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
}

.Template4 .pageContent h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 13px;
}

.Template4 .pcImg {
  max-width: 100%;
  height: auto;
  margin-bottom: 22px;
}

.Template4 .pageContent blockquote.mb26 {
  margin-bottom: 26px;
}

.Template4 .sicmr_tag {
  position: relative;
}

.Template4 .sicmr_tag i {
  font-size: 18px;
  line-height: 26px;
  color: #01d85f;
  float: left;
  margin-right: -5px;
}

.Template4 .sicmr_tag a {
  font-size: 16px;
  line-height: 26px;
  color: gray;
  float: left;
  margin-left: 20px;
}

.Template4 .sicmr_tag a:hover {
  color: #01d85f;
}

.Template4 .sicmr_social {
  font-size: 16px;
  line-height: 26px;
  color: #01d85f;
  display: flex;
  justify-content: flex-end;
}

.Template4 .sicmr_social a {
  color: inherit;
  margin-left: 15px;
}

.Template4 .sicmr_social a:hover {
  color: gray;
}

.Template4 .sicmr_social a:first-child {
  margin-left: 0;
}

.Template4 .mt25 {
  margin-top: 30px;
}

.Template4 .commentArea {
  position: relative;
}

.Template4 .commentArea .mt32 {
  margin-top: 32px;
}

.Template4 .comment_list {
  margin: 0;
  padding: 0;
  position: relative;
}

.Template4 .comment_list li {
  list-style: none;
  display: block;
}

.Template4 .comment_list li .children {
  margin: 0 0 0 40px;
  padding: 0;
}

.Template4 .single-comment {
  position: relative;
  padding-left: 140px;
  min-height: 111px;
  padding-bottom: 28px;
}

.Template4 .single-comment img {
  width: 111px;
  height: 111px;
  position: absolute;
  left: 0;
  top: 0;
}

.Template4 .authorDetails {
  position: relative;
  margin-bottom: 10px;
}

.Template4 .authorDetails {
  display: flex;
}

.Template4 .authorDetails h5 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin: 0 15px 0 0;
}

.Template4 .authorDetails span {
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
}

.Template4 .comment {
  font-size: 16px;
  line-height: 26px;
  color: gray;
  margin: 0 0 9px;
}

.Template4 .folioThumb {
  position: relative;
}

.Template4 .folioThumb img {
  width: 100%;
  height: auto;
}

.Template4 .lSSlideOuter .lSPager.lSGallery {
  margin-top: 5px !important;
}

.Template4 .lSSlideOuter .lSPager.lSGallery li {
  position: relative;
  cursor: pointer;
}

.Template4 .lSSlideOuter .lSPager.lSGallery li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(1, 216, 95, 0.25);
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .lSSlideOuter .lSPager.lSGallery li:after {
  content: "\e6bc";
  font-family: stroke-gap-icons;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  width: 24px;
  height: 26px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  background: 0 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .lSSlideOuter .lSPager.lSGallery li.active,
.Template4 .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}

.Template4 .lSSlideOuter .lSPager.lSGallery li.active:after,
.Template4 .lSSlideOuter .lSPager.lSGallery li:hover:after {
  opacity: 1;
  visibility: visible;
}

.Template4 .lSSlideOuter .lSPager.lSGallery li.active:before,
.Template4 .lSSlideOuter .lSPager.lSGallery li:hover:before {
  background: rgba(1, 216, 95, 0.55);
}

.Template4 .folioTitle {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  margin: 1px 0 15px;
}

.Template4 .fmfooter {
  display: flex;
  justify-content: flex-start;
}

.Template4 .fmfooter .sicmr_social {
  margin-left: auto;
}

.Template4 .icon_box_4 {
  position: relative;
}

.Template4 .icon_box_4 i {
  width: 70px;
  height: 70px;
  background: #292633;
  color: #fff;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 28px 0;
  display: inline-block;
  font-style: normal;
  margin: 0 0 25px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}

.Template4 .icon_box_4:hover i {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: #01d85f;
}

.Template4 .icon_box_4 h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 19px;
}

.Template4 .icon_box_4 p {
  margin: 0;
}

.Template4 .clientReview {
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
}

.Template4 .clientReview p {
  margin: 0;
}

.Template4 .clientReview cite {
  color: #7635f5;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 0.8;
  font-style: italic;
  margin: 0;
  padding-top: 11px;
}

.Template4 .sidebar {
  width: 360px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #201e29;
  z-index: 10;
  box-shadow: -3px 2px 21px 4px #201e29;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 50px 30px;
  transform: translateX(110%);
  -moz-transform: translateX(110%);
  -webkit-transform: translateX(110%);
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

body:has(.Template4).SideBarOpend {
  overflow: hidden;
}

.Template4 .SideBarOpend .sidebar {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
}

.Template4 .sidebar {
  padding-right: 0;
}

.Template4 .widget_closer {
  display: none;
}

.Template4 .sidebar .mCSB_inside > .mCSB_container {
  padding-right: 30px;
  margin-right: 0;
}

.Template4 .sidebar .mCSB_scrollTools {
  width: 4px;
  margin-right: 3px;
  margin-left: 3px;
}

.Template4 .sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #34313f;
}

.Template4 .sidebarToggler:hover {
  background: #01d85f;
}

.Template4 .sidebarOverlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(32, 30, 41, 0.3);
  cursor: url(/templates/template4/images/close.png), auto;
  transform: translateX(110%);
  -moz-transform: translateX(110%);
  -webkit-transform: translateX(110%);
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
}

body:has(.Template4).SideBarOpend {
  overflow: hidden;
}

.Template4 .SideBarOpend .sidebarOverlay {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .widget {
  position: relative;
  margin-bottom: 50px;
}

.Template4 .sidebar .widget:last-of-type {
  margin-bottom: 0;
}

.Template4 .widget_title {
  font-weight: 700;
  font-size: 16px;
  color: #01d85f;
  letter-spacing: 0;
  line-height: 0.8;
  margin: 0 0 30px;
  position: relative;
  padding: 0 0 13px;
}

.Template4 .widget_title:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/bg/2.png) no-repeat left center;
}

.Template4 .widget-search form {
  margin: 0;
  padding: 0;
  position: relative;
}

.Template4 .widget-search form button {
  border: none;
  background: 0 0;
  border-radius: 0;
  padding: 0;
  line-height: 0.8;
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 18px;
  color: #7635f5;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}

.Template4 .widget-search form button:hover {
  color: #01d85f;
}

.Template4 .widget ul {
  margin: 0;
  padding: 0;
}

.Template4 .widget ul li {
  list-style: none;
  display: block;
  font-size: 16px;
  color: gray;
  line-height: 0.8;
  position: relative;
  margin: 0 0 28px;
  font-weight: 300;
  padding-left: 19px;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}

.Template4 .widget ul li a {
  color: inherit;
  display: inline-block;
  margin-right: 15px;
  line-height: inherit;
}

.Template4 .widget ul li:hover {
  color: #01d85f;
}

.Template4 .widget ul li:before {
  content: "\ea65";
  font-family: IcoFont;
  font-size: 18px;
  position: absolute;
  left: -4px;
  top: -1px;
}

.Template4 .widget ul li:hover {
  padding-left: 24px;
}

.Template4 .widget .singleRecent {
  width: 100%;
  position: relative;
  min-height: 79px;
  padding-left: 99px;
  text-align: left;
  margin-bottom: 30px;
  padding-top: 8px;
}

.Template4 .widget .singleRecent:nth-last-of-type {
  margin-bottom: 0;
}

.Template4 .singleRecent img {
  width: 79px;
  height: 79px;
  position: absolute;
  left: 0;
  top: 0;
}

.Template4 .singleRecent span {
  line-height: 0.8;
  color: gray;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  display: block;
  margin-bottom: 6px;
}

.Template4 .singleRecent a {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 600;
  display: inline-block;
  margin-top: 3px;
}

.Template4 .singleRecent a:hover {
  color: #01d85f;
}

.Template4 .widget .tabclouds {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: -10px;
}

.Template4 .widget .tabclouds a {
  font-size: 12px;
  color: gray;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  border: 2px solid #292633;
  background: 0 0;
  line-height: 0.8;
  padding: 9px 13px;
  margin-bottom: 10px;
  margin-right: 5px;
  float: left;
}

.Template4 .widget .tabclouds a:hover {
  border-color: #01d85f;
  color: #01d85f;
}

.Template4 #backtotop {
  position: fixed;
  right: 30px;
  bottom: -30px;
  width: 40px;
  height: 40px;
  background: #01d85f;
  color: #fff;
  font-size: 20px;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.Template4 #backtotop:hover {
  background: #7635f5;
}

@media only screen and (min-width: 1600px) {
  .Template4 .col-lg-8.contentColumn {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .Template4 .col-lg-4.profileColumn {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

/* temp4 responsive styles  */
@media (min-width: 1024px) and (max-width: 1360px) {
  .Template4 .mainMenu ul li {
    min-width: 100px;
  }

  .Template4 .psFooter,
  .Template4 .psSkills {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Template4 .pssBox h5 {
    font-size: 15px;
  }

  .Template4 .comonSection {
    padding-left: 5px;
    padding-right: 5px;
  }

  .Template4 .pricingTable,
  .Template4 .icon_box_02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Template4 .kr-accordion .card-header h2 a span {
    line-height: 28px;
    display: inline-block;
  }

  .Template4 .ac_meta span {
    margin-bottom: 5px;
  }

  .Template4 .sicmr_tag a {
    margin-left: 15px;
  }

  .Template4 .icon_box_01 p {
    font-size: 16px;
    word-break: break-all;
  }
}

@media (max-width: 1023px) {
  .Template4 .menu_btn {
    height: 100%;
    width: calc(100% - 90px);
    background: #01d85f;
    color: #fff;
    line-height: 90px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
  }

  .Template4 .menu_btn i {
    font-size: 16px;
    margin-right: 10px;
  }

  .Template4 .menu_btn:hover,
  .Template4 .menu_btn.active {
    background: #01d85f;
    color: #fff;
  }

  .Template4 .mainMenu {
    z-index: 99;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #34313f;
    box-shadow: -32px 21px 68.6px 1.4px rgba(52, 49, 63, 0.5);
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    float: none;
  }

  .Template4 .mainMenu > ul {
    display: block;
  }

  .Template4 .mainMenu > ul > li {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    min-width: 100%;
    float: none;
  }

  .Template4 .mainMenu > ul > li > a {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .Template4 .mainMenu ul li a i {
    position: relative;
    font-size: 14px;
    opacity: 1;
    top: 2px;
    margin-right: 10px;
  }

  .Template4 .mainMenu ul li.active i,
  .Template4 .mainMenu ul li:hover i {
    opacity: 1;
  }

  .Template4 .col-lg-8.contentColumn {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }

  .Template4 .col-lg-4.profileColumn {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }

  .Template4 .pssBox h5 {
    font-size: 15px;
  }

  .Template4 .psFooter,
  .Template4 .psSkills {
    padding-left: 25px;
    padding-right: 25px;
  }

  .Template4 .pricingTable {
    margin-bottom: 30px;
  }

  .Template4 .singleTestimonial {
    padding-left: 0;
  }

  .Template4 .testiImg {
    position: relative;
    margin-bottom: 20px;
  }

  .Template4 .icon_box_03 {
    margin-bottom: 40px;
  }

  .Template4 .kr-accordion .card-header h2 a span {
    line-height: 28px;
    display: inline-block;
  }

  .Template4 .comonSection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .Template4 .filterUL {
    display: block;
    top: 0;
    margin: 0 0 30px;
  }

  .Template4 .icon_box_4 {
    margin-bottom: 30px;
  }

  .Template4 .folioMeta {
    margin-top: 40px;
  }

  .Template4 .sicmr_social {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .Template4 .authorDetails {
    display: block;
  }

  .Template4 .comment_list li .children {
    margin-left: 15px;
  }

  .Template4 .single-comment {
    padding-left: 0;
  }

  .Template4 .single-comment img {
    position: relative;
    margin-bottom: 20px;
  }

  .Template4 .contact_form {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .Template4 .biDetails {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Template4 .ac_meta span {
    margin-bottom: 5px;
  }

  .Template4 .sliderItem img {
    opacity: 1;
  }

  .Template4 .ldInner {
    display: block;
  }

  .Template4 .ldInner h5 {
    margin: 0 0 15px;
  }

  .Template4 .ldInner span {
    margin-right: 7px;
    display: inline-block;
  }

  .Template4 .aboutSection .mt60 .col-lg-7 {
    margin-top: 30px;
  }

  .Template4 .comonSection {
    padding-left: 0;
    padding-right: 0;
  }

  .Template4 .col-lg-8.contentColumn,
  .Template4 .col-lg-4.profileColumn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .Template4 .profileSidebar {
    margin-bottom: 40px;
  }

  .Template4 .sidebar {
    width: 100%;
  }

  .Template4 .sidebar .mCSB_inside > .mCSB_container {
    padding-right: 25px;
  }

  .Template4 .widget_closer {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    z-index: 9;
    border: 1px solid gray;
    border-radius: 50%;
    text-align: center;
    display: block;
    color: gray;
  }

  .Template4 .widget_closer:hover {
    color: #01d85f;
    border-color: #01d85f;
  }
}

/* temp4 custom styles  */

.Template4 .pssBox {
  padding-left: 0 !important;
}

.Template4 .skills {
  padding: 25px 40px;
}

.Template4 .skills .skillBox {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.Template4 .skills .skillBox p {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 0 0 6px !important;
}

.Template4 .psFooter {
  text-align: center;
}

.Template4 .social-icons {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 5px;
  margin-bottom: 15px;
}

.Template4 .social-icons a {
  display: block;
  border: 1px solid #26ffbe;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 15px;
}

/* temp4 light styles  */
body:has(.Template4).light {
  background: url(../images/bg/5.png) no-repeat fixed top center #fafafa;
}

.Template4 .light .profileSidebar,
.Template4 .light .header,
.Template4 .light .bodyContent {
  box-shadow: -3px 2px 21px 4px rgba(32, 30, 41, 0.2);
}

.Template4 .light .profileSidebar {
  background: #fff;
}

.Template4 .light .pssbBars {
  background: var(--secondary-color);
}

.Template4 .light .header,
.Template4 .light .bodyContent {
  background: #fff;
}

.Template4 .light .mainMenu ul li.active i,
.Template4 .mainMenu ul li:hover i {
  color: #01d85f;
  opacity: 0.12;
}

.Template4 .light .mainMenu ul li a i {
  opacity: 0.12;
}

body:has(.Template4).light .sliderItem img {
  opacity: 0.7;
}

body:has(.Template4).light .sliderItem:hover img {
  opacity: 1;
}

body:has(.Template4).light .preloader {
  background: #fff;
}

@keyframes movement {
  from {
    transform: scale(0.6) translateY(0px) rotateX(0deg);
  }

  to {
    transform: scale(1) translateY(-15px) rotateX(15deg);
    background: #fff;
  }
}

@media (max-width: 1023px) {
  body:has(.Template4).light .mainMenu {
    background: #fff;
    box-shadow: -3px 2px 21px 4px rgba(32, 30, 41, 0.2);
  }

  body:has(.Template4).light .mainMenu > ul > li > a {
    border-color: var(--secondary-color);
  }

  .Template4 .light .mainMenu ul li a i {
    opacity: 1;
  }

  .Template4 .light .mainMenu ul li.active i,
  .Template4 .mainMenu ul li:hover i {
    opacity: 1;
  }
}

.Template4 .light .sidebarToggler > span > span {
  background: #7635f5;
}

.Template4 .light .sidebarToggler:hover > span > span,
.Template4 .light .sidebarToggler.active > span > span {
  background: #fff;
}

.Template4 .light .sidebarToggler:hover,
.Template4 .light .sidebarToggler.active {
  background: #01d85f;
}

.Template4 .light .icon_box_02 .i_div {
  background: #fff;
}

.Template4 .light .ldInner i {
  color: gray;
}

.Template4 .light .pricingTable {
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.Template4 .light .icon_box_02:hover,
.Template4 .light .pricingTable:hover {
  box-shadow: -3px 2px 21px 4px #f6f6f6;
}

.Template4 .light .mainMenu ul li:after,
.Template4 .light .sidebarToggler,
.Template4 .light .sliderItem,
.Template4 .light .footer,
.Template4 .light .icon_box_02,
.Template4 .light .pricingTable,
.Template4 .light .ac_meta span,
.Template4 .light .biDetails,
.Template4 .light .btt_pagination a,
.Template4 .light .btt_pagination span,
.Template4 .light input[type="email"],
.Template4 .light input[type="text"],
.Template4 .light input[type="number"],
.Template4 .light input[type="url"],
.Template4 .light select,
.Template4 .light textarea,
.Template4 .light .pageContent blockquote,
.Template4 .light .icon_box_4 i,
.Template4 .light .sidebar {
  background: var(--secondary-color);
}

.Template4 .light .sidebar .search_form input {
  background: #fff;
}

.Template4 .light .icon_box_02:hover .i_div,
.Template4 .light .icon_box_4:hover i {
  background: #01d85f;
}

.Template4 .light .icon_box_4:hover i {
  color: #fff;
}

.Template4 .light .mainMenu ul li a,
.Template4 .light .icon_box_01 h3,
.Template4 .light .icon_box_02 h3,
.Template4 .light .tesAuthor h5,
.Template4 .light .pricingTable h5,
.Template4 .light .pricingTable h2,
.Template4 .light .singleInt h3,
.Template4 .light .ldInner h5,
.Template4 .light .icon_box_03 h5,
.Template4 .light .kr-accordion .card-header h2 a,
.Template4 .light .filterUL li,
.Template4 .light .folio_title a,
.Template4 .light .biDetails h3,
.Template4 .light .blogTitle,
.Template4 .light .pageContent h3,
.Template4 .light .authorDetails h5,
.Template4 .light .folioTitle,
.Template4 .light .icon_box_4 i,
.Template4 .light .icon_box_4 h3,
.Template4 .light .singleRecent a {
  color: #262330;
}

.Template4 .light .mainMenu ul li.active > a,
.Template4 .light .mainMenu ul li:hover > a,
.Template4 .light .filterUL li.active,
.Template4 .light .filterUL li:hover,
.Template4 .light .folio_title a:hover,
.Template4 .light .singleRecent a:hover {
  color: #01d85f;
}

.Template4 .light .bttb_dark {
  background: #7635f5;
}

.Template4 .light .widget .tabclouds a {
  border-color: gray;
}

.Template4 .light .sidebar {
  box-shadow: -3px 2px 21px 4px rgba(32, 30, 41, 0.2);
}

.Template4 .light .sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
}

.Template4 .light .widget .tabclouds a:hover {
  border-color: #01d85f;
}

.Template4 .light .aboutSection {
  background: url(/templates/template4/images/bg/7.png) no-repeat right 94px;
}

/* temp5 dark styles  */

body:has(.Template5).dark {
  background-color: #1d1b1b;
  color: #a7afbd;
}

body:has(.Template5).dark h1,
body:has(.Template5).dark h2,
body:has(.Template5).dark h3,
body:has(.Template5).dark h4,
body:has(.Template5).dark h5,
body:has(.Template5).dark h6 {
  color: #fff;
}

body:has(.Template5).dark ::-webkit-input-placeholder {
  color: #a0a4a9;
}

body:has(.Template5).dark :-moz-placeholder {
  color: #a0a4a9;
  opacity: 1;
}

body:has(.Template5).dark ::-moz-placeholder {
  color: #a0a4a9;
  opacity: 1;
}

body:has(.Template5).dark :-ms-input-placeholder {
  color: #a0a4a9;
}

body:has(.Template5).dark ::-ms-input-placeholder {
  color: #a0a4a9;
}

body:has(.Template5).dark {
  scrollbar-color: #494b50 #494b50;
}

body:has(.Template5).dark:-webkit-scrollbar-track {
  background: #494b50;
}

body:has(.Template5).dark::-webkit-scrollbar-thumb {
  background-color: #494b50;
  border-color: #1d1b1b;
}

body:has(.Template5).dark .iknow_tm_modalbox .description_wrap {
  scrollbar-color: #5c5d64 #5c5d64;
}

body:has(.Template5).dark
  .iknow_tm_modalbox
  .description_wrap:-webkit-scrollbar-track,
body:has(.Template5).dark
  .iknow_tm_fixed_content
  .mainbar:-webkit-scrollbar-track {
  background: #5c5d64;
}

body:has(.Template5).dark
  .iknow_tm_modalbox
  .description_wrap::-webkit-scrollbar-thumb,
body:has(.Template5).dark
  .iknow_tm_fixed_content
  .mainbar::-webkit-scrollbar-thumb {
  background-color: #5c5d64;
  border-color: #5c5d64;
}

body:has(.Template5).dark
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul
  li
  input {
  color: #a0a4a9;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

body:has(.Template5).dark
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul
  li
  input:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

body:has(.Template5).dark .iknow_tm_contact .message_area textarea {
  color: #a0a4a9;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

body:has(.Template5).dark .iknow_tm_contact .message_area textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

body:has(.Template5).dark .iknow_tm_hero .background_shape {
  background-color: #34353a;
}

body:has(.Template5).dark .iknow_tm_video .circle:after {
  background-color: rgba(255, 255, 255, 0.03);
}

body:has(.Template5).dark .iknow_tm_hero .main_menu ul li {
  background-color: #494b50;
  box-shadow: none;
}

body:has(.Template5).dark .iknow_tm_hero .main_menu ul li.active {
  background-color: #ff451b;
}

body:has(.Template5).dark .iknow_tm_hero .main_menu ul li span {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_mainpart {
  background-color: #494b50;
  box-shadow: none;
}

body:has(.Template5).dark .iknow_tm_about .right .bigger_text p {
  color: #d3d7df;
}

body:has(.Template5).dark .iknow_tm_copyright .right ul li a {
  color: #a7afbd;
}

body:has(.Template5).dark .iknow_tm_copyright .right ul li a:hover {
  color: #ff451b;
}

body:has(.Template5).dark .iknow_tm_copyright .left a {
  color: #a7afbd;
}

body:has(.Template5).dark .iknow_tm_copyright .left a:hover {
  color: #ff451b;
}

body:has(.Template5).dark .iknow_tm_resume .info_list ul li .short .job span {
  color: #d3d7df;
}

body:has(.Template5).dark .progress_inner .background {
  background: #777a7f;
}

body:has(.Template5).dark .circular_progress_bar .list_inner:after {
  border-color: #777a7f;
}

body:has(.Template5).dark .progress_inner span.label {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_portfolio .portfolio_filter ul li a {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_portfolio .portfolio_filter ul li a:hover,
body:has(.Template5).dark
  .iknow_tm_portfolio
  .portfolio_filter
  ul
  li
  a.current {
  color: #ff451b;
}

body:has(.Template5).dark .iknow_tm_services .service_list ul li .list_inner {
  background-color: #5c5d64;
  box-shadow: none;
}

body:has(.Template5).dark
  .iknow_tm_services
  .service_list
  ul
  li
  .list_inner:hover {
  box-shadow: none;
}

body:has(.Template5).dark
  .iknow_tm_testimonials
  .testimonials_list
  .list_inner {
  background-color: #5b5c64;
  border-radius: 15px;
}

body:has(.Template5).dark
  .iknow_tm_testimonials
  .testimonials_list
  .list_inner
  .in {
  box-shadow: none;
}

body:has(.Template5).dark .iknow_tm_news .news_list ul li .details .title a {
  color: #fff;
}

body:has(.Template5).dark
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .title
  a:hover {
  color: #ff451b;
}

body:has(.Template5).dark .iknow_tm_news .news_list ul li .details {
  background-color: #5b5c64;
  box-shadow: none;
}

body:has(.Template5).dark .iknow_tm_modalbox .box_inner {
  background-color: #494b50;
}

body:has(.Template5).dark .iknow_tm_modalbox .main_details .detailbox .first {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_modalbox .main_details .detailbox span a {
  color: #a7afbd;
}

body:has(.Template5).dark .iknow_tm_hero_second .background_shape {
  background-color: #3a3934;
}

body:has(.Template5).dark .iknow_tm_extra_menu .list_in .center {
  background-color: #494b50;
  box-shadow: none;
}

body:has(.Template5).dark .iknow_tm_extra_menu .list_in .list_icon {
  box-shadow: none;
}

body:has(.Template5).dark .iknow_tm_extra_menu .list_in .down_icon {
  box-shadow: none;
}

body:has(.Template5).dark .iknow_tm_extra_menu .list_in .center span {
  color: #fff;
}

body:has(.Template5).dark
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon,
body:has(.Template5).dark
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon {
  background-color: #494b50;
}

body:has(.Template5).dark
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon
  .svg,
body:has(.Template5).dark
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon
  .svg {
  color: #848484;
}

body:has(.Template5).dark
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .details_wrapper {
  background-color: #494b50;
  box-shadow: none;
}

body:has(.Template5).dark .iknow_tm_fixed_content .menubar ul li {
  background-color: #494b50;
}

body:has(.Template5).dark .iknow_tm_fixed_content .menubar ul li:hover {
  background-color: #ff451b;
}

body:has(.Template5).dark .iknow_tm_fixed_content .menubar ul li.active {
  background-color: #ff451b;
}

body:has(.Template5).dark .iknow_tm_fixed_content .menubar ul li span {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_fixed_content .infobar .extra {
  background-color: #494b50;
}

body:has(.Template5).dark .iknow_tm_fixed_content .mainbar {
  background-color: #494b50;
}

body:has(.Template5).dark .iknow_tm_fixed_content .infobar .extra .short span {
  color: #a7afbd;
}

body:has(.Template5).dark
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .testimonials_list
  .list_inner {
  padding: 30px;
}

body:has(.Template5).dark
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  span
  a {
  color: #a7afbd;
}

body:has(.Template5).dark
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  span
  a:hover {
  color: #ff451b;
}

body:has(.Template5).dark .iknow_tm_fixed_mainpart {
  background-color: #3a3934;
}

body:has(.Template5).dark .iknow_tm_sidebar_2 {
  background-color: #494b50;
}

body:has(.Template5).dark .iknow_tm_sidebar_2 .menu ul li:before {
  background-color: rgba(255, 255, 255, 0.05);
}

body:has(.Template5).dark .iknow_tm_sidebar_2 .logo {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

body:has(.Template5).dark .iknow_tm_sidebar_2 .menu ul li span {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_sidebar_2 .menu ul li.mleave span {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_animate_section .section_inner {
  background-color: #494b50;
}

body:has(.Template5).dark .iknow_tm_mobile_menu .mobile_menu_inner {
  background-color: #494b50;
}

body:has(.Template5).dark .iknow_tm_mobile_menu .dropdown {
  background-color: #494b50;
}

body:has(.Template5).dark
  .iknow_tm_mobile_menu
  .dropdown
  .dropdown_inner
  ul
  li
  a {
  color: #fff;
}

body:has(.Template5).dark .hamburger-inner,
body:has(.Template5).dark .hamburger-inner:after,
body:has(.Template5).dark .hamburger-inner:before {
  background-color: #fff !important;
}

body:has(.Template5).dark .iknow_tm_extra_demo .background_part {
  background-color: #3a3934;
}

body:has(.Template5).dark .iknow_tm_extra_demo .top_shape,
body:has(.Template5).dark .iknow_tm_extra_demo .bottom_shape {
  background-color: #3a3934;
}

body:has(.Template5).dark .iknow_tm_extra_demo .iknow_tm_topbar {
  background-color: #3a3934;
}

body:has(.Template5).dark .iknow_tm_sidebar_3 {
  background-color: #494b50;
}

body:has(.Template5).dark .iknow_tm_sidebar_3 .image .main {
  border-color: #494b50;
}

body:has(.Template5).dark .iknow_tm_sidebar_3 .menu ul li span {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_sidebar_3 .menu ul li.current span,
body:has(.Template5).dark .iknow_tm_sidebar_3 .menu ul li:hover span {
  color: #ff451b;
}

body:has(.Template5).dark .iknow_tm_section_new {
  background-color: #494b50;
  box-shadow: none;
}

body:has(.Template5).dark .iknow_tm_topbar .wrapper .menu {
  background-color: #494b50;
}

body:has(.Template5).dark .iknow_tm_topbar .wrapper .menu ul li a {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_topbar .wrapper .menu ul li.mleave a {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_extra_demo_2 .top_shape,
body:has(.Template5).dark .iknow_tm_extra_demo_2 .bottom_shape {
  background-color: #3a3934;
}

body:has(.Template5).dark .iknow_tm_mainpart_new_2 .main_menu ul li {
  background-color: #494b50;
  box-shadow: none;
}

body:has(.Template5).dark .iknow_tm_mainpart_new_2 .main_menu ul li span {
  color: #fff;
}

body:has(.Template5).dark .iknow_tm_sidebar_3 .menu ul li:before {
  /* background-color: rgba(255, 255, 255, 0.05); */
}

body:has(.Template5).dark .iknow_tm_sidebar_3 .menu ul li:after {
  /* background-color: rgba(255, 255, 255, 0.1); */
}

@media (max-width: 1040px) {
  body:has(.Template5).dark .iknow_tm_topbar .wrapper .menu ul li.active a {
    /* color: #ff451b; */
  }

  body:has(.Template5).dark .iknow_tm_topbar .wrapper .menu ul li a:hover {
    /* color: #ff451b; */
  }
}

@media (max-width: 480px) {
  body:has(.Template5).dark .iknow_tm_news .news_list ul li .details {
    background: 0 0;
    box-shadow: none;
  }
}

/* temp5 styles  */
html:has(.Template5) {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body:has(.Template5) {
  font-family: poppins;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: #888;
}

.Template5 img.svg {
  width: 15px;
  height: 15px;
}

.Template5 img.svg-1 {
  width: 15px;
  height: 15px;
  margin-bottom: 7px;
}

.Template5 img.svg-2 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.Template5::-webkit-input-placeholder {
  color: #6f6f6f;
}

.Template5:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template5::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template5:-ms-input-placeholder {
  color: #6f6f6f;
}

.Template5::-ms-input-placeholder {
  color: #6f6f6f;
}

body:has(.Template5)::-webkit-scrollbar {
  width: 11px;
}

body:has(.Template5) {
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}

body:has(.Template5):-webkit-scrollbar-track {
  background: #fff;
}

body:has(.Template5)::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}

.Template5 .container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  padding: 0 40px;
  clear: both;
}

.Template5 h1,
.Template5 h2,
.Template5 h3,
.Template5 h4,
.Template5 h5,
.Template5 h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: poppins;
  color: #222;
}

.Template5 h1 {
  font-size: 45px;
}

.Template5 h2 {
  font-size: 36px;
}

.Template5 h3 {
  font-size: 30px;
}

.Template5 h4 {
  font-size: 24px;
}

.Template5 h5 {
  font-size: 20px;
}

.Template5 h6 {
  font-size: 16px;
}

.Template5 .iknow_tm_all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_all_wrap,
.Template5 .iknow_tm_all_wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Template5 .iknow_tm_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 #preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}

.Template5 #preloader:before,
.Template5 #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.Template5 #preloader:after {
  left: auto;
  right: 0;
}

.Template5 #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.Template5 .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.Template5 .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

.Template5 .preloaded .loader_line:after {
  opacity: 0;
}

.Template5 .preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}

.Template5 .preloaded:before,
.Template5 .preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

body:has(.Template5).dark #preloader:before,
body:has(.Template5).dark #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body:has(.Template5).dark #preloader:after {
  left: auto;
  right: 0;
}

body:has(.Template5).dark #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

body:has(.Template5).dark .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #777;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

body:has(.Template5).dark .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

.Template5 .iknow_tm_mobile_menu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}

.Template5 .iknow_tm_mobile_menu .mobile_menu_inner {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}

.Template5 .iknow_tm_mobile_menu .mobile_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template5 .iknow_tm_mobile_menu .mobile_in .logo img {
  max-width: 70px;
  max-height: 50px;
}

.Template5 .iknow_tm_mobile_menu .trigger {
  line-height: 0;
}

.Template5 .iknow_tm_mobile_menu .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Template5 .iknow_tm_mobile_menu .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 40px;
}

.Template5 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li {
  margin: 0 0 3px;
  float: left;
  width: 100% !important;
}

.Template5 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
}

.Template5 .iknow_tm_mobile_menu .hamburger {
  padding: 0 !important;
}

.Template5 .hamburger-inner,
.Template5 .hamburger-inner:after,
.Template5 .hamburger-inner:before {
  width: 30px !important;
  height: 2px !important;
}

.Template5 .hamburger-box {
  width: 30px !important;
}

.Template5 .iknow_tm_topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.Template5 .iknow_tm_topbar .topbar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
}

.Template5 .iknow_tm_topbar .logo {
  display: inline-block;
}

.Template5 .iknow_tm_topbar .logo img {
  max-width: 125px;
}

.Template5 .iknow_tm_topbar .right {
  display: flex;
  align-items: center;
}

.Template5 .iknow_tm_topbar .right .social {
  position: relative;
  top: 3px;
}

.Template5 .iknow_tm_topbar .right .social ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_topbar .right .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template5 .iknow_tm_topbar .right .social ul li:last-child {
  margin-right: 0;
}

.Template5 .iknow_tm_topbar .right .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template5 .iknow_tm_topbar .right .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template5 .iknow_tm_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_topbar .iknow_tm_button {
  width: auto;
  margin-left: 30px;
}

.Template5 .iknow_tm_button a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  background-color: #23aa86;
  padding: 14px 50px;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_button a:hover {
  background-color: #ffb324;
}

.Template5 .iknow_tm_topbar .trigger_wrapper {
  position: relative;
}

.Template5 .iknow_tm_topbar .trigger_wrapper .inner {
  width: 48px;
  height: 24px;
  position: relative;
}

.Template5 .iknow_tm_topbar .trigger_wrapper .inner span {
  width: 48px;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_topbar .trigger_wrapper .inner .inner span:first-child {
  top: 0;
  left: 0;
}

.Template5 .iknow_tm_topbar .trigger_wrapper .inner span:last-child {
  bottom: 0;
  right: 0;
  width: 33px;
}

.Template5 .iknow_tm_topbar .trigger_wrapper:hover span:last-child {
  width: 48px;
}

.Template5 .iknow_tm_topbar .trigger_wrapper .inner span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Template5 .iknow_tm_hero {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_hero .background_shape {
  position: absolute;
  width: 76%;
  top: 0;
  left: 0;
  height: calc(100vh + 0px);
  background-color: #f1faff;
  clip-path: polygon(100% 0%, 81% 86%, 0% 100%, 0% 0%);
}

.Template5 .iknow_tm_hero .background_shape.opened {
  height: calc(100vh + 65px);
}

.Template5 .iknow_tm_hero .hero_content {
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 3;
}

.Template5 .iknow_tm_hero .content_inner {
  width: 100%;
  min-height: 100vh;
  float: left;
  clear: both;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.Template5 .iknow_tm_hero .content_inner .main_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(100vh - 150px);
  padding-top: 135px;
}

.Template5 .iknow_tm_hero .left {
  width: 50%;
}

.Template5 .iknow_tm_hero .subtitle {
  display: inline-block;
  color: #23aa86;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template5 .iknow_tm_hero .name {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}

.Template5 .iknow_tm_hero .text {
  font-size: 24px;
  margin-bottom: 27px;
}

.Template5 .iknow_tm_video {
  width: auto;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  z-index: 2;
}

.Template5 .iknow_tm_video .video_inner {
  display: inline-block;
  display: flex;
  align-items: center;
  position: relative;
}

.Template5 .iknow_tm_video .circle {
  width: 72px;
  height: 72px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
}

.Template5 .iknow_tm_video .circle:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 3px;
}

.Template5 .iknow_tm_video .play {
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
}

.Template5 .iknow_tm_video .circle:after {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_video:hover .circle:after {
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}

.Template5 .iknow_tm_hero .right {
  width: 50%;
  padding-left: 230px;
}

.Template5 .iknow_tm_hero .right .image {
  position: relative;
}

.Template5 .iknow_tm_hero .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template5 .iknow_tm_hero .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template5 .iknow_tm_hero .right .image .main:before {
  position: absolute;
  content: "";
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: #ffb324;
  z-index: -1;
  transform: rotate(-50deg);
  animation: animeRotate 13s linear 0s infinite alternate;
}

@keyframes animeRotate {
  0% {
    transform: rotate(-50deg);
  }

  100% {
    transform: rotate(-30deg);
  }
}

.Template5 .iknow_tm_hero .main_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-bottom: 25px;
}

.Template5 .iknow_tm_hero .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_hero .main_menu ul li {
  margin: 0 6px 6px 0;
  float: left;
  background-color: #fff;
  position: relative;
  height: 135px;
  width: 135px;
  padding: 48px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_hero .main_menu ul li .svg {
  width: 40px;
  height: 40px;
  color: #23aa86;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_hero .main_menu ul li span {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_hero .main_menu ul li.entered span,
.Template5 .iknow_tm_hero .main_menu ul li.active span {
  left: 95px;
}

.Template5 .iknow_tm_hero .main_menu ul li.active svg {
  color: #fff;
}

.Template5 .iknow_tm_hero .main_menu ul li.active span {
  color: #fff;
}

.Template5 .iknow_tm_hero .main_menu ul li.active {
  background-color: #23aa86;
}

.Template5 .simple_shapes .one,
.Template5 .simple_shapes .two,
.Template5 .simple_shapes .three,
.Template5 .simple_shapes .four,
.Template5 .simple_shapes .five,
.Template5 .simple_shapes .six,
.Template5 .simple_shapes .seven,
.Template5 .simple_shapes .eight,
.Template5 .simple_shapes .nine,
.Template5 .simple_shapes .ten,
.Template5 .simple_shapes .eleven,
.Template5 .simple_shapes .twelve,
.Template5 .simple_shapes .thirteen,
.Template5 .simple_shapes .fourteen,
.Template5 .simple_shapes .fifteen,
.Template5 .simple_shapes .sixteen,
.Template5 .simple_shapes .seventeen,
.Template5 .simple_shapes .eighteen,
.Template5 .simple_shapes .nineteen,
.Template5 .simple_shapes .twenty {
  position: absolute;
}

.Template5 .simple_shapes .one {
  top: 15%;
  left: 7%;
}

.Template5 .simple_shapes .one .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .one .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template5 .simple_shapes .two {
  bottom: 15%;
  left: 5%;
}

.Template5 .simple_shapes .two .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.3);
}

.Template5 .simple_shapes .two .svg {
  width: 95px;
  height: 95px;
}

.Template5 .simple_shapes .three {
  top: 13%;
  right: 5%;
}

.Template5 .simple_shapes .three .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.2);
}

.Template5 .simple_shapes .three .svg {
  width: 120px;
  height: 120px;
}

.Template5 .simple_shapes .four {
  top: 29%;
  left: 10%;
}

.Template5 .simple_shapes .four .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .four .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template5 .simple_shapes .five {
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  transform: rotate(90deg);
}

.Template5 .simple_shapes .five .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .five .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template5 .simple_shapes .six {
  bottom: 33%;
  left: 3%;
  transform: rotate(250deg);
}

.Template5 .simple_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template5 .simple_shapes .seven {
  bottom: 4%;
  left: 10%;
}

.Template5 .simple_shapes .seven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .seven .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template5 .simple_shapes .eight {
  bottom: 24%;
  left: 14%;
}

.Template5 .simple_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .eight .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template5 .simple_shapes .nine {
  top: 19%;
  left: 36%;
  transform: rotate(70deg);
}

.Template5 .simple_shapes .nine .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .nine .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template5 .simple_shapes .ten {
  top: 25%;
  left: 50%;
  transform: rotate(180deg);
}

.Template5 .simple_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .ten .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template5 .simple_shapes .eleven {
  bottom: 50%;
  left: 48%;
}

.Template5 .simple_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .eleven .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template5 .simple_shapes .twelve {
  bottom: 30%;
  left: 49%;
}

.Template5 .simple_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .twelve .svg {
  width: 24px;
  height: 24px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template5 .simple_shapes .thirteen {
  bottom: 26%;
  left: 39%;
}

.Template5 .simple_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .thirteen .svg {
  width: 18px;
  height: 18px;
  stroke: rgba(91, 215, 180, 0.3);
}

.Template5 .simple_shapes .fourteen {
  top: 14%;
  right: 13%;
}

.Template5 .simple_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .fourteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template5 .simple_shapes .fifteen {
  top: 32%;
  right: 2%;
}

.Template5 .simple_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .fifteen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template5 .simple_shapes .sixteen {
  top: 50%;
  right: 3%;
}

.Template5 .simple_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .sixteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template5 .simple_shapes .seventeen {
  top: 59%;
  right: 3%;
}

.Template5 .simple_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .seventeen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template5 .simple_shapes .eighteen {
  bottom: 19%;
  right: 10%;
}

.Template5 .simple_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .eighteen .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template5 .simple_shapes .nineteen {
  bottom: 12%;
  right: 19%;
}

.Template5 .simple_shapes .nineteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .nineteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template5 .simple_shapes .twenty {
  bottom: 12%;
  right: 3%;
}

.Template5 .simple_shapes .twenty .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .simple_shapes .twenty .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template5 .rounded_shapes .one,
.Template5 .rounded_shapes .two,
.Template5 .rounded_shapes .three,
.Template5 .rounded_shapes .four,
.Template5 .rounded_shapes .five,
.Template5 .rounded_shapes .six,
.Template5 .rounded_shapes .seven,
.Template5 .rounded_shapes .eight,
.Template5 .rounded_shapes .nine,
.Template5 .rounded_shapes .ten,
.Template5 .rounded_shapes .eleven,
.Template5 .rounded_shapes .twelve,
.Template5 .rounded_shapes .thirteen,
.Template5 .rounded_shapes .fourteen,
.Template5 .rounded_shapes .fifteen,
.Template5 .rounded_shapes .sixteen,
.Template5 .rounded_shapes .seventeen,
.Template5 .rounded_shapes .eighteen {
  position: absolute;
}

.Template5 .rounded_shapes .one {
  top: 24%;
  left: 2%;
}

.Template5 .rounded_shapes .one .cls-1 {
  stroke: inherit;
  fill: #23aa86;
}

.Template5 .rounded_shapes .one .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .two {
  top: 25%;
  left: 8%;
}

.Template5 .rounded_shapes .two .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .rounded_shapes .two .svg {
  width: 38px;
  height: 38px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template5 .rounded_shapes .three {
  top: 45%;
  left: 4%;
}

.Template5 .rounded_shapes .three .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .three .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template5 .rounded_shapes .four {
  bottom: 36%;
  left: 7%;
}

.Template5 .rounded_shapes .four .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template5 .rounded_shapes .four .svg {
  width: 22px;
  height: 22px;
  stroke: none;
}

.Template5 .rounded_shapes .five {
  bottom: 20%;
  left: 3%;
}

.Template5 .rounded_shapes .five .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template5 .rounded_shapes .five .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template5 .rounded_shapes .six {
  top: 19%;
  left: 24%;
}

.Template5 .rounded_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .rounded_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .seven {
  top: 20%;
  left: 40%;
}

.Template5 .rounded_shapes .seven .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template5 .rounded_shapes .seven .svg {
  width: 60px;
  height: 60px;
  stroke: none;
}

.Template5 .rounded_shapes .eight {
  top: 35%;
  left: 40%;
}

.Template5 .rounded_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .rounded_shapes .eight .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .nine {
  top: 40%;
  left: 52%;
}

.Template5 .rounded_shapes .nine .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .nine .svg {
  width: 26px;
  height: 26px;
  stroke: none;
}

.Template5 .rounded_shapes .ten {
  bottom: 31%;
  left: 48%;
}

.Template5 .rounded_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .rounded_shapes .ten .svg {
  width: 63px;
  height: 63px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template5 .rounded_shapes .eleven {
  bottom: 23%;
  left: 38%;
}

.Template5 .rounded_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .eleven .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .twelve {
  top: 14%;
  right: 11%;
}

.Template5 .rounded_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .twelve .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .thirteen {
  top: 18%;
  right: 7%;
}

.Template5 .rounded_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template5 .rounded_shapes .thirteen .svg {
  width: 30px;
  height: 30px;
  stroke: none;
}

.Template5 .rounded_shapes .fourteen {
  top: 31%;
  right: 6%;
}

.Template5 .rounded_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template5 .rounded_shapes .fourteen .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template5 .rounded_shapes .fifteen {
  top: 41%;
  right: 2%;
}

.Template5 .rounded_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .fifteen .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template5 .rounded_shapes .sixteen {
  bottom: 40%;
  right: 7%;
}

.Template5 .rounded_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .rounded_shapes .sixteen .svg {
  width: 27px;
  height: 27px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .seventeen {
  bottom: 6%;
  left: 6%;
}

.Template5 .rounded_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .rounded_shapes .seventeen .svg {
  width: 34px;
  height: 34px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template5 .rounded_shapes .eighteen {
  top: 18%;
  right: 38%;
}

.Template5 .rounded_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template5 .rounded_shapes .eighteen .svg {
  width: 23px;
  height: 23px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template5 .iknow_tm_fixed_mainpart .simple_shapes .two {
  left: 3%;
}

.Template5 .iknow_tm_fixed_mainpart .simple_shapes .seven {
  left: 1%;
}

.Template5 .iknow_tm_fixed_mainpart .simple_shapes .four {
  left: 3%;
}

.Template5 .iknow_tm_fixed_mainpart .simple_shapes .one {
  left: 2%;
  top: 5%;
}

.Template5 .iknow_tm_fixed_mainpart .simple_shapes .nineteen {
  bottom: 8%;
}

.Template5 .iknow_tm_fixed_mainpart .simple_shapes .twelve {
  bottom: 5%;
}

.Template5 .iknow_tm_fixed_mainpart .simple_shapes .ten {
  top: 5%;
}

.Template5 .iknow_tm_fixed_mainpart .simple_shapes .nine {
  top: 5%;
  left: 30%;
}

.Template5 .iknow_tm_fixed_mainpart .simple_shapes .six {
  bottom: 45%;
}

.Template5 .iknow_tm_extra_demo .rounded_shapes .thirteen {
  right: 3%;
}

.Template5 .iknow_tm_extra_demo .rounded_shapes .sixteen {
  right: 4%;
  bottom: 22%;
}

.Template5 .iknow_tm_mainpart {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 0 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_mainpart.opened {
  padding: 70px;
}

.Template5 .iknow_tm_main_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: none;
}

.Template5 .iknow_tm_main_section.active {
  display: block;
  -webkit-animation: slide-down 0.7s ease;
  -moz-animation: slide-down 0.7s ease;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(30px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

.Template5 .iknow_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
}

.Template5 .iknow_tm_about .left {
  width: 50%;
  position: relative;
}

.Template5 .iknow_tm_about .left .left_inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.Template5 .iknow_tm_about .left .image {
  position: relative;
  min-width: 60%;
}

.Template5 .iknow_tm_about .left .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template5 .iknow_tm_about .left .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template5 .iknow_tm_about .left .details {
  position: relative;
  min-width: 47%;
  left: -55px;
  background-color: #23aa86;
  padding: 36px 40px 35px;
  z-index: 1;
  border-radius: 15px;
}

.Template5 .iknow_tm_about .left .details ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_about .left .details ul li {
  margin: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 13px 0;
}

.Template5 .iknow_tm_about .left .details ul li:first-child {
  padding-top: 0;
}

.Template5 .iknow_tm_about .left .details ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.Template5 .iknow_tm_about .left .details h3 {
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
  opacity: 0.85;
}

.Template5 .iknow_tm_about .left .details span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.Template5 .iknow_tm_about .iknow_tm_main_title {
  max-width: 100%;
}

.Template5 .iknow_tm_main_title {
  width: 100%;
  max-width: 45%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_main_title span {
  font-size: 19px;
  color: #23aa86;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
}

.Template5 .iknow_tm_main_title h3 {
  font-size: 47px;
  font-weight: 700;
}

.Template5 .iknow_tm_about .right {
  width: 50%;
  padding-left: 75px;
  position: relative;
  top: -8px;
}

.Template5 .iknow_tm_about .right .bigger_text {
  width: 100%;
  float: left;
  padding: 25px 0;
}

.Template5 .iknow_tm_about .right .bigger_text p {
  font-size: 21px;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  text-align: justify;
  width: 90%;
}

.Template5 .iknow_tm_about .right .text {
  width: 90%;
  float: left;
  margin-bottom: 16px;
  text-align: justify;
}

.Template5 .iknow_tm_resume {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_resume .resume_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
}

.Template5 .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 100px;
}

.Template5 .iknow_tm_resume .left {
  width: 50%;
  padding-right: 30px;
}

.Template5 .iknow_tm_resume .info_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 62px;
}

.Template5 .iknow_tm_resume .info_list:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_resume_title {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_resume_title h3 {
  font-size: 36px;
  font-weight: 700;
  padding-left: 40px;
}

.Template5 .iknow_tm_resume_title .shape {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3px solid #23aa86;
}

.Template5 .iknow_tm_resume_title .shape:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #23aa86;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template5 .iknow_tm_resume .info_list ul {
  margin: 38px 0 0;
  float: left;
  list-style-type: none;
}

.Template5 .iknow_tm_resume .info_list ul li {
  width: 100%;
  float: left;
  margin: 0 0 45px;
}

.Template5 .iknow_tm_resume .info_list ul li:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_resume .info_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_resume .info_list ul li .short {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template5 .iknow_tm_resume .info_list ul li .short .job {
  padding-right: 20px;
}

.Template5 .iknow_tm_resume .info_list ul li .short .job h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template5 .iknow_tm_resume .info_list ul li .short .job span {
  font-size: 20px;
  color: #555;
}

.Template5 .iknow_tm_resume .info_list ul li .short .year span {
  font-size: 20px;
  color: #23aa86;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px 35px 7px;
  white-space: nowrap;
}

.Template5 .iknow_tm_resume .text {
  width: 100%;
  float: left;
  margin-top: 18px;
}

.Template5 .iknow_tm_resume .right {
  width: 50%;
  padding-left: 30px;
}

.Template5 .iknow_tm_resume .right .skills_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 67px;
}

.Template5 .iknow_tm_resume .right .skills_list:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_resume .right .skills_list .personal {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .dodo_progress {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 40px;
  overflow: hidden;
}

.Template5 .progress_inner {
  width: 100%;
  margin-bottom: 23px;
}

.Template5 .progress_inner:last-child {
  margin-bottom: 0;
}

.Template5 .progress_inner > span {
  margin: 0 0 20px;
  display: block;
  text-align: left;
  position: relative;
}

.Template5 .progress_inner span.label {
  opacity: 0;
  transform: translateY(10px);
  display: block;
  color: #0f172a;
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template5 .progress_inner span.label.opened {
  opacity: 1;
  transform: translateY(0px);
}

.Template5 .progress_inner span.number {
  float: right;
  position: absolute;
  right: 100%;
  bottom: -5px;
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #23aa86;
  font-family: poppins;
}

.Template5 .progress_inner .background {
  background: #e2e7ec;
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 8px;
  border-radius: 50px;
}

.Template5 .progress_inner .background .bar_in {
  height: 5px;
  background: #23aa86;
  width: 0;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  top: -7px;
}

.Template5 .progress_inner .background .bar {
  width: 0;
  height: 100%;
}

.Template5 .progress_inner .background .bar.open {
  -webkit-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

@-webkit-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.Template5 .iknow_tm_resume .right .skills_list .software {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .circular_progress_bar {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 40px;
}

.Template5 .circular_progress_bar ul {
  margin: 0 0 0 -75px;
  list-style-type: none;
}

.Template5 .circular_progress_bar ul li {
  margin: 0 0 45px;
  width: 50%;
  float: left;
  padding-left: 75px;
}

.Template5 .circular_progress_bar .myCircle {
  position: relative;
  float: left;
}

.Template5 .circular_progress_bar .list_inner {
  width: 100%;
  position: relative;
  text-align: center;
}

.Template5 .circular_progress_bar .list_inner:after {
  content: "";
  position: absolute;
  width: 199px;
  height: 199px;
  border: 6px solid #eee;
  left: 7px;
  top: 7px;
  z-index: -1;
  border-radius: 50%;
  z-index: 11;
  box-sizing: border-box;
}

.Template5 .circular_progress_bar .title {
  width: 100%;
  max-width: 213px;
  float: left;
  padding-top: 14px;
}

.Template5 .circular_progress_bar .title h3 {
  font-size: 21px;
  font-weight: 700;
}

.Template5 .circular_progress_bar .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #23aa86;
  font-size: 30px;
  font-weight: 400;
}

.Template5 .iknow_tm_portfolio {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_portfolio .portfolio_filter {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
}

.Template5 .iknow_tm_portfolio .portfolio_filter ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_portfolio .portfolio_filter ul li {
  margin: 0 30px 0 0;
  display: inline-block;
}

.Template5 .iknow_tm_portfolio .portfolio_filter ul li:last-child {
  margin-right: 0;
}

.Template5 .iknow_tm_portfolio .portfolio_filter ul li a.current {
  color: #23aa86;
}

.Template5 .iknow_tm_portfolio .portfolio_filter ul li a {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_portfolio .portfolio_filter ul li a:hover {
  color: #23aa86;
}

.Template5 .iknow_tm_portfolio .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_portfolio .portfolio_list ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template5 .iknow_tm_portfolio .portfolio_list ul li {
  margin: 0 0 30px;
  width: 33.3333%;
  float: left;
  padding-left: 30px;
}

.Template5 .iknow_tm_portfolio .portfolio_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image {
  position: relative;
}

.Template5 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template5 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.Template5 .iknow_tm_portfolio .portfolio_list ul li .list_inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 69, 27, 0.72);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .overlay {
  opacity: 1;
  visibility: visible;
}

.Template5 .iknow_tm_portfolio .portfolio_list .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_portfolio .portfolio_list ul li .list_inner:hover .svg {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template5 .iknow_tm_portfolio .portfolio_list .details {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  padding: 0 20px 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .details {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.Template5 .iknow_tm_portfolio .portfolio_list .details span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.Template5 .iknow_tm_portfolio .portfolio_list .details h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}

.Template5 .iknow_tm_modalbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_modalbox.opened {
  opacity: 1;
  visibility: visible;
}

.Template5 .iknow_tm_modalbox .box_inner {
  position: absolute;
  top: 70px;
  bottom: 70px;
  width: 968px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_modalbox.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template5 .iknow_tm_modalbox .close {
  position: fixed;
  left: 100%;
  top: 0;
  margin-left: 20px;
  z-index: 111111;
}

.Template5 .iknow_tm_modalbox .close a {
  text-decoration: none;
  color: #fff;
}

.Template5 .iknow_tm_modalbox .close .svg {
  width: 50px;
  height: 50px;
}

.Template5 .iknow_tm_modalbox .description_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
  overflow-y: scroll;
}

.Template5 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar,
.Template5 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar {
  width: 11px;
}

.Template5 .iknow_tm_modalbox .description_wrap {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template5 .iknow_tm_modalbox .description_wrap:-webkit-scrollbar-track,
.Template5 .iknow_tm_fixed_content .mainbar:-webkit-scrollbar-track {
  background: #fff;
}

.Template5 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar-thumb,
.Template5 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template5 .iknow_tm_portfolio .hidden_content {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template5 .iknow_tm_modalbox .popup_details {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_modalbox .popup_details .top_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
}

.Template5 .iknow_tm_modalbox .popup_details .top_image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template5 .iknow_tm_modalbox .popup_details .top_image .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.Template5 .iknow_tm_modalbox .portfolio_main_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template5 .iknow_tm_modalbox .portfolio_main_title span {
  display: inline-block;
  margin-bottom: 5px;
}

.Template5 .iknow_tm_modalbox .portfolio_main_title h3 {
  font-weight: 700;
  font-size: 21px;
}

.Template5 .iknow_tm_modalbox .main_details {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  margin-bottom: 60px;
}

.Template5 .iknow_tm_modalbox .main_details .textbox {
  width: 70%;
  padding-right: 40px;
}

.Template5 .iknow_tm_modalbox .main_details .textbox p {
  margin-bottom: 15px;
}

.Template5 .iknow_tm_modalbox .main_details .textbox p:last-child {
  margin-bottom: 0;
}

.Template5 .tokyo_tm_modalbox .main_details .detailbox {
  width: 30%;
  padding-left: 40px;
}

.Template5 .iknow_tm_modalbox .main_details .detailbox > ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_modalbox .main_details .detailbox > ul > li {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}

.Template5 .iknow_tm_modalbox .main_details .detailbox > ul > li:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_modalbox .main_details .detailbox .first {
  font-weight: 700;
  display: block;
  color: #000;
  margin-bottom: 3px;
}

.Template5 .iknow_tm_modalbox .main_details .detailbox span a {
  text-decoration: none;
  color: #888;
}

.Template5 .iknow_tm_modalbox .main_details .detailbox .share {
  margin: 0;
  list-style-type: none;
  position: relative;
  top: 7px;
}

.Template5 .iknow_tm_modalbox .main_details .detailbox .share li {
  margin: 0 13px 0 0;
  display: inline-block;
}

.Template5 .iknow_tm_modalbox .main_details .detailbox .share li:last-child {
  margin-right: 0;
}

.Template5 .iknow_tm_modalbox .main_details .detailbox .share li a {
  text-decoration: none;
  color: #000;
}

.Template5 .iknow_tm_modalbox .additional_images {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_modalbox .additional_images ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template5 .iknow_tm_modalbox .additional_images ul li {
  margin: 0 0 30px;
  float: left;
  width: 50%;
  padding-left: 30px;
}

.Template5 .iknow_tm_modalbox .additional_images ul li:nth-child(3n-2) {
  width: 100%;
}

.Template5 .iknow_tm_modalbox .additional_images ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_modalbox .additional_images ul li .my_image {
  position: relative;
}

.Template5 .iknow_tm_modalbox .additional_images ul li .my_image img {
  opacity: 0;
  min-width: 100%;
}

.Template5 .iknow_tm_modalbox .additional_images ul li .my_image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template5 .iknow_tm_services {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_services .service_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 10px;
}

.Template5 .iknow_tm_services .service_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.Template5 .iknow_tm_services .service_list ul li {
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template5 .iknow_tm_services .service_list ul li .list_inner {
  /* width: 290px; */
  height: 50px;
  min-height: 70px;
  position: relative;
  /* content: "";
    clear: both; */
  /* overflow: hidden; */
  /* padding: 60px 40px 58px; */
  /* border-radius: 15px; */
  /* border: 1px solid black; */
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_services .service_list ul li .list_inner:hover {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.15);
}

.Template5 .iknow_tm_services .service_list ul li .icon {
  float: left;
  background-color: #23aa86;
  position: relative;
  margin-bottom: 25px;
  margin-right: 25px;
}

.Template5 .iknow_tm_services .service_list ul li .icon .svg {
  width: 42px;
  height: 42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template5 .iknow_tm_services .service_list ul li .title {
  font-size: 24px;
  font-weight: 700;
}

.Template5 .iknow_tm_services .service_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template5 .iknow_tm_modalbox .service_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_modalbox .service_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template5 .iknow_tm_modalbox .service_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template5 .iknow_tm_modalbox .service_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template5 .iknow_tm_modalbox .service_informations .title {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}

.Template5 .iknow_tm_modalbox .title h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template5 .iknow_tm_modalbox .service_informations .description {
  width: 100%;
  float: left;
}

.Template5 .iknow_tm_modalbox .service_informations .description p {
  margin-bottom: 15px;
}

.Template5 .iknow_tm_modalbox .service_informations .description p:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_testimonials,
.Template5 .iknow_tm_testimonials .testimonials_list,
.Template5 .iknow_tm_testimonials .testimonials_list .list_inner,
.Template5 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_mainpart {
  overflow: hidden;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .owl-carousel
  .owl-stage-outer {
  overflow: hidden;
}

.Template5 .iknow_tm_testimonials .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.Template5 .iknow_tm_testimonials .owl-item.active {
  opacity: 1;
}

.Template5 .iknow_tm_testimonials .owl-item {
  opacity: 0;
}

.Template5 .iknow_tm_testimonials .testimonials_list {
  padding-top: 68px;
}

.Template5 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  border-radius: 15px;
  padding: 52px 60px 60px;
}

.Template5 .iknow_tm_testimonials .testimonials_list .text {
  width: 100%;
  float: left;
  margin-bottom: 28px;
}

.Template5 .iknow_tm_testimonials .testimonials_list .text p {
  font-size: 21px;
  font-style: italic;
}

.Template5 .iknow_tm_testimonials .testimonials_list .details {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template5 .iknow_tm_testimonials .testimonials_list .details .left {
  display: flex;
  align-items: center;
}

.Template5 .iknow_tm_testimonials .testimonials_list .details .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.Template5 .iknow_tm_testimonials .testimonials_list .details .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

.Template5 .iknow_tm_testimonials .testimonials_list .details .info {
  padding-left: 20px;
}

.Template5 .iknow_tm_testimonials .testimonials_list .details .info h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template5 .iknow_tm_testimonials .testimonials_list .details .info span {
  font-size: 16px;
  color: #aaa;
}

.Template5 .iknow_tm_testimonials .testimonials_list .right .svg {
  width: 50px;
  height: 50px;
  color: #ffb324;
}

.Template5 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #23aa86;
  position: relative;
  margin: 0 15px;
}

.Template5 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 2px solid #ffb324;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template5
  .iknow_tm_testimonials
  .owl-theme
  .owl-dots
  .owl-dot.active
  span:before {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.Template5 .iknow_tm_testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  margin-top: 50px;
}

.Template5 .iknow_tm_news {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_news .news_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template5 .iknow_tm_news .news_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template5 .iknow_tm_news .news_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template5 .iknow_tm_news .news_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_news .news_list ul li .image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template5 .iknow_tm_news .news_list ul li .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template5 .iknow_tm_news .news_list ul li .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_news .news_list ul li .image:hover .main {
  transform: scale(1.1);
}

.Template5 .iknow_tm_news .news_list ul li .details {
  width: 100%;
  float: left;
  padding: 30px 30px 28px;
  box-shadow: 7px 7px 30px rgba(108, 99, 255, 0.07);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template5 .iknow_tm_news .news_list ul li .details .category {
  margin-bottom: 3px;
  display: inline-block;
}

.Template5 .iknow_tm_news .news_list ul li .details .category a {
  text-decoration: none;
  color: #23aa86;
  font-size: 16px;
  font-weight: 700;
}

.Template5 .iknow_tm_news .news_list ul li .details .title a {
  text-decoration: none;
  color: #222;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_news .news_list ul li .details .title a:hover {
  color: #23aa86;
}

.Template5 .iknow_tm_news .news_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template5 .iknow_tm_modalbox .news_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_modalbox .news_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template5 .iknow_tm_modalbox .news_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template5 .iknow_tm_modalbox .news_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template5 .iknow_tm_modalbox .news_informations .details {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template5 .iknow_tm_modalbox .news_informations .details span {
  display: inline-block;
  margin-bottom: 7px;
}

.Template5 .iknow_tm_modalbox .news_informations .details h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template5 .iknow_tm_modalbox .news_informations .text {
  width: 100%;
  float: left;
}

.Template5 .iknow_tm_modalbox .news_informations .text p {
  margin-bottom: 15px;
}

.Template5 .iknow_tm_modalbox .news_informations .text p:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_contact .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  padding-top: 30px;
}

.Template5 .iknow_tm_contact .wrapper .left {
  width: 35%;
  padding-right: 40px;
}

.Template5 .iknow_tm_contact .wrapper .left ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_contact .wrapper .left ul li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template5 .iknow_tm_contact .wrapper .left ul li:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_contact .wrapper .left ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.Template5 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 100%;
  /* color: #ffb324; */
}

.Template5 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  color: #fff;
}

.Template5 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 11px;
}

.Template5 .iknow_tm_contact .wrapper .left ul li .list_inner .short span a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  span
  a:hover {
  color: #23aa86;
}

.Template5 .iknow_tm_contact .wrapper .right {
  width: 65%;
}

.Template5 .iknow_tm_contact .wrapper .right .fields {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_contact .wrapper .right .input_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_contact .wrapper .right .input_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template5 .iknow_tm_contact .wrapper .right .input_list ul li {
  margin: 0 0 25px;
  float: left;
  width: 50%;
  padding-left: 25px;
}

.Template5 .iknow_tm_contact .wrapper .right .input_list ul li input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px !important;
  background-color: transparent;
}

.Template5 .iknow_tm_contact .wrapper .right .input_list ul li input:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template5 input::-webkit-outer-spin-button,
.Template5 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Template5 input[type="number"] {
  -moz-appearance: textfield;
}

.Template5 .iknow_tm_contact .message_area {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

.Template5 .iknow_tm_contact .message_area textarea {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px !important;
  background-color: transparent;
}

.Template5 .iknow_tm_contact .message_area textarea:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template5 .iknow_tm_contact .empty_notice {
  color: #f52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500;
}

.Template5 .iknow_tm_contact .contact_error {
  color: #f52225;
  text-align: left;
  font-weight: 500;
}

.Template5 .iknow_tm_contact .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}

.Template5 .iknow_tm_copyright {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 115px 0 58px;
}

.Template5 .iknow_tm_copyright.hidden {
  display: none;
}

.Template5 .iknow_tm_copyright.hidden.visible {
  display: block;
}

.Template5 .iknow_tm_copyright .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template5 .iknow_tm_copyright .left a {
  text-decoration: none;
  color: #888;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_copyright .left a:hover {
  color: #23aa86;
}

.Template5 .iknow_tm_copyright .right ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_copyright .right ul li {
  margin: 0 40px 0 0;
  display: inline-block;
}

.Template5 .iknow_tm_copyright .right ul li:last-child {
  margin-right: 0;
}

.Template5 .iknow_tm_copyright .right ul li a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_copyright .right ul li a:hover {
  color: #23aa86;
}

.Template5 .iknow_tm_copyright.fixed {
  position: fixed;
  bottom: 0;
  padding-top: 55px;
  z-index: 5;
}

.Template5 .iknow_tm_hero_second {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_hero_second .container {
  z-index: 2;
}

.Template5 .iknow_tm_hero_second .background_shape {
  position: absolute;
  top: 0;
  height: calc(100vh + 65px);
  left: 0;
  right: 0;
  background-color: #fff6f1;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 62%);
}

.Template5 .iknow_tm_hero_second .main_info {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 167px;
}

.Template5 .iknow_tm_hero_second .left {
  width: 50%;
}

.Template5 .iknow_tm_hero_second .subtitle {
  display: inline-block;
  color: #23aa86;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template5 .iknow_tm_hero_second .name {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
}

.Template5 .iknow_tm_hero_second .text {
  font-size: 22px;
  margin-bottom: 44px;
}

.Template5 .iknow_tm_hero_second .social {
  width: 100%;
  float: left;
}

.Template5 .iknow_tm_hero_second .social ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_hero_second .social ul li {
  margin: 0 12px 0 0;
  display: inline-block;
}

.Template5 .iknow_tm_hero_second .social ul li:last-child {
  margin-right: 0;
}

.Template5 .iknow_tm_hero_second .social ul li a {
  text-decoration: none;
}

.Template5 .iknow_tm_hero_second .social ul li .svg {
  width: 50px;
  height: 50px;
}

.Template5 .iknow_tm_hero_second .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template5 .iknow_tm_hero_second .right .image {
  position: relative;
  width: 430px;
  height: 430px;
  border-radius: 100%;
}

.Template5 .iknow_tm_hero_second .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  z-index: 1;
}

.Template5 .iknow_tm_hero_second .right .image span {
  position: absolute;
}

.Template5 .iknow_tm_hero_second .right .image .first {
  width: 90px;
  height: 90px;
  background-color: #23aa86;
  top: 20px;
  left: -5px;
  transform: rotate(42deg);
  z-index: 2;
}

.Template5 .iknow_tm_hero_second .right .image .second {
  width: 105px;
  height: 152px;
  background-color: #ffb324;
  bottom: -5px;
  left: -25px;
  z-index: 2;
}

.Template5 .iknow_tm_hero_second .right .image .third {
  width: 165px;
  height: 365px;
  background-color: #ffb324;
  top: -30px;
  right: -30px;
}

.Template5 .iknow_tm_extra_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  margin-top: -167px;
}

.Template5 .iknow_tm_extra_menu .menu_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_extra_menu .menu_list .unordered {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li:last-child {
  margin-right: 0;
}

.Template5 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li .list_in {
  width: 100%;
  height: 142px;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .details_wrapper {
  display: none;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 70px;
  margin-top: 25px;
}

.Template5 .iknow_tm_extra_menu .list_in .list_icon,
.Template5 .iknow_tm_extra_menu .list_in .down_icon {
  min-width: 142px;
  width: 142px;
  height: 100%;
  border-radius: 15px;
  position: relative;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_extra_menu .list_in .list_icon {
  background-color: #23aa86;
}

.Template5 .iknow_tm_extra_menu .list_in .down_icon {
  background-color: #ffb324;
}

.Template5 .iknow_tm_extra_menu .list_in .center {
  width: 100%;
  margin: 0 5px;
  height: 100%;
  background-color: #fff;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  border-radius: 15px;
  line-height: 142px;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_extra_menu .list_in .list_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_extra_menu .list_in .down_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_extra_menu .list_in .center span {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .list_icon,
.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .list_icon {
  background-color: #ffb324;
}

.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center,
.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center {
  background-color: #23aa86;
}

.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center
  span,
.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center
  span {
  color: #fff;
}

.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon,
.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon {
  background-color: #fff;
}

.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon
  .svg {
  color: #888;
}

.Template5
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon
  .svg {
  color: #888;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.Template5 .iknow_tm_fixed_background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Template5 .iknow_tm_fixed_content {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.Template5 .iknow_tm_fixed_content .fixed_content_inner {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
}

.Template5 .iknow_tm_fixed_content .content_left {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.Template5 .iknow_tm_fixed_content .menubar {
  width: 200px;
}

.Template5 .iknow_tm_fixed_content .menubar ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_fixed_content .menubar ul li {
  margin: 0 0 7px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  float: left;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 9px 9px 48px rgba(59, 89, 152, 0.07);
  position: relative;
  padding-left: 65px;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_fixed_content .menubar ul li:hover,
.Template5 .iknow_tm_fixed_content .menubar ul li.active {
  background-color: #2bc79d;
}

.Template5 .iknow_tm_fixed_content .menubar ul li:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_fixed_content .menubar ul li .svg {
  width: 27px;
  height: 27px;
  color: #23aa86;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_fixed_content .menubar ul li:hover .svg,
.Template5 .iknow_tm_fixed_content .menubar ul li.active .svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

.Template5 .iknow_tm_fixed_content .menubar ul li span {
  font-weight: 700;
  font-size: 15px;
  color: #222;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_fixed_content .menubar ul li:hover span,
.Template5 .iknow_tm_fixed_content .menubar ul li.active span {
  color: #fff;
}

.Template5 .iknow_tm_fixed_content .infobar {
  width: 424px;
  margin-left: 24px;
}

.Template5 .iknow_tm_fixed_content .infobar .bar_in {
  width: 100%;
  float: left;
  border-radius: 15px;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
}

.Template5 .iknow_tm_fixed_content .infobar .image {
  position: relative;
}

.Template5 .iknow_tm_fixed_content .infobar .image img {
  opacity: 0;
  position: relative;
  min-width: 100%;
}

.Template5 .iknow_tm_fixed_content .infobar .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template5 .iknow_tm_fixed_content .infobar .extra {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  text-align: center;
  padding: 30px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template5 .iknow_tm_fixed_content .infobar .extra .short {
  width: 100%;
  float: left;
  margin-bottom: 27px;
}

.Template5 .iknow_tm_fixed_content .infobar .extra .short h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template5 .iknow_tm_fixed_content .infobar .extra .short span {
  font-size: 16px;
  font-weight: 500;
  /* color: #888; */
}

.Template5 .iknow_tm_fixed_content .infobar .extra .social {
  width: 100%;
  float: left;
}

.Template5 .iknow_tm_fixed_content .infobar .extra .social ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_fixed_content .infobar .extra .social ul li {
  margin: 0 8px 0 0;
  display: inline-block;
}

.Template5 .iknow_tm_fixed_content .infobar .extra .social ul li:last-child {
  margin-right: 0;
}

.Template5 .iknow_tm_fixed_content .infobar .extra .social ul li a {
  text-decoration: none;
}

.Template5 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
  width: 45px;
  height: 45px;
}

.Template5 .iknow_tm_fixed_content .content_right {
  width: 50%;
  margin-left: 24px;
}

.Template5 .iknow_tm_fixed_content .mainbar {
  width: 100%;
  min-height: 717px;
  background-color: #fff;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
  border-radius: 15px 0 15px 15px;
  padding: 40px;
  overflow-y: auto;
}

.Template5 .iknow_tm_author_info {
  display: none;
  padding-left: 10px;
}

.Template5 .iknow_tm_author_info .info_inner {
  width: 100%;
  display: flex;
  align-items: center;
}

.Template5 .iknow_tm_author_info .avatar {
  position: relative;
  width: 60px;
  height: 60px;
}

.Template5 .iknow_tm_author_info .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template5 .iknow_tm_author_info .info {
  padding-right: 10px;
  text-align: right;
}

.Template5 .iknow_tm_author_info h3 {
  font-size: 16px;
  font-weight: 700;
}

.Template5 .iknow_tm_author_info span {
  font-size: 13px;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_about {
  flex-direction: column-reverse;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_about .right {
  padding-left: 0;
  width: 100%;
  top: 0;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_main_title {
  max-width: 100%;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_about .left {
  width: 100%;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_about .left .image img {
  display: none;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_about .left .image .main {
  display: none;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_about .left .left_inner {
  display: block;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_about .left .details {
  left: 0;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_resume .resume_inner {
  flex-direction: column;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_resume .left {
  width: 100%;
  padding-right: 0;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_resume .right {
  width: 100%;
  padding-left: 0;
  margin-top: 55px;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 50px;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
  margin-left: -24px;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
  width: 50%;
  padding-left: 24px;
  margin-bottom: 24px;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter {
  text-align: left;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter ul li {
  margin-right: 17px;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter ul li {
  margin-right: 17px;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
  width: 100%;
  height: 90px;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .title {
  font-size: 21px;
  /* margin-bottom: 17px; */
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon {
  width: 7px;
  height: 100%;
  margin-bottom: 50px;
  padding: 20px 0;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
  width: 50%;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .category
  a {
  font-size: 14px;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .title
  a {
  font-size: 18px;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li .details {
  padding: 15px 25px 18px;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_contact .wrapper {
  flex-direction: column;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .left {
  width: 100%;
  padding-right: 0;
  margin-bottom: 40px;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .right {
  width: 100%;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul {
  margin: 0;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul
  li {
  width: 100%;
  padding-left: 0;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon {
  width: 80px;
  height: 80px;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon
  .svg {
  width: 30px;
  height: 30px;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .testimonials_list
  .list_inner
  .in {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.Template5 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
  width: 40px;
  height: 40px;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details {
  padding-bottom: 25px;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  span {
  font-size: 15px;
  margin-bottom: 4px;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  h3 {
  font-size: 17px;
}

.Template5 .anim_circle {
  animation: animCircle 15s infinite linear;
}

@keyframes animCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.Template5 .anim_scale {
  animation: animScale 5s linear 0s infinite alternate;
}

@keyframes animScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(2);
  }
}

.Template5 .anim_scale2 {
  animation: animScale2 5s linear 0s infinite alternate;
}

@keyframes animScale2 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.4);
  }
}

.Template5 .anim_translate {
  animation: animTranslate 5s linear 0s infinite alternate;
}

@keyframes animTranslate {
  0% {
    transform: rotate(42deg) translateX(-5px);
  }

  100% {
    transform: rotate(42deg) translateX(5px);
  }
}

.Template5 .anim_moveTop {
  animation: animMoveTop 5s linear 0s infinite alternate;
}

@keyframes animMoveTop {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(30px);
  }
}

.Template5 .anim_moveLeft {
  animation: animMoveLeft 5s linear 0s infinite alternate;
}

@keyframes animMoveLeft {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(30px);
  }
}

.Template5 .anim_extra {
  animation: animExtra 5s linear 0s infinite alternate;
}

@keyframes animExtra {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.Template5 .anim_right {
  animation: animRight 5s linear 0s infinite alternate;
}

@keyframes animRight {
  0% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(-15px);
  }
}

.Template5 .anim_right2 {
  animation: animRight2 5s linear 0s infinite alternate;
}

@keyframes animRight2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.Template5 .anim_left2 {
  animation: animLeft2 5s linear 0s infinite alternate;
}

@keyframes animLeft2 {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0px);
  }
}

.Template5 .mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.Template5 .cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #23aa86;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.Template5 .cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #23aa86;
  opacity: 0.3;
}

.Template5 .cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #23aa86;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.Template5 .cursor-outer.cursor-hover {
  opacity: 0;
}

.Template5 .iknow_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.Template5 .iknow_tm_sidebar_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  height: 100vh;
  background-color: #fff;
  z-index: 20;
}

.Template5 .iknow_tm_sidebar_2 .sidebar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template5 .iknow_tm_sidebar_2 .logo {
  width: 100%;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #ddd;
  padding-left: 50px;
}

.Template5 .iknow_tm_sidebar_2 .logo img {
  max-width: 135px;
  max-height: 80px;
}

.Template5 .iknow_tm_sidebar_2 .menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_sidebar_2 .ccc {
  position: absolute;
  left: 0;
  right: 0;
  height: 75px;
  background-color: #ff6e4d;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template5 .iknow_tm_sidebar_2 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_sidebar_2 .menu ul li {
  margin: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  float: left;
  position: relative;
  padding-left: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_sidebar_2 .menu ul li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ddd;
  z-index: -1;
}

.Template5 .iknow_tm_sidebar_2 .menu ul li.mleave.active span {
  color: #222;
}

.Template5 .iknow_tm_sidebar_2 .menu ul li.mleave.active .svg {
  color: #23aa86;
}

.Template5 .iknow_tm_sidebar_2 .menu ul li .svg {
  width: 27px;
  height: 27px;
  color: #23aa86;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_sidebar_2 .menu ul li:hover .svg {
  color: #fff;
}

.Template5 .iknow_tm_sidebar_2 .menu ul li span {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_sidebar_2 .menu ul li:hover span {
  color: #fff;
}

.Template5 .iknow_tm_sidebar_2 .menu ul li.active .svg,
.Template5 .iknow_tm_sidebar_2 .menu ul li.active span {
  color: #fff;
}

.Template5 .iknow_tm_fixed_mainpart {
  position: fixed;
  top: 0;
  left: 370px;
  right: 0;
  height: 100vh;
  background-color: #e5e5e5;
}

.Template5 .iknow_tm_fixed_mainpart .mainpart_inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.Template5 .iknow_tm_fixed_mainpart .topbar_extra {
  position: absolute;
  top: 0;
  left: 370px;
  right: 100px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template5 .iknow_tm_fixed_mainpart .topbar_extra .iknow_tm_button {
  width: auto;
}

.Template5 .iknow_tm_fixed_mainpart .topbar_extra .details {
  display: flex;
  align-items: center;
}

.Template5 .iknow_tm_fixed_mainpart .topbar_extra .details .social {
  position: relative;
  top: 3px;
  margin-right: 15px;
}

.Template5 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template5
  .iknow_tm_fixed_mainpart
  .topbar_extra
  .details.social
  ul
  li:last-child {
  margin-right: 0;
}

.Template5 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template5 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template5 .iknow_tm_fixed_mainpart .extra_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  line-height: 110px;
  padding: 0 100px;
}

.Template5 .iknow_tm_fixed_mainpart .iknow_tm_copyright {
  padding: 0;
}

.Template5 .iknow_tm_content_extra {
  position: fixed;
  top: 110px;
  bottom: 110px;
  right: 100px;
  left: 470px;
  border: 15px;
}

.Template5 .iknow_tm_animate_section::-webkit-scrollbar {
  width: 0;
}

.Template5 .iknow_tm_animate_section {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template5 .iknow_tm_animate_section:-webkit-scrollbar-track {
  background: #fff;
}

.Template5 .iknow_tm_animate_section::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template5 .iknow_tm_animate_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  transition: visibility 1s linear, opacity 0.5s linear;
  -moz-transition: visibility 1s linear, opacity 0.5s linear;
  -webkit-transition: visibility1s linear, opacity 0.5s linear;
  -o-transition: visibility 1s linear, opacity 0.5s linear;
}

.Template5 .iknow_tm_animate_section.animated {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.Template5 .iknow_tm_animate_section.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.Template5 .iknow_tm_animate_section.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.Template5 .iknow_tm_animate_section .section_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  padding: 70px;
  border-radius: 15px;
}

.Template5 .iknow_tm_hero_extra {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Template5 .iknow_tm_hero_extra .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template5 .iknow_tm_hero_extra .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template5 .iknow_tm_hero_extra .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

.Template5 .iknow_tm_hero_extra .hero_content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template5 .iknow_tm_hero_extra .hero_content .left {
  width: 50%;
  padding-left: 125px;
}

.Template5 .iknow_tm_hero_extra .hero_content .left .hello {
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 8px;
}

.Template5 .iknow_tm_hero_extra .hero_content .left .name {
  font-weight: 700;
  color: #fff;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 23px;
}

.Template5 .iknow_tm_hero_extra .hero_content .left .text {
  font-size: 23px;
  color: #fff;
  margin-bottom: 35px;
}

.Template5 .iknow_tm_hero_extra .hero_content .right {
  width: 50%;
  height: 100%;
  text-align: right;
  position: relative;
  padding: 10%;
}

.Template5 .iknow_tm_hero_extra .hero_content .right .image {
  position: relative;
}

.Template5 .iknow_tm_hero_extra .hero_content .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template5 .iknow_tm_hero_extra .hero_content .right .image .main {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  z-index: 2;
}

.Template5 .iknow_tm_hero_extra .hero_content .right .image .box {
  position: absolute;
  top: -30px !important;
  bottom: 30px !important;
  left: 30px !important;
  right: -30px !important;
  background-color: #ffb324;
  border-radius: 15px;
  z-index: 1;
}

.Template5 .iknow_tm_button.yellow a {
  background-color: #ffb324;
}

.Template5 .iknow_tm_button.yellow a:hover {
  background-color: #23aa86;
}

.Template5 .iknow_tm_extra_demo {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template5 .iknow_tm_extra_demo .top_shape,
.Template5 .iknow_tm_extra_demo .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #fff6f1;
}

.Template5 .iknow_tm_extra_demo .top_shape {
  top: 0;
  z-index: 8;
}

.Template5 .iknow_tm_extra_demo .bottom_shape {
  bottom: 0;
  z-index: 11;
}

.Template5 .iknow_tm_extra_demo .background_part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #fff6f1;
}

.Template5 .iknow_tm_extra_demo .iknow_tm_topbar {
  position: fixed;
  left: 132px;
  right: 132px;
  background-color: #fff6f1;
  z-index: 10;
}

.Template5 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
  width: 45px !important;
  height: 45px !important;
}

.Template5 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
  margin-right: 8px;
}

.Template5 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template5 .iknow_tm_topbar .wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.Template5 .iknow_tm_topbar.smaller {
  left: 15%;
  right: 15%;
}

.Template5 .iknow_tm_topbar .wrapper .trigger {
  position: relative;
  top: 7px;
}

.Template5 .iknow_tm_topbar .wrapper .menu .ccc {
  position: absolute;
  bottom: 0;
  width: 30px;
  background-color: #dd4242;
  display: block;
  top: 10px;
  bottom: 10px;
  border-radius: 20px;
  border-radius: 50px;
  background-color: #ffb324;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template5 .iknow_tm_topbar .wrapper .menu {
  background-color: #fff;
  padding: 10px;
  box-shadow: 18px 18px 30px rgba(8, 32, 93, 0.07);
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_topbar .wrapper .menu.opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.Template5 .iknow_tm_topbar .wrapper .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_topbar .wrapper .menu ul li {
  margin: 0;
  float: left;
}

.Template5 .iknow_tm_topbar .wrapper .menu ul li:last-child {
  margin-right: 0;
}

.Template5 .iknow_tm_topbar .wrapper .menu ul li a {
  text-decoration: none;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 9px 24px 8px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_topbar .wrapper .menu ul li.mleave.active a {
  color: #222;
}

.Template5 .iknow_tm_topbar .wrapper .menu ul li.active a {
  color: #fff;
}

.Template5 .iknow_tm_topbar .wrapper .menu ul li a:hover {
  color: #fff;
}

.Template5 .iknow_tm_topbar .hamburger-inner,
.Template5 .iknow_tm_topbar .hamburger-inner:after,
.Template5 .iknow_tm_topbar .hamburger-inner:before {
  width: 30px;
  height: 2px;
}

.Template5 .iknow_tm_topbar .hamburger {
  padding: 0;
}

.Template5 .iknow_tm_topbar .hamburger-box {
  width: 30px;
}

.Template5 .iknow_tm_extra_demo .iknow_tm_copyright {
  position: fixed;
  width: auto;
  padding: 0;
  bottom: 0;
  left: 132px;
  right: 132px;
  z-index: 13;
}

.Template5 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
  height: 110px;
}

.Template5 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
  left: 15%;
  right: 15%;
}

.Template5 .iknow_tm_copyright.empty {
  padding: 0 0 70px;
}

.Template5 .iknow_tm_sidebar_3 {
  position: fixed;
  width: 312px;
  top: 110px;
  bottom: 110px;
  left: 130px;
  z-index: 5;
  border-radius: 15px;
  background-color: #fff;
}

.Template5 .iknow_tm_sidebar_3 .inner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_sidebar_3 .image {
  width: 100%;
  height: 222px;
  background-color: #feb224;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.Template5 .iknow_tm_sidebar_3 .image .main {
  position: absolute;
  width: 222px;
  height: 222px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_sidebar_3.animate .main {
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.Template5 .iknow_tm_sidebar_3.animate .menu {
  margin-top: 45px;
}

.Template5 .iknow_tm_sidebar_3 .menu {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 48px;
  margin-top: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_sidebar_3 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
  padding: 14px 0;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #e7e7e7;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li:last-child:before {
  display: none;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li:after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  bottom: 0;
  background-color: #d7d7d7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li:last-child:after {
  display: none;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li.current:after {
  width: 100%;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li:hover:after {
  width: 100%;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li.current span {
  color: #23aa86;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li:hover span {
  color: #23aa86;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #23aa86;
  position: absolute;
  left: 40px;
}

.Template5 .iknow_tm_sidebar_3 .menu ul li span {
  color: #222;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_content_wrapper {
  position: absolute;
  top: 110px;
  bottom: 110px;
  right: 135px;
  left: 468px;
  border-radius: 15px;
  z-index: 5;
}

.Template5 .iknow_tm_hero_third {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template5 .iknow_tm_hero_third .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template5 .iknow_tm_hero_third .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template5 .iknow_tm_hero_third .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 48, 86, 0.82);
  z-index: 1;
  border-radius: 15px;
}

.Template5 .iknow_tm_hero_third .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.Template5 .iknow_tm_hero_third .content .hello {
  font-weight: 700;
  color: #23aa86;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template5 .iknow_tm_hero_third .content .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template5 .iknow_tm_hero_third .content .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template5 .iknow_tm_down_arrow {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.Template5 .iknow_tm_down_arrow svg {
  width: 25px !important;
  height: 25px !important;
}

.Template5 .iknow_tm_down_arrow svg #wheel {
  animation: scroll ease 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

.Template5 .iknow_tm_section_new {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 70px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 12px rgba(108, 99, 255, 0.09);
  margin-bottom: 70px;
  overflow: hidden;
}

.Template5 .iknow_tm_section_new:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_section_new.contact {
  padding-bottom: 170px;
}

.Template5 .iknow_tm_mainpart_new {
  position: fixed;
  top: 110px;
  bottom: 110px;
  left: 15%;
  right: 15%;
}

.Template5 .iknow_tm_hero_fourth {
  position: relative;
  width: 100%;
  height: 100%;
}

.Template5 .iknow_tm_hero_fourth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template5 .iknow_tm_hero_fourth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template5 .iknow_tm_hero_fourth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template5 .iknow_tm_hero_fourth .content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 110px;
}

.Template5 .iknow_tm_hero_fourth .content .left {
  width: 50%;
  padding-right: 50px;
}

.Template5 .iknow_tm_hero_fourth .content .right {
  width: 50%;
  padding-left: 50px;
}

.Template5 .iknow_tm_hero_fourth .content .left img {
  max-width: 470px;
  max-height: 470px;
}

.Template5 .iknow_tm_hero_fourth .content .right .hello {
  font-weight: 700;
  color: #23aa86;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template5 .iknow_tm_hero_fourth .content .right .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template5 .iknow_tm_hero_fourth .content .right .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template5 .iknow_tm_extra_demo_2 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template5 .iknow_tm_extra_demo_2 .top_shape,
.Template5 .iknow_tm_extra_demo_2 .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff6f1;
  z-index: 6;
}

.Template5 .iknow_tm_extra_demo_2 .top_shape {
  top: 0;
  height: 110px;
}

.Template5 .iknow_tm_extra_demo_2 .bottom_shape {
  bottom: 0;
  height: 70px;
}

.Template5 .iknow_tm_extra_demo_2 .iknow_tm_topbar {
  position: fixed;
}

.Template5 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template5 .iknow_tm_mainpart_new_2 {
  position: absolute;
  top: 110px;
  left: 15%;
  right: 15%;
  bottom: 70px;
  z-index: 4;
}

.Template5 .iknow_tm_hero_fifth {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template5 .iknow_tm_hero_fifth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template5 .iknow_tm_hero_fifth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template5 .iknow_tm_hero_fifth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template5 .iknow_tm_hero_fifth .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.Template5 .iknow_tm_hero_fifth .avatar {
  position: relative;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 43px;
}

.Template5 .iknow_tm_hero_fifth .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template5 .iknow_tm_hero_fifth .details {
  width: 100%;
  float: left;
}

.Template5 .iknow_tm_hero_fifth .hello {
  font-weight: 700;
  color: #23aa86;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template5 .iknow_tm_hero_fifth .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template5 .iknow_tm_hero_fifth .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 500px;
  font-weight: 600;
  margin: 0 auto 25px;
}

.Template5 .iknow_tm_hero_fifth .sign {
  max-width: 200px;
  max-height: 110px;
}

.Template5 .iknow_tm_mainpart_new_2 .social_list {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 15%;
  padding: 0 2vw;
  display: flex;
  justify-content: flex-end;
}

.Template5 .iknow_tm_mainpart_new_2 .social_list ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_mainpart_new_2 .social_list ul li {
  margin: 0 0 5px;
}

.Template5 .iknow_tm_mainpart_new_2 .social_list ul li:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_mainpart_new_2 .social_list ul li a {
  text-decoration: none;
}

.Template5 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
  width: 48px;
  height: 48px;
}

.Template5 .iknow_tm_mainpart_new_2 .main_menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  padding: 0 2vw;
  max-width: 15%;
}

.Template5 .iknow_tm_mainpart_new_2 .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_mainpart_new_2 .main_menu ul li {
  margin: 0 0 12px;
  background-color: #fff;
  position: relative;
  height: 70px;
  width: 70px;
  padding: 23px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_mainpart_new_2 .main_menu ul li:last-child {
  margin-bottom: 0;
}

.Template5 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #23aa86;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_mainpart_new_2 .main_menu ul li span {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
.Template5 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  left: 46px;
}

.Template5 .iknow_tm_mainpart_new_2 .main_menu ul li.current svg {
  color: #fff;
}

.Template5 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  color: #fff;
}

.Template5 .iknow_tm_mainpart_new_2 .main_menu ul li.current {
  background-color: #23aa86;
}

.Template5 .iknow_tm_intro {
  width: 100%;
  height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template5 .iknow_tm_intro .intro_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 130px 0 120px;
}

.Template5 .iknow_tm_intro .intro_title span {
  display: block;
}

.Template5 .iknow_tm_intro .intro_title img {
  max-width: 150px;
  margin-bottom: 15px;
}

.Template5 .iknow_tm_intro .intro_title .image_logo {
  display: inline-block;
  position: relative;
}

.Template5 .iknow_tm_intro .intro_title .image_logo .version {
  position: absolute;
  top: -5px;
  right: -65px;
  color: #23aa86;
  font-weight: 700;
  font-size: 20px;
}

.Template5 .iknow_tm_intro .intro_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Template5 .iknow_tm_intro .demo {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.Template5 .iknow_tm_intro .demo ul {
  margin: 0;
  list-style-type: none;
}

.Template5 .iknow_tm_intro .demo ul li {
  margin: 0 0 88px;
  width: 100%;
  float: left;
}

.Template5 .iknow_tm_intro .demo ul li .name {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 52px;
}

.Template5 .iknow_tm_intro .demo ul li .name .name_in {
  position: relative;
}

.Template5 .iknow_tm_intro .demo ul li .name .name_in .new {
  position: absolute;
  display: inline-block;
  background-color: #23aa86;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: capitalize;
  bottom: 100%;
  margin-bottom: -10px;
  left: 100%;
  border-radius: 50px;
}

.Template5 .iknow_tm_intro .demo ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template5 .iknow_tm_intro .demo ul li .list_inner .in {
  width: 50%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_intro .demo ul li .list_inner .in:hover {
  top: -10px;
}

.Template5 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
  margin-left: 0;
  margin-right: 30px;
}

.Template5 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
  margin-left: 30px;
  margin-right: 0;
}

.Template5 .iknow_tm_intro .demo ul li img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.Template5 .iknow_tm_intro .demo ul li .mini {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template5 .iknow_tm_intro .demo ul li .list_inner .in:hover .mini {
  color: #23aa86;
}

.Template5 .iknow_tm_intro .coming h3 {
  color: #b5b5b5;
}

.Template5 .iknow_tm_intro .intro_space {
  width: 100%;
  float: left;
  height: 120px;
}

@media (max-width: 1400px) {
  body:has(.Template5) {
    font-size: 16px;
    line-height: 1.6;
  }

  .Template5 .reduced {
    font-size: 13px;
    line-height: normal;
  }

  .Template5 .container {
    max-width: 1070px;
  }

  .Template5 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template5 .iknow_tm_topbar .logo img {
    max-width: 95px;
  }

  .Template5 .iknow_tm_button a {
    font-size: 14px;
    padding: 8px 35px;
  }

  .Template5 .iknow_tm_topbar .right .social ul li {
    margin-right: 8px;
  }

  .Template5 .iknow_tm_topbar .right .social ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template5 .iknow_tm_topbar .iknow_tm_button {
    margin-left: 23px;
  }

  .Template5 .iknow_tm_hero .main_menu ul li {
    width: 95px;
    height: 95px;
    padding: 35px;
  }

  .Template5 .iknow_tm_hero .main_menu ul li .svg {
    width: 25px;
    height: 25px;
  }

  .Template5 .iknow_tm_hero .main_menu ul li.entered span {
    left: 60px;
  }

  .Template5 .iknow_tm_hero .main_menu ul li.active span {
    left: 60px;
  }

  .Template5 .iknow_tm_hero .main_menu ul li span {
    font-size: 17px;
  }

  .Template5 .iknow_tm_hero .subtitle {
    font-size: 25px;
  }

  .Template5 .iknow_tm_hero .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template5 .iknow_tm_hero .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template5 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template5 .iknow_tm_video .play {
    font-size: 20px;
    padding-left: 20px;
  }

  .Template5 .iknow_tm_main_title h3 {
    font-size: 35px;
  }

  .Template5 .iknow_tm_about .right .bigger_text p {
    font-size: 17px;
  }

  .Template5 .iknow_tm_hero_second .subtitle {
    font-size: 25px;
  }

  .Template5 .iknow_tm_hero_second .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template5 .iknow_tm_hero_second .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template5 .iknow_tm_hero_second .right .image {
    width: 315px;
    height: 315px;
  }

  .Template5 .iknow_tm_hero_second .right .image .first {
    width: 65px;
    height: 65px;
    top: 10px;
  }

  .Template5 .iknow_tm_hero_second .right .image .second {
    width: 85px;
    height: 110px;
    left: -20px;
  }

  .Template5 .iknow_tm_hero_second .right .image .third {
    width: 120px;
    height: 260px;
    top: -10px;
  }

  .Template5 .iknow_tm_hero_second .social ul li .svg {
    width: 40px;
    height: 40px;
  }

  .Template5 .iknow_tm_hero_second .social ul li {
    margin-right: 8px;
  }

  .Template5 .iknow_tm_extra_menu {
    margin-top: -145px;
  }

  .Template5
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 120px;
  }

  .Template5 .iknow_tm_extra_menu .list_in .list_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template5 .iknow_tm_extra_menu .list_in .down_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template5 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 36px;
    height: 36px;
  }

  .Template5 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 20px;
    height: 20px;
  }

  .Template5 .iknow_tm_extra_menu .list_in .center {
    line-height: 120px;
    padding: 0 35px;
  }

  .Template5 .iknow_tm_extra_menu .list_in .center span {
    font-size: 25px;
  }

  .Template5 .iknow_tm_about .left .details {
    min-width: 60%;
  }

  .Template5 .iknow_tm_about .left .details span {
    font-size: 13px;
  }

  .Template5 .iknow_tm_about .left .details {
    padding: 30px 34px 29px;
  }

  .Template5 .iknow_tm_about .left .details h3 {
    margin-bottom: 1px;
  }

  .Template5 .iknow_tm_about .left .details ul li {
    padding: 10px 0;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template5 .progress_inner span.label {
    font-size: 19px;
  }

  .Template5 .progress_inner > span {
    margin-bottom: 16px;
  }

  .Template5 .circular_progress_bar .title h3 {
    margin-bottom: 19px;
  }

  .Template5 .iknow_tm_portfolio .portfolio_filter ul li a {
    font-size: 13px;
  }

  .Template5 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template5 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .Template5 .iknow_tm_portfolio .portfolio_list .details h3 {
    font-size: 19px;
  }

  .Template5 .iknow_tm_portfolio .portfolio_list .details {
    padding-bottom: 25px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin: 2px;
    font-size: 19px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 40px;
    height: 40px;
  }

  .Template5 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template5 .iknow_tm_modalbox .box_inner {
    width: 850px;
  }

  .Template5 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 30px;
    margin-bottom: 7px;
  }

  .Template5 .iknow_tm_copyright {
    padding-bottom: 25px;
  }

  .Template5 .iknow_tm_fixed_content .menubar ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
  }

  .Template5 .iknow_tm_fixed_content .menubar ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template5 .iknow_tm_fixed_content .menubar ul li span {
    font-size: 12px;
  }

  .Template5 .iknow_tm_fixed_content .menubar ul li .svg {
    left: 14px;
  }

  .Template5 .iknow_tm_fixed_content .infobar .extra .short h3 {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .Template5 .iknow_tm_fixed_content .infobar .extra .short span {
    font-size: 14px;
  }

  .Template5 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
    width: 30px;
    height: 30px;
  }

  .Template5 .iknow_tm_fixed_content .infobar .extra .social ul li {
    margin-right: 4px;
  }

  .Template5 .iknow_tm_fixed_content .infobar .extra .short {
    margin-bottom: 15px;
  }

  .Template5 .iknow_tm_fixed_content .infobar .extra {
    padding: 20px 10px;
  }

  .Template5 .iknow_tm_fixed_content .mainbar {
    padding: 30px;
  }

  .Template5 .iknow_tm_fixed_content .iknow_tm_main_title h3 {
    font-size: 13px;
  }

  .Template5 .iknow_tm_fixed_content .iknow_tm_resume_title h3 {
    font-size: 30px;
  }

  .Template5 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 15px;
    padding: 5px 25px 4px;
  }

  .Template5 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 19px;
    margin-bottom: 3px;
  }

  .Template5 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 16px;
  }

  .Template5 .circular_progress_bar .list_inner:after {
    width: 155px;
    height: 155px;
  }

  .Template5 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template5 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template5 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template5 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
    width: 30px;
    height: 30px;
  }

  .Template5
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details {
    padding-bottom: 15px;
  }

  .Template5
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    span {
    margin-bottom: 0;
    font-size: 14px;
  }

  .Template5
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    h3 {
    font-size: 15px;
  }

  .Template5
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .title {
    font-size: 13px;
  }

  .Template5
    .iknow_tm_fixed_content
    .iknow_tm_testimonials
    .testimonials_list
    .text
    p {
    font-size: 16px;
  }

  .Template5 .iknow_tm_sidebar_2 .logo {
    height: 75px;
    line-height: 75px;
  }

  .Template5 .iknow_tm_sidebar_2 .logo img {
    max-width: 90px;
    max-height: 60px;
  }

  .Template5 .iknow_tm_sidebar_2 {
    width: 300px;
  }

  .Template5 .iknow_tm_sidebar_2 .menu ul li {
    height: 55px;
    line-height: 55px;
  }

  .Template5 .iknow_tm_sidebar_2 .ccc {
    height: 55px;
  }

  .Template5 .iknow_tm_sidebar_2 .menu ul li span {
    font-size: 13px;
  }

  .Template5 .iknow_tm_sidebar_2 .menu ul li .svg {
    width: 23px;
    height: 23px;
    left: 40px;
  }

  .Template5 .iknow_tm_sidebar_2 .menu ul li {
    padding-left: 75px;
  }

  .Template5 .iknow_tm_sidebar_2 .logo {
    padding-left: 40px;
  }

  .Template5 .iknow_tm_fixed_mainpart {
    left: 300px;
  }

  .Template5 .iknow_tm_content_extra {
    top: 75px;
    bottom: 75px;
    left: 380px;
    right: 80px;
  }

  .Template5 .iknow_tm_fixed_mainpart .topbar_extra {
    height: 75px;
  }

  .Template5 .iknow_tm_fixed_mainpart .extra_copyright {
    padding: 0 80px;
    height: 75px;
    line-height: 75px;
  }

  .Template5 .iknow_tm_fixed_mainpart .topbar_extra {
    left: 380px;
    right: 80px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
    margin-bottom: 4px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left {
    padding-left: 85px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 80px;
    margin-bottom: 15px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -20px !important;
    bottom: 20px !important;
    left: 20px !important;
    right: -20px !important;
  }

  .Template5 .iknow_tm_animate_section .section_inner {
    padding: 55px;
  }

  .Template5 .iknow_tm_extra_demo .top_shape,
  .Template5 .iknow_tm_extra_demo .bottom_shape {
    height: 75px;
  }

  .Template5 .iknow_tm_sidebar_3 {
    left: 75px;
    width: 240px;
    top: 75px;
    bottom: 75px;
  }

  .Template5 .iknow_tm_sidebar_3 .image {
    height: 140px;
  }

  .Template5 .iknow_tm_sidebar_3 .image .main {
    width: 140px;
    height: 140px;
    bottom: -45px;
  }

  .Template5 .iknow_tm_sidebar_3.animate .main {
    bottom: 0;
    width: 100%;
  }

  .Template5 .iknow_tm_sidebar_3 .menu {
    padding: 0 35px;
    margin-top: 70px;
  }

  .Template5 .iknow_tm_sidebar_3 .menu ul li .svg {
    left: 20px;
    width: 23px;
    height: 20px;
    margin-top: 3px;
  }

  .Template5 .iknow_tm_sidebar_3 .menu ul li span {
    padding-left: 55px;
    font-size: 13px;
  }

  .Template5 .iknow_tm_sidebar_3 .menu ul li {
    padding: 5px 0;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: 75px;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
    width: 30px !important;
    height: 30px !important;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
    margin-right: 4px;
  }

  .Template5 .iknow_tm_content_wrapper {
    top: 75px;
    bottom: 75px;
    right: 75px;
    left: 335px;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_topbar {
    left: 75px;
    right: 75px;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_copyright {
    left: 75px;
    right: 75px;
  }

  .Template5 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template5 .iknow_tm_hero_third .content .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template5 .iknow_tm_hero_third .content .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template5 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template5 .iknow_tm_section_new {
    padding: 55px;
  }

  .Template5 .iknow_tm_mainpart_new {
    top: 75px;
    bottom: 75px;
  }

  .Template5 .iknow_tm_hero_fourth .content .right {
    padding-left: 40px;
  }

  .Template5 .iknow_tm_hero_fourth .content {
    padding: 0 90px;
  }

  .Template5 .iknow_tm_hero_fourth .content .left img {
    max-width: 300px;
    max-height: 300px;
  }

  .Template5 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template5 .iknow_tm_hero_fourth .content .right .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template5 .iknow_tm_hero_fourth .content .right .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_topbar.smaller {
    left: 15%;
    right: 15%;
  }

  .Template5 .iknow_tm_mainpart_new_2 {
    top: 75px;
  }

  .Template5 .iknow_tm_extra_demo_2 .top_shape {
    height: 75px;
  }

  .Template5 .iknow_tm_hero_fifth .avatar {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }

  .Template5 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template5 .iknow_tm_hero_fifth .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template5 .iknow_tm_hero_fifth .text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .Template5 .iknow_tm_hero_fifth .sign {
    max-width: 110px;
    max-height: 70px;
  }

  .Template5 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template5 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template5 .iknow_tm_mainpart_new_2 .social_list ul li {
    margin-bottom: 2px;
  }

  .Template5 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
    width: 20px;
    height: 20px;
  }

  .Template5 .iknow_tm_mainpart_new_2 .main_menu ul li span {
    font-size: 13px;
  }

  .Template5 .iknow_tm_mainpart_new_2 .main_menu ul li {
    width: 50px;
    height: 50px;
    padding: 15px;
    margin-bottom: 4px;
  }

  .Template5 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
  .Template5 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
    left: 32px;
  }

  .Template5 .intro_title img {
    max-width: 120px;
  }

  .Template5 .iknow_tm_intro .filter ul li a {
    font-size: 16px;
  }

  .Template5 .iknow_tm_intro .filter {
    margin-bottom: 30px;
  }

  .Template5 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 20px;
  }

  .Template5 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 20px;
  }

  .Template5 .iknow_tm_intro .demo ul li h3 {
    font-size: 14px;
  }

  .Template5 .intro_title {
    margin-bottom: 70px;
  }
}

@media (max-width: 1040px) {
  .Template5 .iknow_tm_mobile_menu {
    display: block;
  }

  .Template5 .iknow_tm_topbar.onepage {
    display: none;
  }

  .Template5 .iknow_tm_extra_demo_2 .top_shape,
  .Template5 .iknow_tm_extra_demo_2 .bottom_shape {
    display: none;
  }

  .Template5 .iknow_tm_sidebar_3 {
    display: none;
  }

  .Template5 .iknow_tm_content_wrapper {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 10px;
  }

  .Template5 .iknow_tm_section_new {
    margin-bottom: 10px;
    padding: 50px 20px;
  }

  .Template5 .iknow_tm_hero_third {
    margin-bottom: 10px;
  }

  .Template5 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
  }

  .Template5 .iknow_tm_hero_third .content .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template5 .iknow_tm_hero_third .content .text {
    font-size: 18px;
  }

  .Template5 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
  }

  .Template5 .iknow_tm_hero_fifth .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template5 .iknow_tm_hero_fifth .text {
    font-size: 18px;
  }

  .Template5 .iknow_tm_hero_fifth .sign {
    max-width: 150px;
    max-height: 75px;
  }

  .Template5 .iknow_tm_extra_demo .top_shape,
  .Template5 .iknow_tm_extra_demo .bottom_shape {
    display: none;
  }

  .Template5 .iknow_tm_copyright.onepage .inner {
    height: auto;
  }

  .Template5 .iknow_tm_copyright.onepage {
    position: relative;
    left: 0;
    right: 0;
    padding: 20px 0;
  }

  .Template5 .iknow_tm_mainpart_new_2 .main_menu {
    display: none;
  }

  .Template5 .iknow_tm_mainpart_new_2 .social_list {
    display: none;
  }

  .Template5 .iknow_tm_mainpart_new_2 {
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .Template5 .iknow_tm_hero_fifth {
    margin-bottom: 10px;
  }

  .Template5 .iknow_tm_topbar.smaller {
    left: 10px;
    right: 10px;
  }

  .Template5 .iknow_tm_mainpart_new {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 70px;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 70px;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
    left: 10px;
    right: 10px;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: auto;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_copyright .inner .left {
    margin-bottom: 1px;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_copyright p,
  .Template5 .iknow_tm_extra_demo .iknow_tm_copyright a {
    font-size: 13px;
  }

  .Template5 .iknow_tm_sidebar_2 {
    display: none;
  }

  .Template5 .iknow_tm_fixed_mainpart {
    left: 0;
  }

  .Template5 .iknow_tm_topbar .wrapper .menu {
    margin: 0;
    width: 180px;
    right: 0;
    transform: translateY(10px);
    border-radius: 10px;
    position: absolute;
    top: 100%;
  }

  .Template5 .iknow_tm_topbar .wrapper .menu.opened {
    transform: translateY(19px);
  }

  .Template5 .iknow_tm_topbar .wrapper .menu ul {
    display: flex;
    flex-direction: column;
  }

  .Template5 .iknow_tm_topbar .wrapper .menu ul li a {
    display: block;
  }

  .Template5 .iknow_tm_topbar .wrapper .menu .ccc {
    display: none;
  }

  .Template5 .iknow_tm_topbar .wrapper .menu ul li.active a {
    color: #23aa86;
  }

  .Template5 .iknow_tm_topbar .wrapper .menu ul li a:hover {
    color: #23aa86;
  }

  .Template5 .iknow_tm_topbar .wrapper .menu ul li a {
    padding: 6px 15px 5px;
  }

  .Template5 .iknow_tm_animate_section .section_inner {
    padding: 50px 20px;
  }

  .Template5 .iknow_tm_hero_fourth .content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }

  .Template5 .iknow_tm_hero_fourth .content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template5 .iknow_tm_hero_fourth .content .right {
    width: 100%;
    padding-left: 0;
  }

  .Template5 .iknow_tm_hero_fourth .content .left img {
    max-width: 220px;
    max-height: 220px;
  }

  .Template5 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
  }

  .Template5 .iknow_tm_hero_fourth .content .right .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template5 .iknow_tm_hero_fourth .content .right .text {
    font-size: 18px;
  }

  .Template5 .iknow_tm_content_extra {
    top: 70px;
    bottom: 70px;
    left: 10px;
    right: 10px;
  }

  .Template5 .iknow_tm_fixed_mainpart .topbar_extra {
    display: none;
  }

  .Template5 .iknow_tm_fixed_mainpart .extra_copyright {
    height: auto;
    line-height: 1.3;
    padding: 0;
  }

  .Template5 .iknow_tm_fixed_mainpart .extra_copyright p,
  .Template5 .iknow_tm_fixed_mainpart .extra_copyright a {
    font-size: 13px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content {
    flex-direction: column-reverse;
    padding: 50px 20px;
    text-align: center;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .right {
    padding: 0;
    margin-bottom: 40px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .right .image {
    max-width: 165px;
    margin: 0 auto;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left {
    width: 100%;
    padding: 0;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -10px !important;
    bottom: 10px !important;
    left: 10px !important;
    right: -10px !important;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 18px;
  }

  .Template5 .iknow_tm_section_new.contact {
    padding-bottom: 70px;
  }

  .Template5 .iknow_tm_extra_demo .iknow_tm_copyright {
    bottom: 5px;
  }

  .Template5 .mouse-cursor {
    display: none;
  }

  .Template5 .iknow_tm_button a {
    padding: 10px 30px;
    font-size: 14px;
  }

  .Template5 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template5 .iknow_tm_topbar .iknow_tm_button a {
    padding: 8px 20px;
    font-size: 13px;
  }

  .Template5 .iknow_tm_topbar .right .social {
    display: none;
  }

  .Template5 .container {
    padding: 0 20px;
  }

  .Template5 .iknow_tm_hero .main_menu {
    margin-top: 50px;
  }

  .Template5 .iknow_tm_hero .main_menu ul li {
    width: 100% !important;
    height: auto !important;
    padding: 20px;
  }

  .Template5 .iknow_tm_hero .main_menu ul li span {
    left: 65px !important;
    font-size: 20px;
  }

  .Template5 .iknow_tm_hero .main_menu ul li .svg {
    width: 32px;
    height: 32px;
  }

  .Template5 .iknow_tm_hero .content_inner .main_info {
    min-height: auto;
  }

  .Template5 .iknow_tm_hero .content_inner .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
  }

  .Template5 .iknow_tm_hero .right {
    padding-left: 0;
    width: 100%;
  }

  .Template5 .iknow_tm_hero .right .image .main:before {
    display: none;
  }

  .Template5 .iknow_tm_hero .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template5 .iknow_tm_hero .name {
    font-size: 35px;
  }

  .Template5 .iknow_tm_hero .text {
    font-size: 20px;
  }

  .Template5 .iknow_tm_hero_second .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template5 .iknow_tm_hero_second .right {
    width: 100%;
  }

  .Template5 .iknow_tm_hero_second .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
    padding-top: 150px;
  }

  .Template5 .iknow_tm_hero_second .right .image span {
    display: none;
  }

  .Template5 .iknow_tm_hero_second .right .image {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 350px;
    border-radius: 0;
  }

  .Template5 .iknow_tm_hero_second .right .image .main {
    border-radius: 15px;
  }

  .Template5 .iknow_tm_hero_second .name {
    font-size: 35px;
  }

  .Template5 .iknow_tm_hero_second .text {
    font-size: 20px;
  }

  .Template5 .iknow_tm_hero_second .social ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template5 .iknow_tm_hero_second .text {
    margin-bottom: 25px;
  }

  .Template5 .iknow_tm_extra_menu {
    margin-top: -100px;
  }

  .Template5 .iknow_tm_extra_menu .list_in .center span {
    font-size: 18px;
  }

  .Template5 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
    margin-bottom: 10px;
  }

  .Template5
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    margin-top: 10px;
  }

  .Template5
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 60px;
  }

  .Template5 .iknow_tm_extra_menu .list_in .center {
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 70px;
    margin: 0;
  }

  .Template5 .iknow_tm_extra_menu .list_in .list_icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
  }

  .Template5 .iknow_tm_extra_menu .list_in .down_icon {
    display: none;
  }

  .Template5 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 25px;
    height: 25px;
  }

  .Template5 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 15px;
    height: 15px;
  }

  .Template5 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template5 .iknow_tm_video .play {
    font-size: 22px;
    padding-left: 20px;
  }

  .Template5 .iknow_tm_mainpart.opened {
    padding: 70px 30px;
  }

  .Template5 .iknow_tm_about {
    flex-direction: column-reverse;
  }

  .Template5 .iknow_tm_about .right {
    padding-left: 0;
    width: 100%;
    top: 0;
  }

  .Template5 .iknow_tm_main_title {
    max-width: 100%;
  }

  .Template5 .iknow_tm_main_title h3 {
    font-size: 40px;
  }

  .Template5 .iknow_tm_about .left {
    width: 100%;
  }

  .Template5 .iknow_tm_about .left .image img {
    display: none;
  }

  .Template5 .iknow_tm_about .left .image .main {
    display: none;
  }

  .Template5 .iknow_tm_about .left .left_inner {
    display: block;
  }

  .Template5 .iknow_tm_about .left .details {
    left: 0;
  }

  .Template5 .iknow_tm_resume .iknow_tm_main_title {
    margin-bottom: 65px;
  }

  .Template5 .iknow_tm_resume .resume_inner {
    flex-direction: column;
  }

  .Template5 .iknow_tm_resume .left {
    width: 100%;
    padding-right: 0;
  }

  .Template5 .iknow_tm_resume .right {
    width: 100%;
    padding-left: 0;
    margin-top: 55px;
  }

  .Template5 .iknow_tm_portfolio .portfolio_list ul li {
    width: 50%;
  }

  .Template5 .iknow_tm_portfolio .portfolio_filter {
    text-align: left;
  }

  .Template5 .iknow_tm_services .service_list ul li {
    width: 50%;
  }

  .Template5 .iknow_tm_news .news_list ul li {
    width: 50%;
  }

  .Template5 .iknow_tm_contact .wrapper {
    flex-direction: column;
  }

  .Template5 .iknow_tm_contact .wrapper .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template5 .iknow_tm_contact .wrapper .right {
    width: 100%;
  }

  .Template5 .iknow_tm_copyright .inner {
    flex-direction: column;
  }

  .Template5 .iknow_tm_copyright .inner .left {
    margin-bottom: 5px;
  }

  .Template5 .iknow_tm_copyright .right ul li {
    margin-right: 20px;
  }

  .Template5
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    padding: 70px 30px;
  }

  .Template5 .iknow_tm_fixed_content .container {
    padding: 0;
  }

  .Template5 .iknow_tm_fixed_content .infobar {
    display: none;
  }

  .Template5 .iknow_tm_fixed_content .content_left {
    position: fixed;
    width: auto;
  }

  .Template5 .iknow_tm_fixed_content .menubar {
    width: 40px;
    padding: 0;
  }

  .Template5 .iknow_tm_fixed_content .mainbar {
    border-radius: 10px 0 0 10px;
    padding: 40px 20px;
  }

  .Template5 .iknow_tm_fixed_content .menubar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: none;
    background-color: #fff;
    padding: 0;
    margin: 0 0 5px;
    border-radius: 0 7px 7px 0;
  }

  .Template5 .iknow_tm_fixed_content .menubar ul li .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
  }

  .Template5 .iknow_tm_fixed_content .menubar ul li span {
    display: none;
  }

  .Template5 .iknow_tm_fixed_content .content_right {
    width: 100%;
    padding-left: 50px;
    margin-left: 0;
  }

  .Template5 .iknow_tm_author_info {
    display: block;
  }

  .Template5 .iknow_tm_button.fixedVersion {
    display: none;
  }

  .Template5 .simple_shapes .one,
  .Template5 .simple_shapes .two,
  .Template5 .simple_shapes .three,
  .Template5 .simple_shapes .four,
  .Template5 .simple_shapes .five,
  .Template5 .simple_shapes .six,
  .Template5 .simple_shapes .seven,
  .Template5 .simple_shapes .eight,
  .Template5 .simple_shapes .nine,
  .Template5 .simple_shapes .ten,
  .Template5 .simple_shapes .eleven,
  .Template5 .simple_shapes .twelve,
  .Template5 .simple_shapes .thirteen,
  .Template5 .simple_shapes .fourteen,
  .Template5 .simple_shapes .fifteen,
  .Template5 .simple_shapes .sixteen,
  .Template5 .simple_shapes .seventeen,
  .Template5 .simple_shapes .eighteen,
  .Template5 .simple_shapes .nineteen,
  .Template5 .simple_shapes .twenty {
    display: none;
  }

  .Template5 .rounded_shapes .one,
  .Template5 .rounded_shapes .two,
  .Template5 .rounded_shapes .three,
  .Template5 .rounded_shapes .four,
  .Template5 .rounded_shapes .five,
  .Template5 .rounded_shapes .six,
  .Template5 .rounded_shapes .seven,
  .Template5 .rounded_shapes .eight,
  .Template5 .rounded_shapes .nine,
  .Template5 .rounded_shapes .ten,
  .Template5 .rounded_shapes .eleven,
  .Template5 .rounded_shapes .twelve,
  .Template5 .rounded_shapes .thirteen,
  .Template5 .rounded_shapes .fourteen,
  .Template5 .rounded_shapes .fifteen,
  .Template5 .rounded_shapes .sixteen,
  .Template5 .rounded_shapes .seventeen,
  .Template5 .rounded_shapes .eighteen {
    display: none;
  }
}

@media (max-width: 768px) {
  .Template5 .iknow_tm_hero_third .content .hello {
    font-size: 21px;
  }

  .Template5 .iknow_tm_hero_third .content .name {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .Template5 .iknow_tm_hero_third .content .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template5 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template5 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 21px;
  }

  .Template5 .iknow_tm_hero_fourth .content .right .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template5 .iknow_tm_hero_fourth .content .right .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 21px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template5 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template5 .iknow_tm_topbar .logo img {
    max-width: 90px;
  }

  .Template5 .iknow_tm_main_title span {
    font-size: 18px;
  }

  .Template5 .iknow_tm_main_title h3 {
    font-size: 30px;
  }

  .Template5 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template5 .circular_progress_bar .list_inner:after {
    width: 108px;
    height: 108px;
  }

  .Template5 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template5 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template5 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template5 .iknow_tm_resume_title h3 {
    font-size: 25px;
  }

  .Template5 .iknow_tm_resume_title .shape {
    width: 21px;
    height: 21px;
  }

  .Template5 .iknow_tm_resume_title .shape:before {
    width: 4px;
    height: 4px;
  }

  .Template5 .iknow_tm_resume_title h3 {
    padding-left: 33px;
  }

  .Template5 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 20px;
  }

  .Template5 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 18px;
  }

  .Template5 .iknow_tm_resume .info_list ul li .short .job h3 {
    margin-bottom: 4px;
  }

  .Template5 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 18px;
    padding: 5px 30px 4px;
  }

  .Template5 .progress_inner span.label {
    font-size: 19px;
  }

  .Template5 .progress_inner {
    margin-bottom: 20px;
  }

  .Template5 .progress_inner > span {
    margin-bottom: 15px;
  }

  .Template5 .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template5 .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template5 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 5px;
  }

  .Template5 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template5 .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template5 .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template5 .iknow_tm_services .service_list ul li .title {
    font-size: 21px;
  }

  .Template5 .iknow_tm_services .service_list ul li .icon .svg {
    width: 35px;
    height: 35px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 19px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin-bottom: 3px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 45px;
    height: 45px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .list_inner .in {
    padding: 27px 35px 35px;
  }

  .Template5 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 0 10px;
  }

  .Template5 .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template5 .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template5 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template5 .iknow_tm_contact .wrapper .right .input_list ul {
    margin: 0;
  }

  .Template5 .iknow_tm_contact .wrapper .right .input_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template5 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .Template5 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }

  .Template5 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
    width: 15px;
    height: 15px;
  }

  .Template5 .iknow_tm_modalbox .box_inner {
    width: 500px;
  }

  .Template5 .iknow_tm_modalbox .main_details {
    flex-direction: column;
  }

  .Template5 .iknow_tm_modalbox .main_details .textbox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template5 .iknow_tm_modalbox .additional_images ul {
    margin: 0;
  }

  .Template5 .iknow_tm_modalbox .additional_images ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template5 .iknow_tm_modalbox .description_wrap {
    padding: 30px;
  }

  .Template5 .iknow_tm_copyright.fixed {
    text-align: center;
    padding: 30px 20px;
  }

  .Template5 .iknow_tm_copyright.fixed .left {
    margin-bottom: 0;
  }

  .Template5 .iknow_tm_copyright.fixed .right {
    display: none;
  }

  .Template5 .iknow_tm_copyright.fixed p {
    font-size: 13px;
  }

  .Template5 .iknow_tm_copyright.fixed a {
    font-size: 13px;
  }

  .Template5 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template5 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template5 .iknow_tm_fixed_content .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template5 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template5 .iknow_tm_fixed_content .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template5 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .Template5 .iknow_tm_modalbox .box_inner {
    width: 300px;
  }

  .Template5 .iknow_tm_resume .info_list ul li .short {
    flex-direction: column;
    align-items: baseline;
  }

  .Template5 .iknow_tm_resume .info_list ul li .short .job {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .details .right {
    display: none;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .details .info span {
    font-size: 14px;
  }

  .Template5 .iknow_tm_testimonials .testimonials_list .details .info {
    padding-left: 12px;
  }

  .Template5 .circular_progress_bar .title h3 {
    font-size: 17px;
  }

  .Template5 .progress_inner span.label {
    font-size: 17px;
  }

  .Template5 .progress_inner > span {
    margin-bottom: 12px;
  }

  .Template5 .iknow_tm_news .news_list ul li .details {
    padding: 10px 0 0 !important;
    background-color: transparent;
    box-shadow: none;
  }

  .Template5 .iknow_tm_modalbox .close .svg {
    width: 25px;
    height: 25px;
  }

  .Template5 .iknow_tm_modalbox .close {
    margin-left: 0;
    left: auto;
    right: 0;
    top: -35px;
  }

  .Template5 .iknow_tm_intro .filter ul li {
    margin-right: 10px;
  }

  .Template5 .iknow_tm_intro .filter ul li a {
    font-size: 14px;
  }

  .Template5 .iknow_tm_intro .filter {
    margin-bottom: 20px;
  }

  .Template5 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 7px;
  }

  .Template5 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 7px;
  }

  .Template5 .iknow_tm_intro .demo ul li h3 {
    font-size: 11px;
  }

  .Template5 .intro_title img {
    max-width: 90px;
  }

  .Template5 .intro_title span {
    font-size: 14px;
  }

  .Template5 .iknow_tm_intro .demo {
    max-width: 90%;
  }
}

.Template5 .infobar-mail {
  text-decoration: none;
  display: block;
}

.Template5 .infobar-mail span {
  color: #888;
}

.Template5 .infobar-mail span:hover {
  text-decoration: underline;
  color: #23aa86;
}

.Template5 .text_1 {
  margin-right: 10px;
  font-size: 12px;
}

.Template5 .spread_top {
  padding: 10px 0 5px;
}

.Template5 .spread_top1 {
  margin: 70px 0 5px;
}

.Template5 .ikow_tm_skills_spread {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  h3 {
  font-size: 13px;
  margin-bottom: 0;
}

.Template5
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon {
  width: 40px;
  /* height: 40px; */
}

.Template5 .iknow_tm_fixed_content .iknow_tm_main_title h3 {
  font-size: 20px;
}

.Template5 .iknow_tm_fixed_content .fixed_content_inner {
  height: inherit !important;
}

@media (min-width: 576px) {
  .Template5 .iknow_tm_services .service_list ul li .list_inner {
    width: 400px;
    /* height: 100px; */
  }

  .Template5 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
    height: 100px;
  }
}

@media (max-width: 390px) {
  .Template5 .reduced {
    font-size: 11px;
  }
}

/* temp6 styles  */

html:has(.Template6) {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body:has(.Template6) {
  font-family: Raleway;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: #888;
}

.Template6 img.svg {
  width: 15px;
  height: 15px;
}

.Template6::-webkit-input-placeholder {
  color: #6f6f6f;
}

.Template6:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template6::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template6:-ms-input-placeholder {
  color: #6f6f6f;
}

.Template6::-ms-input-placeholder {
  color: #6f6f6f;
}

.Template6::placeholder {
  color: #6f6f6f;
}

body:has(.Template6)::-webkit-scrollbar {
  width: 11px;
}

body:has(.Template6) {
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}

body:has(.Template6):-webkit-scrollbar-track {
  background: #fff;
}

body:has(.Template6)::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}

.Template6 .container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  padding: 0 40px;
  clear: both;
}

.Template6 h1,
.Template6 h2,
.Template6 h3,
.Template6 h4,
.Template6 h5,
.Template6 h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: poppins;
  color: #222;
}

.Template6 h1 {
  font-size: 45px;
}

.Template6 h2 {
  font-size: 36px;
}

.Template6 h3 {
  font-size: 30px;
}

.Template6 h4 {
  font-size: 24px;
}

.Template6 h5 {
  font-size: 20px;
}

.Template6 h6 {
  font-size: 16px;
}

.Template6 .iknow_tm_all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_all_wrap,
.Template6 .iknow_tm_all_wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Template6 .iknow_tm_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 #preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}

.Template6 #preloader:before,
.Template6 #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.Template6 #preloader:after {
  left: auto;
  right: 0;
}

.Template6 #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.Template6 .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.Template6 .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

.Template6 .preloaded .loader_line:after {
  opacity: 0;
}

.Template6 .preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}

.Template6 .preloaded:before,
.Template6 .preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

body:has(.Template6).dark #preloader:before,
body:has(.Template6).dark #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body:has(.Template6).dark #preloader:after {
  left: auto;
  right: 0;
}

body:has(.Template6).dark #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

body:has(.Template6).dark .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #777;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

body:has(.Template6).dark .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

.Template6 .iknow_tm_mobile_menu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}

.Template6 .iknow_tm_mobile_menu .mobile_menu_inner {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}

.Template6 .iknow_tm_mobile_menu .mobile_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template6 .iknow_tm_mobile_menu .mobile_in .logo img {
  max-width: 70px;
  max-height: 50px;
}

.Template6 .iknow_tm_mobile_menu .trigger {
  line-height: 0;
}

.Template6 .iknow_tm_mobile_menu .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Template6 .iknow_tm_mobile_menu .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 40px;
}

.Template6 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li {
  margin: 0 0 3px;
  float: left;
  width: 100% !important;
}

.Template6 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
}

.Template6 .iknow_tm_mobile_menu .hamburger {
  padding: 0 !important;
}

.Template6 .hamburger-inner,
.Template6 .hamburger-inner:after,
.Template6 .hamburger-inner:before {
  width: 30px !important;
  height: 2px !important;
}

.Template6 .hamburger-box {
  width: 30px !important;
}

.Template6 .iknow_tm_topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.Template6 .iknow_tm_topbar .topbar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
}

.Template6 .iknow_tm_topbar .logo {
  display: inline-block;
}

.Template6 .iknow_tm_topbar .logo img {
  max-width: 125px;
}

.Template6 .iknow_tm_topbar .right {
  display: flex;
  align-items: center;
}

.Template6 .iknow_tm_topbar .right .social {
  position: relative;
  top: 3px;
}

.Template6 .iknow_tm_topbar .right .social ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_topbar .right .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template6 .iknow_tm_topbar .right .social ul li:last-child {
  margin-right: 0;
}

.Template6 .iknow_tm_topbar .right .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template6 .iknow_tm_topbar .right .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template6 .iknow_tm_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_topbar .iknow_tm_button {
  width: auto;
  margin-left: 30px;
}

.Template6 .iknow_tm_button a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  /* background-color: #ff451b; */
  background-color: #b90294;
  padding: 14px 50px;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_button a:hover {
  background-color: #ffb324;
}

.Template6 .iknow_tm_topbar .trigger_wrapper {
  position: relative;
}

.Template6 .iknow_tm_topbar .trigger_wrapper .inner {
  width: 48px;
  height: 24px;
  position: relative;
}

.Template6 .iknow_tm_topbar .trigger_wrapper .inner span {
  width: 48px;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_topbar .trigger_wrapper .inner .inner span:first-child {
  top: 0;
  left: 0;
}

.Template6 .iknow_tm_topbar .trigger_wrapper .inner span:last-child {
  bottom: 0;
  right: 0;
  width: 33px;
}

.Template6 .iknow_tm_topbar .trigger_wrapper:hover span:last-child {
  width: 48px;
}

.Template6 .iknow_tm_topbar .trigger_wrapper .inner span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Template6 .iknow_tm_hero {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_hero .background_shape {
  position: absolute;
  width: 76%;
  top: 0;
  left: 0;
  height: calc(100vh + 0px);
  background-color: #f1faff;
  clip-path: polygon(100% 0%, 81% 86%, 0% 100%, 0% 0%);
}

.Template6 .iknow_tm_hero .background_shape.opened {
  height: calc(100vh + 65px);
}

.Template6 .iknow_tm_hero .hero_content {
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 3;
}

.Template6 .iknow_tm_hero .content_inner {
  width: 100%;
  min-height: 100vh;
  float: left;
  clear: both;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.Template6 .iknow_tm_hero .content_inner .main_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(100vh - 150px);
  padding-top: 135px;
}

.Template6 .iknow_tm_hero .left {
  width: 50%;
}

.Template6 .iknow_tm_hero .subtitle {
  display: inline-block;
  color: #b90294;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template6 .iknow_tm_hero .name {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}

.Template6 .iknow_tm_hero .text {
  font-size: 24px;
  margin-bottom: 27px;
}

.Template6 .iknow_tm_video {
  width: auto;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  z-index: 2;
}

.Template6 .iknow_tm_video .video_inner {
  display: inline-block;
  display: flex;
  align-items: center;
  position: relative;
}

.Template6 .iknow_tm_video .circle {
  width: 72px;
  height: 72px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
}

.Template6 .iknow_tm_video .circle:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 3px;
}

.Template6 .iknow_tm_video .play {
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
}

.Template6 .iknow_tm_video .circle:after {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_video:hover .circle:after {
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}

.Template6 .iknow_tm_full_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.Template6 .iknow_tm_hero .right {
  width: 50%;
  padding-left: 230px;
}

.Template6 .iknow_tm_hero .right .image {
  position: relative;
}

.Template6 .iknow_tm_hero .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template6 .iknow_tm_hero .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template6 .iknow_tm_hero .right .image .main:before {
  position: absolute;
  content: "";
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: #ffb324;
  z-index: -1;
  transform: rotate(-50deg);
  animation: animeRotate 13s linear 0s infinite alternate;
}

@keyframes animeRotate {
  0% {
    transform: rotate(-50deg);
  }

  100% {
    transform: rotate(-30deg);
  }
}

.Template6 .iknow_tm_hero .main_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-bottom: 25px;
}

.Template6 .iknow_tm_hero .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_hero .main_menu ul li {
  margin: 0 6px 6px 0;
  float: left;
  background-color: #fff;
  position: relative;
  height: 135px;
  width: 135px;
  padding: 48px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_hero .main_menu ul li .svg {
  width: 40px;
  height: 40px;
  color: #b90294;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_hero .main_menu ul li span {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_hero .main_menu ul li.entered span,
.Template6 .iknow_tm_hero .main_menu ul li.active span {
  left: 95px;
}

.Template6 .iknow_tm_hero .main_menu ul li.active svg {
  color: #fff;
}

.Template6 .iknow_tm_hero .main_menu ul li.active span {
  color: #fff;
}

.Template6 .iknow_tm_hero .main_menu ul li.active {
  background-color: #b90294;
}

.Template6 .simple_shapes .one,
.Template6 .simple_shapes .two,
.Template6 .simple_shapes .three,
.Template6 .simple_shapes .four,
.Template6 .simple_shapes .five,
.Template6 .simple_shapes .six,
.Template6 .simple_shapes .seven,
.Template6 .simple_shapes .eight,
.Template6 .simple_shapes .nine,
.Template6 .simple_shapes .ten,
.Template6 .simple_shapes .eleven,
.Template6 .simple_shapes .twelve,
.Template6 .simple_shapes .thirteen,
.Template6 .simple_shapes .fourteen,
.Template6 .simple_shapes .fifteen,
.Template6 .simple_shapes .sixteen,
.Template6 .simple_shapes .seventeen,
.Template6 .simple_shapes .eighteen,
.Template6 .simple_shapes .nineteen,
.Template6 .simple_shapes .twenty {
  position: absolute;
}

.Template6 .simple_shapes .one {
  top: 15%;
  left: 7%;
}

.Template6 .simple_shapes .one .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .one .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template6 .simple_shapes .two {
  bottom: 15%;
  left: 5%;
}

.Template6 .simple_shapes .two .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.3);
}

.Template6 .simple_shapes .two .svg {
  width: 95px;
  height: 95px;
}

.Template6 .simple_shapes .three {
  top: 13%;
  right: 5%;
}

.Template6 .simple_shapes .three .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.2);
}

.Template6 .simple_shapes .three .svg {
  width: 120px;
  height: 120px;
}

.Template6 .simple_shapes .four {
  top: 29%;
  left: 10%;
}

.Template6 .simple_shapes .four .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .four .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template6 .simple_shapes .five {
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  transform: rotate(90deg);
}

.Template6 .simple_shapes .five .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .five .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template6 .simple_shapes .six {
  bottom: 33%;
  left: 3%;
  transform: rotate(250deg);
}

.Template6 .simple_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template6 .simple_shapes .seven {
  bottom: 4%;
  left: 10%;
}

.Template6 .simple_shapes .seven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .seven .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template6 .simple_shapes .eight {
  bottom: 24%;
  left: 14%;
}

.Template6 .simple_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .eight .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template6 .simple_shapes .nine {
  top: 19%;
  left: 36%;
  transform: rotate(70deg);
}

.Template6 .simple_shapes .nine .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .nine .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template6 .simple_shapes .ten {
  top: 25%;
  left: 50%;
  transform: rotate(180deg);
}

.Template6 .simple_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .ten .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template6 .simple_shapes .eleven {
  bottom: 50%;
  left: 48%;
}

.Template6 .simple_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .eleven .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template6 .simple_shapes .twelve {
  bottom: 30%;
  left: 49%;
}

.Template6 .simple_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .twelve .svg {
  width: 24px;
  height: 24px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template6 .simple_shapes .thirteen {
  bottom: 26%;
  left: 39%;
}

.Template6 .simple_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .thirteen .svg {
  width: 18px;
  height: 18px;
  stroke: rgba(91, 215, 180, 0.3);
}

.Template6 .simple_shapes .fourteen {
  top: 14%;
  right: 13%;
}

.Template6 .simple_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .fourteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template6 .simple_shapes .fifteen {
  top: 32%;
  right: 2%;
}

.Template6 .simple_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .fifteen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template6 .simple_shapes .sixteen {
  top: 50%;
  right: 3%;
}

.Template6 .simple_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .sixteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template6 .simple_shapes .seventeen {
  top: 59%;
  right: 3%;
}

.Template6 .simple_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .seventeen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template6 .simple_shapes .eighteen {
  bottom: 19%;
  right: 10%;
}

.Template6 .simple_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .eighteen .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template6 .simple_shapes .nineteen {
  bottom: 12%;
  right: 19%;
}

.Template6 .simple_shapes .nineteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .nineteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template6 .simple_shapes .twenty {
  bottom: 12%;
  right: 3%;
}

.Template6 .simple_shapes .twenty .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .simple_shapes .twenty .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template6 .rounded_shapes .one,
.Template6 .rounded_shapes .two,
.Template6 .rounded_shapes .three,
.Template6 .rounded_shapes .four,
.Template6 .rounded_shapes .five,
.Template6 .rounded_shapes .six,
.Template6 .rounded_shapes .seven,
.Template6 .rounded_shapes .eight,
.Template6 .rounded_shapes .nine,
.Template6 .rounded_shapes .ten,
.Template6 .rounded_shapes .eleven,
.Template6 .rounded_shapes .twelve,
.Template6 .rounded_shapes .thirteen,
.Template6 .rounded_shapes .fourteen,
.Template6 .rounded_shapes .fifteen,
.Template6 .rounded_shapes .sixteen,
.Template6 .rounded_shapes .seventeen,
.Template6 .rounded_shapes .eighteen {
  position: absolute;
}

.Template6 .rounded_shapes .one {
  top: 24%;
  left: 2%;
}

.Template6 .rounded_shapes .one .cls-1 {
  stroke: inherit;
  fill: #b90294;
}

.Template6 .rounded_shapes .one .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .two {
  top: 25%;
  left: 8%;
}

.Template6 .rounded_shapes .two .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .rounded_shapes .two .svg {
  width: 38px;
  height: 38px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template6 .rounded_shapes .three {
  top: 45%;
  left: 4%;
}

.Template6 .rounded_shapes .three .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .three .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template6 .rounded_shapes .four {
  bottom: 36%;
  left: 7%;
}

.Template6 .rounded_shapes .four .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template6 .rounded_shapes .four .svg {
  width: 22px;
  height: 22px;
  stroke: none;
}

.Template6 .rounded_shapes .five {
  bottom: 20%;
  left: 3%;
}

.Template6 .rounded_shapes .five .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template6 .rounded_shapes .five .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template6 .rounded_shapes .six {
  top: 19%;
  left: 24%;
}

.Template6 .rounded_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .rounded_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .seven {
  top: 20%;
  left: 40%;
}

.Template6 .rounded_shapes .seven .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template6 .rounded_shapes .seven .svg {
  width: 60px;
  height: 60px;
  stroke: none;
}

.Template6 .rounded_shapes .eight {
  top: 35%;
  left: 40%;
}

.Template6 .rounded_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .rounded_shapes .eight .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .nine {
  top: 40%;
  left: 52%;
}

.Template6 .rounded_shapes .nine .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .nine .svg {
  width: 26px;
  height: 26px;
  stroke: none;
}

.Template6 .rounded_shapes .ten {
  bottom: 31%;
  left: 48%;
}

.Template6 .rounded_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .rounded_shapes .ten .svg {
  width: 63px;
  height: 63px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template6 .rounded_shapes .eleven {
  bottom: 23%;
  left: 38%;
}

.Template6 .rounded_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .eleven .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .twelve {
  top: 14%;
  right: 11%;
}

.Template6 .rounded_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .twelve .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .thirteen {
  top: 18%;
  right: 7%;
}

.Template6 .rounded_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template6 .rounded_shapes .thirteen .svg {
  width: 30px;
  height: 30px;
  stroke: none;
}

.Template6 .rounded_shapes .fourteen {
  top: 31%;
  right: 6%;
}

.Template6 .rounded_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template6 .rounded_shapes .fourteen .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template6 .rounded_shapes .fifteen {
  top: 41%;
  right: 2%;
}

.Template6 .rounded_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .fifteen .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template6 .rounded_shapes .sixteen {
  bottom: 40%;
  right: 7%;
}

.Template6 .rounded_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .rounded_shapes .sixteen .svg {
  width: 27px;
  height: 27px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .seventeen {
  bottom: 6%;
  left: 6%;
}

.Template6 .rounded_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .rounded_shapes .seventeen .svg {
  width: 34px;
  height: 34px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template6 .rounded_shapes .eighteen {
  top: 18%;
  right: 38%;
}

.Template6 .rounded_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template6 .rounded_shapes .eighteen .svg {
  width: 23px;
  height: 23px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template6 .iknow_tm_fixed_mainpart .simple_shapes .two {
  left: 3%;
}

.Template6 .iknow_tm_fixed_mainpart .simple_shapes .seven {
  left: 1%;
}

.Template6 .iknow_tm_fixed_mainpart .simple_shapes .four {
  left: 3%;
}

.Template6 .iknow_tm_fixed_mainpart .simple_shapes .one {
  left: 2%;
  top: 5%;
}

.Template6 .iknow_tm_fixed_mainpart .simple_shapes .nineteen {
  bottom: 8%;
}

.Template6 .iknow_tm_fixed_mainpart .simple_shapes .twelve {
  bottom: 5%;
}

.Template6 .iknow_tm_fixed_mainpart .simple_shapes .ten {
  top: 5%;
}

.Template6 .iknow_tm_fixed_mainpart .simple_shapes .nine {
  top: 5%;
  left: 30%;
}

.Template6 .iknow_tm_fixed_mainpart .simple_shapes .six {
  bottom: 45%;
}

.Template6 .iknow_tm_extra_demo .rounded_shapes .thirteen {
  right: 3%;
}

.Template6 .iknow_tm_extra_demo .rounded_shapes .sixteen {
  right: 4%;
  bottom: 22%;
}

.Template6 .iknow_tm_mainpart {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 0 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_mainpart.opened {
  padding: 70px;
}

.Template6 .iknow_tm_main_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: none;
}

.Template6 .iknow_tm_main_section.active {
  display: block;
  -webkit-animation: slide-down 0.7s ease;
  -moz-animation: slide-down 0.7s ease;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(30px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

.Template6 .iknow_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
}

.Template6 .iknow_tm_about .left {
  width: 50%;
  position: relative;
}

.Template6 .iknow_tm_about .left .left_inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.Template6 .iknow_tm_about .left .image {
  position: relative;
  min-width: 60%;
}

.Template6 .iknow_tm_about .left .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template6 .iknow_tm_about .left .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template6 .iknow_tm_about .left .details {
  position: relative;
  min-width: 47%;
  left: -55px;
  margin-top: 55px;
  background-color: #b90294;
  padding: 36px 40px 35px;
  z-index: 1;
  border-radius: 15px;
}

.Template6 .iknow_tm_about .left .details ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_about .left .details ul li {
  margin: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 13px 0;
}

.Template6 .iknow_tm_about .left .details ul li:first-child {
  padding-top: 0;
}

.Template6 .iknow_tm_about .left .details ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.Template6 .iknow_tm_about .left .details h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
  opacity: 0.85;
}

.Template6 .iknow_tm_about .left .details span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.Template6 .iknow_tm_about .iknow_tm_main_title {
  max-width: 100%;
}

.Template6 .iknow_tm_main_title {
  width: 100%;
  max-width: 45%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_main_title span {
  font-size: 21px;
  color: #b90294;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
}

.Template6 .iknow_tm_main_title h3 {
  font-size: 47px;
  font-weight: 700;
}

.Template6 .iknow_tm_about .right {
  width: 50%;
  padding-left: 75px;
  position: relative;
  top: -8px;
}

.Template6 .iknow_tm_about .right .bigger_text {
  width: 100%;
  float: left;
  padding: 25px 0;
}

.Template6 .iknow_tm_about .right .bigger_text p {
  font-size: 21px;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
}

.Template6 .iknow_tm_about .right .text {
  width: 100%;
  float: left;
  margin-bottom: 38px;
}

.Template6 .iknow_tm_resume {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_resume .resume_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
}

.Template6 .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 100px;
}

.Template6 .iknow_tm_resume .left {
  width: 50%;
  padding-right: 30px;
}

.Template6 .iknow_tm_resume .info_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 62px;
}

.Template6 .iknow_tm_resume .info_list:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_resume_title {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_resume_title h3 {
  font-size: 36px;
  font-weight: 700;
  padding-left: 40px;
}

.Template6 .iknow_tm_resume_title .shape {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3px solid #b90294;
}

.Template6 .iknow_tm_resume_title .shape:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #b90294;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template6 .iknow_tm_resume .info_list ul {
  margin: 38px 0 0;
  float: left;
  list-style-type: none;
}

.Template6 .iknow_tm_resume .info_list ul li {
  width: 100%;
  float: left;
  margin: 0 0 45px;
}

.Template6 .iknow_tm_resume .info_list ul li:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_resume .info_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_resume .info_list ul li .short {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template6 .iknow_tm_resume .info_list ul li .short .job {
  padding-right: 20px;
}

.Template6 .iknow_tm_resume .info_list ul li .short .job h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template6 .iknow_tm_resume .info_list ul li .short .job span {
  font-size: 20px;
  color: #555;
}

.Template6 .iknow_tm_resume .info_list ul li .short .year span {
  font-size: 20px;
  color: #b90294;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px 35px 7px;
  white-space: nowrap;
}

.Template6 .iknow_tm_resume .text {
  width: 100%;
  float: left;
  margin-top: 18px;
}

.Template6 .iknow_tm_resume .right {
  width: 50%;
  padding-left: 30px;
}

.Template6 .iknow_tm_resume .right .skills_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 67px;
}

.Template6 .iknow_tm_resume .right .skills_list:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_resume .right .skills_list .personal {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .dodo_progress {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 40px;
  overflow: hidden;
}

.Template6 .progress_inner {
  width: 100%;
  margin-bottom: 23px;
}

.Template6 .progress_inner:last-child {
  margin-bottom: 0;
}

.Template6 .progress_inner > span {
  margin: 0 0 20px;
  display: block;
  text-align: left;
  position: relative;
}

.Template6 .progress_inner span.label {
  opacity: 0;
  transform: translateY(10px);
  display: block;
  color: #0f172a;
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template6 .progress_inner span.label.opened {
  opacity: 1;
  transform: translateY(0px);
}

.Template6 .progress_inner span.number {
  float: right;
  position: absolute;
  right: 100%;
  bottom: -5px;
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #b90294;
  font-family: poppins;
}

.Template6 .progress_inner .background {
  background: #e2e7ec;
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 8px;
  border-radius: 50px;
}

.Template6 .progress_inner .background .bar_in {
  height: 5px;
  background: #b90294;
  width: 0;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  top: -7px;
}

.Template6 .progress_inner .background .bar {
  width: 0;
  height: 100%;
}

.Template6 .progress_inner .background .bar.open {
  -webkit-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

@-webkit-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.Template6 .iknow_tm_resume .right .skills_list .software {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .circular_progress_bar {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 40px;
}

.Template6 .circular_progress_bar ul {
  margin: 0 0 0 -75px;
  list-style-type: none;
}

.Template6 .circular_progress_bar ul li {
  margin: 0 0 45px;
  width: 50%;
  float: left;
  padding-left: 75px;
}

.Template6 .circular_progress_bar .myCircle {
  position: relative;
  float: left;
}

.Template6 .circular_progress_bar .list_inner {
  width: 100%;
  position: relative;
  text-align: center;
}

.Template6 .circular_progress_bar .list_inner:after {
  content: "";
  position: absolute;
  width: 199px;
  height: 199px;
  border: 6px solid #eee;
  left: 7px;
  top: 7px;
  z-index: -1;
  border-radius: 50%;
  z-index: 11;
  box-sizing: border-box;
}

.Template6 .circular_progress_bar .title {
  width: 100%;
  max-width: 213px;
  float: left;
  padding-top: 14px;
}

.Template6 .circular_progress_bar .title h3 {
  font-size: 21px;
  font-weight: 700;
}

.Template6 .circular_progress_bar .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b90294;
  font-size: 30px;
  font-weight: 400;
}

.Template6 .iknow_tm_portfolio {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_portfolio .portfolio_filter {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
  padding: 50px 0 43px;
}

.Template6 .iknow_tm_portfolio .portfolio_filter ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_portfolio .portfolio_filter ul li {
  margin: 0 30px 0 0;
  display: inline-block;
}

.Template6 .iknow_tm_portfolio .portfolio_filter ul li:last-child {
  margin-right: 0;
}

.Template6 .iknow_tm_portfolio .portfolio_filter ul li a.current {
  color: #b90294;
}

.Template6 .iknow_tm_portfolio .portfolio_filter ul li a {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_portfolio .portfolio_filter ul li a:hover {
  color: #b90294;
}

.Template6 .iknow_tm_portfolio .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_portfolio .portfolio_list ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template6 .iknow_tm_portfolio .portfolio_list ul li {
  margin: 0 0 30px;
  width: 33.3333%;
  float: left;
  padding-left: 30px;
}

.Template6 .iknow_tm_portfolio .portfolio_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image {
  position: relative;
}

.Template6 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template6 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.Template6 .iknow_tm_portfolio .portfolio_list ul li .list_inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 69, 27, 0.72);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .overlay {
  opacity: 1;
  visibility: visible;
}

.Template6 .iknow_tm_portfolio .portfolio_list .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_portfolio .portfolio_list ul li .list_inner:hover .svg {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template6 .iknow_tm_portfolio .portfolio_list .details {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  padding: 0 20px 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .details {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.Template6 .iknow_tm_portfolio .portfolio_list .details span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.Template6 .iknow_tm_portfolio .portfolio_list .details h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}

.Template6 .iknow_tm_modalbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_modalbox.opened {
  opacity: 1;
  visibility: visible;
}

.Template6 .iknow_tm_modalbox .box_inner {
  position: absolute;
  top: 70px;
  bottom: 70px;
  width: 968px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_modalbox.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template6 .iknow_tm_modalbox .close {
  position: fixed;
  left: 100%;
  top: 0;
  margin-left: 20px;
  z-index: 111111;
}

.Template6 .iknow_tm_modalbox .close a {
  text-decoration: none;
  color: #fff;
}

.Template6 .iknow_tm_modalbox .close .svg {
  width: 50px;
  height: 50px;
}

.Template6 .iknow_tm_modalbox .description_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
  overflow-y: scroll;
}

.Template6 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar,
.Template6 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar {
  width: 11px;
}

.Template6 .iknow_tm_modalbox .description_wrap {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template6 .iknow_tm_modalbox .description_wrap:-webkit-scrollbar-track,
.Template6 .iknow_tm_fixed_content .mainbar:-webkit-scrollbar-track {
  background: #fff;
}

.Template6 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar-thumb,
.Template6 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template6 .iknow_tm_portfolio .hidden_content {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template6 .iknow_tm_modalbox .popup_details {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_modalbox .popup_details .top_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
}

.Template6 .iknow_tm_modalbox .popup_details .top_image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template6 .iknow_tm_modalbox .popup_details .top_image .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.Template6 .iknow_tm_modalbox .portfolio_main_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template6 .iknow_tm_modalbox .portfolio_main_title span {
  display: inline-block;
  margin-bottom: 5px;
}

.Template6 .iknow_tm_modalbox .portfolio_main_title h3 {
  font-weight: 700;
  font-size: 21px;
}

.Template6 .iknow_tm_modalbox .main_details {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  margin-bottom: 60px;
}

.Template6 .iknow_tm_modalbox .main_details .textbox {
  width: 70%;
  padding-right: 40px;
}

.Template6 .iknow_tm_modalbox .main_details .textbox p {
  margin-bottom: 15px;
}

.Template6 .iknow_tm_modalbox .main_details .textbox p:last-child {
  margin-bottom: 0;
}

.Template6 .tokyo_tm_modalbox .main_details .detailbox {
  width: 30%;
  padding-left: 40px;
}

.Template6 .iknow_tm_modalbox .main_details .detailbox > ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_modalbox .main_details .detailbox > ul > li {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}

.Template6 .iknow_tm_modalbox .main_details .detailbox > ul > li:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_modalbox .main_details .detailbox .first {
  font-weight: 700;
  display: block;
  color: #000;
  margin-bottom: 3px;
}

.Template6 .iknow_tm_modalbox .main_details .detailbox span a {
  text-decoration: none;
  color: #888;
}

.Template6 .iknow_tm_modalbox .main_details .detailbox .share {
  margin: 0;
  list-style-type: none;
  position: relative;
  top: 7px;
}

.Template6 .iknow_tm_modalbox .main_details .detailbox .share li {
  margin: 0 13px 0 0;
  display: inline-block;
}

.Template6 .iknow_tm_modalbox .main_details .detailbox .share li:last-child {
  margin-right: 0;
}

.Template6 .iknow_tm_modalbox .main_details .detailbox .share li a {
  text-decoration: none;
  color: #000;
}

.Template6 .iknow_tm_modalbox .additional_images {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_modalbox .additional_images ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template6 .iknow_tm_modalbox .additional_images ul li {
  margin: 0 0 30px;
  float: left;
  width: 50%;
  padding-left: 30px;
}

.Template6 .iknow_tm_modalbox .additional_images ul li:nth-child(3n-2) {
  width: 100%;
}

.Template6 .iknow_tm_modalbox .additional_images ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_modalbox .additional_images ul li .my_image {
  position: relative;
}

.Template6 .iknow_tm_modalbox .additional_images ul li .my_image img {
  opacity: 0;
  min-width: 100%;
}

.Template6 .iknow_tm_modalbox .additional_images ul li .my_image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template6 .iknow_tm_services {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_services .service_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template6 .iknow_tm_services .service_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.Template6 .iknow_tm_services .service_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template6 .iknow_tm_services .service_list ul li .list_inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
  padding: 60px 40px 58px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_services .service_list ul li .list_inner:hover {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.15);
}

.Template6 .iknow_tm_services .service_list ul li .icon {
  display: inline-block;
  width: 107px;
  height: 107px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
  margin-bottom: 25px;
}

.Template6 .iknow_tm_services .service_list ul li .icon .svg {
  width: 42px;
  height: 42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template6 .iknow_tm_services .service_list ul li .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.Template6 .iknow_tm_services .service_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template6 .iknow_tm_modalbox .service_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_modalbox .service_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template6 .iknow_tm_modalbox .service_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template6 .iknow_tm_modalbox .service_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template6 .iknow_tm_modalbox .service_informations .title {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}

.Template6 .iknow_tm_modalbox .title h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template6 .iknow_tm_modalbox .service_informations .description {
  width: 100%;
  float: left;
}

.Template6 .iknow_tm_modalbox .service_informations .description p {
  margin-bottom: 15px;
}

.Template6 .iknow_tm_modalbox .service_informations .description p:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_testimonials,
.Template6 .iknow_tm_testimonials .testimonials_list,
.Template6 .iknow_tm_testimonials .testimonials_list .list_inner,
.Template6 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_mainpart {
  overflow: hidden;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .owl-carousel
  .owl-stage-outer {
  overflow: hidden;
}

.Template6 .iknow_tm_testimonials .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.Template6 .iknow_tm_testimonials .owl-item.active {
  opacity: 1;
}

.Template6 .iknow_tm_testimonials .owl-item {
  opacity: 0;
}

.Template6 .iknow_tm_testimonials .testimonials_list {
  padding-top: 68px;
}

.Template6 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  border-radius: 15px;
  padding: 52px 60px 60px;
}

.Template6 .iknow_tm_testimonials .testimonials_list .text {
  width: 100%;
  float: left;
  margin-bottom: 28px;
}

.Template6 .iknow_tm_testimonials .testimonials_list .text p {
  font-size: 21px;
  font-style: italic;
}

.Template6 .iknow_tm_testimonials .testimonials_list .details {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template6 .iknow_tm_testimonials .testimonials_list .details .left {
  display: flex;
  align-items: center;
}

.Template6 .iknow_tm_testimonials .testimonials_list .details .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.Template6 .iknow_tm_testimonials .testimonials_list .details .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

.Template6 .iknow_tm_testimonials .testimonials_list .details .info {
  padding-left: 20px;
}

.Template6 .iknow_tm_testimonials .testimonials_list .details .info h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template6 .iknow_tm_testimonials .testimonials_list .details .info span {
  font-size: 16px;
  color: #aaa;
}

.Template6 .iknow_tm_testimonials .testimonials_list .right .svg {
  width: 50px;
  height: 50px;
  color: #ffb324;
}

.Template6 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #b90294;
  position: relative;
  margin: 0 15px;
}

.Template6 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 2px solid #b90294;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template6
  .iknow_tm_testimonials
  .owl-theme
  .owl-dots
  .owl-dot.active
  span:before {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.Template6 .iknow_tm_testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  margin-top: 50px;
}

.Template6 .iknow_tm_news {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_news .news_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template6 .iknow_tm_news .news_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template6 .iknow_tm_news .news_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template6 .iknow_tm_news .news_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_news .news_list ul li .image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template6 .iknow_tm_news .news_list ul li .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template6 .iknow_tm_news .news_list ul li .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_news .news_list ul li .image:hover .main {
  transform: scale(1.1);
}

.Template6 .iknow_tm_news .news_list ul li .details {
  width: 100%;
  float: left;
  padding: 30px 30px 28px;
  box-shadow: 7px 7px 30px rgba(108, 99, 255, 0.07);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template6 .iknow_tm_news .news_list ul li .details .category {
  margin-bottom: 3px;
  display: inline-block;
}

.Template6 .iknow_tm_news .news_list ul li .details .category a {
  text-decoration: none;
  color: #b90294;
  font-size: 16px;
  font-weight: 700;
}

.Template6 .iknow_tm_news .news_list ul li .details .title a {
  text-decoration: none;
  color: #222;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_news .news_list ul li .details .title a:hover {
  color: #b90294;
}

.Template6 .iknow_tm_news .news_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template6 .iknow_tm_modalbox .news_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_modalbox .news_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template6 .iknow_tm_modalbox .news_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template6 .iknow_tm_modalbox .news_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template6 .iknow_tm_modalbox .news_informations .details {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template6 .iknow_tm_modalbox .news_informations .details span {
  display: inline-block;
  margin-bottom: 7px;
}

.Template6 .iknow_tm_modalbox .news_informations .details h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template6 .iknow_tm_modalbox .news_informations .text {
  width: 100%;
  float: left;
}

.Template6 .iknow_tm_modalbox .news_informations .text p {
  margin-bottom: 15px;
}

.Template6 .iknow_tm_modalbox .news_informations .text p:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_contact .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  padding-top: 70px;
}

.Template6 .iknow_tm_contact .wrapper .left {
  width: 35%;
  padding-right: 40px;
}

.Template6 .iknow_tm_contact .wrapper .left ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_contact .wrapper .left ul li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template6 .iknow_tm_contact .wrapper .left ul li:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_contact .wrapper .left ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.Template6 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 100%;
  background-color: #ffb324;
}

.Template6 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  color: #fff;
}

.Template6 .iknow_tm_contact .wrapper .left ul li .list_inner .short {
  padding-left: 15px;
}

.Template6 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 11px;
}

.Template6 .iknow_tm_contact .wrapper .left ul li .list_inner .short span a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  span
  a:hover {
  color: #b90294;
}

.Template6 .iknow_tm_contact .wrapper .right {
  width: 65%;
}

.Template6 .iknow_tm_contact .wrapper .right .fields {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_contact .wrapper .right .input_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_contact .wrapper .right .input_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template6 .iknow_tm_contact .wrapper .right .input_list ul li {
  margin: 0 0 25px;
  float: left;
  width: 50%;
  padding-left: 25px;
}

.Template6 .iknow_tm_contact .wrapper .right .input_list ul li input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px !important;
  background-color: transparent;
}

.Template6 .iknow_tm_contact .wrapper .right .input_list ul li input:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template6 input::-webkit-outer-spin-button,
.Template6 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Template6 input[type="number"] {
  -moz-appearance: textfield;
}

.Template6 .iknow_tm_contact .message_area {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

.Template6 .iknow_tm_contact .message_area textarea {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px !important;
  background-color: transparent;
}

.Template6 .iknow_tm_contact .message_area textarea:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template6 .iknow_tm_contact .empty_notice {
  color: #f52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500;
}

.Template6 .iknow_tm_contact .contact_error {
  color: #f52225;
  text-align: left;
  font-weight: 500;
}

.Template6 .iknow_tm_contact .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}

.Template6 .iknow_tm_copyright {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 115px 0 58px;
}

.Template6 .iknow_tm_copyright.hidden {
  display: none;
}

.Template6 .iknow_tm_copyright.hidden.visible {
  display: block;
}

.Template6 .iknow_tm_copyright .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template6 .iknow_tm_copyright .left a {
  text-decoration: none;
  color: #888;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_copyright .left a:hover {
  color: #b90294;
}

.Template6 .iknow_tm_copyright .right ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_copyright .right ul li {
  margin: 0 40px 0 0;
  display: inline-block;
}

.Template6 .iknow_tm_copyright .right ul li:last-child {
  margin-right: 0;
}

.Template6 .iknow_tm_copyright .right ul li a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_copyright .right ul li a:hover {
  color: #b90294;
}

.Template6 .iknow_tm_copyright.fixed {
  position: fixed;
  bottom: 0;
  padding-top: 55px;
  z-index: 5;
}

.Template6 .iknow_tm_hero_second {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_hero_second .container {
  z-index: 2;
}

.Template6 .iknow_tm_hero_second .background_shape {
  position: absolute;
  top: 0;
  height: calc(100vh + 65px);
  left: 0;
  right: 0;
  background-color: #fff6f1;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 62%);
}

.Template6 .iknow_tm_hero_second .main_info {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 167px;
}

.Template6 .iknow_tm_hero_second .left {
  width: 50%;
}

.Template6 .iknow_tm_hero_second .subtitle {
  display: inline-block;
  color: #b90294;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template6 .iknow_tm_hero_second .name {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
}

.Template6 .iknow_tm_hero_second .text {
  font-size: 22px;
  margin-bottom: 44px;
}

.Template6 .iknow_tm_hero_second .social {
  width: 100%;
  float: left;
}

.Template6 .iknow_tm_hero_second .social ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_hero_second .social ul li {
  margin: 0 12px 0 0;
  display: inline-block;
}

.Template6 .iknow_tm_hero_second .social ul li:last-child {
  margin-right: 0;
}

.Template6 .iknow_tm_hero_second .social ul li a {
  text-decoration: none;
}

.Template6 .iknow_tm_hero_second .social ul li .svg {
  width: 50px;
  height: 50px;
}

.Template6 .iknow_tm_hero_second .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template6 .iknow_tm_hero_second .right .image {
  position: relative;
  width: 430px;
  height: 430px;
  border-radius: 100%;
}

.Template6 .iknow_tm_hero_second .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  z-index: 1;
}

.Template6 .iknow_tm_hero_second .right .image span {
  position: absolute;
}

.Template6 .iknow_tm_hero_second .right .image .first {
  width: 90px;
  height: 90px;
  background-color: #b90294;
  top: 20px;
  left: -5px;
  transform: rotate(42deg);
  z-index: 2;
}

.Template6 .iknow_tm_hero_second .right .image .second {
  width: 105px;
  height: 152px;
  background-color: #ffb324;
  bottom: -5px;
  left: -25px;
  z-index: 2;
}

.Template6 .iknow_tm_hero_second .right .image .third {
  width: 165px;
  height: 365px;
  background-color: #ffb324;
  top: -30px;
  right: -30px;
}

.Template6 .iknow_tm_extra_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  margin-top: -167px;
}

.Template6 .iknow_tm_extra_menu .menu_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_extra_menu .menu_list .unordered {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li:last-child {
  margin-right: 0;
}

.Template6 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li .list_in {
  width: 100%;
  height: 142px;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .details_wrapper {
  display: none;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 70px;
  margin-top: 25px;
}

.Template6 .iknow_tm_extra_menu .list_in .list_icon,
.Template6 .iknow_tm_extra_menu .list_in .down_icon {
  min-width: 142px;
  width: 142px;
  height: 100%;
  border-radius: 15px;
  position: relative;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_extra_menu .list_in .list_icon {
  background-color: #b90294;
}

.Template6 .iknow_tm_extra_menu .list_in .down_icon {
  background-color: #ffb324;
}

.Template6 .iknow_tm_extra_menu .list_in .center {
  width: 100%;
  margin: 0 5px;
  height: 100%;
  background-color: #fff;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  border-radius: 15px;
  line-height: 142px;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_extra_menu .list_in .list_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_extra_menu .list_in .down_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_extra_menu .list_in .center span {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .list_icon,
.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .list_icon {
  background-color: #ffb324;
}

.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center,
.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center {
  background-color: #b90294;
}

.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center
  span,
.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center
  span {
  color: #fff;
}

.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon,
.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon {
  background-color: #fff;
}

.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon
  .svg {
  color: #888;
}

.Template6
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon
  .svg {
  color: #888;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.Template6 .iknow_tm_fixed_background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Template6 .iknow_tm_fixed_content {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.Template6 .iknow_tm_fixed_content .fixed_content_inner {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
}

.Template6 .iknow_tm_fixed_content .content_left {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.Template6 .iknow_tm_fixed_content .menubar {
  width: 200px;
}

.Template6 .iknow_tm_fixed_content .menubar ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_fixed_content .menubar ul li {
  margin: 0 0 7px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  float: left;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 9px 9px 48px rgba(59, 89, 152, 0.07);
  position: relative;
  padding-left: 65px;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_fixed_content .menubar ul li:hover,
.Template6 .iknow_tm_fixed_content .menubar ul li.active {
  background-color: #fe451b;
}

.Template6 .iknow_tm_fixed_content .menubar ul li:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_fixed_content .menubar ul li .svg {
  width: 27px;
  height: 27px;
  color: #b90294;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_fixed_content .menubar ul li span {
  font-weight: 700;
  font-size: 15px;
  color: #222;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_fixed_content .menubar ul li:hover span,
.Template6 .iknow_tm_fixed_content .menubar ul li.active span {
  color: #fff;
}

.Template6 .iknow_tm_fixed_content .infobar {
  width: 424px;
  margin-left: 24px;
}

.Template6 .iknow_tm_fixed_content .infobar .bar_in {
  width: 100%;
  float: left;
  border-radius: 15px;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
}

.Template6 .iknow_tm_fixed_content .infobar .image {
  position: relative;
}

.Template6 .iknow_tm_fixed_content .infobar .image img {
  opacity: 0;
  position: relative;
  min-width: 100%;
}

.Template6 .iknow_tm_fixed_content .infobar .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template6 .iknow_tm_fixed_content .infobar .extra {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  text-align: center;
  padding: 30px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template6 .iknow_tm_fixed_content .infobar .extra .short {
  width: 100%;
  float: left;
  margin-bottom: 27px;
}

.Template6 .iknow_tm_fixed_content .infobar .extra .short h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template6 .iknow_tm_fixed_content .infobar .extra .short span {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}

.Template6 .iknow_tm_fixed_content .infobar .extra .social {
  width: 100%;
  float: left;
}

.Template6 .iknow_tm_fixed_content .infobar .extra .social ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_fixed_content .infobar .extra .social ul li {
  margin: 0 8px 0 0;
  display: inline-block;
}

.Template6 .iknow_tm_fixed_content .infobar .extra .social ul li:last-child {
  margin-right: 0;
}

.Template6 .iknow_tm_fixed_content .infobar .extra .social ul li a {
  text-decoration: none;
}

.Template6 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
  width: 45px;
  height: 45px;
}

.Template6 .iknow_tm_fixed_content .content_right {
  width: 50%;
  margin-left: 24px;
}

.Template6 .iknow_tm_fixed_content .mainbar {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
  border-radius: 15px;
  padding: 70px;
  overflow-y: scroll;
}

.Template6 .iknow_tm_author_info {
  display: none;
  padding-left: 10px;
}

.Template6 .iknow_tm_author_info .info_inner {
  width: 100%;
  display: flex;
  align-items: center;
}

.Template6 .iknow_tm_author_info .avatar {
  position: relative;
  width: 60px;
  height: 60px;
}

.Template6 .iknow_tm_author_info .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template6 .iknow_tm_author_info .info {
  padding-right: 10px;
  text-align: right;
}

.Template6 .iknow_tm_author_info h3 {
  font-size: 16px;
  font-weight: 700;
}

.Template6 .iknow_tm_author_info span {
  font-size: 13px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_about {
  flex-direction: column-reverse;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_about .right {
  padding-left: 0;
  width: 100%;
  top: 0;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_main_title {
  max-width: 100%;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_about .left {
  width: 100%;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_about .left .image img {
  display: none;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_about .left .image .main {
  display: none;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_about .left .left_inner {
  display: block;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_about .left .details {
  left: 0;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_resume .resume_inner {
  flex-direction: column;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_resume .left {
  width: 100%;
  padding-right: 0;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_resume .right {
  width: 100%;
  padding-left: 0;
  margin-top: 55px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 50px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
  margin-left: -24px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
  width: 50%;
  padding-left: 24px;
  margin-bottom: 24px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter {
  text-align: left;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter ul li {
  margin-right: 17px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter ul li {
  margin-right: 17px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
  width: 50%;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .title {
  font-size: 21px;
  margin-bottom: 17px;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon
  .svg {
  width: 25px;
  height: 25px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
  width: 50%;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .category
  a {
  font-size: 14px;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .title
  a {
  font-size: 18px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li .details {
  padding: 15px 25px 18px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_contact .wrapper {
  flex-direction: column;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .left {
  width: 100%;
  padding-right: 0;
  margin-bottom: 40px;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .right {
  width: 100%;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul {
  margin: 0;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul
  li {
  width: 100%;
  padding-left: 0;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon {
  width: 80px;
  height: 80px;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon
  .svg {
  width: 30px;
  height: 30px;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .testimonials_list
  .list_inner
  .in {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.Template6 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
  width: 40px;
  height: 40px;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details {
  padding-bottom: 25px;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  span {
  font-size: 15px;
  margin-bottom: 4px;
}

.Template6
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  h3 {
  font-size: 17px;
}

.Template6 .anim_circle {
  animation: animCircle 15s infinite linear;
}

@keyframes animCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.Template6 .anim_scale {
  animation: animScale 5s linear 0s infinite alternate;
}

@keyframes animScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(2);
  }
}

.Template6 .anim_scale2 {
  animation: animScale2 5s linear 0s infinite alternate;
}

@keyframes animScale2 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.4);
  }
}

.Template6 .anim_translate {
  animation: animTranslate 5s linear 0s infinite alternate;
}

@keyframes animTranslate {
  0% {
    transform: rotate(42deg) translateX(-5px);
  }

  100% {
    transform: rotate(42deg) translateX(5px);
  }
}

.Template6 .anim_moveTop {
  animation: animMoveTop 5s linear 0s infinite alternate;
}

@keyframes animMoveTop {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(30px);
  }
}

.Template6 .anim_moveLeft {
  animation: animMoveLeft 5s linear 0s infinite alternate;
}

@keyframes animMoveLeft {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(30px);
  }
}

.Template6 .anim_extra {
  animation: animExtra 5s linear 0s infinite alternate;
}

@keyframes animExtra {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.Template6 .anim_right {
  animation: animRight 5s linear 0s infinite alternate;
}

@keyframes animRight {
  0% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(-15px);
  }
}

.Template6 .anim_right2 {
  animation: animRight2 5s linear 0s infinite alternate;
}

@keyframes animRight2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.Template6 .anim_left2 {
  animation: animLeft2 5s linear 0s infinite alternate;
}

@keyframes animLeft2 {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0px);
  }
}

.Template6 .mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.Template6 .cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #b90294;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.Template6 .cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #b90294;
  opacity: 0.3;
}

.Template6 .cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #b90294;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.Template6 .cursor-outer.cursor-hover {
  opacity: 0;
}

.Template6 .iknow_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.Template6 .iknow_tm_sidebar_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  height: 100vh;
  background-color: #fff;
  z-index: 20;
}

.Template6 .iknow_tm_sidebar_2 .sidebar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template6 .iknow_tm_sidebar_2 .logo {
  width: 100%;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #ddd;
  padding-left: 50px;
}

.Template6 .iknow_tm_sidebar_2 .logo img {
  max-width: 135px;
  max-height: 80px;
}

.Template6 .iknow_tm_sidebar_2 .menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_sidebar_2 .ccc {
  position: absolute;
  left: 0;
  right: 0;
  height: 75px;
  background-color: #ff6e4d;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template6 .iknow_tm_sidebar_2 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_sidebar_2 .menu ul li {
  margin: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  float: left;
  position: relative;
  padding-left: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_sidebar_2 .menu ul li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ddd;
  z-index: -1;
}

.Template6 .iknow_tm_sidebar_2 .menu ul li.mleave.active span {
  color: #222;
}

.Template6 .iknow_tm_sidebar_2 .menu ul li.mleave.active .svg {
  color: #b90294;
}

.Template6 .iknow_tm_sidebar_2 .menu ul li .svg {
  width: 27px;
  height: 27px;
  color: #b90294;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_sidebar_2 .menu ul li:hover .svg {
  color: #fff;
}

.Template6 .iknow_tm_sidebar_2 .menu ul li span {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_sidebar_2 .menu ul li:hover span {
  color: #fff;
}

.Template6 .iknow_tm_sidebar_2 .menu ul li.active .svg,
.Template6 .iknow_tm_sidebar_2 .menu ul li.active span {
  color: #fff;
}

.Template6 .iknow_tm_fixed_mainpart {
  position: fixed;
  top: 0;
  left: 370px;
  right: 0;
  height: 100vh;
  background-color: #e5e5e5;
}

.Template6 .iknow_tm_fixed_mainpart .mainpart_inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.Template6 .iknow_tm_fixed_mainpart .topbar_extra {
  position: absolute;
  top: 0;
  left: 370px;
  right: 100px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template6 .iknow_tm_fixed_mainpart .topbar_extra .iknow_tm_button {
  width: auto;
}

.Template6 .iknow_tm_fixed_mainpart .topbar_extra .details {
  display: flex;
  align-items: center;
}

.Template6 .iknow_tm_fixed_mainpart .topbar_extra .details .social {
  position: relative;
  top: 3px;
  margin-right: 15px;
}

.Template6 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template6
  .iknow_tm_fixed_mainpart
  .topbar_extra
  .details.social
  ul
  li:last-child {
  margin-right: 0;
}

.Template6 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template6 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template6 .iknow_tm_fixed_mainpart .extra_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  line-height: 110px;
  padding: 0 100px;
}

.Template6 .iknow_tm_fixed_mainpart .iknow_tm_copyright {
  padding: 0;
}

.Template6 .iknow_tm_content_extra {
  position: fixed;
  top: 110px;
  bottom: 110px;
  right: 100px;
  left: 470px;
  border: 15px;
}

.Template6 .iknow_tm_animate_section::-webkit-scrollbar {
  width: 0;
}

.Template6 .iknow_tm_animate_section {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template6 .iknow_tm_animate_section:-webkit-scrollbar-track {
  background: #fff;
}

.Template6 .iknow_tm_animate_section::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template6 .iknow_tm_animate_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  transition: visibility 1s linear, opacity 0.5s linear;
  -moz-transition: visibility 1s linear, opacity 0.5s linear;
  -webkit-transition: visibility1s linear, opacity 0.5s linear;
  -o-transition: visibility 1s linear, opacity 0.5s linear;
}

.Template6 .iknow_tm_animate_section.animated {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.Template6 .iknow_tm_animate_section.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.Template6 .iknow_tm_animate_section.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.Template6 .iknow_tm_animate_section .section_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  padding: 70px;
  border-radius: 15px;
}

.Template6 .iknow_tm_hero_extra {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Template6 .iknow_tm_hero_extra .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template6 .iknow_tm_hero_extra .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template6 .iknow_tm_hero_extra .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

.Template6 .iknow_tm_hero_extra .hero_content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template6 .iknow_tm_hero_extra .hero_content .left {
  width: 50%;
  padding-left: 125px;
}

.Template6 .iknow_tm_hero_extra .hero_content .left .hello {
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 8px;
}

.Template6 .iknow_tm_hero_extra .hero_content .left .name {
  font-weight: 700;
  color: #fff;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 23px;
}

.Template6 .iknow_tm_hero_extra .hero_content .left .text {
  font-size: 23px;
  color: #fff;
  margin-bottom: 35px;
}

.Template6 .iknow_tm_hero_extra .hero_content .right {
  width: 50%;
  height: 100%;
  text-align: right;
  position: relative;
  padding: 10%;
}

.Template6 .iknow_tm_hero_extra .hero_content .right .image {
  position: relative;
}

.Template6 .iknow_tm_hero_extra .hero_content .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template6 .iknow_tm_hero_extra .hero_content .right .image .main {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  z-index: 2;
}

.Template6 .iknow_tm_hero_extra .hero_content .right .image .box {
  position: absolute;
  top: -30px !important;
  bottom: 30px !important;
  left: 30px !important;
  right: -30px !important;
  background-color: #ffb324;
  border-radius: 15px;
  z-index: 1;
}

.Template6 .iknow_tm_button.yellow a {
  background-color: #ffb324;
}

.Template6 .iknow_tm_button.yellow a:hover {
  background-color: #b90294;
}

.Template6 .iknow_tm_extra_demo {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template6 .iknow_tm_extra_demo .top_shape,
.Template6 .iknow_tm_extra_demo .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #f4f6f8;
}

.Template6 .iknow_tm_extra_demo .top_shape {
  top: 0;
  z-index: 8;
}

.Template6 .iknow_tm_extra_demo .bottom_shape {
  bottom: 0;
  z-index: 11;
}

.Template6 .iknow_tm_extra_demo .background_part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #fff6f1;
}

.Template6 .iknow_tm_extra_demo .iknow_tm_topbar {
  position: fixed;
  left: 132px;
  right: 132px;
  background-color: #fff6f1;
  z-index: 10;
}

.Template6 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
  width: 45px !important;
  height: 45px !important;
}

.Template6 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
  margin-right: 8px;
}

.Template6 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template6 .iknow_tm_topbar .wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.Template6 .iknow_tm_topbar.smaller {
  left: 15%;
  right: 15%;
}

.Template6 .iknow_tm_topbar .wrapper .trigger {
  position: relative;
  top: 7px;
}

.Template6 .iknow_tm_topbar .wrapper .menu .ccc {
  position: absolute;
  bottom: 0;
  width: 30px;
  background-color: #dd4242;
  display: block;
  top: 10px;
  bottom: 10px;
  border-radius: 20px;
  border-radius: 50px;
  background-color: #ffb324;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template6 .iknow_tm_topbar .wrapper .menu {
  background-color: #fff;
  padding: 10px;
  box-shadow: 18px 18px 30px rgba(8, 32, 93, 0.07);
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_topbar .wrapper .menu.opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.Template6 .iknow_tm_topbar .wrapper .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_topbar .wrapper .menu ul li {
  margin: 0;
  float: left;
}

.Template6 .iknow_tm_topbar .wrapper .menu ul li:last-child {
  margin-right: 0;
}

.Template6 .iknow_tm_topbar .wrapper .menu ul li a {
  text-decoration: none;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 9px 24px 8px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_topbar .wrapper .menu ul li.mleave.active a {
  color: #222;
}

.Template6 .iknow_tm_topbar .wrapper .menu ul li.active a {
  color: #fff;
}

.Template6 .iknow_tm_topbar .wrapper .menu ul li a:hover {
  color: #fff;
}

.Template6 .iknow_tm_topbar .hamburger-inner,
.Template6 .iknow_tm_topbar .hamburger-inner:after,
.Template6 .iknow_tm_topbar .hamburger-inner:before {
  width: 30px;
  height: 2px;
}

.Template6 .iknow_tm_topbar .hamburger {
  padding: 0;
}

.Template6 .iknow_tm_topbar .hamburger-box {
  width: 30px;
}

.Template6 .iknow_tm_extra_demo .iknow_tm_copyright {
  position: fixed;
  width: auto;
  padding: 0;
  bottom: 0;
  left: 132px;
  right: 132px;
  z-index: 13;
}

.Template6 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
  height: 110px;
}

.Template6 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
  left: 15%;
  right: 15%;
}

.Template6 .iknow_tm_copyright.empty {
  padding: 0 0 70px;
}

.Template6 .iknow_tm_sidebar_3 {
  position: fixed;
  width: 312px;
  top: 110px;
  bottom: 110px;
  left: 130px;
  z-index: 5;
  border-radius: 15px;
  background-color: #fff;
}

.Template6 .iknow_tm_sidebar_3 .inner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_sidebar_3 .image {
  width: 100%;
  height: 222px;
  background-color: #feb224;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.Template6 .iknow_tm_sidebar_3 .image .main {
  position: absolute;
  width: 222px;
  height: 222px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_sidebar_3.animate .main {
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.Template6 .iknow_tm_sidebar_3.animate .menu {
  margin-top: 45px;
}

.Template6 .iknow_tm_sidebar_3 .menu {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 48px;
  margin-top: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_sidebar_3 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
  padding: 14px 0;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #e7e7e7;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li:last-child:before {
  display: none;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li:after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  bottom: 0;
  background-color: #d7d7d7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li:last-child:after {
  display: none;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li.current:after {
  width: 100%;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li:hover:after {
  width: 100%;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li.current span {
  color: #b90294;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li:hover span {
  color: #b90294;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #b90294;
  position: absolute;
  left: 40px;
}

.Template6 .iknow_tm_sidebar_3 .menu ul li span {
  color: #222;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_content_wrapper {
  position: absolute;
  top: 110px;
  bottom: 110px;
  right: 135px;
  left: 468px;
  border-radius: 15px;
  z-index: 5;
}

.Template6 .iknow_tm_hero_third {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template6 .iknow_tm_hero_third .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template6 .iknow_tm_hero_third .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template6 .iknow_tm_hero_third .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 48, 86, 0.82);
  z-index: 1;
  border-radius: 15px;
}

.Template6 .iknow_tm_hero_third .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.Template6 .iknow_tm_hero_third .content .hello {
  font-weight: 700;
  color: #b90294;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template6 .iknow_tm_hero_third .content .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template6 .iknow_tm_hero_third .content .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template6 .iknow_tm_down_arrow {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.Template6 .iknow_tm_down_arrow svg {
  width: 25px !important;
  height: 25px !important;
}

.Template6 .iknow_tm_down_arrow svg #wheel {
  animation: scroll ease 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

.Template6 .iknow_tm_section_new {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 70px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 12px rgba(108, 99, 255, 0.09);
  margin-bottom: 70px;
  overflow: hidden;
}

.Template6 .iknow_tm_section_new:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_section_new.contact {
  padding-bottom: 170px;
}

.Template6 .iknow_tm_mainpart_new {
  position: fixed;
  top: 110px;
  bottom: 110px;
  left: 15%;
  right: 15%;
}

.Template6 .iknow_tm_hero_fourth {
  position: relative;
  width: 100%;
  height: 100%;
}

.Template6 .iknow_tm_hero_fourth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template6 .iknow_tm_hero_fourth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template6 .iknow_tm_hero_fourth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template6 .iknow_tm_hero_fourth .content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 110px;
}

.Template6 .iknow_tm_hero_fourth .content .left {
  width: 50%;
  padding-right: 50px;
}

.Template6 .iknow_tm_hero_fourth .content .right {
  width: 50%;
  padding-left: 50px;
}

.Template6 .iknow_tm_hero_fourth .content .left img {
  max-width: 470px;
  max-height: 470px;
}

.Template6 .iknow_tm_hero_fourth .content .right .hello {
  font-weight: 700;
  color: #b90294;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template6 .iknow_tm_hero_fourth .content .right .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template6 .iknow_tm_hero_fourth .content .right .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template6 .iknow_tm_extra_demo_2 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template6 .iknow_tm_extra_demo_2 .top_shape,
.Template6 .iknow_tm_extra_demo_2 .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #f4f6f8;
  z-index: 6;
}

.Template6 .iknow_tm_extra_demo_2 .top_shape {
  top: 0;
  height: 110px;
}

.Template6 .iknow_tm_extra_demo_2 .bottom_shape {
  bottom: 0;
  height: 70px;
}

.Template6 .iknow_tm_extra_demo_2 .iknow_tm_topbar {
  position: fixed;
}

.Template6 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template6 .iknow_tm_mainpart_new_2 {
  position: absolute;
  top: 110px;
  left: 15%;
  right: 15%;
  bottom: 70px;
  z-index: 4;
}

.Template6 .iknow_tm_hero_fifth {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template6 .iknow_tm_hero_fifth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template6 .iknow_tm_hero_fifth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template6 .iknow_tm_hero_fifth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template6 .iknow_tm_hero_fifth .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.Template6 .iknow_tm_hero_fifth .avatar {
  position: relative;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 43px;
}

.Template6 .iknow_tm_hero_fifth .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template6 .iknow_tm_hero_fifth .details {
  width: 100%;
  float: left;
}

.Template6 .iknow_tm_hero_fifth .hello {
  font-weight: 700;
  color: #b90294;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template6 .iknow_tm_hero_fifth .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template6 .iknow_tm_hero_fifth .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 500px;
  font-weight: 600;
  margin: 0 auto 25px;
}

.Template6 .iknow_tm_hero_fifth .sign {
  max-width: 200px;
  max-height: 110px;
}

.Template6 .iknow_tm_mainpart_new_2 .social_list {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 15%;
  padding: 0 2vw;
  display: flex;
  justify-content: flex-end;
}

.Template6 .iknow_tm_mainpart_new_2 .social_list ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_mainpart_new_2 .social_list ul li {
  margin: 0 0 5px;
}

.Template6 .iknow_tm_mainpart_new_2 .social_list ul li:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_mainpart_new_2 .social_list ul li a {
  text-decoration: none;
}

.Template6 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
  width: 48px;
  height: 48px;
}

.Template6 .iknow_tm_mainpart_new_2 .main_menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  padding: 0 2vw;
  max-width: 15%;
}

.Template6 .iknow_tm_mainpart_new_2 .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_mainpart_new_2 .main_menu ul li {
  margin: 0 0 12px;
  background-color: #fff;
  position: relative;
  height: 70px;
  width: 70px;
  padding: 23px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_mainpart_new_2 .main_menu ul li:last-child {
  margin-bottom: 0;
}

.Template6 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #b90294;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_mainpart_new_2 .main_menu ul li span {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
.Template6 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  left: 46px;
}

.Template6 .iknow_tm_mainpart_new_2 .main_menu ul li.current svg {
  color: #fff;
}

.Template6 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  color: #fff;
}

.Template6 .iknow_tm_intro {
  width: 100%;
  height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template6 .iknow_tm_intro .intro_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 130px 0 120px;
}

.Template6 .iknow_tm_intro .intro_title span {
  display: block;
}

.Template6 .iknow_tm_intro .intro_title img {
  max-width: 150px;
  margin-bottom: 15px;
}

.Template6 .iknow_tm_intro .intro_title .image_logo {
  display: inline-block;
  position: relative;
}

.Template6 .iknow_tm_intro .intro_title .image_logo .version {
  position: absolute;
  top: -5px;
  right: -65px;
  color: #b90294;
  font-weight: 700;
  font-size: 20px;
}

.Template6 .iknow_tm_intro .intro_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Template6 .iknow_tm_intro .demo {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.Template6 .iknow_tm_intro .demo ul {
  margin: 0;
  list-style-type: none;
}

.Template6 .iknow_tm_intro .demo ul li {
  margin: 0 0 88px;
  width: 100%;
  float: left;
}

.Template6 .iknow_tm_intro .demo ul li .name {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 52px;
}

.Template6 .iknow_tm_intro .demo ul li .name .name_in {
  position: relative;
}

.Template6 .iknow_tm_intro .demo ul li .name .name_in .new {
  position: absolute;
  display: inline-block;
  background-color: #b90294;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: capitalize;
  bottom: 100%;
  margin-bottom: -10px;
  left: 100%;
  border-radius: 50px;
}

.Template6 .iknow_tm_intro .demo ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template6 .iknow_tm_intro .demo ul li .list_inner .in {
  width: 50%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_intro .demo ul li .list_inner .in:hover {
  top: -10px;
}

.Template6 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
  margin-left: 0;
  margin-right: 30px;
}

.Template6 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
  margin-left: 30px;
  margin-right: 0;
}

.Template6 .iknow_tm_intro .demo ul li img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.Template6 .iknow_tm_intro .demo ul li .mini {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template6 .iknow_tm_intro .demo ul li .list_inner .in:hover .mini {
  color: #b90294;
}

.Template6 .iknow_tm_intro .coming h3 {
  color: #b5b5b5;
}

.Template6 .iknow_tm_intro .intro_space {
  width: 100%;
  float: left;
  height: 120px;
}

@media (max-width: 1400px) {
  body:has(.Template6) {
    font-size: 16px;
    line-height: 1.6;
  }

  .Template6 .container {
    max-width: 1070px;
  }

  .Template6 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template6 .iknow_tm_topbar .logo img {
    max-width: 95px;
  }

  .Template6 .iknow_tm_button a {
    font-size: 14px;
    padding: 8px 35px;
  }

  .Template6 .iknow_tm_topbar .right .social ul li {
    margin-right: 8px;
  }

  .Template6 .iknow_tm_topbar .right .social ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template6 .iknow_tm_topbar .iknow_tm_button {
    margin-left: 23px;
  }

  .Template6 .iknow_tm_hero .main_menu ul li {
    width: 95px;
    height: 95px;
    padding: 35px;
  }

  .Template6 .iknow_tm_hero .main_menu ul li .svg {
    width: 25px;
    height: 25px;
  }

  .Template6 .iknow_tm_hero .main_menu ul li.entered span {
    left: 60px;
  }

  .Template6 .iknow_tm_hero .main_menu ul li.active span {
    left: 60px;
  }

  .Template6 .iknow_tm_hero .main_menu ul li span {
    font-size: 17px;
  }

  .Template6 .iknow_tm_hero .subtitle {
    font-size: 25px;
  }

  .Template6 .iknow_tm_hero .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template6 .iknow_tm_hero .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template6 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template6 .iknow_tm_video .play {
    font-size: 20px;
    padding-left: 20px;
  }

  .Template6 .iknow_tm_main_title h3 {
    font-size: 35px;
  }

  .Template6 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template6 .iknow_tm_hero_second .subtitle {
    font-size: 25px;
  }

  .Template6 .iknow_tm_hero_second .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template6 .iknow_tm_hero_second .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template6 .iknow_tm_hero_second .right .image {
    width: 315px;
    height: 315px;
  }

  .Template6 .iknow_tm_hero_second .right .image .first {
    width: 65px;
    height: 65px;
    top: 10px;
  }

  .Template6 .iknow_tm_hero_second .right .image .second {
    width: 85px;
    height: 110px;
    left: -20px;
  }

  .Template6 .iknow_tm_hero_second .right .image .third {
    width: 120px;
    height: 260px;
    top: -10px;
  }

  .Template6 .iknow_tm_hero_second .social ul li .svg {
    width: 40px;
    height: 40px;
  }

  .Template6 .iknow_tm_hero_second .social ul li {
    margin-right: 8px;
  }

  .Template6 .iknow_tm_extra_menu {
    margin-top: -145px;
  }

  .Template6
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 120px;
  }

  .Template6 .iknow_tm_extra_menu .list_in .list_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template6 .iknow_tm_extra_menu .list_in .down_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template6 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 36px;
    height: 36px;
  }

  .Template6 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 20px;
    height: 20px;
  }

  .Template6 .iknow_tm_extra_menu .list_in .center {
    line-height: 120px;
    padding: 0 35px;
  }

  .Template6 .iknow_tm_extra_menu .list_in .center span {
    font-size: 25px;
  }

  .Template6 .iknow_tm_about .left .details {
    min-width: 60%;
  }

  .Template6 .iknow_tm_about .left .details span {
    font-size: 15px;
  }

  .Template6 .iknow_tm_about .left .details {
    padding: 30px 34px 29px;
  }

  .Template6 .iknow_tm_about .left .details h3 {
    margin-bottom: 1px;
  }

  .Template6 .iknow_tm_about .left .details ul li {
    padding: 10px 0;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template6 .progress_inner span.label {
    font-size: 19px;
  }

  .Template6 .progress_inner > span {
    margin-bottom: 16px;
  }

  .Template6 .circular_progress_bar .title h3 {
    margin-bottom: 19px;
  }

  .Template6 .iknow_tm_services .service_list ul li .title {
    margin-bottom: 25px;
  }

  .Template6 .iknow_tm_portfolio .portfolio_filter ul li a {
    font-size: 16px;
  }

  .Template6 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template6 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .Template6 .iknow_tm_portfolio .portfolio_list .details h3 {
    font-size: 19px;
  }

  .Template6 .iknow_tm_portfolio .portfolio_list .details {
    padding-bottom: 25px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin: 2px;
    font-size: 19px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 40px;
    height: 40px;
  }

  .Template6 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template6 .iknow_tm_modalbox .box_inner {
    width: 850px;
  }

  .Template6 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .Template6 .iknow_tm_copyright {
    padding-bottom: 25px;
  }

  .Template6 .iknow_tm_fixed_content .menubar ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
  }

  .Template6 .iknow_tm_fixed_content .menubar ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template6 .iknow_tm_fixed_content .menubar ul li span {
    font-size: 12px;
  }

  .Template6 .iknow_tm_fixed_content .menubar ul li .svg {
    left: 14px;
  }

  .Template6 .iknow_tm_fixed_content .infobar .extra .short h3 {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .Template6 .iknow_tm_fixed_content .infobar .extra .short span {
    font-size: 14px;
  }

  .Template6 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
    width: 30px;
    height: 30px;
  }

  .Template6 .iknow_tm_fixed_content .infobar .extra .social ul li {
    margin-right: 4px;
  }

  .Template6 .iknow_tm_fixed_content .infobar .extra .short {
    margin-bottom: 15px;
  }

  .Template6 .iknow_tm_fixed_content .infobar .extra {
    padding: 20px 10px;
  }

  .Template6 .iknow_tm_fixed_content .mainbar {
    padding: 55px;
  }

  .Template6 .iknow_tm_fixed_content .iknow_tm_main_title h3 {
    font-size: 31px;
  }

  .Template6 .iknow_tm_fixed_content .iknow_tm_resume_title h3 {
    font-size: 30px;
  }

  .Template6 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 15px;
    padding: 5px 25px 4px;
  }

  .Template6 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 19px;
    margin-bottom: 3px;
  }

  .Template6 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 16px;
  }

  .Template6 .circular_progress_bar .list_inner:after {
    width: 155px;
    height: 155px;
  }

  .Template6 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template6 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template6 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template6 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
    width: 30px;
    height: 30px;
  }

  .Template6
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details {
    padding-bottom: 15px;
  }

  .Template6
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    span {
    margin-bottom: 0;
    font-size: 14px;
  }

  .Template6
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    h3 {
    font-size: 15px;
  }

  .Template6
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .list_inner {
    padding: 50px 30px 48px;
  }

  .Template6
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .title {
    font-size: 17px;
  }

  .Template6
    .iknow_tm_fixed_content
    .iknow_tm_testimonials
    .testimonials_list
    .text
    p {
    font-size: 16px;
  }

  .Template6 .iknow_tm_sidebar_2 .logo {
    height: 75px;
    line-height: 75px;
  }

  .Template6 .iknow_tm_sidebar_2 .logo img {
    max-width: 90px;
    max-height: 60px;
  }

  .Template6 .iknow_tm_sidebar_2 {
    width: 300px;
  }

  .Template6 .iknow_tm_sidebar_2 .menu ul li {
    height: 55px;
    line-height: 55px;
  }

  .Template6 .iknow_tm_sidebar_2 .ccc {
    height: 55px;
  }

  .Template6 .iknow_tm_sidebar_2 .menu ul li span {
    font-size: 13px;
  }

  .Template6 .iknow_tm_sidebar_2 .menu ul li .svg {
    width: 23px;
    height: 23px;
    left: 40px;
  }

  .Template6 .iknow_tm_sidebar_2 .menu ul li {
    padding-left: 75px;
  }

  .Template6 .iknow_tm_sidebar_2 .logo {
    padding-left: 40px;
  }

  .Template6 .iknow_tm_fixed_mainpart {
    left: 300px;
  }

  .Template6 .iknow_tm_content_extra {
    top: 75px;
    bottom: 75px;
    left: 380px;
    right: 80px;
  }

  .Template6 .iknow_tm_fixed_mainpart .topbar_extra {
    height: 75px;
  }

  .Template6 .iknow_tm_fixed_mainpart .extra_copyright {
    padding: 0 80px;
    height: 75px;
    line-height: 75px;
  }

  .Template6 .iknow_tm_fixed_mainpart .topbar_extra {
    left: 380px;
    right: 80px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
    margin-bottom: 4px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left {
    padding-left: 85px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 80px;
    margin-bottom: 15px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -20px !important;
    bottom: 20px !important;
    left: 20px !important;
    right: -20px !important;
  }

  .Template6 .iknow_tm_animate_section .section_inner {
    padding: 55px;
  }

  .Template6 .iknow_tm_extra_demo .top_shape,
  .Template6 .iknow_tm_extra_demo .bottom_shape {
    height: 75px;
  }

  .Template6 .iknow_tm_sidebar_3 {
    left: 75px;
    width: 240px;
    top: 75px;
    bottom: 75px;
  }

  .Template6 .iknow_tm_sidebar_3 .image {
    height: 140px;
  }

  .Template6 .iknow_tm_sidebar_3 .image .main {
    width: 140px;
    height: 140px;
    bottom: -45px;
  }

  .Template6 .iknow_tm_sidebar_3.animate .main {
    bottom: 0;
    width: 100%;
  }

  .Template6 .iknow_tm_sidebar_3 .menu {
    padding: 0 35px;
    margin-top: 70px;
  }

  .Template6 .iknow_tm_sidebar_3 .menu ul li .svg {
    left: 20px;
    width: 23px;
    height: 20px;
    margin-top: 3px;
  }

  .Template6 .iknow_tm_sidebar_3 .menu ul li span {
    padding-left: 55px;
    font-size: 13px;
  }

  .Template6 .iknow_tm_sidebar_3 .menu ul li {
    padding: 5px 0;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: 75px;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
    width: 30px !important;
    height: 30px !important;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
    margin-right: 4px;
  }

  .Template6 .iknow_tm_content_wrapper {
    top: 75px;
    bottom: 75px;
    right: 75px;
    left: 335px;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_topbar {
    left: 75px;
    right: 75px;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_copyright {
    left: 75px;
    right: 75px;
  }

  .Template6 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template6 .iknow_tm_hero_third .content .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template6 .iknow_tm_hero_third .content .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template6 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template6 .iknow_tm_section_new {
    padding: 55px;
  }

  .Template6 .iknow_tm_mainpart_new {
    top: 75px;
    bottom: 75px;
  }

  .Template6 .iknow_tm_hero_fourth .content .right {
    padding-left: 40px;
  }

  .Template6 .iknow_tm_hero_fourth .content {
    padding: 0 90px;
  }

  .Template6 .iknow_tm_hero_fourth .content .left img {
    max-width: 300px;
    max-height: 300px;
  }

  .Template6 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template6 .iknow_tm_hero_fourth .content .right .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template6 .iknow_tm_hero_fourth .content .right .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_topbar.smaller {
    left: 15%;
    right: 15%;
  }

  .Template6 .iknow_tm_mainpart_new_2 {
    top: 75px;
  }

  .Template6 .iknow_tm_extra_demo_2 .top_shape {
    height: 75px;
  }

  .Template6 .iknow_tm_hero_fifth .avatar {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }

  .Template6 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template6 .iknow_tm_hero_fifth .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template6 .iknow_tm_hero_fifth .text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .Template6 .iknow_tm_hero_fifth .sign {
    max-width: 110px;
    max-height: 70px;
  }

  .Template6 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template6 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template6 .iknow_tm_mainpart_new_2 .social_list ul li {
    margin-bottom: 2px;
  }

  .Template6 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
    width: 20px;
    height: 20px;
  }

  .Template6 .iknow_tm_mainpart_new_2 .main_menu ul li span {
    font-size: 13px;
  }

  .Template6 .iknow_tm_mainpart_new_2 .main_menu ul li {
    width: 50px;
    height: 50px;
    padding: 15px;
    margin-bottom: 4px;
  }

  .Template6 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
  .Template6 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
    left: 32px;
  }

  .Template6 .intro_title img {
    max-width: 120px;
  }

  .Template6 .iknow_tm_intro .filter ul li a {
    font-size: 16px;
  }

  .Template6 .iknow_tm_intro .filter {
    margin-bottom: 30px;
  }

  .Template6 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 20px;
  }

  .Template6 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 20px;
  }

  .Template6 .iknow_tm_intro .demo ul li h3 {
    font-size: 14px;
  }

  .Template6 .intro_title {
    margin-bottom: 70px;
  }
}

@media (max-width: 1040px) {
  .Template6 .iknow_tm_mobile_menu {
    display: block;
  }

  .Template6 .iknow_tm_topbar.onepage {
    display: none;
  }

  .Template6 .iknow_tm_extra_demo_2 .top_shape,
  .Template6 .iknow_tm_extra_demo_2 .bottom_shape {
    display: none;
  }

  .Template6 .iknow_tm_sidebar_3 {
    display: none;
  }

  .Template6 .iknow_tm_content_wrapper {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 10px;
  }

  .Template6 .iknow_tm_section_new {
    margin-bottom: 10px;
    padding: 50px 20px;
  }

  .Template6 .iknow_tm_hero_third {
    margin-bottom: 10px;
  }

  .Template6 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
  }

  .Template6 .iknow_tm_hero_third .content .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template6 .iknow_tm_hero_third .content .text {
    font-size: 18px;
  }

  .Template6 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
  }

  .Template6 .iknow_tm_hero_fifth .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template6 .iknow_tm_hero_fifth .text {
    font-size: 18px;
  }

  .Template6 .iknow_tm_hero_fifth .sign {
    max-width: 150px;
    max-height: 75px;
  }

  .Template6 .iknow_tm_extra_demo .top_shape,
  .Template6 .iknow_tm_extra_demo .bottom_shape {
    display: none;
  }

  .Template6 .iknow_tm_copyright.onepage .inner {
    height: auto;
  }

  .Template6 .iknow_tm_copyright.onepage {
    position: relative;
    left: 0;
    right: 0;
    padding: 20px 0;
  }

  .Template6 .iknow_tm_mainpart_new_2 .main_menu {
    display: none;
  }

  .Template6 .iknow_tm_mainpart_new_2 .social_list {
    display: none;
  }

  .Template6 .iknow_tm_mainpart_new_2 {
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .Template6 .iknow_tm_hero_fifth {
    margin-bottom: 10px;
  }

  .Template6 .iknow_tm_topbar.smaller {
    left: 10px;
    right: 10px;
  }

  .Template6 .iknow_tm_mainpart_new {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 70px;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 70px;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
    left: 10px;
    right: 10px;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: auto;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_copyright .inner .left {
    margin-bottom: 1px;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_copyright p,
  .Template6 .iknow_tm_extra_demo .iknow_tm_copyright a {
    font-size: 13px;
  }

  .Template6 .iknow_tm_sidebar_2 {
    display: none;
  }

  .Template6 .iknow_tm_fixed_mainpart {
    left: 0;
  }

  .Template6 .iknow_tm_topbar .wrapper .menu {
    margin: 0;
    width: 180px;
    right: 0;
    transform: translateY(10px);
    border-radius: 10px;
    position: absolute;
    top: 100%;
  }

  .Template6 .iknow_tm_topbar .wrapper .menu.opened {
    transform: translateY(19px);
  }

  .Template6 .iknow_tm_topbar .wrapper .menu ul {
    display: flex;
    flex-direction: column;
  }

  .Template6 .iknow_tm_topbar .wrapper .menu ul li a {
    display: block;
  }

  .Template6 .iknow_tm_topbar .wrapper .menu .ccc {
    display: none;
  }

  .Template6 .iknow_tm_topbar .wrapper .menu ul li.active a {
    color: #b90294;
  }

  .Template6 .iknow_tm_topbar .wrapper .menu ul li a:hover {
    color: #b90294;
  }

  .Template6 .iknow_tm_topbar .wrapper .menu ul li a {
    padding: 6px 15px 5px;
  }

  .Template6 .iknow_tm_animate_section .section_inner {
    padding: 50px 20px;
  }

  .Template6 .iknow_tm_hero_fourth .content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }

  .Template6 .iknow_tm_hero_fourth .content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template6 .iknow_tm_hero_fourth .content .right {
    width: 100%;
    padding-left: 0;
  }

  .Template6 .iknow_tm_hero_fourth .content .left img {
    max-width: 220px;
    max-height: 220px;
  }

  .Template6 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
  }

  .Template6 .iknow_tm_hero_fourth .content .right .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template6 .iknow_tm_hero_fourth .content .right .text {
    font-size: 18px;
  }

  .Template6 .iknow_tm_content_extra {
    top: 70px;
    bottom: 70px;
    left: 10px;
    right: 10px;
  }

  .Template6 .iknow_tm_fixed_mainpart .topbar_extra {
    display: none;
  }

  .Template6 .iknow_tm_fixed_mainpart .extra_copyright {
    height: auto;
    line-height: 1.3;
    padding: 0;
  }

  .Template6 .iknow_tm_fixed_mainpart .extra_copyright p,
  .Template6 .iknow_tm_fixed_mainpart .extra_copyright a {
    font-size: 13px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content {
    flex-direction: column-reverse;
    padding: 50px 20px;
    text-align: center;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .right {
    padding: 0;
    margin-bottom: 40px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .right .image {
    max-width: 165px;
    margin: 0 auto;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left {
    width: 100%;
    padding: 0;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -10px !important;
    bottom: 10px !important;
    left: 10px !important;
    right: -10px !important;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 18px;
  }

  .Template6 .iknow_tm_section_new.contact {
    padding-bottom: 70px;
  }

  .Template6 .iknow_tm_extra_demo .iknow_tm_copyright {
    bottom: 5px;
  }

  .Template6 .mouse-cursor {
    display: none;
  }

  .Template6 .iknow_tm_button a {
    padding: 10px 30px;
    font-size: 14px;
  }

  .Template6 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template6 .iknow_tm_topbar .iknow_tm_button a {
    padding: 8px 20px;
    font-size: 13px;
  }

  .Template6 .iknow_tm_topbar .right .social {
    display: none;
  }

  .Template6 .container {
    padding: 0 20px;
  }

  .Template6 .iknow_tm_hero .main_menu {
    margin-top: 50px;
  }

  .Template6 .iknow_tm_hero .main_menu ul li {
    width: 100% !important;
    height: auto !important;
    padding: 20px;
  }

  .Template6 .iknow_tm_hero .main_menu ul li span {
    left: 65px !important;
    font-size: 20px;
  }

  .Template6 .iknow_tm_hero .main_menu ul li .svg {
    width: 32px;
    height: 32px;
  }

  .Template6 .iknow_tm_hero .content_inner .main_info {
    min-height: auto;
  }

  .Template6 .iknow_tm_hero .content_inner .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
  }

  .Template6 .iknow_tm_hero .right {
    padding-left: 0;
    width: 100%;
  }

  .Template6 .iknow_tm_hero .right .image .main:before {
    display: none;
  }

  .Template6 .iknow_tm_hero .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template6 .iknow_tm_hero .name {
    font-size: 35px;
  }

  .Template6 .iknow_tm_hero .text {
    font-size: 20px;
  }

  .Template6 .iknow_tm_hero_second .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template6 .iknow_tm_hero_second .right {
    width: 100%;
  }

  .Template6 .iknow_tm_hero_second .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
    padding-top: 150px;
  }

  .Template6 .iknow_tm_hero_second .right .image span {
    display: none;
  }

  .Template6 .iknow_tm_hero_second .right .image {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 350px;
    border-radius: 0;
  }

  .Template6 .iknow_tm_hero_second .right .image .main {
    border-radius: 15px;
  }

  .Template6 .iknow_tm_hero_second .name {
    font-size: 35px;
  }

  .Template6 .iknow_tm_hero_second .text {
    font-size: 20px;
  }

  .Template6 .iknow_tm_hero_second .social ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template6 .iknow_tm_hero_second .text {
    margin-bottom: 25px;
  }

  .Template6 .iknow_tm_extra_menu {
    margin-top: -100px;
  }

  .Template6 .iknow_tm_extra_menu .list_in .center span {
    font-size: 18px;
  }

  .Template6 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
    margin-bottom: 10px;
  }

  .Template6
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    margin-top: 10px;
  }

  .Template6
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 60px;
  }

  .Template6 .iknow_tm_extra_menu .list_in .center {
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 70px;
    margin: 0;
  }

  .Template6 .iknow_tm_extra_menu .list_in .list_icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
  }

  .Template6 .iknow_tm_extra_menu .list_in .down_icon {
    display: none;
  }

  .Template6 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 25px;
    height: 25px;
  }

  .Template6 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 15px;
    height: 15px;
  }

  .Template6 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template6 .iknow_tm_video .play {
    font-size: 22px;
    padding-left: 20px;
  }

  .Template6 .iknow_tm_mainpart.opened {
    padding: 70px 30px;
  }

  .Template6 .iknow_tm_about {
    flex-direction: column-reverse;
  }

  .Template6 .iknow_tm_about .right {
    padding-left: 0;
    width: 100%;
    top: 0;
  }

  .Template6 .iknow_tm_main_title {
    max-width: 100%;
  }

  .Template6 .iknow_tm_main_title h3 {
    font-size: 40px;
  }

  .Template6 .iknow_tm_about .left {
    width: 100%;
  }

  .Template6 .iknow_tm_about .left .image img {
    display: none;
  }

  .Template6 .iknow_tm_about .left .image .main {
    display: none;
  }

  .Template6 .iknow_tm_about .left .left_inner {
    display: block;
  }

  .Template6 .iknow_tm_about .left .details {
    left: 0;
  }

  .Template6 .iknow_tm_resume .iknow_tm_main_title {
    margin-bottom: 65px;
  }

  .Template6 .iknow_tm_resume .resume_inner {
    flex-direction: column;
  }

  .Template6 .iknow_tm_resume .left {
    width: 100%;
    padding-right: 0;
  }

  .Template6 .iknow_tm_resume .right {
    width: 100%;
    padding-left: 0;
    margin-top: 55px;
  }

  .Template6 .iknow_tm_portfolio .portfolio_list ul li {
    width: 50%;
  }

  .Template6 .iknow_tm_portfolio .portfolio_filter {
    text-align: left;
  }

  .Template6 .iknow_tm_services .service_list ul li {
    width: 50%;
  }

  .Template6 .iknow_tm_news .news_list ul li {
    width: 50%;
  }

  .Template6 .iknow_tm_contact .wrapper {
    flex-direction: column;
  }

  .Template6 .iknow_tm_contact .wrapper .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template6 .iknow_tm_contact .wrapper .right {
    width: 100%;
  }

  .Template6 .iknow_tm_copyright .inner {
    flex-direction: column;
  }

  .Template6 .iknow_tm_copyright .inner .left {
    margin-bottom: 5px;
  }

  .Template6 .iknow_tm_copyright .right ul li {
    margin-right: 20px;
  }

  .Template6
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    padding: 70px 30px;
  }

  .Template6 .iknow_tm_fixed_content .container {
    padding: 0;
  }

  .Template6 .iknow_tm_fixed_content .infobar {
    display: none;
  }

  .Template6 .iknow_tm_fixed_content .content_left {
    position: fixed;
    width: auto;
  }

  .Template6 .iknow_tm_fixed_content .menubar {
    width: 40px;
    padding: 0;
  }

  .Template6 .iknow_tm_fixed_content .mainbar {
    border-radius: 10px 0 0 10px;
    padding: 40px 20px;
  }

  .Template6 .iknow_tm_fixed_content .menubar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: none;
    background-color: #fff;
    padding: 0;
    margin: 0 0 5px;
    border-radius: 0 7px 7px 0;
  }

  .Template6 .iknow_tm_fixed_content .menubar ul li .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
  }

  .Template6 .iknow_tm_fixed_content .menubar ul li span {
    display: none;
  }

  .Template6 .iknow_tm_fixed_content .content_right {
    width: 100%;
    padding-left: 50px;
    margin-left: 0;
  }

  .Template6 .iknow_tm_author_info {
    display: block;
  }

  .Template6 .iknow_tm_button.fixedVersion {
    display: none;
  }

  .Template6 .simple_shapes .one,
  .Template6 .simple_shapes .two,
  .Template6 .simple_shapes .three,
  .Template6 .simple_shapes .four,
  .Template6 .simple_shapes .five,
  .Template6 .simple_shapes .six,
  .Template6 .simple_shapes .seven,
  .Template6 .simple_shapes .eight,
  .Template6 .simple_shapes .nine,
  .Template6 .simple_shapes .ten,
  .Template6 .simple_shapes .eleven,
  .Template6 .simple_shapes .twelve,
  .Template6 .simple_shapes .thirteen,
  .Template6 .simple_shapes .fourteen,
  .Template6 .simple_shapes .fifteen,
  .Template6 .simple_shapes .sixteen,
  .Template6 .simple_shapes .seventeen,
  .Template6 .simple_shapes .eighteen,
  .Template6 .simple_shapes .nineteen,
  .Template6 .simple_shapes .twenty {
    display: none;
  }

  .Template6 .rounded_shapes .one,
  .Template6 .rounded_shapes .two,
  .Template6 .rounded_shapes .three,
  .Template6 .rounded_shapes .four,
  .Template6 .rounded_shapes .five,
  .Template6 .rounded_shapes .six,
  .Template6 .rounded_shapes .seven,
  .Template6 .rounded_shapes .eight,
  .Template6 .rounded_shapes .nine,
  .Template6 .rounded_shapes .ten,
  .Template6 .rounded_shapes .eleven,
  .Template6 .rounded_shapes .twelve,
  .Template6 .rounded_shapes .thirteen,
  .Template6 .rounded_shapes .fourteen,
  .Template6 .rounded_shapes .fifteen,
  .Template6 .rounded_shapes .sixteen,
  .Template6 .rounded_shapes .seventeen,
  .Template6 .rounded_shapes .eighteen {
    display: none;
  }
}

@media (max-width: 768px) {
  .Template6 .iknow_tm_hero_third .content .hello {
    font-size: 21px;
  }

  .Template6 .iknow_tm_hero_third .content .name {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .Template6 .iknow_tm_hero_third .content .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template6 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template6 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 21px;
  }

  .Template6 .iknow_tm_hero_fourth .content .right .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template6 .iknow_tm_hero_fourth .content .right .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 21px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template6 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template6 .iknow_tm_topbar .logo img {
    max-width: 90px;
  }

  .Template6 .iknow_tm_main_title span {
    font-size: 18px;
  }

  .Template6 .iknow_tm_main_title h3 {
    font-size: 30px;
  }

  .Template6 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template6 .circular_progress_bar .list_inner:after {
    width: 108px;
    height: 108px;
  }

  .Template6 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template6 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template6 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template6 .iknow_tm_resume_title h3 {
    font-size: 25px;
  }

  .Template6 .iknow_tm_resume_title .shape {
    width: 21px;
    height: 21px;
  }

  .Template6 .iknow_tm_resume_title .shape:before {
    width: 4px;
    height: 4px;
  }

  .Template6 .iknow_tm_resume_title h3 {
    padding-left: 33px;
  }

  .Template6 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 20px;
  }

  .Template6 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 18px;
  }

  .Template6 .iknow_tm_resume .info_list ul li .short .job h3 {
    margin-bottom: 4px;
  }

  .Template6 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 18px;
    padding: 5px 30px 4px;
  }

  .Template6 .progress_inner span.label {
    font-size: 19px;
  }

  .Template6 .progress_inner {
    margin-bottom: 20px;
  }

  .Template6 .progress_inner > span {
    margin-bottom: 15px;
  }

  .Template6 .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template6 .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template6 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 5px;
  }

  .Template6 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template6 .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template6 .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template6 .iknow_tm_services .service_list ul li .title {
    font-size: 21px;
  }

  .Template6 .iknow_tm_services .service_list ul li .icon {
    width: 95px;
    height: 95px;
  }

  .Template6 .iknow_tm_services .service_list ul li .icon .svg {
    width: 35px;
    height: 35px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 19px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin-bottom: 3px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 45px;
    height: 45px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .list_inner .in {
    padding: 27px 35px 35px;
  }

  .Template6 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 0 10px;
  }

  .Template6 .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template6 .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template6 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template6 .iknow_tm_contact .wrapper .right .input_list ul {
    margin: 0;
  }

  .Template6 .iknow_tm_contact .wrapper .right .input_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template6 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .Template6 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }

  .Template6 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
    width: 30px;
    height: 30px;
  }

  .Template6 .iknow_tm_modalbox .box_inner {
    width: 500px;
  }

  .Template6 .iknow_tm_modalbox .main_details {
    flex-direction: column;
  }

  .Template6 .iknow_tm_modalbox .main_details .textbox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template6 .iknow_tm_modalbox .additional_images ul {
    margin: 0;
  }

  .Template6 .iknow_tm_modalbox .additional_images ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template6 .iknow_tm_modalbox .description_wrap {
    padding: 30px;
  }

  .Template6 .iknow_tm_copyright.fixed {
    text-align: center;
    padding: 30px 20px;
  }

  .Template6 .iknow_tm_copyright.fixed .left {
    margin-bottom: 0;
  }

  .Template6 .iknow_tm_copyright.fixed .right {
    display: none;
  }

  .Template6 .iknow_tm_copyright.fixed p {
    font-size: 13px;
  }

  .Template6 .iknow_tm_copyright.fixed a {
    font-size: 13px;
  }

  .Template6 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template6 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template6 .iknow_tm_fixed_content .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template6 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template6 .iknow_tm_fixed_content .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template6 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .Template6 .iknow_tm_modalbox .box_inner {
    width: 300px;
  }

  .Template6 .iknow_tm_resume .info_list ul li .short {
    flex-direction: column;
    align-items: baseline;
  }

  .Template6 .iknow_tm_resume .info_list ul li .short .job {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .details .right {
    display: none;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .details .info span {
    font-size: 14px;
  }

  .Template6 .iknow_tm_testimonials .testimonials_list .details .info {
    padding-left: 12px;
  }

  .Template6 .circular_progress_bar .title h3 {
    font-size: 17px;
  }

  .Template6 .progress_inner span.label {
    font-size: 17px;
  }

  .Template6 .progress_inner > span {
    margin-bottom: 12px;
  }

  .Template6 .iknow_tm_news .news_list ul li .details {
    padding: 10px 0 0 !important;
    background-color: transparent;
    box-shadow: none;
  }

  .Template6 .iknow_tm_modalbox .close .svg {
    width: 25px;
    height: 25px;
  }

  .Template6 .iknow_tm_modalbox .close {
    margin-left: 0;
    left: auto;
    right: 0;
    top: -35px;
  }

  .Template6 .iknow_tm_intro .filter ul li {
    margin-right: 10px;
  }

  .Template6 .iknow_tm_intro .filter ul li a {
    font-size: 14px;
  }

  .Template6 .iknow_tm_intro .filter {
    margin-bottom: 20px;
  }

  .Template6 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 7px;
  }

  .Template6 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 7px;
  }

  .Template6 .iknow_tm_intro .demo ul li h3 {
    font-size: 11px;
  }

  .Template6 .intro_title img {
    max-width: 90px;
  }

  .Template6 .intro_title span {
    font-size: 14px;
  }

  .Template6 .iknow_tm_intro .demo {
    max-width: 90%;
  }
}

.Template6 #template6 #home {
  height: 550px;
  border-radius: 25px;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  overflow-y: scroll;
}

.Template6 #template6 #home .content {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  background-size: cover;
  height: fit-content;
  border-radius: 25px;
}

.Template6 #template6 #home::-webkit-scrollbar,
.Template6 #template6 #home .content::-webkit-scrollbar {
  width: 0 !important;
}

.Template6 #template6 .avatarArea {
  display: flex !important;
  justify-content: center;
}

.Template6 #template6 .theAvatar {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}

.Template6 #template6 .userAvatar {
  display: block !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 100%;
}

.Template6 #template6 .aboutImageArea {
  width: 1600px !important;
  height: 400px;
}

.Template6 #template6 .aboutImage {
  display: block !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 25px;
}

.Template6 #template6 .iknow_tm_about .right {
  padding-left: 35px !important;
}

.Template6 #template6 .iknow_tm_services .service_list ul li .list_inner {
  padding: 0 0 20px 0 !important;
}

.Template6 #template6 .iknow_tm_services .service_list ul li .title {
  font-size: 17px !important;
  padding: 30px 40px 25px !important;
  background-color: #fabeee77 !important;
  border-radius: 10px 10px 0 0;
}

.Template6 #template6 .iknow_tm_services .service_list ul li .title {
  display: flex;
  justify-content: space-between;
}

.Template6 #template6 .iknow_tm_services .service_list ul li .title .year {
  font-size: 13px;
  text-align: right;
  color: #b90294 !important;
  margin-right: -20px;
}

.Template6 #template6 .text.reduced {
  font-size: 14px;
}

@media screen and (min-width: 800px) {
  .Template6 #template6 .iknow_tm_main_title h3 {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 800px) {
  .Template6 #template6 .aboutImageArea {
    display: none;
  }

  .Template6 #template6 .iknow_tm_about .right {
    padding-left: 0 !important;
  }

  .Template6 #template6 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li {
    margin: 0 0 3px;
    float: left;
    width: 100% !important;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f7f7f7;
  }

  .Template6
    #template6
    .iknow_tm_mobile_menu
    .dropdown
    .dropdown_inner
    ul
    li:last-child {
    border-bottom: none !important;
  }

  .Template6
    #template6
    .iknow_tm_mobile_menu
    .dropdown
    .dropdown_inner
    ul
    li
    a:hover {
    color: #b90294 !important;
  }
}

/* temp6 overide styles  */
.Template6 .iknow_tm_about .left .details h3 {
  font-size: 11px;
}

.Template6 .iknow_tm_services .service_list ul li .list_inner {
  padding: 0 0 60px 0;
}

.Template6 .iknow_tm_main_title span {
  font-size: 19px;
}

.Template6 .spread_top {
  padding: 10px 0 5px;
}

.Template6 .iknow_tm_about .right .text {
  text-align: justify;
}

.Template6 .iknow_tm_services .service_list {
  padding-top: 10px;
}

.Template6 .iknow_tm_portfolio .portfolio_filter {
  padding: 25px 0 43px;
}

.Template6 .iknow_tm_contact .wrapper {
  padding-top: 35px;
}

.Template6 .p-8 {
  padding: 0 40px 0;
}

.Template6 .t-d:hover {
  text-decoration: underline;
}

.Template6 .current .svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

.Template6 .years {
  display: inline-block;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .Template6 .iknow_tm_about .left .details span {
    font-size: 13px;
  }

  .Template6 .iknow_tm_main_title h3 {
    font-size: 13px;
  }

  .Template6 .iknow_tm_services .service_list ul li .title {
    /* margin-bottom: 25px; */
    font-size: 18px;
    padding: 30px 40px 25px;
    background-color: #ffb324;
    border-radius: 10px 10px 0 0;
  }

  .Template6 .iknow_tm_portfolio .portfolio_filter ul li a {
    font-size: 13px;
  }

  .Template6 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 13px;
  }

  .Template6 .reduced {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .Template6 .tp {
    margin-top: 90px;
  }
}

/* temp7 styles  */
html:has(.Template7) {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body:has(.Template7) {
  font-family: poppins;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: #888;
}

.Template7 img.svg {
  width: 15px;
  height: 15px;
}

.Template7::-webkit-input-placeholder {
  color: #6f6f6f;
}

.Template7:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template7::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template7:-ms-input-placeholder {
  color: #6f6f6f;
}

.Template7::-ms-input-placeholder {
  color: #6f6f6f;
}

.Template7::placeholder {
  color: #6f6f6f;
}

body:has(.Template7)::-webkit-scrollbar {
  width: 11px;
}

body:has(.Template7) {
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}

body:has(.Template7):-webkit-scrollbar-track {
  background: #fff;
}

body:has(.Template7)::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}

.Template7 .container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  padding: 0 40px;
  clear: both;
}

.Template7 h1,
.Template7 h2,
.Template7 h3,
.Template7 h4,
.Template7 h5,
.Template7 h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: poppins;
  color: #222;
}

.Template7 h1 {
  font-size: 45px;
}

.Template7 h2 {
  font-size: 36px;
}

.Template7 h3 {
  font-size: 30px;
}

.Template7 h4 {
  font-size: 24px;
}

.Template7 h5 {
  font-size: 20px;
}

.Template7 h6 {
  font-size: 16px;
}

.Template7 .iknow_tm_all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_all_wrap,
.Template7 .iknow_tm_all_wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Template7 .iknow_tm_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 #preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}

.Template7 #preloader:before,
.Template7 #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.Template7 #preloader:after {
  left: auto;
  right: 0;
}

.Template7 #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.Template7 .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.Template7 .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

.Template7 .preloaded .loader_line:after {
  opacity: 0;
}

.Template7 .preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}

.Template7 .preloaded:before,
.Template7 .preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

body:has(.Template7).dark #preloader:before,
body:has(.Template7).dark #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body:has(.Template7).dark #preloader:after {
  left: auto;
  right: 0;
}

body:has(.Template7).dark #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

body:has(.Template7).dark .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #777;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

body:has(.Template7).dark .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

.Template7 .iknow_tm_mobile_menu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}

.Template7 .iknow_tm_mobile_menu .mobile_menu_inner {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}

.Template7 .iknow_tm_mobile_menu .mobile_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template7 .iknow_tm_mobile_menu .mobile_in .logo img {
  max-width: 120px;
  max-height: 50px;
}

.Template7 .iknow_tm_mobile_menu .trigger {
  line-height: 0;
}

.Template7 .iknow_tm_mobile_menu .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Template7 .iknow_tm_mobile_menu .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 40px;
}

.Template7 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li {
  margin: 0 0 3px;
  float: left;
  width: 100% !important;
}

.Template7 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
}

.Template7 .iknow_tm_mobile_menu .hamburger {
  padding: 0 !important;
}

.Template7 .hamburger-inner,
.Template7 .hamburger-inner:after,
.Template7 .hamburger-inner:before {
  width: 30px !important;
  height: 2px !important;
}

.Template7 .hamburger-box {
  width: 30px !important;
}

.Template7 .iknow_tm_topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.Template7 .iknow_tm_topbar .topbar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
}

.Template7 .iknow_tm_topbar .logo {
  display: inline-block;
}

.Template7 .iknow_tm_topbar .logo img {
  max-width: 125px;
}

.Template7 .iknow_tm_topbar .right {
  display: flex;
  align-items: center;
}

.Template7 .iknow_tm_topbar .right .social {
  position: relative;
  top: 3px;
}

.Template7 .iknow_tm_topbar .right .social ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_topbar .right .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template7 .iknow_tm_topbar .right .social ul li:last-child {
  margin-right: 0;
}

.Template7 .iknow_tm_topbar .right .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template7 .iknow_tm_topbar .right .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template7 .iknow_tm_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_topbar .iknow_tm_button {
  width: auto;
  margin-left: 30px;
}

.Template7 .iknow_tm_button a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  background-color: #ff451b;
  padding: 14px 50px;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_button a:hover {
  background-color: #ffb324;
}

.Template7 .iknow_tm_topbar .trigger_wrapper {
  position: relative;
}

.Template7 .iknow_tm_topbar .trigger_wrapper .inner {
  width: 48px;
  height: 24px;
  position: relative;
}

.Template7 .iknow_tm_topbar .trigger_wrapper .inner span {
  width: 48px;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_topbar .trigger_wrapper .inner .inner span:first-child {
  top: 0;
  left: 0;
}

.Template7 .iknow_tm_topbar .trigger_wrapper .inner span:last-child {
  bottom: 0;
  right: 0;
  width: 33px;
}

.Template7 .iknow_tm_topbar .trigger_wrapper:hover span:last-child {
  width: 48px;
}

.Template7 .iknow_tm_topbar .trigger_wrapper .inner span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Template7 .iknow_tm_hero {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_hero .background_shape {
  position: absolute;
  width: 76%;
  top: 0;
  left: 0;
  height: calc(100vh + 0px);
  background-color: #f1faff;
  clip-path: polygon(100% 0%, 81% 86%, 0% 100%, 0% 0%);
}

.Template7 .iknow_tm_hero .background_shape.opened {
  height: calc(100vh + 65px);
}

.Template7 .iknow_tm_hero .hero_content {
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 3;
}

.Template7 .iknow_tm_hero .content_inner {
  width: 100%;
  min-height: 100vh;
  float: left;
  clear: both;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.Template7 .iknow_tm_hero .content_inner .main_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(100vh - 150px);
  padding-top: 135px;
}

.Template7 .iknow_tm_hero .left {
  width: 50%;
}

.Template7 .iknow_tm_hero .subtitle {
  display: inline-block;
  color: #ff451b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template7 .iknow_tm_hero .name {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}

.Template7 .iknow_tm_hero .text {
  font-size: 24px;
  margin-bottom: 27px;
}

.Template7 .iknow_tm_video {
  width: auto;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  z-index: 2;
}

.Template7 .iknow_tm_video .video_inner {
  display: inline-block;
  display: flex;
  align-items: center;
  position: relative;
}

.Template7 .iknow_tm_video .circle {
  width: 72px;
  height: 72px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
}

.Template7 .iknow_tm_video .circle:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 3px;
}

.Template7 .iknow_tm_video .play {
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
}

.Template7 .iknow_tm_video .circle:after {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_video:hover .circle:after {
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}

.Template7 .iknow_tm_full_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.Template7 .iknow_tm_hero .right {
  width: 50%;
  padding-left: 230px;
}

.Template7 .iknow_tm_hero .right .image {
  position: relative;
}

.Template7 .iknow_tm_hero .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template7 .iknow_tm_hero .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template7 .iknow_tm_hero .right .image .main:before {
  position: absolute;
  content: "";
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: #ffb324;
  z-index: -1;
  transform: rotate(-50deg);
  animation: animeRotate 13s linear 0s infinite alternate;
}

@keyframes animeRotate {
  0% {
    transform: rotate(-50deg);
  }

  100% {
    transform: rotate(-30deg);
  }
}

.Template7 .iknow_tm_hero .main_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-bottom: 25px;
}

.Template7 .iknow_tm_hero .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_hero .main_menu ul li {
  margin: 0 6px 6px 0;
  float: left;
  background-color: #fff;
  position: relative;
  height: 135px;
  width: 135px;
  padding: 48px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_hero .main_menu ul li .svg {
  width: 40px;
  height: 40px;
  color: #ff451b;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_hero .main_menu ul li span {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_hero .main_menu ul li.entered span,
.Template7 .iknow_tm_hero .main_menu ul li.active span {
  left: 95px;
}

.Template7 .iknow_tm_hero .main_menu ul li.active svg {
  color: #fff;
}

.Template7 .iknow_tm_hero .main_menu ul li.active span {
  color: #fff;
}

.Template7 .iknow_tm_hero .main_menu ul li.active {
  background-color: #ff451b;
}

.Template7 .simple_shapes .one,
.Template7 .simple_shapes .two,
.Template7 .simple_shapes .three,
.Template7 .simple_shapes .four,
.Template7 .simple_shapes .five,
.Template7 .simple_shapes .six,
.Template7 .simple_shapes .seven,
.Template7 .simple_shapes .eight,
.Template7 .simple_shapes .nine,
.Template7 .simple_shapes .ten,
.Template7 .simple_shapes .eleven,
.Template7 .simple_shapes .twelve,
.Template7 .simple_shapes .thirteen,
.Template7 .simple_shapes .fourteen,
.Template7 .simple_shapes .fifteen,
.Template7 .simple_shapes .sixteen,
.Template7 .simple_shapes .seventeen,
.Template7 .simple_shapes .eighteen,
.Template7 .simple_shapes .nineteen,
.Template7 .simple_shapes .twenty {
  position: absolute;
}

.Template7 .simple_shapes .one {
  top: 15%;
  left: 7%;
}

.Template7 .simple_shapes .one .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .one .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template7 .simple_shapes .two {
  bottom: 15%;
  left: 5%;
}

.Template7 .simple_shapes .two .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.3);
}

.Template7 .simple_shapes .two .svg {
  width: 95px;
  height: 95px;
}

.Template7 .simple_shapes .three {
  top: 13%;
  right: 5%;
}

.Template7 .simple_shapes .three .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.2);
}

.Template7 .simple_shapes .three .svg {
  width: 120px;
  height: 120px;
}

.Template7 .simple_shapes .four {
  top: 29%;
  left: 10%;
}

.Template7 .simple_shapes .four .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .four .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template7 .simple_shapes .five {
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  transform: rotate(90deg);
}

.Template7 .simple_shapes .five .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .five .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template7 .simple_shapes .six {
  bottom: 33%;
  left: 3%;
  transform: rotate(250deg);
}

.Template7 .simple_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template7 .simple_shapes .seven {
  bottom: 4%;
  left: 10%;
}

.Template7 .simple_shapes .seven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .seven .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template7 .simple_shapes .eight {
  bottom: 24%;
  left: 14%;
}

.Template7 .simple_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .eight .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template7 .simple_shapes .nine {
  top: 19%;
  left: 36%;
  transform: rotate(70deg);
}

.Template7 .simple_shapes .nine .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .nine .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template7 .simple_shapes .ten {
  top: 25%;
  left: 50%;
  transform: rotate(180deg);
}

.Template7 .simple_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .ten .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template7 .simple_shapes .eleven {
  bottom: 50%;
  left: 48%;
}

.Template7 .simple_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .eleven .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template7 .simple_shapes .twelve {
  bottom: 30%;
  left: 49%;
}

.Template7 .simple_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .twelve .svg {
  width: 24px;
  height: 24px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template7 .simple_shapes .thirteen {
  bottom: 26%;
  left: 39%;
}

.Template7 .simple_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .thirteen .svg {
  width: 18px;
  height: 18px;
  stroke: rgba(91, 215, 180, 0.3);
}

.Template7 .simple_shapes .fourteen {
  top: 14%;
  right: 13%;
}

.Template7 .simple_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .fourteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template7 .simple_shapes .fifteen {
  top: 32%;
  right: 2%;
}

.Template7 .simple_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .fifteen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template7 .simple_shapes .sixteen {
  top: 50%;
  right: 3%;
}

.Template7 .simple_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .sixteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template7 .simple_shapes .seventeen {
  top: 59%;
  right: 3%;
}

.Template7 .simple_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .seventeen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template7 .simple_shapes .eighteen {
  bottom: 19%;
  right: 10%;
}

.Template7 .simple_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .eighteen .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template7 .simple_shapes .nineteen {
  bottom: 12%;
  right: 19%;
}

.Template7 .simple_shapes .nineteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .nineteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template7 .simple_shapes .twenty {
  bottom: 12%;
  right: 3%;
}

.Template7 .simple_shapes .twenty .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .simple_shapes .twenty .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template7 .rounded_shapes .one,
.Template7 .rounded_shapes .two,
.Template7 .rounded_shapes .three,
.Template7 .rounded_shapes .four,
.Template7 .rounded_shapes .five,
.Template7 .rounded_shapes .six,
.Template7 .rounded_shapes .seven,
.Template7 .rounded_shapes .eight,
.Template7 .rounded_shapes .nine,
.Template7 .rounded_shapes .ten,
.Template7 .rounded_shapes .eleven,
.Template7 .rounded_shapes .twelve,
.Template7 .rounded_shapes .thirteen,
.Template7 .rounded_shapes .fourteen,
.Template7 .rounded_shapes .fifteen,
.Template7 .rounded_shapes .sixteen,
.Template7 .rounded_shapes .seventeen,
.Template7 .rounded_shapes .eighteen {
  position: absolute;
}

.Template7 .rounded_shapes .one {
  top: 24%;
  left: 2%;
}

.Template7 .rounded_shapes .one .cls-1 {
  stroke: inherit;
  fill: #ff451b;
}

.Template7 .rounded_shapes .one .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .two {
  top: 25%;
  left: 8%;
}

.Template7 .rounded_shapes .two .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .rounded_shapes .two .svg {
  width: 38px;
  height: 38px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template7 .rounded_shapes .three {
  top: 45%;
  left: 4%;
}

.Template7 .rounded_shapes .three .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .three .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template7 .rounded_shapes .four {
  bottom: 36%;
  left: 7%;
}

.Template7 .rounded_shapes .four .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template7 .rounded_shapes .four .svg {
  width: 22px;
  height: 22px;
  stroke: none;
}

.Template7 .rounded_shapes .five {
  bottom: 20%;
  left: 3%;
}

.Template7 .rounded_shapes .five .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template7 .rounded_shapes .five .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template7 .rounded_shapes .six {
  top: 19%;
  left: 24%;
}

.Template7 .rounded_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .rounded_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .seven {
  top: 20%;
  left: 40%;
}

.Template7 .rounded_shapes .seven .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template7 .rounded_shapes .seven .svg {
  width: 60px;
  height: 60px;
  stroke: none;
}

.Template7 .rounded_shapes .eight {
  top: 35%;
  left: 40%;
}

.Template7 .rounded_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .rounded_shapes .eight .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .nine {
  top: 40%;
  left: 52%;
}

.Template7 .rounded_shapes .nine .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .nine .svg {
  width: 26px;
  height: 26px;
  stroke: none;
}

.Template7 .rounded_shapes .ten {
  bottom: 31%;
  left: 48%;
}

.Template7 .rounded_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .rounded_shapes .ten .svg {
  width: 63px;
  height: 63px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template7 .rounded_shapes .eleven {
  bottom: 23%;
  left: 38%;
}

.Template7 .rounded_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .eleven .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .twelve {
  top: 14%;
  right: 11%;
}

.Template7 .rounded_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .twelve .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .thirteen {
  top: 18%;
  right: 7%;
}

.Template7 .rounded_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template7 .rounded_shapes .thirteen .svg {
  width: 30px;
  height: 30px;
  stroke: none;
}

.Template7 .rounded_shapes .fourteen {
  top: 31%;
  right: 6%;
}

.Template7 .rounded_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template7 .rounded_shapes .fourteen .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template7 .rounded_shapes .fifteen {
  top: 41%;
  right: 2%;
}

.Template7 .rounded_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .fifteen .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template7 .rounded_shapes .sixteen {
  bottom: 40%;
  right: 7%;
}

.Template7 .rounded_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .rounded_shapes .sixteen .svg {
  width: 27px;
  height: 27px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .seventeen {
  bottom: 6%;
  left: 6%;
}

.Template7 .rounded_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .rounded_shapes .seventeen .svg {
  width: 34px;
  height: 34px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template7 .rounded_shapes .eighteen {
  top: 18%;
  right: 38%;
}

.Template7 .rounded_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template7 .rounded_shapes .eighteen .svg {
  width: 23px;
  height: 23px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template7 .iknow_tm_fixed_mainpart .simple_shapes .two {
  left: 3%;
}

.Template7 .iknow_tm_fixed_mainpart .simple_shapes .seven {
  left: 1%;
}

.Template7 .iknow_tm_fixed_mainpart .simple_shapes .four {
  left: 3%;
}

.Template7 .iknow_tm_fixed_mainpart .simple_shapes .one {
  left: 2%;
  top: 5%;
}

.Template7 .iknow_tm_fixed_mainpart .simple_shapes .nineteen {
  bottom: 8%;
}

.Template7 .iknow_tm_fixed_mainpart .simple_shapes .twelve {
  bottom: 5%;
}

.Template7 .iknow_tm_fixed_mainpart .simple_shapes .ten {
  top: 5%;
}

.Template7 .iknow_tm_fixed_mainpart .simple_shapes .nine {
  top: 5%;
  left: 30%;
}

.Template7 .iknow_tm_fixed_mainpart .simple_shapes .six {
  bottom: 45%;
}

.Template7 .iknow_tm_extra_demo .rounded_shapes .thirteen {
  right: 3%;
}

.Template7 .iknow_tm_extra_demo .rounded_shapes .sixteen {
  right: 4%;
  bottom: 22%;
}

.Template7 .iknow_tm_mainpart {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 0 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_mainpart.opened {
  padding: 70px;
}

.Template7 .iknow_tm_main_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: none;
}

.Template7 .iknow_tm_main_section.active {
  display: block;
  -webkit-animation: slide-down 0.7s ease;
  -moz-animation: slide-down 0.7s ease;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(30px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

.Template7 .iknow_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
}

.Template7 .iknow_tm_about .left {
  width: 50%;
  position: relative;
}

.Template7 .iknow_tm_about .left .left_inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.Template7 .iknow_tm_about .left .image {
  position: relative;
  min-width: 60%;
}

.Template7 .iknow_tm_about .left .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template7 .iknow_tm_about .left .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template7 .iknow_tm_about .left .details {
  position: relative;
  min-width: 47%;
  left: -55px;
  margin-top: 55px;
  background-color: #ff451b;
  padding: 36px 40px 35px;
  z-index: 1;
  border-radius: 15px;
}

.Template7 .iknow_tm_about .left .details ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_about .left .details ul li {
  margin: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 13px 0;
}

.Template7 .iknow_tm_about .left .details ul li:first-child {
  padding-top: 0;
}

.Template7 .iknow_tm_about .left .details ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.Template7 .iknow_tm_about .left .details h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
  opacity: 0.85;
}

.Template7 .iknow_tm_about .left .details span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.Template7 .iknow_tm_about .iknow_tm_main_title {
  max-width: 100%;
}

.Template7 .iknow_tm_main_title {
  width: 100%;
  max-width: 45%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_main_title span {
  font-size: 21px;
  color: #ff451b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
}

.Template7 .iknow_tm_main_title h3 {
  font-size: 47px;
  font-weight: 700;
}

.Template7 .iknow_tm_about .right {
  width: 50%;
  padding-left: 75px;
  position: relative;
  top: -8px;
}

.Template7 .iknow_tm_about .right .bigger_text {
  width: 100%;
  float: left;
  padding: 25px 0;
}

.Template7 .iknow_tm_about .right .bigger_text p {
  font-size: 21px;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
}

.Template7 .iknow_tm_about .right .text {
  width: 100%;
  float: left;
  margin-bottom: 38px;
}

.Template7 .iknow_tm_resume {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_resume .resume_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
}

.Template7 .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 100px;
}

.Template7 .iknow_tm_resume .left {
  width: 50%;
  padding-right: 30px;
}

.Template7 .iknow_tm_resume .info_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 62px;
}

.Template7 .iknow_tm_resume .info_list:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_resume_title {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_resume_title h3 {
  font-size: 36px;
  font-weight: 700;
  padding-left: 40px;
}

.Template7 .iknow_tm_resume_title .shape {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3px solid #ff451b;
}

.Template7 .iknow_tm_resume_title .shape:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ff451b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template7 .iknow_tm_resume .info_list ul {
  margin: 38px 0 0;
  float: left;
  list-style-type: none;
}

.Template7 .iknow_tm_resume .info_list ul li {
  width: 100%;
  float: left;
  margin: 0 0 45px;
}

.Template7 .iknow_tm_resume .info_list ul li:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_resume .info_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_resume .info_list ul li .short {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template7 .iknow_tm_resume .info_list ul li .short .job {
  padding-right: 20px;
}

.Template7 .iknow_tm_resume .info_list ul li .short .job h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template7 .iknow_tm_resume .info_list ul li .short .job span {
  font-size: 20px;
  color: #555;
}

.Template7 .iknow_tm_resume .info_list ul li .short .year span {
  font-size: 20px;
  color: #ff451b;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px 35px 7px;
  white-space: nowrap;
}

.Template7 .iknow_tm_resume .text {
  width: 100%;
  float: left;
  margin-top: 18px;
}

.Template7 .iknow_tm_resume .right {
  width: 50%;
  padding-left: 30px;
}

.Template7 .iknow_tm_resume .right .skills_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 67px;
}

.Template7 .iknow_tm_resume .right .skills_list:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_resume .right .skills_list .personal {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .dodo_progress {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 40px;
  overflow: hidden;
}

.Template7 .progress_inner {
  width: 100%;
  margin-bottom: 23px;
}

.Template7 .progress_inner:last-child {
  margin-bottom: 0;
}

.Template7 .progress_inner > span {
  margin: 0 0 20px;
  display: block;
  text-align: left;
  position: relative;
}

.Template7 .progress_inner span.label {
  opacity: 0;
  transform: translateY(10px);
  display: block;
  color: #0f172a;
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template7 .progress_inner span.label.opened {
  opacity: 1;
  transform: translateY(0px);
}

.Template7 .progress_inner span.number {
  float: right;
  position: absolute;
  right: 100%;
  bottom: -5px;
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ff451b;
  font-family: poppins;
}

.Template7 .progress_inner .background {
  background: #e2e7ec;
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 8px;
  border-radius: 50px;
}

.Template7 .progress_inner .background .bar_in {
  height: 5px;
  background: #ff451b;
  width: 0;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  top: -7px;
}

.Template7 .progress_inner .background .bar {
  width: 0;
  height: 100%;
}

.Template7 .progress_inner .background .bar.open {
  -webkit-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

@-webkit-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.Template7 .iknow_tm_resume .right .skills_list .software {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .circular_progress_bar {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 40px;
}

.Template7 .circular_progress_bar ul {
  margin: 0 0 0 -75px;
  list-style-type: none;
}

.Template7 .circular_progress_bar ul li {
  margin: 0 0 45px;
  width: 50%;
  float: left;
  padding-left: 75px;
}

.Template7 .circular_progress_bar .myCircle {
  position: relative;
  float: left;
}

.Template7 .circular_progress_bar .list_inner {
  width: 100%;
  position: relative;
  text-align: center;
}

.Template7 .circular_progress_bar .list_inner:after {
  content: "";
  position: absolute;
  width: 199px;
  height: 199px;
  border: 6px solid #eee;
  left: 7px;
  top: 7px;
  z-index: -1;
  border-radius: 50%;
  z-index: 11;
  box-sizing: border-box;
}

.Template7 .circular_progress_bar .title {
  width: 100%;
  max-width: 213px;
  float: left;
  padding-top: 14px;
}

.Template7 .circular_progress_bar .title h3 {
  font-size: 21px;
  font-weight: 700;
}

.Template7 .circular_progress_bar .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff451b;
  font-size: 30px;
  font-weight: 400;
}

.Template7 .iknow_tm_portfolio {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_portfolio .portfolio_filter {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
  padding: 50px 0 43px;
}

.Template7 .iknow_tm_portfolio .portfolio_filter ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_portfolio .portfolio_filter ul li {
  margin: 0 30px 0 0;
  display: inline-block;
}

.Template7 .iknow_tm_portfolio .portfolio_filter ul li:last-child {
  margin-right: 0;
}

.Template7 .iknow_tm_portfolio .portfolio_filter ul li a.current {
  color: #ff451b;
}

.Template7 .iknow_tm_portfolio .portfolio_filter ul li a {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_portfolio .portfolio_filter ul li a:hover {
  color: #ff451b;
}

.Template7 .iknow_tm_portfolio .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_portfolio .portfolio_list ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template7 .iknow_tm_portfolio .portfolio_list ul li {
  margin: 0 0 30px;
  width: 33.3333%;
  float: left;
  padding-left: 30px;
}

.Template7 .iknow_tm_portfolio .portfolio_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image {
  position: relative;
}

.Template7 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template7 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.Template7 .iknow_tm_portfolio .portfolio_list ul li .list_inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 69, 27, 0.72);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .overlay {
  opacity: 1;
  visibility: visible;
}

.Template7 .iknow_tm_portfolio .portfolio_list .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_portfolio .portfolio_list ul li .list_inner:hover .svg {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template7 .iknow_tm_portfolio .portfolio_list .details {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  padding: 0 20px 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .details {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.Template7 .iknow_tm_portfolio .portfolio_list .details span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.Template7 .iknow_tm_portfolio .portfolio_list .details h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}

.Template7 .iknow_tm_modalbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_modalbox.opened {
  opacity: 1;
  visibility: visible;
}

.Template7 .iknow_tm_modalbox .box_inner {
  position: absolute;
  top: 70px;
  bottom: 70px;
  width: 968px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_modalbox.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template7 .iknow_tm_modalbox .close {
  position: fixed;
  left: 100%;
  top: 0;
  margin-left: 20px;
  z-index: 111111;
}

.Template7 .iknow_tm_modalbox .close a {
  text-decoration: none;
  color: #fff;
}

.Template7 .iknow_tm_modalbox .close .svg {
  width: 50px;
  height: 50px;
}

.Template7 .iknow_tm_modalbox .description_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
  overflow-y: scroll;
}

.Template7 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar,
.Template7 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar {
  width: 11px;
}

.Template7 .iknow_tm_modalbox .description_wrap {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template7 .iknow_tm_modalbox .description_wrap:-webkit-scrollbar-track,
.Template7 .iknow_tm_fixed_content .mainbar:-webkit-scrollbar-track {
  background: #fff;
}

.Template7 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar-thumb,
.Template7 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template7 .iknow_tm_portfolio .hidden_content {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template7 .iknow_tm_modalbox .popup_details {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_modalbox .popup_details .top_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
}

.Template7 .iknow_tm_modalbox .popup_details .top_image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template7 .iknow_tm_modalbox .popup_details .top_image .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.Template7 .iknow_tm_modalbox .portfolio_main_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template7 .iknow_tm_modalbox .portfolio_main_title span {
  display: inline-block;
  margin-bottom: 5px;
}

.Template7 .iknow_tm_modalbox .portfolio_main_title h3 {
  font-weight: 700;
  font-size: 21px;
}

.Template7 .iknow_tm_modalbox .main_details {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  margin-bottom: 60px;
}

.Template7 .iknow_tm_modalbox .main_details .textbox {
  width: 70%;
  padding-right: 40px;
}

.Template7 .iknow_tm_modalbox .main_details .textbox p {
  margin-bottom: 15px;
}

.Template7 .iknow_tm_modalbox .main_details .textbox p:last-child {
  margin-bottom: 0;
}

.Template7 .tokyo_tm_modalbox .main_details .detailbox {
  width: 30%;
  padding-left: 40px;
}

.Template7 .iknow_tm_modalbox .main_details .detailbox > ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_modalbox .main_details .detailbox > ul > li {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}

.Template7 .iknow_tm_modalbox .main_details .detailbox > ul > li:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_modalbox .main_details .detailbox .first {
  font-weight: 700;
  display: block;
  color: #000;
  margin-bottom: 3px;
}

.Template7 .iknow_tm_modalbox .main_details .detailbox span a {
  text-decoration: none;
  color: #888;
}

.Template7 .iknow_tm_modalbox .main_details .detailbox .share {
  margin: 0;
  list-style-type: none;
  position: relative;
  top: 7px;
}

.Template7 .iknow_tm_modalbox .main_details .detailbox .share li {
  margin: 0 13px 0 0;
  display: inline-block;
}

.Template7 .iknow_tm_modalbox .main_details .detailbox .share li:last-child {
  margin-right: 0;
}

.Template7 .iknow_tm_modalbox .main_details .detailbox .share li a {
  text-decoration: none;
  color: #000;
}

.Template7 .iknow_tm_modalbox .additional_images {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_modalbox .additional_images ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template7 .iknow_tm_modalbox .additional_images ul li {
  margin: 0 0 30px;
  float: left;
  width: 50%;
  padding-left: 30px;
}

.Template7 .iknow_tm_modalbox .additional_images ul li:nth-child(3n-2) {
  width: 100%;
}

.Template7 .iknow_tm_modalbox .additional_images ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_modalbox .additional_images ul li .my_image {
  position: relative;
}

.Template7 .iknow_tm_modalbox .additional_images ul li .my_image img {
  opacity: 0;
  min-width: 100%;
}

.Template7 .iknow_tm_modalbox .additional_images ul li .my_image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template7 .iknow_tm_services {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_services .service_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template7 .iknow_tm_services .service_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.Template7 .iknow_tm_services .service_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template7 .iknow_tm_services .service_list ul li .list_inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
  padding: 60px 40px 58px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_services .service_list ul li .list_inner:hover {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.15);
}

.Template7 .iknow_tm_services .service_list ul li .icon {
  display: inline-block;
  /* width: 107px; */
  height: 107px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
  margin-bottom: 25px;
}

.Template7 .iknow_tm_services .service_list ul li .icon .svg {
  width: 42px;
  height: 42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template7 .iknow_tm_services .service_list ul li .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.Template7 .iknow_tm_services .service_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template7 .iknow_tm_modalbox .service_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_modalbox .service_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template7 .iknow_tm_modalbox .service_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template7 .iknow_tm_modalbox .service_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template7 .iknow_tm_modalbox .service_informations .title {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}

.Template7 .iknow_tm_modalbox .title h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template7 .iknow_tm_modalbox .service_informations .description {
  width: 100%;
  float: left;
}

.Template7 .iknow_tm_modalbox .service_informations .description p {
  margin-bottom: 15px;
}

.Template7 .iknow_tm_modalbox .service_informations .description p:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_testimonials,
.Template7 .iknow_tm_testimonials .testimonials_list,
.Template7 .iknow_tm_testimonials .testimonials_list .list_inner,
.Template7 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_mainpart {
  overflow: hidden;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .owl-carousel
  .owl-stage-outer {
  overflow: hidden;
}

.Template7 .iknow_tm_testimonials .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.Template7 .iknow_tm_testimonials .owl-item.active {
  opacity: 1;
}

.Template7 .iknow_tm_testimonials .owl-item {
  opacity: 0;
}

.Template7 .iknow_tm_testimonials .testimonials_list {
  padding-top: 68px;
}

.Template7 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  border-radius: 15px;
  padding: 52px 60px 60px;
}

.Template7 .iknow_tm_testimonials .testimonials_list .text {
  width: 100%;
  float: left;
  margin-bottom: 28px;
}

.Template7 .iknow_tm_testimonials .testimonials_list .text p {
  font-size: 21px;
  font-style: italic;
}

.Template7 .iknow_tm_testimonials .testimonials_list .details {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template7 .iknow_tm_testimonials .testimonials_list .details .left {
  display: flex;
  align-items: center;
}

.Template7 .iknow_tm_testimonials .testimonials_list .details .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.Template7 .iknow_tm_testimonials .testimonials_list .details .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

.Template7 .iknow_tm_testimonials .testimonials_list .details .info {
  padding-left: 20px;
}

.Template7 .iknow_tm_testimonials .testimonials_list .details .info h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template7 .iknow_tm_testimonials .testimonials_list .details .info span {
  font-size: 16px;
  color: #aaa;
}

.Template7 .iknow_tm_testimonials .testimonials_list .right .svg {
  width: 50px;
  height: 50px;
  color: #ffb324;
}

.Template7 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ff451b;
  position: relative;
  margin: 0 15px;
}

.Template7 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 2px solid #ffb324;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template7
  .iknow_tm_testimonials
  .owl-theme
  .owl-dots
  .owl-dot.active
  span:before {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.Template7 .iknow_tm_testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  margin-top: 50px;
}

.Template7 .iknow_tm_news {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_news .news_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template7 .iknow_tm_news .news_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template7 .iknow_tm_news .news_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template7 .iknow_tm_news .news_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_news .news_list ul li .image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template7 .iknow_tm_news .news_list ul li .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template7 .iknow_tm_news .news_list ul li .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_news .news_list ul li .image:hover .main {
  transform: scale(1.1);
}

.Template7 .iknow_tm_news .news_list ul li .details {
  width: 100%;
  float: left;
  padding: 30px 30px 28px;
  box-shadow: 7px 7px 30px rgba(108, 99, 255, 0.07);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template7 .iknow_tm_news .news_list ul li .details .category {
  margin-bottom: 3px;
  display: inline-block;
}

.Template7 .iknow_tm_news .news_list ul li .details .category a {
  text-decoration: none;
  color: #ff451b;
  font-size: 16px;
  font-weight: 700;
}

.Template7 .iknow_tm_news .news_list ul li .details .title a {
  text-decoration: none;
  color: #222;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_news .news_list ul li .details .title a:hover {
  color: #ff451b;
}

.Template7 .iknow_tm_news .news_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template7 .iknow_tm_modalbox .news_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_modalbox .news_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template7 .iknow_tm_modalbox .news_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template7 .iknow_tm_modalbox .news_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template7 .iknow_tm_modalbox .news_informations .details {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template7 .iknow_tm_modalbox .news_informations .details span {
  display: inline-block;
  margin-bottom: 7px;
}

.Template7 .iknow_tm_modalbox .news_informations .details h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template7 .iknow_tm_modalbox .news_informations .text {
  width: 100%;
  float: left;
}

.Template7 .iknow_tm_modalbox .news_informations .text p {
  margin-bottom: 15px;
}

.Template7 .iknow_tm_modalbox .news_informations .text p:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_contact .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  padding-top: 70px;
}

.Template7 .iknow_tm_contact .wrapper .left {
  width: 35%;
  padding-right: 40px;
}

.Template7 .iknow_tm_contact .wrapper .left ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_contact .wrapper .left ul li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template7 .iknow_tm_contact .wrapper .left ul li:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_contact .wrapper .left ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.Template7 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 100%;
  background-color: #ffb324;
}

.Template7 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  color: #fff;
}

.Template7 .iknow_tm_contact .wrapper .left ul li .list_inner .short {
  padding-left: 15px;
}

.Template7 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 11px;
}

.Template7 .iknow_tm_contact .wrapper .left ul li .list_inner .short span a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  span
  a:hover {
  color: #ff451b;
}

.Template7 .iknow_tm_contact .wrapper .right {
  width: 65%;
}

.Template7 .iknow_tm_contact .wrapper .right .fields {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_contact .wrapper .right .input_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_contact .wrapper .right .input_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template7 .iknow_tm_contact .wrapper .right .input_list ul li {
  margin: 0 0 25px;
  float: left;
  width: 50%;
  padding-left: 25px;
}

.Template7 .iknow_tm_contact .wrapper .right .input_list ul li input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px !important;
  background-color: transparent;
}

.Template7 .iknow_tm_contact .wrapper .right .input_list ul li input:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template7 input::-webkit-outer-spin-button,
.Template7 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Template7 input[type="number"] {
  -moz-appearance: textfield;
}

.Template7 .iknow_tm_contact .message_area {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

.Template7 .iknow_tm_contact .message_area textarea {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px !important;
  background-color: transparent;
}

.Template7 .iknow_tm_contact .message_area textarea:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template7 .iknow_tm_contact .empty_notice {
  color: #f52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500;
}

.Template7 .iknow_tm_contact .contact_error {
  color: #f52225;
  text-align: left;
  font-weight: 500;
}

.Template7 .iknow_tm_contact .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}

.Template7 .iknow_tm_copyright {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 115px 0 58px;
}

.Template7 .iknow_tm_copyright.hidden {
  display: none;
}

.Template7 .iknow_tm_copyright.hidden.visible {
  display: block;
}

.Template7 .iknow_tm_copyright .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template7 .iknow_tm_copyright .left a {
  text-decoration: none;
  color: #888;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_copyright .left a:hover {
  color: #ff451b;
}

.Template7 .iknow_tm_copyright .right ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_copyright .right ul li {
  margin: 0 40px 0 0;
  display: inline-block;
}

.Template7 .iknow_tm_copyright .right ul li:last-child {
  margin-right: 0;
}

.Template7 .iknow_tm_copyright .right ul li a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_copyright .right ul li a:hover {
  color: #ff451b;
}

.Template7 .iknow_tm_copyright.fixed {
  position: fixed;
  bottom: 0;
  padding-top: 55px;
  z-index: 5;
}

.Template7 .iknow_tm_hero_second {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_hero_second .container {
  z-index: 2;
}

.Template7 .iknow_tm_hero_second .background_shape {
  position: absolute;
  top: 0;
  height: calc(100vh + 65px);
  left: 0;
  right: 0;
  background-color: #fff6f1;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 62%);
}

.Template7 .iknow_tm_hero_second .main_info {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 167px;
}

.Template7 .iknow_tm_hero_second .left {
  width: 50%;
}

.Template7 .iknow_tm_hero_second .subtitle {
  display: inline-block;
  color: #ff451b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template7 .iknow_tm_hero_second .name {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
}

.Template7 .iknow_tm_hero_second .text {
  font-size: 22px;
  margin-bottom: 44px;
}

.Template7 .iknow_tm_hero_second .social {
  width: 100%;
  float: left;
}

.Template7 .iknow_tm_hero_second .social ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_hero_second .social ul li {
  margin: 0 12px 0 0;
  display: inline-block;
}

.Template7 .iknow_tm_hero_second .social ul li:last-child {
  margin-right: 0;
}

.Template7 .iknow_tm_hero_second .social ul li a {
  text-decoration: none;
}

.Template7 .iknow_tm_hero_second .social ul li .svg {
  width: 50px;
  height: 50px;
}

.Template7 .iknow_tm_hero_second .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template7 .iknow_tm_hero_second .right .image {
  position: relative;
  width: 430px;
  height: 430px;
  border-radius: 100%;
}

.Template7 .iknow_tm_hero_second .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  z-index: 1;
}

.Template7 .iknow_tm_hero_second .right .image span {
  position: absolute;
}

.Template7 .iknow_tm_hero_second .right .image .first {
  width: 90px;
  height: 90px;
  background-color: #ff451b;
  top: 20px;
  left: -5px;
  transform: rotate(42deg);
  z-index: 2;
}

.Template7 .iknow_tm_hero_second .right .image .second {
  width: 105px;
  height: 152px;
  background-color: #ffb324;
  bottom: -5px;
  left: -25px;
  z-index: 2;
}

.Template7 .iknow_tm_hero_second .right .image .third {
  width: 165px;
  height: 365px;
  background-color: #ffb324;
  top: -30px;
  right: -30px;
}

.Template7 .iknow_tm_extra_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  margin-top: -167px;
}

.Template7 .iknow_tm_extra_menu .menu_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_extra_menu .menu_list .unordered {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li:last-child {
  margin-right: 0;
}

.Template7 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li .list_in {
  width: 100%;
  height: 142px;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .details_wrapper {
  display: none;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 70px;
  margin-top: 25px;
}

.Template7 .iknow_tm_extra_menu .list_in .list_icon,
.Template7 .iknow_tm_extra_menu .list_in .down_icon {
  min-width: 142px;
  width: 142px;
  height: 100%;
  border-radius: 15px;
  position: relative;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_extra_menu .list_in .list_icon {
  background-color: #ff451b;
}

.Template7 .iknow_tm_extra_menu .list_in .down_icon {
  background-color: #ffb324;
}

.Template7 .iknow_tm_extra_menu .list_in .center {
  width: 100%;
  margin: 0 5px;
  height: 100%;
  background-color: #fff;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  border-radius: 15px;
  line-height: 142px;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_extra_menu .list_in .list_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_extra_menu .list_in .down_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_extra_menu .list_in .center span {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .list_icon,
.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .list_icon {
  background-color: #ffb324;
}

.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center,
.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center {
  background-color: #ff451b;
}

.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center
  span,
.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center
  span {
  color: #fff;
}

.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon,
.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon {
  background-color: #fff;
}

.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon
  .svg {
  color: #888;
}

.Template7
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon
  .svg {
  color: #888;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.Template7 .iknow_tm_fixed_background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Template7 .iknow_tm_fixed_content {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.Template7 .iknow_tm_fixed_content .fixed_content_inner {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
}

.Template7 .iknow_tm_fixed_content .content_left {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.Template7 .iknow_tm_fixed_content .menubar {
  width: 200px;
}

.Template7 .iknow_tm_fixed_content .menubar ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_fixed_content .menubar ul li {
  margin: 0 0 7px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  float: left;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 9px 9px 48px rgba(59, 89, 152, 0.07);
  position: relative;
  padding-left: 65px;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_fixed_content .menubar ul li:hover,
.Template7 .iknow_tm_fixed_content .menubar ul li.active {
  background-color: #fe451b;
}

.Template7 .iknow_tm_fixed_content .menubar ul li:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_fixed_content .menubar ul li .svg {
  width: 27px;
  height: 27px;
  color: #ff451b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_fixed_content .menubar ul li:hover .svg,
.Template7 .iknow_tm_fixed_content .menubar ul li.active .svg {
  color: #fff;
}

.Template7 .iknow_tm_fixed_content .menubar ul li span {
  font-weight: 700;
  font-size: 15px;
  color: #222;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_fixed_content .menubar ul li:hover span,
.Template7 .iknow_tm_fixed_content .menubar ul li.active span {
  color: #fff;
}

.Template7 .iknow_tm_fixed_content .infobar {
  width: 424px;
  margin-left: 24px;
}

.Template7 .iknow_tm_fixed_content .infobar .bar_in {
  width: 100%;
  float: left;
  border-radius: 15px;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
}

.Template7 .iknow_tm_fixed_content .infobar .image {
  position: relative;
}

.Template7 .iknow_tm_fixed_content .infobar .image img {
  opacity: 0;
  position: relative;
  min-width: 100%;
}

.Template7 .iknow_tm_fixed_content .infobar .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template7 .iknow_tm_fixed_content .infobar .extra {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  text-align: center;
  padding: 30px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template7 .iknow_tm_fixed_content .infobar .extra .short {
  width: 100%;
  float: left;
  margin-bottom: 27px;
}

.Template7 .iknow_tm_fixed_content .infobar .extra .short h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template7 .iknow_tm_fixed_content .infobar .extra .short span {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}

.Template7 .iknow_tm_fixed_content .infobar .extra .social {
  width: 100%;
  float: left;
}

.Template7 .iknow_tm_fixed_content .infobar .extra .social ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_fixed_content .infobar .extra .social ul li {
  margin: 0 8px 0 0;
  display: inline-block;
}

.Template7 .iknow_tm_fixed_content .infobar .extra .social ul li:last-child {
  margin-right: 0;
}

.Template7 .iknow_tm_fixed_content .infobar .extra .social ul li a {
  text-decoration: none;
}

.Template7 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
  width: 45px;
  height: 45px;
}

.Template7 .iknow_tm_fixed_content .content_right {
  width: 50%;
  margin-left: 24px;
}

.Template7 .iknow_tm_fixed_content .mainbar {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
  border-radius: 15px;
  padding: 70px;
  overflow-y: scroll;
}

.Template7 .iknow_tm_author_info {
  display: none;
  padding-left: 10px;
}

.Template7 .iknow_tm_author_info .info_inner {
  width: 100%;
  display: flex;
  align-items: center;
}

.Template7 .iknow_tm_author_info .avatar {
  position: relative;
  width: 60px;
  height: 60px;
}

.Template7 .iknow_tm_author_info .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template7 .iknow_tm_author_info .info {
  padding-right: 10px;
  text-align: right;
}

.Template7 .iknow_tm_author_info h3 {
  font-size: 16px;
  font-weight: 700;
}

.Template7 .iknow_tm_author_info span {
  font-size: 13px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_about {
  flex-direction: column-reverse;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_about .right {
  padding-left: 0;
  width: 100%;
  top: 0;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_main_title {
  max-width: 100%;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_about .left {
  width: 100%;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_about .left .image img {
  display: none;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_about .left .image .main {
  display: none;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_about .left .left_inner {
  display: block;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_about .left .details {
  left: 0;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_resume .resume_inner {
  flex-direction: column;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_resume .left {
  width: 100%;
  padding-right: 0;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_resume .right {
  width: 100%;
  padding-left: 0;
  margin-top: 55px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 50px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
  margin-left: -24px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
  width: 50%;
  padding-left: 24px;
  margin-bottom: 24px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter {
  text-align: left;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter ul li {
  margin-right: 17px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter ul li {
  margin-right: 17px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
  width: 50%;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .title {
  font-size: 21px;
  margin-bottom: 17px;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon {
  /* width: 72px; */
  height: 72px;
  margin-bottom: 20px;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon
  .svg {
  width: 25px;
  height: 25px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
  width: 50%;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .category
  a {
  font-size: 14px;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .title
  a {
  font-size: 18px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li .details {
  padding: 15px 25px 18px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_contact .wrapper {
  flex-direction: column;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .left {
  width: 100%;
  padding-right: 0;
  margin-bottom: 40px;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .right {
  width: 100%;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul {
  margin: 0;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul
  li {
  width: 100%;
  padding-left: 0;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon {
  width: 80px;
  height: 80px;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon
  .svg {
  width: 30px;
  height: 30px;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .testimonials_list
  .list_inner
  .in {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.Template7 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
  width: 40px;
  height: 40px;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details {
  padding-bottom: 25px;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  span {
  font-size: 15px;
  margin-bottom: 4px;
}

.Template7
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  h3 {
  font-size: 17px;
}

.Template7 .anim_circle {
  animation: animCircle 15s infinite linear;
}

@keyframes animCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.Template7 .anim_scale {
  animation: animScale 5s linear 0s infinite alternate;
}

@keyframes animScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(2);
  }
}

.Template7 .anim_scale2 {
  animation: animScale2 5s linear 0s infinite alternate;
}

@keyframes animScale2 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.4);
  }
}

.Template7 .anim_translate {
  animation: animTranslate 5s linear 0s infinite alternate;
}

@keyframes animTranslate {
  0% {
    transform: rotate(42deg) translateX(-5px);
  }

  100% {
    transform: rotate(42deg) translateX(5px);
  }
}

.Template7 .anim_moveTop {
  animation: animMoveTop 5s linear 0s infinite alternate;
}

@keyframes animMoveTop {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(30px);
  }
}

.Template7 .anim_moveLeft {
  animation: animMoveLeft 5s linear 0s infinite alternate;
}

@keyframes animMoveLeft {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(30px);
  }
}

.Template7 .anim_extra {
  animation: animExtra 5s linear 0s infinite alternate;
}

@keyframes animExtra {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.Template7 .anim_right {
  animation: animRight 5s linear 0s infinite alternate;
}

@keyframes animRight {
  0% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(-15px);
  }
}

.Template7 .anim_right2 {
  animation: animRight2 5s linear 0s infinite alternate;
}

@keyframes animRight2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.Template7 .anim_left2 {
  animation: animLeft2 5s linear 0s infinite alternate;
}

@keyframes animLeft2 {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0px);
  }
}

.Template7 .mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.Template7 .cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #ff451b;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.Template7 .cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #ff451b;
  opacity: 0.3;
}

.Template7 .cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #ff451b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.Template7 .cursor-outer.cursor-hover {
  opacity: 0;
}

.Template7 .iknow_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.Template7 .iknow_tm_sidebar_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  height: 100vh;
  background-color: #fff;
  z-index: 20;
}

.Template7 .iknow_tm_sidebar_2 .sidebar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template7 .iknow_tm_sidebar_2 .logo {
  width: 100%;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #ddd;
  padding-left: 50px;
}

.Template7 .iknow_tm_sidebar_2 .logo img {
  max-width: 135px;
  max-height: 80px;
}

.Template7 .iknow_tm_sidebar_2 .menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_sidebar_2 .ccc {
  position: absolute;
  left: 0;
  right: 0;
  height: 75px;
  background-color: #ff6e4d;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template7 .iknow_tm_sidebar_2 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_sidebar_2 .menu ul li {
  margin: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  float: left;
  position: relative;
  padding-left: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_sidebar_2 .menu ul li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ddd;
  z-index: -1;
}

.Template7 .iknow_tm_sidebar_2 .menu ul li.mleave.active span {
  color: #222;
}

.Template7 .iknow_tm_sidebar_2 .menu ul li.mleave.active .svg {
  color: #ff451b;
}

.Template7 .iknow_tm_sidebar_2 .menu ul li .svg {
  width: 27px;
  height: 27px;
  color: #ff451b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_sidebar_2 .menu ul li:hover .svg {
  color: #fff;
}

.Template7 .iknow_tm_sidebar_2 .menu ul li span {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_sidebar_2 .menu ul li:hover span {
  color: #fff;
}

.Template7 .iknow_tm_sidebar_2 .menu ul li.active .svg,
.Template7 .iknow_tm_sidebar_2 .menu ul li.active span {
  color: #fff;
}

.Template7 .iknow_tm_fixed_mainpart {
  position: fixed;
  top: 0;
  left: 370px;
  right: 0;
  height: 100vh;
  background-color: #e5e5e5;
}

.Template7 .iknow_tm_fixed_mainpart .mainpart_inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.Template7 .iknow_tm_fixed_mainpart .topbar_extra {
  position: absolute;
  top: 0;
  left: 370px;
  right: 100px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template7 .iknow_tm_fixed_mainpart .topbar_extra .iknow_tm_button {
  width: auto;
}

.Template7 .iknow_tm_fixed_mainpart .topbar_extra .details {
  display: flex;
  align-items: center;
}

.Template7 .iknow_tm_fixed_mainpart .topbar_extra .details .social {
  position: relative;
  top: 3px;
  margin-right: 15px;
}

.Template7 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template7
  .iknow_tm_fixed_mainpart
  .topbar_extra
  .details.social
  ul
  li:last-child {
  margin-right: 0;
}

.Template7 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template7 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template7 .iknow_tm_fixed_mainpart .extra_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  line-height: 110px;
  padding: 0 100px;
}

.Template7 .iknow_tm_fixed_mainpart .iknow_tm_copyright {
  padding: 0;
}

.Template7 .iknow_tm_content_extra {
  position: fixed;
  top: 110px;
  bottom: 110px;
  right: 100px;
  left: 470px;
  border: 15px;
}

.Template7 .iknow_tm_animate_section::-webkit-scrollbar {
  width: 0;
}

.Template7 .iknow_tm_animate_section {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template7 .iknow_tm_animate_section:-webkit-scrollbar-track {
  background: #fff;
}

.Template7 .iknow_tm_animate_section::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template7 .iknow_tm_animate_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  transition: visibility 1s linear, opacity 0.5s linear;
  -moz-transition: visibility 1s linear, opacity 0.5s linear;
  -webkit-transition: visibility1s linear, opacity 0.5s linear;
  -o-transition: visibility 1s linear, opacity 0.5s linear;
}

.Template7 .iknow_tm_animate_section.animated {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.Template7 .iknow_tm_animate_section.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.Template7 .iknow_tm_animate_section.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.Template7 .iknow_tm_animate_section .section_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  padding: 70px;
  border-radius: 15px;
}

.Template7 .iknow_tm_hero_extra {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Template7 .iknow_tm_hero_extra .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template7 .iknow_tm_hero_extra .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template7 .iknow_tm_hero_extra .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

.Template7 .iknow_tm_hero_extra .hero_content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template7 .iknow_tm_hero_extra .hero_content .left {
  width: 50%;
  padding-left: 125px;
}

.Template7 .iknow_tm_hero_extra .hero_content .left .hello {
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 8px;
}

.Template7 .iknow_tm_hero_extra .hero_content .left .name {
  font-weight: 700;
  color: #fff;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 23px;
}

.Template7 .iknow_tm_hero_extra .hero_content .left .text {
  font-size: 23px;
  color: #fff;
  margin-bottom: 35px;
}

.Template7 .iknow_tm_hero_extra .hero_content .right {
  width: 50%;
  height: 100%;
  text-align: right;
  position: relative;
  padding: 10%;
}

.Template7 .iknow_tm_hero_extra .hero_content .right .image {
  position: relative;
}

.Template7 .iknow_tm_hero_extra .hero_content .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template7 .iknow_tm_hero_extra .hero_content .right .image .main {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  z-index: 2;
}

.Template7 .iknow_tm_hero_extra .hero_content .right .image .box {
  position: absolute;
  top: -30px !important;
  bottom: 30px !important;
  left: 30px !important;
  right: -30px !important;
  background-color: rgba(254, 69, 27, 0.694);
  border-radius: 15px;
  z-index: 1;
}

.Template7 .iknow_tm_button.yellow a {
  background-color: #ffb324;
}

.Template7 .iknow_tm_button.yellow a:hover {
  background-color: #ff451b;
}

.Template7 .iknow_tm_extra_demo {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template7 .iknow_tm_extra_demo .top_shape,
.Template7 .iknow_tm_extra_demo .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #f4f6f8;
}

.Template7 .iknow_tm_extra_demo .top_shape {
  top: 0;
  z-index: 8;
}

.Template7 .iknow_tm_extra_demo .bottom_shape {
  bottom: 0;
  z-index: 11;
}

.Template7 .iknow_tm_extra_demo .background_part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #f4f6f8;
}

.Template7 .iknow_tm_extra_demo .iknow_tm_topbar {
  position: fixed;
  left: 132px;
  right: 132px;
  background-color: #f4f6f8;
  z-index: 10;
}

.Template7 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
  width: 45px !important;
  height: 45px !important;
}

.Template7 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
  margin-right: 8px;
}

.Template7 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template7 .iknow_tm_topbar .wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.Template7 .iknow_tm_topbar.smaller {
  left: 15%;
  right: 15%;
}

.Template7 .iknow_tm_topbar .wrapper .trigger {
  position: relative;
  top: 7px;
}

.Template7 .iknow_tm_topbar .wrapper .menu .ccc {
  position: absolute;
  bottom: 0;
  width: 30px;
  background-color: #dd4242;
  display: block;
  top: 10px;
  bottom: 10px;
  border-radius: 20px;
  border-radius: 50px;
  background-color: #ffb324;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template7 .iknow_tm_topbar .wrapper .menu {
  background-color: #fff;
  padding: 10px;
  box-shadow: 18px 18px 30px rgba(8, 32, 93, 0.07);
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_topbar .wrapper .menu.opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.Template7 .iknow_tm_topbar .wrapper .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_topbar .wrapper .menu ul li {
  margin: 0;
  float: left;
}

.Template7 .iknow_tm_topbar .wrapper .menu ul li:last-child {
  margin-right: 0;
}

.Template7 .iknow_tm_topbar .wrapper .menu ul li a {
  text-decoration: none;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 9px 24px 8px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_topbar .wrapper .menu ul li.mleave.active a {
  color: #222;
}

.Template7 .iknow_tm_topbar .wrapper .menu ul li.active a {
  color: #fff;
}

.Template7 .iknow_tm_topbar .wrapper .menu ul li a:hover {
  color: #fff;
}

.Template7 .iknow_tm_topbar .hamburger-inner,
.Template7 .iknow_tm_topbar .hamburger-inner:after,
.Template7 .iknow_tm_topbar .hamburger-inner:before {
  width: 30px;
  height: 2px;
}

.Template7 .iknow_tm_topbar .hamburger {
  padding: 0;
}

.Template7 .iknow_tm_topbar .hamburger-box {
  width: 30px;
}

.Template7 .iknow_tm_extra_demo .iknow_tm_copyright {
  position: fixed;
  width: auto;
  padding: 0;
  bottom: 0;
  left: 132px;
  right: 132px;
  z-index: 13;
}

.Template7 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
  height: 110px;
}

.Template7 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
  left: 15%;
  right: 15%;
}

.Template7 .iknow_tm_copyright.empty {
  padding: 0 0 70px;
}

.Template7 .iknow_tm_sidebar_3 {
  position: fixed;
  width: 312px;
  top: 110px;
  bottom: 110px;
  left: 130px;
  z-index: 5;
  border-radius: 15px;
  background-color: #fff;
}

.Template7 .iknow_tm_sidebar_3 .inner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_sidebar_3 .image {
  width: 100%;
  height: 222px;
  background-color: #feb224;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.Template7 .iknow_tm_sidebar_3 .image .main {
  position: absolute;
  width: 222px;
  height: 222px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_sidebar_3.animate .main {
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.Template7 .iknow_tm_sidebar_3.animate .menu {
  margin-top: 45px;
}

.Template7 .iknow_tm_sidebar_3 .menu {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 48px;
  margin-top: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_sidebar_3 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
  padding: 14px 0;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #e7e7e7;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li:last-child:before {
  display: none;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li:after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  bottom: 0;
  background-color: #d7d7d7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li:last-child:after {
  display: none;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li.current:after {
  width: 100%;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li:hover:after {
  width: 100%;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li.current span {
  color: #ff451b;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li:hover span {
  color: #ff451b;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #ff451b;
  position: absolute;
  left: 40px;
}

.Template7 .iknow_tm_sidebar_3 .menu ul li span {
  color: #222;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_content_wrapper {
  position: absolute;
  top: 110px;
  bottom: 110px;
  right: 135px;
  left: 468px;
  border-radius: 15px;
  z-index: 5;
}

.Template7 .iknow_tm_hero_third {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template7 .iknow_tm_hero_third .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template7 .iknow_tm_hero_third .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template7 .iknow_tm_hero_third .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 48, 86, 0.82);
  z-index: 1;
  border-radius: 15px;
}

.Template7 .iknow_tm_hero_third .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.Template7 .iknow_tm_hero_third .content .hello {
  font-weight: 700;
  color: #ff451b;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template7 .iknow_tm_hero_third .content .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template7 .iknow_tm_hero_third .content .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template7 .iknow_tm_down_arrow {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.Template7 .iknow_tm_down_arrow svg {
  width: 25px !important;
  height: 25px !important;
}

.Template7 .iknow_tm_down_arrow svg #wheel {
  animation: scroll ease 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

.Template7 .iknow_tm_section_new {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 70px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 12px rgba(108, 99, 255, 0.09);
  margin-bottom: 70px;
  overflow: hidden;
}

.Template7 .iknow_tm_section_new:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_section_new.contact {
  padding-bottom: 170px;
}

.Template7 .iknow_tm_mainpart_new {
  position: fixed;
  top: 110px;
  bottom: 110px;
  left: 15%;
  right: 15%;
}

.Template7 .iknow_tm_hero_fourth {
  position: relative;
  width: 100%;
  height: 100%;
}

.Template7 .iknow_tm_hero_fourth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template7 .iknow_tm_hero_fourth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template7 .iknow_tm_hero_fourth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template7 .iknow_tm_hero_fourth .content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 110px;
}

.Template7 .iknow_tm_hero_fourth .content .left {
  width: 50%;
  padding-right: 50px;
}

.Template7 .iknow_tm_hero_fourth .content .right {
  width: 50%;
  padding-left: 50px;
}

.Template7 .iknow_tm_hero_fourth .content .left img {
  max-width: 470px;
  max-height: 470px;
}

.Template7 .iknow_tm_hero_fourth .content .right .hello {
  font-weight: 700;
  color: #ff451b;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template7 .iknow_tm_hero_fourth .content .right .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template7 .iknow_tm_hero_fourth .content .right .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template7 .iknow_tm_extra_demo_2 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template7 .iknow_tm_extra_demo_2 .top_shape,
.Template7 .iknow_tm_extra_demo_2 .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff6f1;
  z-index: 6;
}

.Template7 .iknow_tm_extra_demo_2 .top_shape {
  top: 0;
  height: 110px;
}

.Template7 .iknow_tm_extra_demo_2 .bottom_shape {
  bottom: 0;
  height: 70px;
}

.Template7 .iknow_tm_extra_demo_2 .iknow_tm_topbar {
  position: fixed;
}

.Template7 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template7 .iknow_tm_mainpart_new_2 {
  position: absolute;
  top: 110px;
  left: 15%;
  right: 15%;
  bottom: 70px;
  z-index: 4;
}

.Template7 .iknow_tm_hero_fifth {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template7 .iknow_tm_hero_fifth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template7 .iknow_tm_hero_fifth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template7 .iknow_tm_hero_fifth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template7 .iknow_tm_hero_fifth .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.Template7 .iknow_tm_hero_fifth .avatar {
  position: relative;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 43px;
}

.Template7 .iknow_tm_hero_fifth .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template7 .iknow_tm_hero_fifth .details {
  width: 100%;
  float: left;
}

.Template7 .iknow_tm_hero_fifth .hello {
  font-weight: 700;
  color: #ff451b;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template7 .iknow_tm_hero_fifth .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template7 .iknow_tm_hero_fifth .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 500px;
  font-weight: 600;
  margin: 0 auto 25px;
}

.Template7 .iknow_tm_hero_fifth .sign {
  max-width: 200px;
  max-height: 110px;
}

.Template7 .iknow_tm_mainpart_new_2 .social_list {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 15%;
  padding: 0 2vw;
  display: flex;
  justify-content: flex-end;
}

.Template7 .iknow_tm_mainpart_new_2 .social_list ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_mainpart_new_2 .social_list ul li {
  margin: 0 0 5px;
}

.Template7 .iknow_tm_mainpart_new_2 .social_list ul li:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_mainpart_new_2 .social_list ul li a {
  text-decoration: none;
}

.Template7 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
  width: 48px;
  height: 48px;
}

.Template7 .iknow_tm_mainpart_new_2 .main_menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  padding: 0 2vw;
  max-width: 15%;
}

.Template7 .iknow_tm_mainpart_new_2 .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_mainpart_new_2 .main_menu ul li {
  margin: 0 0 12px;
  background-color: #fff;
  position: relative;
  height: 70px;
  width: 70px;
  padding: 23px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_mainpart_new_2 .main_menu ul li:last-child {
  margin-bottom: 0;
}

.Template7 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #ff451b;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_mainpart_new_2 .main_menu ul li span {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
.Template7 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  left: 46px;
}

.Template7 .iknow_tm_mainpart_new_2 .main_menu ul li.current svg {
  color: #fff;
}

.Template7 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  color: #fff;
}

.Template7 .iknow_tm_mainpart_new_2 .main_menu ul li.current {
  background-color: #ff451b;
}

.Template7 .iknow_tm_intro {
  width: 100%;
  height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template7 .iknow_tm_intro .intro_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 130px 0 120px;
}

.Template7 .iknow_tm_intro .intro_title span {
  display: block;
}

.Template7 .iknow_tm_intro .intro_title img {
  max-width: 150px;
  margin-bottom: 15px;
}

.Template7 .iknow_tm_intro .intro_title .image_logo {
  display: inline-block;
  position: relative;
}

.Template7 .iknow_tm_intro .intro_title .image_logo .version {
  position: absolute;
  top: -5px;
  right: -65px;
  color: #ff451b;
  font-weight: 700;
  font-size: 20px;
}

.Template7 .iknow_tm_intro .intro_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Template7 .iknow_tm_intro .demo {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.Template7 .iknow_tm_intro .demo ul {
  margin: 0;
  list-style-type: none;
}

.Template7 .iknow_tm_intro .demo ul li {
  margin: 0 0 88px;
  width: 100%;
  float: left;
}

.Template7 .iknow_tm_intro .demo ul li .name {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 52px;
}

.Template7 .iknow_tm_intro .demo ul li .name .name_in {
  position: relative;
}

.Template7 .iknow_tm_intro .demo ul li .name .name_in .new {
  position: absolute;
  display: inline-block;
  background-color: #ff451b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: capitalize;
  bottom: 100%;
  margin-bottom: -10px;
  left: 100%;
  border-radius: 50px;
}

.Template7 .iknow_tm_intro .demo ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template7 .iknow_tm_intro .demo ul li .list_inner .in {
  width: 50%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_intro .demo ul li .list_inner .in:hover {
  top: -10px;
}

.Template7 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
  margin-left: 0;
  margin-right: 30px;
}

.Template7 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
  margin-left: 30px;
  margin-right: 0;
}

.Template7 .iknow_tm_intro .demo ul li img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.Template7 .iknow_tm_intro .demo ul li .mini {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template7 .iknow_tm_intro .demo ul li .list_inner .in:hover .mini {
  color: #ff451b;
}

.Template7 .iknow_tm_intro .coming h3 {
  color: #b5b5b5;
}

.Template7 .iknow_tm_intro .intro_space {
  width: 100%;
  float: left;
  height: 120px;
}

@media (max-width: 1400px) {
  body:has(.Template7) {
    font-size: 16px;
    line-height: 1.6;
  }

  .Template7 .container {
    max-width: 1070px;
  }

  .Template7 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template7 .iknow_tm_topbar .logo img {
    max-width: 95px;
  }

  .Template7 .iknow_tm_button a {
    font-size: 14px;
    padding: 8px 35px;
  }

  .Template7 .iknow_tm_topbar .right .social ul li {
    margin-right: 8px;
  }

  .Template7 .iknow_tm_topbar .right .social ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template7 .iknow_tm_topbar .iknow_tm_button {
    margin-left: 23px;
  }

  .Template7 .iknow_tm_hero .main_menu ul li {
    width: 95px;
    height: 95px;
    padding: 35px;
  }

  .Template7 .iknow_tm_hero .main_menu ul li .svg {
    width: 25px;
    height: 25px;
  }

  .Template7 .iknow_tm_hero .main_menu ul li.entered span {
    left: 60px;
  }

  .Template7 .iknow_tm_hero .main_menu ul li.active span {
    left: 60px;
  }

  .Template7 .iknow_tm_hero .main_menu ul li span {
    font-size: 17px;
  }

  .Template7 .iknow_tm_hero .subtitle {
    font-size: 25px;
  }

  .Template7 .iknow_tm_hero .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template7 .iknow_tm_hero .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template7 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template7 .iknow_tm_video .play {
    font-size: 20px;
    padding-left: 20px;
  }

  .Template7 .iknow_tm_main_title h3 {
    font-size: 35px;
  }

  .Template7 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template7 .iknow_tm_hero_second .subtitle {
    font-size: 25px;
  }

  .Template7 .iknow_tm_hero_second .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template7 .iknow_tm_hero_second .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template7 .iknow_tm_hero_second .right .image {
    width: 315px;
    height: 315px;
  }

  .Template7 .iknow_tm_hero_second .right .image .first {
    width: 65px;
    height: 65px;
    top: 10px;
  }

  .Template7 .iknow_tm_hero_second .right .image .second {
    width: 85px;
    height: 110px;
    left: -20px;
  }

  .Template7 .iknow_tm_hero_second .right .image .third {
    width: 120px;
    height: 260px;
    top: -10px;
  }

  .Template7 .iknow_tm_hero_second .social ul li .svg {
    width: 40px;
    height: 40px;
  }

  .Template7 .iknow_tm_hero_second .social ul li {
    margin-right: 8px;
  }

  .Template7 .iknow_tm_extra_menu {
    margin-top: -145px;
  }

  .Template7
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 120px;
  }

  .Template7 .iknow_tm_extra_menu .list_in .list_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template7 .iknow_tm_extra_menu .list_in .down_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template7 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 36px;
    height: 36px;
  }

  .Template7 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 20px;
    height: 20px;
  }

  .Template7 .iknow_tm_extra_menu .list_in .center {
    line-height: 120px;
    padding: 0 35px;
  }

  .Template7 .iknow_tm_extra_menu .list_in .center span {
    font-size: 25px;
  }

  .Template7 .iknow_tm_about .left .details {
    min-width: 60%;
  }

  .Template7 .iknow_tm_about .left .details span {
    font-size: 15px;
  }

  .Template7 .iknow_tm_about .left .details {
    padding: 30px 34px 29px;
  }

  .Template7 .iknow_tm_about .left .details h3 {
    margin-bottom: 1px;
  }

  .Template7 .iknow_tm_about .left .details ul li {
    padding: 10px 0;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template7 .progress_inner span.label {
    font-size: 19px;
  }

  .Template7 .progress_inner > span {
    margin-bottom: 16px;
  }

  .Template7 .circular_progress_bar .title h3 {
    margin-bottom: 19px;
  }

  .Template7 .iknow_tm_services .service_list ul li .title {
    margin-bottom: 25px;
  }

  .Template7 .iknow_tm_portfolio .portfolio_filter ul li a {
    font-size: 16px;
  }

  .Template7 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template7 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .Template7 .iknow_tm_portfolio .portfolio_list .details h3 {
    font-size: 19px;
  }

  .Template7 .iknow_tm_portfolio .portfolio_list .details {
    padding-bottom: 25px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin: 2px;
    font-size: 19px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 40px;
    height: 40px;
  }

  .Template7 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template7 .iknow_tm_modalbox .box_inner {
    width: 850px;
  }

  .Template7 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .Template7 .iknow_tm_copyright {
    padding-bottom: 25px;
  }

  .Template7 .iknow_tm_fixed_content .menubar ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
  }

  .Template7 .iknow_tm_fixed_content .menubar ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template7 .iknow_tm_fixed_content .menubar ul li span {
    font-size: 12px;
  }

  .Template7 .iknow_tm_fixed_content .menubar ul li .svg {
    left: 14px;
  }

  .Template7 .iknow_tm_fixed_content .infobar .extra .short h3 {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .Template7 .iknow_tm_fixed_content .infobar .extra .short span {
    font-size: 14px;
  }

  .Template7 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
    width: 30px;
    height: 30px;
  }

  .Template7 .iknow_tm_fixed_content .infobar .extra .social ul li {
    margin-right: 4px;
  }

  .Template7 .iknow_tm_fixed_content .infobar .extra .short {
    margin-bottom: 15px;
  }

  .Template7 .iknow_tm_fixed_content .infobar .extra {
    padding: 20px 10px;
  }

  .Template7 .iknow_tm_fixed_content .mainbar {
    padding: 55px;
  }

  .Template7 .iknow_tm_fixed_content .iknow_tm_main_title h3 {
    font-size: 31px;
  }

  .Template7 .iknow_tm_fixed_content .iknow_tm_resume_title h3 {
    font-size: 30px;
  }

  .Template7 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 15px;
    padding: 5px 25px 4px;
  }

  .Template7 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 19px;
    margin-bottom: 3px;
  }

  .Template7 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 16px;
  }

  .Template7 .circular_progress_bar .list_inner:after {
    width: 155px;
    height: 155px;
  }

  .Template7 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template7 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template7 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template7 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
    width: 30px;
    height: 30px;
  }

  .Template7
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details {
    padding-bottom: 15px;
  }

  .Template7
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    span {
    margin-bottom: 0;
    font-size: 14px;
  }

  .Template7
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    h3 {
    font-size: 15px;
  }

  .Template7
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .list_inner {
    padding: 50px 30px 48px;
  }

  .Template7
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .title {
    font-size: 17px;
  }

  .Template7
    .iknow_tm_fixed_content
    .iknow_tm_testimonials
    .testimonials_list
    .text
    p {
    font-size: 16px;
  }

  .Template7 .iknow_tm_sidebar_2 .logo {
    height: 75px;
    line-height: 75px;
  }

  .Template7 .iknow_tm_sidebar_2 .logo img {
    max-width: 90px;
    max-height: 60px;
  }

  .Template7 .iknow_tm_sidebar_2 {
    width: 300px;
  }

  .Template7 .iknow_tm_sidebar_2 .menu ul li {
    height: 55px;
    line-height: 55px;
  }

  .Template7 .iknow_tm_sidebar_2 .ccc {
    height: 55px;
  }

  .Template7 .iknow_tm_sidebar_2 .menu ul li span {
    font-size: 13px;
  }

  .Template7 .iknow_tm_sidebar_2 .menu ul li .svg {
    width: 23px;
    height: 23px;
    left: 40px;
  }

  .Template7 .iknow_tm_sidebar_2 .menu ul li {
    padding-left: 75px;
  }

  .Template7 .iknow_tm_sidebar_2 .logo {
    padding-left: 40px;
    margin-top: 100px;
  }

  .Template7 .iknow_tm_fixed_mainpart {
    left: 300px;
  }

  .Template7 .iknow_tm_content_extra {
    top: 75px;
    bottom: 75px;
    left: 380px;
    right: 80px;
  }

  .Template7 .iknow_tm_fixed_mainpart .topbar_extra {
    height: 75px;
  }

  .Template7 .iknow_tm_fixed_mainpart .extra_copyright {
    padding: 0 80px;
    height: 75px;
    line-height: 75px;
  }

  .Template7 .iknow_tm_fixed_mainpart .topbar_extra {
    left: 380px;
    right: 80px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
    margin-bottom: 4px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left {
    padding-left: 85px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 80px;
    margin-bottom: 15px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -20px !important;
    bottom: 20px !important;
    left: 20px !important;
    right: -20px !important;
  }

  .Template7 .iknow_tm_animate_section .section_inner {
    padding: 55px;
  }

  .Template7 .iknow_tm_extra_demo .top_shape,
  .Template7 .iknow_tm_extra_demo .bottom_shape {
    height: 75px;
  }

  .Template7 .iknow_tm_sidebar_3 {
    left: 75px;
    width: 240px;
    top: 75px;
    bottom: 75px;
  }

  .Template7 .iknow_tm_sidebar_3 .image {
    height: 140px;
  }

  .Template7 .iknow_tm_sidebar_3 .image .main {
    width: 140px;
    height: 140px;
    bottom: -45px;
  }

  .Template7 .iknow_tm_sidebar_3.animate .main {
    bottom: 0;
    width: 100%;
  }

  .Template7 .iknow_tm_sidebar_3 .menu {
    padding: 0 35px;
    margin-top: 70px;
  }

  .Template7 .iknow_tm_sidebar_3 .menu ul li .svg {
    left: 20px;
    width: 23px;
    height: 20px;
    margin-top: 3px;
  }

  .Template7 .iknow_tm_sidebar_3 .menu ul li span {
    padding-left: 55px;
    font-size: 13px;
  }

  .Template7 .iknow_tm_sidebar_3 .menu ul li {
    padding: 5px 0;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: 75px;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
    width: 30px !important;
    height: 30px !important;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
    margin-right: 4px;
  }

  .Template7 .iknow_tm_content_wrapper {
    top: 75px;
    bottom: 75px;
    right: 75px;
    left: 335px;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_topbar {
    left: 75px;
    right: 75px;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_copyright {
    left: 75px;
    right: 75px;
  }

  .Template7 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template7 .iknow_tm_hero_third .content .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template7 .iknow_tm_hero_third .content .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template7 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template7 .iknow_tm_section_new {
    padding: 55px;
  }

  .Template7 .iknow_tm_mainpart_new {
    top: 75px;
    bottom: 75px;
  }

  .Template7 .iknow_tm_hero_fourth .content .right {
    padding-left: 40px;
  }

  .Template7 .iknow_tm_hero_fourth .content {
    padding: 0 90px;
  }

  .Template7 .iknow_tm_hero_fourth .content .left img {
    max-width: 300px;
    max-height: 300px;
  }

  .Template7 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template7 .iknow_tm_hero_fourth .content .right .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template7 .iknow_tm_hero_fourth .content .right .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_topbar.smaller {
    left: 15%;
    right: 15%;
  }

  .Template7 .iknow_tm_mainpart_new_2 {
    top: 75px;
  }

  .Template7 .iknow_tm_extra_demo_2 .top_shape {
    height: 75px;
  }

  .Template7 .iknow_tm_hero_fifth .avatar {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }

  .Template7 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template7 .iknow_tm_hero_fifth .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template7 .iknow_tm_hero_fifth .text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .Template7 .iknow_tm_hero_fifth .sign {
    max-width: 110px;
    max-height: 70px;
  }

  .Template7 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template7 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template7 .iknow_tm_mainpart_new_2 .social_list ul li {
    margin-bottom: 2px;
  }

  .Template7 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
    width: 20px;
    height: 20px;
  }

  .Template7 .iknow_tm_mainpart_new_2 .main_menu ul li span {
    font-size: 13px;
  }

  .Template7 .iknow_tm_mainpart_new_2 .main_menu ul li {
    width: 50px;
    height: 50px;
    padding: 15px;
    margin-bottom: 4px;
  }

  .Template7 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
  .Template7 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
    left: 32px;
  }

  .Template7 .intro_title img {
    max-width: 120px;
  }

  .Template7 .iknow_tm_intro .filter ul li a {
    font-size: 16px;
  }

  .Template7 .iknow_tm_intro .filter {
    margin-bottom: 30px;
  }

  .Template7 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 20px;
  }

  .Template7 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 20px;
  }

  .Template7 .iknow_tm_intro .demo ul li h3 {
    font-size: 14px;
  }

  .Template7 .intro_title {
    margin-bottom: 70px;
  }
}

@media (max-width: 1040px) {
  .Template7 .iknow_tm_mobile_menu {
    display: block;
  }

  .Template7 .iknow_tm_topbar.onepage {
    display: none;
  }

  .Template7 .iknow_tm_extra_demo_2 .top_shape,
  .Template7 .iknow_tm_extra_demo_2 .bottom_shape {
    display: none;
  }

  .Template7 .iknow_tm_sidebar_3 {
    display: none;
  }

  .Template7 .iknow_tm_content_wrapper {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 10px;
  }

  .Template7 .iknow_tm_section_new {
    margin-bottom: 10px;
    padding: 50px 20px;
  }

  .Template7 .iknow_tm_hero_third {
    margin-bottom: 10px;
  }

  .Template7 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
  }

  .Template7 .iknow_tm_hero_third .content .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template7 .iknow_tm_hero_third .content .text {
    font-size: 18px;
  }

  .Template7 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
  }

  .Template7 .iknow_tm_hero_fifth .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template7 .iknow_tm_hero_fifth .text {
    font-size: 18px;
  }

  .Template7 .iknow_tm_hero_fifth .sign {
    max-width: 150px;
    max-height: 75px;
  }

  .Template7 .iknow_tm_extra_demo .top_shape,
  .Template7 .iknow_tm_extra_demo .bottom_shape {
    display: none;
  }

  .Template7 .iknow_tm_copyright.onepage .inner {
    height: auto;
  }

  .Template7 .iknow_tm_copyright.onepage {
    position: relative;
    left: 0;
    right: 0;
    padding: 20px 0;
  }

  .Template7 .iknow_tm_mainpart_new_2 .main_menu {
    display: none;
  }

  .Template7 .iknow_tm_mainpart_new_2 .social_list {
    display: none;
  }

  .Template7 .iknow_tm_mainpart_new_2 {
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .Template7 .iknow_tm_hero_fifth {
    margin-bottom: 10px;
  }

  .Template7 .iknow_tm_topbar.smaller {
    left: 10px;
    right: 10px;
  }

  .Template7 .iknow_tm_mainpart_new {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 70px;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 70px;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
    left: 10px;
    right: 10px;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: auto;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_copyright .inner .left {
    margin-bottom: 1px;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_copyright p,
  .Template7 .iknow_tm_extra_demo .iknow_tm_copyright a {
    font-size: 13px;
  }

  .Template7 .iknow_tm_sidebar_2 {
    display: none;
  }

  .Template7 .iknow_tm_fixed_mainpart {
    left: 0;
  }

  .Template7 .iknow_tm_topbar .wrapper .menu {
    margin: 0;
    width: 180px;
    right: 0;
    transform: translateY(10px);
    border-radius: 10px;
    position: absolute;
    top: 100%;
  }

  .Template7 .iknow_tm_topbar .wrapper .menu.opened {
    transform: translateY(19px);
  }

  .Template7 .iknow_tm_topbar .wrapper .menu ul {
    display: flex;
    flex-direction: column;
  }

  .Template7 .iknow_tm_topbar .wrapper .menu ul li a {
    display: block;
  }

  .Template7 .iknow_tm_topbar .wrapper .menu .ccc {
    display: none;
  }

  .Template7 .iknow_tm_topbar .wrapper .menu ul li.active a {
    color: #ff451b;
  }

  .Template7 .iknow_tm_topbar .wrapper .menu ul li a:hover {
    color: #ff451b;
  }

  .Template7 .iknow_tm_topbar .wrapper .menu ul li a {
    padding: 6px 15px 5px;
  }

  .Template7 .iknow_tm_animate_section .section_inner {
    padding: 50px 20px;
  }

  .Template7 .iknow_tm_hero_fourth .content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }

  .Template7 .iknow_tm_hero_fourth .content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template7 .iknow_tm_hero_fourth .content .right {
    width: 100%;
    padding-left: 0;
  }

  .Template7 .iknow_tm_hero_fourth .content .left img {
    max-width: 220px;
    max-height: 220px;
  }

  .Template7 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
  }

  .Template7 .iknow_tm_hero_fourth .content .right .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template7 .iknow_tm_hero_fourth .content .right .text {
    font-size: 18px;
  }

  .Template7 .iknow_tm_content_extra {
    top: 70px;
    bottom: 70px;
    left: 10px;
    right: 10px;
  }

  .Template7 .iknow_tm_fixed_mainpart .topbar_extra {
    display: none;
  }

  .Template7 .iknow_tm_fixed_mainpart .extra_copyright {
    height: auto;
    line-height: 1.3;
    padding: 0;
  }

  .Template7 .iknow_tm_fixed_mainpart .extra_copyright p,
  .Template7 .iknow_tm_fixed_mainpart .extra_copyright a {
    font-size: 13px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content {
    flex-direction: column-reverse;
    padding: 50px 20px;
    text-align: center;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .right {
    padding: 0;
    margin-bottom: 40px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .right .image {
    max-width: 165px;
    margin: 0 auto;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left {
    width: 100%;
    padding: 0;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -10px !important;
    bottom: 10px !important;
    left: 10px !important;
    right: -10px !important;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 18px;
  }

  .Template7 .iknow_tm_section_new.contact {
    padding-bottom: 70px;
  }

  .Template7 .iknow_tm_extra_demo .iknow_tm_copyright {
    bottom: 5px;
  }

  .Template7 .mouse-cursor {
    display: none;
  }

  .Template7 .iknow_tm_button a {
    padding: 10px 30px;
    font-size: 14px;
  }

  .Template7 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template7 .iknow_tm_topbar .iknow_tm_button a {
    padding: 8px 20px;
    font-size: 13px;
  }

  .Template7 .iknow_tm_topbar .right .social {
    display: none;
  }

  .Template7 .container {
    padding: 0 20px;
  }

  .Template7 .iknow_tm_hero .main_menu {
    margin-top: 50px;
  }

  .Template7 .iknow_tm_hero .main_menu ul li {
    width: 100% !important;
    height: auto !important;
    padding: 20px;
  }

  .Template7 .iknow_tm_hero .main_menu ul li span {
    left: 65px !important;
    font-size: 20px;
  }

  .Template7 .iknow_tm_hero .main_menu ul li .svg {
    width: 32px;
    height: 32px;
  }

  .Template7 .iknow_tm_hero .content_inner .main_info {
    min-height: auto;
  }

  .Template7 .iknow_tm_hero .content_inner .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
  }

  .Template7 .iknow_tm_hero .right {
    padding-left: 0;
    width: 100%;
  }

  .Template7 .iknow_tm_hero .right .image .main:before {
    display: none;
  }

  .Template7 .iknow_tm_hero .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template7 .iknow_tm_hero .name {
    font-size: 35px;
  }

  .Template7 .iknow_tm_hero .text {
    font-size: 20px;
  }

  .Template7 .iknow_tm_hero_second .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template7 .iknow_tm_hero_second .right {
    width: 100%;
  }

  .Template7 .iknow_tm_hero_second .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
    padding-top: 150px;
  }

  .Template7 .iknow_tm_hero_second .right .image span {
    display: none;
  }

  .Template7 .iknow_tm_hero_second .right .image {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 350px;
    border-radius: 0;
  }

  .Template7 .iknow_tm_hero_second .right .image .main {
    border-radius: 15px;
  }

  .Template7 .iknow_tm_hero_second .name {
    font-size: 35px;
  }

  .Template7 .iknow_tm_hero_second .text {
    font-size: 20px;
  }

  .Template7 .iknow_tm_hero_second .social ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template7 .iknow_tm_hero_second .text {
    margin-bottom: 25px;
  }

  .Template7 .iknow_tm_extra_menu {
    margin-top: -100px;
  }

  .Template7 .iknow_tm_extra_menu .list_in .center span {
    font-size: 18px;
  }

  .Template7 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
    margin-bottom: 10px;
  }

  .Template7
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    margin-top: 10px;
  }

  .Template7
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 60px;
  }

  .Template7 .iknow_tm_extra_menu .list_in .center {
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 70px;
    margin: 0;
  }

  .Template7 .iknow_tm_extra_menu .list_in .list_icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
  }

  .Template7 .iknow_tm_extra_menu .list_in .down_icon {
    display: none;
  }

  .Template7 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 25px;
    height: 25px;
  }

  .Template7 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 15px;
    height: 15px;
  }

  .Template7 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template7 .iknow_tm_video .play {
    font-size: 22px;
    padding-left: 20px;
  }

  .Template7 .iknow_tm_mainpart.opened {
    padding: 70px 30px;
  }

  .Template7 .iknow_tm_about {
    flex-direction: column-reverse;
  }

  .Template7 .iknow_tm_about .right {
    padding-left: 0;
    width: 100%;
    top: 0;
  }

  .Template7 .iknow_tm_main_title {
    max-width: 100%;
  }

  .Template7 .iknow_tm_main_title h3 {
    font-size: 40px;
  }

  .Template7 .iknow_tm_about .left {
    width: 100%;
  }

  .Template7 .iknow_tm_about .left .image img {
    display: none;
  }

  .Template7 .iknow_tm_about .left .image .main {
    display: none;
  }

  .Template7 .iknow_tm_about .left .left_inner {
    display: block;
  }

  .Template7 .iknow_tm_about .left .details {
    left: 0;
  }

  .Template7 .iknow_tm_resume .iknow_tm_main_title {
    margin-bottom: 65px;
  }

  .Template7 .iknow_tm_resume .resume_inner {
    flex-direction: column;
  }

  .Template7 .iknow_tm_resume .left {
    width: 100%;
    padding-right: 0;
  }

  .Template7 .iknow_tm_resume .right {
    width: 100%;
    padding-left: 0;
    margin-top: 55px;
  }

  .Template7 .iknow_tm_portfolio .portfolio_list ul li {
    width: 50%;
  }

  .Template7 .iknow_tm_portfolio .portfolio_filter {
    text-align: left;
  }

  .Template7 .iknow_tm_services .service_list ul li {
    width: 50%;
  }

  .Template7 .iknow_tm_news .news_list ul li {
    width: 50%;
  }

  .Template7 .iknow_tm_contact .wrapper {
    flex-direction: column;
  }

  .Template7 .iknow_tm_contact .wrapper .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template7 .iknow_tm_contact .wrapper .right {
    width: 100%;
  }

  .Template7 .iknow_tm_copyright .inner {
    flex-direction: column;
  }

  .Template7 .iknow_tm_copyright .inner .left {
    margin-bottom: 5px;
  }

  .Template7 .iknow_tm_copyright .right ul li {
    margin-right: 20px;
  }

  .Template7
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    padding: 70px 30px;
  }

  .Template7 .iknow_tm_fixed_content .container {
    padding: 0;
  }

  .Template7 .iknow_tm_fixed_content .infobar {
    display: none;
  }

  .Template7 .iknow_tm_fixed_content .content_left {
    position: fixed;
    width: auto;
  }

  .Template7 .iknow_tm_fixed_content .menubar {
    width: 40px;
    padding: 0;
  }

  .Template7 .iknow_tm_fixed_content .mainbar {
    border-radius: 10px 0 0 10px;
    padding: 40px 20px;
  }

  .Template7 .iknow_tm_fixed_content .menubar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: none;
    background-color: #fff;
    padding: 0;
    margin: 0 0 5px;
    border-radius: 0 7px 7px 0;
  }

  .Template7 .iknow_tm_fixed_content .menubar ul li .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
  }

  .Template7 .iknow_tm_fixed_content .menubar ul li span {
    display: none;
  }

  .Template7 .iknow_tm_fixed_content .content_right {
    width: 100%;
    padding-left: 50px;
    margin-left: 0;
  }

  .Template7 .iknow_tm_author_info {
    display: block;
  }

  .Template7 .iknow_tm_button.fixedVersion {
    display: none;
  }

  .Template7 .simple_shapes .one,
  .Template7 .simple_shapes .two,
  .Template7 .simple_shapes .three,
  .Template7 .simple_shapes .four,
  .Template7 .simple_shapes .five,
  .Template7 .simple_shapes .six,
  .Template7 .simple_shapes .seven,
  .Template7 .simple_shapes .eight,
  .Template7 .simple_shapes .nine,
  .Template7 .simple_shapes .ten,
  .Template7 .simple_shapes .eleven,
  .Template7 .simple_shapes .twelve,
  .Template7 .simple_shapes .thirteen,
  .Template7 .simple_shapes .fourteen,
  .Template7 .simple_shapes .fifteen,
  .Template7 .simple_shapes .sixteen,
  .Template7 .simple_shapes .seventeen,
  .Template7 .simple_shapes .eighteen,
  .Template7 .simple_shapes .nineteen,
  .Template7 .simple_shapes .twenty {
    display: none;
  }

  .Template7 .rounded_shapes .one,
  .Template7 .rounded_shapes .two,
  .Template7 .rounded_shapes .three,
  .Template7 .rounded_shapes .four,
  .Template7 .rounded_shapes .five,
  .Template7 .rounded_shapes .six,
  .Template7 .rounded_shapes .seven,
  .Template7 .rounded_shapes .eight,
  .Template7 .rounded_shapes .nine,
  .Template7 .rounded_shapes .ten,
  .Template7 .rounded_shapes .eleven,
  .Template7 .rounded_shapes .twelve,
  .Template7 .rounded_shapes .thirteen,
  .Template7 .rounded_shapes .fourteen,
  .Template7 .rounded_shapes .fifteen,
  .Template7 .rounded_shapes .sixteen,
  .Template7 .rounded_shapes .seventeen,
  .Template7 .rounded_shapes .eighteen {
    display: none;
  }
}

@media (max-width: 768px) {
  .Template7 .iknow_tm_hero_third .content .hello {
    font-size: 21px;
  }

  .Template7 .iknow_tm_hero_third .content .name {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .Template7 .iknow_tm_hero_third .content .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template7 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template7 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 21px;
  }

  .Template7 .iknow_tm_hero_fourth .content .right .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template7 .iknow_tm_hero_fourth .content .right .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 21px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template7 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template7 .iknow_tm_topbar .logo img {
    max-width: 90px;
  }

  .Template7 .iknow_tm_main_title span {
    font-size: 18px;
  }

  .Template7 .iknow_tm_main_title h3 {
    font-size: 30px;
  }

  .Template7 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template7 .circular_progress_bar .list_inner:after {
    width: 108px;
    height: 108px;
  }

  .Template7 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template7 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template7 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template7 .iknow_tm_resume_title h3 {
    font-size: 25px;
  }

  .Template7 .iknow_tm_resume_title .shape {
    width: 21px;
    height: 21px;
  }

  .Template7 .iknow_tm_resume_title .shape:before {
    width: 4px;
    height: 4px;
  }

  .Template7 .iknow_tm_resume_title h3 {
    padding-left: 33px;
  }

  .Template7 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 20px;
  }

  .Template7 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 18px;
  }

  .Template7 .iknow_tm_resume .info_list ul li .short .job h3 {
    margin-bottom: 4px;
  }

  .Template7 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 18px;
    padding: 5px 30px 4px;
  }

  .Template7 .progress_inner span.label {
    font-size: 19px;
  }

  .Template7 .progress_inner {
    margin-bottom: 20px;
  }

  .Template7 .progress_inner > span {
    margin-bottom: 15px;
  }

  .Template7 .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template7 .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template7 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 5px;
  }

  .Template7 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template7 .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template7 .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template7 .iknow_tm_services .service_list ul li .title {
    font-size: 21px;
  }

  .Template7 .iknow_tm_services .service_list ul li .icon {
    /* width: 95px; */
    height: 95px;
  }

  .Template7 .iknow_tm_services .service_list ul li .icon .svg {
    width: 35px;
    height: 35px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 19px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin-bottom: 3px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 45px;
    height: 45px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .list_inner .in {
    padding: 27px 35px 35px;
  }

  .Template7 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 0 10px;
  }

  .Template7 .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template7 .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template7 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template7 .iknow_tm_contact .wrapper .right .input_list ul {
    margin: 0;
  }

  .Template7 .iknow_tm_contact .wrapper .right .input_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template7 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .Template7 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }

  .Template7 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
    width: 30px;
    height: 30px;
  }

  .Template7 .iknow_tm_modalbox .box_inner {
    width: 500px;
  }

  .Template7 .iknow_tm_modalbox .main_details {
    flex-direction: column;
  }

  .Template7 .iknow_tm_modalbox .main_details .textbox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template7 .iknow_tm_modalbox .additional_images ul {
    margin: 0;
  }

  .Template7 .iknow_tm_modalbox .additional_images ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template7 .iknow_tm_modalbox .description_wrap {
    padding: 30px;
  }

  .Template7 .iknow_tm_copyright.fixed {
    text-align: center;
    padding: 30px 20px;
  }

  .Template7 .iknow_tm_copyright.fixed .left {
    margin-bottom: 0;
  }

  .Template7 .iknow_tm_copyright.fixed .right {
    display: none;
  }

  .Template7 .iknow_tm_copyright.fixed p {
    font-size: 13px;
  }

  .Template7 .iknow_tm_copyright.fixed a {
    font-size: 13px;
  }

  .Template7 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template7 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template7 .iknow_tm_fixed_content .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template7 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template7 .iknow_tm_fixed_content .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template7 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .Template7 .iknow_tm_modalbox .box_inner {
    width: 300px;
  }

  .Template7 .iknow_tm_resume .info_list ul li .short {
    flex-direction: column;
    align-items: baseline;
  }

  .Template7 .iknow_tm_resume .info_list ul li .short .job {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .details .right {
    display: none;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .details .info span {
    font-size: 14px;
  }

  .Template7 .iknow_tm_testimonials .testimonials_list .details .info {
    padding-left: 12px;
  }

  .Template7 .circular_progress_bar .title h3 {
    font-size: 17px;
  }

  .Template7 .progress_inner span.label {
    font-size: 17px;
  }

  .Template7 .progress_inner > span {
    margin-bottom: 12px;
  }

  .Template7 .iknow_tm_news .news_list ul li .details {
    padding: 10px 0 0 !important;
    background-color: transparent;
    box-shadow: none;
  }

  .Template7 .iknow_tm_modalbox .close .svg {
    width: 25px;
    height: 25px;
  }

  .Template7 .iknow_tm_modalbox .close {
    margin-left: 0;
    left: auto;
    right: 0;
    top: -35px;
  }

  .Template7 .iknow_tm_intro .filter ul li {
    margin-right: 10px;
  }

  .Template7 .iknow_tm_intro .filter ul li a {
    font-size: 14px;
  }

  .Template7 .iknow_tm_intro .filter {
    margin-bottom: 20px;
  }

  .Template7 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 7px;
  }

  .Template7 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 7px;
  }

  .Template7 .iknow_tm_intro .demo ul li h3 {
    font-size: 11px;
  }

  .Template7 .intro_title img {
    max-width: 90px;
  }

  .Template7 .intro_title span {
    font-size: 14px;
  }

  .Template7 .iknow_tm_intro .demo {
    max-width: 90%;
  }
}

/* temp7 over_ride styles  */

.Template7 .iknow_tm_main_title span {
  font-size: 19px;
}

.Template7 .iknow_tm_about .left .details h3 {
  font-size: 11px;
}

.Template7 .iknow_tm_about .right .text {
  padding: 10px 0 5px;
  text-align: justify;
}

.Template7 .iknow_tm_services .service_list {
  padding-top: 10px;
}

.Template7 .years {
  display: inline-block;
  margin: 30px 0;
}

.Template7 .iknow_tm_services .service_list ul li .list_inner {
  padding: 0;
}

.Template7 .iknow_tm_services .service_list ul li .icon {
  display: block;
  padding: 30px 40px 25px;
  border-radius: 10px 10px 0 0;
}

.Template7 .iknow_tm_portfolio .portfolio_filter {
  padding-top: 25px;
}

.Template7 .iknow_tm_contact .wrapper {
  padding-top: 35px;
}

.Template7 .p-8 {
  padding: 0 40px 0;
}

.Template7 .td:hover {
  text-decoration: underline;
}

.Template7 .current .svg {
  filter: invert(0.4) sepia(1) saturate(20) hue-rotate(320.4deg) brightness(1.2);
}

@media (max-width: 1400px) {
  .Template7 .iknow_tm_main_title h3 {
    font-size: 13px;
  }

  .Template7 .iknow_tm_about .left .details span {
    font-size: 13px;
  }

  .Template7 .iknow_tm_main_title h3 {
    font-size: 13px;
  }

  .Template7 .iknow_tm_services .service_list ul li .title {
    font-size: 16px;
    color: #ff451b;
  }

  .Template7 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 13px;
  }

  .Template7 .reduced {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .Template7 .iknow_tm_about .iknow_tm_main_title {
    margin-top: 90px;
  }
}

/* Template7 styles ends  */

/* temp8 styles  */
html:has(.Template8) {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body:has(.Template8) {
  font-family: poppins;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: #888;
}

.Template8 img.svg {
  width: 13px;
  height: 13px;
}

.Template8::-webkit-input-placeholder {
  color: #6f6f6f;
}

.Template8:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template8::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template8:-ms-input-placeholder {
  color: #6f6f6f;
}

.Template8::-ms-input-placeholder {
  color: #6f6f6f;
}

.Template8::placeholder {
  color: #6f6f6f;
}

body:has(.Template8)::-webkit-scrollbar {
  width: 11px;
}

body:has(.Template8) {
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}

body:has(.Template8):-webkit-scrollbar-track {
  background: #fff;
}

body:has(.Template8)::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}

.Template8 .container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  padding: 0 40px;
  clear: both;
}

.Template8 h1,
.Template8 h2,
.Template8 h3,
.Template8 h4,
.Template8 h5,
.Template8 h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: poppins;
  color: #222;
}

.Template8 h1 {
  font-size: 45px;
}

.Template8 h2 {
  font-size: 36px;
}

.Template8 h3 {
  font-size: 30px;
}

.Template8 h4 {
  font-size: 24px;
}

.Template8 h5 {
  font-size: 20px;
}

.Template8 h6 {
  font-size: 16px;
}

.Template8 .iknow_tm_all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_all_wrap,
.Template8 .iknow_tm_all_wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Template8 .iknow_tm_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 #preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}

.Template8 #preloader:before,
.Template8 #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.Template8 #preloader:after {
  left: auto;
  right: 0;
}

.Template8 #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.Template8 .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.Template8 .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

.Template8 .preloaded .loader_line:after {
  opacity: 0;
}

.Template8 .preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}

.Template8 .preloaded:before,
.Template8 .preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

body:has(.Template8).dark #preloader:before,
body:has(.Template8).dark #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body:has(.Template8).dark #preloader:after {
  left: auto;
  right: 0;
}

body:has(.Template8).dark #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

body:has(.Template8).dark .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #777;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

body:has(.Template8).dark .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

.Template8 .iknow_tm_mobile_menu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}

.Template8 .iknow_tm_mobile_menu .mobile_menu_inner {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}

.Template8 .iknow_tm_mobile_menu .mobile_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template8 .iknow_tm_mobile_menu .mobile_in .logo img {
  max-width: 70px;
  max-height: 50px;
}

.Template8 .iknow_tm_mobile_menu .trigger {
  line-height: 0;
}

.Template8 .iknow_tm_mobile_menu .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Template8 .iknow_tm_mobile_menu .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 40px;
}

.Template8 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li {
  margin: 0 0 3px;
  float: left;
  width: 100% !important;
}

.Template8 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
}

.Template8 .iknow_tm_mobile_menu .hamburger {
  padding: 0 !important;
}

.Template8 .hamburger-inner,
.Template8 .hamburger-inner:after,
.Template8 .hamburger-inner:before {
  width: 30px !important;
  height: 2px !important;
}

.Template8 .hamburger-box {
  width: 30px !important;
}

.Template8 .iknow_tm_topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.Template8 .iknow_tm_topbar .topbar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
}

.Template8 .iknow_tm_topbar .logo {
  display: inline-block;
}

.Template8 .iknow_tm_topbar .logo img {
  max-width: 125px;
}

.Template8 .iknow_tm_topbar .right {
  display: flex;
  align-items: center;
}

.Template8 .iknow_tm_topbar .right .social {
  position: relative;
  top: 3px;
}

.Template8 .iknow_tm_topbar .right .social ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_topbar .right .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template8 .iknow_tm_topbar .right .social ul li:last-child {
  margin-right: 0;
}

.Template8 .iknow_tm_topbar .right .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template8 .iknow_tm_topbar .right .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template8 .iknow_tm_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_topbar .iknow_tm_button {
  width: auto;
  margin-left: 30px;
}

.Template8 .iknow_tm_button a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  /* background-color: #ff451b; */
  background-color: #ffb324;
  padding: 14px 50px;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_button a:hover {
  background-color: #ffb324;
}

.Template8 .iknow_tm_topbar .trigger_wrapper {
  position: relative;
}

.Template8 .iknow_tm_topbar .trigger_wrapper .inner {
  width: 48px;
  height: 24px;
  position: relative;
}

.Template8 .iknow_tm_topbar .trigger_wrapper .inner span {
  width: 48px;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_topbar .trigger_wrapper .inner .inner span:first-child {
  top: 0;
  left: 0;
}

.Template8 .iknow_tm_topbar .trigger_wrapper .inner span:last-child {
  bottom: 0;
  right: 0;
  width: 33px;
}

.Template8 .iknow_tm_topbar .trigger_wrapper:hover span:last-child {
  width: 48px;
}

.Template8 .iknow_tm_topbar .trigger_wrapper .inner span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Template8 .iknow_tm_hero {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_hero .background_shape {
  position: absolute;
  width: 76%;
  top: 0;
  left: 0;
  height: calc(100vh + 0px);
  background-color: #f1faff;
  clip-path: polygon(100% 0%, 81% 86%, 0% 100%, 0% 0%);
}

.Template8 .iknow_tm_hero .background_shape.opened {
  height: calc(100vh + 65px);
}

.Template8 .iknow_tm_hero .hero_content {
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 3;
}

.Template8 .iknow_tm_hero .content_inner {
  width: 100%;
  min-height: 100vh;
  float: left;
  clear: both;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.Template8 .iknow_tm_hero .content_inner .main_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(100vh - 150px);
  padding-top: 135px;
}

.Template8 .iknow_tm_hero .left {
  width: 50%;
}

.Template8 .iknow_tm_hero .subtitle {
  display: inline-block;
  color: #ffb324;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template8 .iknow_tm_hero .name {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}

.Template8 .iknow_tm_hero .text {
  font-size: 24px;
  margin-bottom: 27px;
}

.Template8 .iknow_tm_video {
  width: auto;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  z-index: 2;
}

.Template8 .iknow_tm_video .video_inner {
  display: inline-block;
  display: flex;
  align-items: center;
  position: relative;
}

.Template8 .iknow_tm_video .circle {
  width: 72px;
  height: 72px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
}

.Template8 .iknow_tm_video .circle:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 3px;
}

.Template8 .iknow_tm_video .play {
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
}

.Template8 .iknow_tm_video .circle:after {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_video:hover .circle:after {
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}

.Template8 .iknow_tm_full_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.Template8 .iknow_tm_hero .right {
  width: 50%;
  padding-left: 230px;
}

.Template8 .iknow_tm_hero .right .image {
  position: relative;
}

.Template8 .iknow_tm_hero .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template8 .iknow_tm_hero .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template8 .iknow_tm_hero .right .image .main:before {
  position: absolute;
  content: "";
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: #ffb324;
  z-index: -1;
  transform: rotate(-50deg);
  animation: animeRotate 13s linear 0s infinite alternate;
}

@keyframes animeRotate {
  0% {
    transform: rotate(-50deg);
  }

  100% {
    transform: rotate(-30deg);
  }
}

.Template8 .iknow_tm_hero .main_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-bottom: 25px;
}

.Template8 .iknow_tm_hero .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_hero .main_menu ul li {
  margin: 0 6px 6px 0;
  float: left;
  background-color: #fff;
  position: relative;
  height: 135px;
  width: 135px;
  padding: 48px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_hero .main_menu ul li .svg {
  width: 40px;
  height: 40px;
  color: #ffb324;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_hero .main_menu ul li span {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_hero .main_menu ul li.entered span,
.Template8 .iknow_tm_hero .main_menu ul li.active span {
  left: 95px;
}

.Template8 .iknow_tm_hero .main_menu ul li.active svg {
  color: #fff;
}

.Template8 .iknow_tm_hero .main_menu ul li.active span {
  color: #fff;
}

.Template8 .iknow_tm_hero .main_menu ul li.active {
  background-color: #ffb324;
}

.Template8 .simple_shapes .one,
.Template8 .simple_shapes .two,
.Template8 .simple_shapes .three,
.Template8 .simple_shapes .four,
.Template8 .simple_shapes .five,
.Template8 .simple_shapes .six,
.Template8 .simple_shapes .seven,
.Template8 .simple_shapes .eight,
.Template8 .simple_shapes .nine,
.Template8 .simple_shapes .ten,
.Template8 .simple_shapes .eleven,
.Template8 .simple_shapes .twelve,
.Template8 .simple_shapes .thirteen,
.Template8 .simple_shapes .fourteen,
.Template8 .simple_shapes .fifteen,
.Template8 .simple_shapes .sixteen,
.Template8 .simple_shapes .seventeen,
.Template8 .simple_shapes .eighteen,
.Template8 .simple_shapes .nineteen,
.Template8 .simple_shapes .twenty {
  position: absolute;
}

.Template8 .simple_shapes .one {
  top: 15%;
  left: 7%;
}

.Template8 .simple_shapes .one .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .one .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template8 .simple_shapes .two {
  bottom: 15%;
  left: 5%;
}

.Template8 .simple_shapes .two .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.3);
}

.Template8 .simple_shapes .two .svg {
  width: 95px;
  height: 95px;
}

.Template8 .simple_shapes .three {
  top: 13%;
  right: 5%;
}

.Template8 .simple_shapes .three .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.2);
}

.Template8 .simple_shapes .three .svg {
  width: 120px;
  height: 120px;
}

.Template8 .simple_shapes .four {
  top: 29%;
  left: 10%;
}

.Template8 .simple_shapes .four .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .four .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template8 .simple_shapes .five {
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  transform: rotate(90deg);
}

.Template8 .simple_shapes .five .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .five .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template8 .simple_shapes .six {
  bottom: 33%;
  left: 3%;
  transform: rotate(250deg);
}

.Template8 .simple_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template8 .simple_shapes .seven {
  bottom: 4%;
  left: 10%;
}

.Template8 .simple_shapes .seven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .seven .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template8 .simple_shapes .eight {
  bottom: 24%;
  left: 14%;
}

.Template8 .simple_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .eight .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template8 .simple_shapes .nine {
  top: 19%;
  left: 36%;
  transform: rotate(70deg);
}

.Template8 .simple_shapes .nine .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .nine .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template8 .simple_shapes .ten {
  top: 25%;
  left: 50%;
  transform: rotate(180deg);
}

.Template8 .simple_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .ten .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template8 .simple_shapes .eleven {
  bottom: 50%;
  left: 48%;
}

.Template8 .simple_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .eleven .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template8 .simple_shapes .twelve {
  bottom: 30%;
  left: 49%;
}

.Template8 .simple_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .twelve .svg {
  width: 24px;
  height: 24px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template8 .simple_shapes .thirteen {
  bottom: 26%;
  left: 39%;
}

.Template8 .simple_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .thirteen .svg {
  width: 18px;
  height: 18px;
  stroke: rgba(91, 215, 180, 0.3);
}

.Template8 .simple_shapes .fourteen {
  top: 14%;
  right: 13%;
}

.Template8 .simple_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .fourteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template8 .simple_shapes .fifteen {
  top: 32%;
  right: 2%;
}

.Template8 .simple_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .fifteen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template8 .simple_shapes .sixteen {
  top: 50%;
  right: 3%;
}

.Template8 .simple_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .sixteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template8 .simple_shapes .seventeen {
  top: 59%;
  right: 3%;
}

.Template8 .simple_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .seventeen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template8 .simple_shapes .eighteen {
  bottom: 19%;
  right: 10%;
}

.Template8 .simple_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .eighteen .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template8 .simple_shapes .nineteen {
  bottom: 12%;
  right: 19%;
}

.Template8 .simple_shapes .nineteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .nineteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template8 .simple_shapes .twenty {
  bottom: 12%;
  right: 3%;
}

.Template8 .simple_shapes .twenty .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .simple_shapes .twenty .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template8 .rounded_shapes .one,
.Template8 .rounded_shapes .two,
.Template8 .rounded_shapes .three,
.Template8 .rounded_shapes .four,
.Template8 .rounded_shapes .five,
.Template8 .rounded_shapes .six,
.Template8 .rounded_shapes .seven,
.Template8 .rounded_shapes .eight,
.Template8 .rounded_shapes .nine,
.Template8 .rounded_shapes .ten,
.Template8 .rounded_shapes .eleven,
.Template8 .rounded_shapes .twelve,
.Template8 .rounded_shapes .thirteen,
.Template8 .rounded_shapes .fourteen,
.Template8 .rounded_shapes .fifteen,
.Template8 .rounded_shapes .sixteen,
.Template8 .rounded_shapes .seventeen,
.Template8 .rounded_shapes .eighteen {
  position: absolute;
}

.Template8 .rounded_shapes .one {
  top: 24%;
  left: 2%;
}

.Template8 .rounded_shapes .one .cls-1 {
  stroke: inherit;
  fill: #ffb324;
}

.Template8 .rounded_shapes .one .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .two {
  top: 25%;
  left: 8%;
}

.Template8 .rounded_shapes .two .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .rounded_shapes .two .svg {
  width: 38px;
  height: 38px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template8 .rounded_shapes .three {
  top: 45%;
  left: 4%;
}

.Template8 .rounded_shapes .three .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .three .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template8 .rounded_shapes .four {
  bottom: 36%;
  left: 7%;
}

.Template8 .rounded_shapes .four .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template8 .rounded_shapes .four .svg {
  width: 22px;
  height: 22px;
  stroke: none;
}

.Template8 .rounded_shapes .five {
  bottom: 20%;
  left: 3%;
}

.Template8 .rounded_shapes .five .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template8 .rounded_shapes .five .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template8 .rounded_shapes .six {
  top: 19%;
  left: 24%;
}

.Template8 .rounded_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .rounded_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .seven {
  top: 20%;
  left: 40%;
}

.Template8 .rounded_shapes .seven .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template8 .rounded_shapes .seven .svg {
  width: 60px;
  height: 60px;
  stroke: none;
}

.Template8 .rounded_shapes .eight {
  top: 35%;
  left: 40%;
}

.Template8 .rounded_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .rounded_shapes .eight .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .nine {
  top: 40%;
  left: 52%;
}

.Template8 .rounded_shapes .nine .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .nine .svg {
  width: 26px;
  height: 26px;
  stroke: none;
}

.Template8 .rounded_shapes .ten {
  bottom: 31%;
  left: 48%;
}

.Template8 .rounded_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .rounded_shapes .ten .svg {
  width: 63px;
  height: 63px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template8 .rounded_shapes .eleven {
  bottom: 23%;
  left: 38%;
}

.Template8 .rounded_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .eleven .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .twelve {
  top: 14%;
  right: 11%;
}

.Template8 .rounded_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .twelve .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .thirteen {
  top: 18%;
  right: 7%;
}

.Template8 .rounded_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template8 .rounded_shapes .thirteen .svg {
  width: 30px;
  height: 30px;
  stroke: none;
}

.Template8 .rounded_shapes .fourteen {
  top: 31%;
  right: 6%;
}

.Template8 .rounded_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template8 .rounded_shapes .fourteen .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template8 .rounded_shapes .fifteen {
  top: 41%;
  right: 2%;
}

.Template8 .rounded_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .fifteen .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template8 .rounded_shapes .sixteen {
  bottom: 40%;
  right: 7%;
}

.Template8 .rounded_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .rounded_shapes .sixteen .svg {
  width: 27px;
  height: 27px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .seventeen {
  bottom: 6%;
  left: 6%;
}

.Template8 .rounded_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .rounded_shapes .seventeen .svg {
  width: 34px;
  height: 34px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template8 .rounded_shapes .eighteen {
  top: 18%;
  right: 38%;
}

.Template8 .rounded_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template8 .rounded_shapes .eighteen .svg {
  width: 23px;
  height: 23px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template8 .iknow_tm_fixed_mainpart .simple_shapes .two {
  left: 3%;
}

.Template8 .iknow_tm_fixed_mainpart .simple_shapes .seven {
  left: 1%;
}

.Template8 .iknow_tm_fixed_mainpart .simple_shapes .four {
  left: 3%;
}

.Template8 .iknow_tm_fixed_mainpart .simple_shapes .one {
  left: 2%;
  top: 5%;
}

.Template8 .iknow_tm_fixed_mainpart .simple_shapes .nineteen {
  bottom: 8%;
}

.Template8 .iknow_tm_fixed_mainpart .simple_shapes .twelve {
  bottom: 5%;
}

.Template8 .iknow_tm_fixed_mainpart .simple_shapes .ten {
  top: 5%;
}

.Template8 .iknow_tm_fixed_mainpart .simple_shapes .nine {
  top: 5%;
  left: 30%;
}

.Template8 .iknow_tm_fixed_mainpart .simple_shapes .six {
  bottom: 45%;
}

.Template8 .iknow_tm_extra_demo .rounded_shapes .thirteen {
  right: 3%;
}

.Template8 .iknow_tm_extra_demo .rounded_shapes .sixteen {
  right: 4%;
  bottom: 22%;
}

.Template8 .iknow_tm_mainpart {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 0 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_mainpart.opened {
  padding: 70px;
}

.Template8 .iknow_tm_main_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: none;
}

.Template8 .iknow_tm_main_section.active {
  display: block;
  -webkit-animation: slide-down 0.7s ease;
  -moz-animation: slide-down 0.7s ease;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(30px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

.Template8 .iknow_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
}

.Template8 .iknow_tm_about .left {
  width: 50%;
  position: relative;
}

.Template8 .iknow_tm_about .left .left_inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.Template8 .iknow_tm_about .left .image {
  position: relative;
  min-width: 60%;
}

.Template8 .iknow_tm_about .left .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template8 .iknow_tm_about .left .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template8 .iknow_tm_about .left .details {
  position: relative;
  min-width: 47%;
  left: -55px;
  margin-top: 55px;
  background-color: #ffb324;
  padding: 36px 40px 35px;
  z-index: 1;
  border-radius: 15px;
}

.Template8 .iknow_tm_about .left .details ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_about .left .details ul li {
  margin: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 13px 0;
}

.Template8 .iknow_tm_about .left .details ul li:first-child {
  padding-top: 0;
}

.Template8 .iknow_tm_about .left .details ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.Template8 .iknow_tm_about .left .details h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
  opacity: 0.85;
}

.Template8 .iknow_tm_about .left .details span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.Template8 .iknow_tm_about .iknow_tm_main_title {
  max-width: 100%;
}

.Template8 .iknow_tm_main_title {
  width: 100%;
  max-width: 45%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_main_title span {
  font-size: 21px;
  color: #ffb324;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
}

.Template8 .iknow_tm_main_title h3 {
  font-size: 47px;
  font-weight: 700;
}

.Template8 .iknow_tm_about .right {
  width: 50%;
  padding-left: 75px;
  position: relative;
  top: -8px;
}

.Template8 .iknow_tm_about .right .bigger_text {
  width: 100%;
  float: left;
  padding: 25px 0;
}

.Template8 .iknow_tm_about .right .bigger_text p {
  font-size: 21px;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
}

.Template8 .iknow_tm_about .right .text {
  width: 100%;
  float: left;
  margin-bottom: 38px;
}

.Template8 .iknow_tm_resume {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_resume .resume_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
}

.Template8 .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 100px;
}

.Template8 .iknow_tm_resume .left {
  width: 50%;
  padding-right: 30px;
}

.Template8 .iknow_tm_resume .info_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 62px;
}

.Template8 .iknow_tm_resume .info_list:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_resume_title {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_resume_title h3 {
  font-size: 36px;
  font-weight: 700;
  padding-left: 40px;
}

.Template8 .iknow_tm_resume_title .shape {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3px solid #ffb324;
}

.Template8 .iknow_tm_resume_title .shape:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffb324;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template8 .iknow_tm_resume .info_list ul {
  margin: 38px 0 0;
  float: left;
  list-style-type: none;
}

.Template8 .iknow_tm_resume .info_list ul li {
  width: 100%;
  float: left;
  margin: 0 0 45px;
}

.Template8 .iknow_tm_resume .info_list ul li:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_resume .info_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_resume .info_list ul li .short {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template8 .iknow_tm_resume .info_list ul li .short .job {
  padding-right: 20px;
}

.Template8 .iknow_tm_resume .info_list ul li .short .job h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template8 .iknow_tm_resume .info_list ul li .short .job span {
  font-size: 20px;
  color: #555;
}

.Template8 .iknow_tm_resume .info_list ul li .short .year span {
  font-size: 20px;
  color: #ffb324;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px 35px 7px;
  white-space: nowrap;
}

.Template8 .iknow_tm_resume .text {
  width: 100%;
  float: left;
  margin-top: 18px;
}

.Template8 .iknow_tm_resume .right {
  width: 50%;
  padding-left: 30px;
}

.Template8 .iknow_tm_resume .right .skills_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 67px;
}

.Template8 .iknow_tm_resume .right .skills_list:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_resume .right .skills_list .personal {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .dodo_progress {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 40px;
  overflow: hidden;
}

.Template8 .progress_inner {
  width: 100%;
  margin-bottom: 23px;
}

.Template8 .progress_inner:last-child {
  margin-bottom: 0;
}

.Template8 .progress_inner > span {
  margin: 0 0 20px;
  display: block;
  text-align: left;
  position: relative;
}

.Template8 .progress_inner span.label {
  opacity: 0;
  transform: translateY(10px);
  display: block;
  color: #0f172a;
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template8 .progress_inner span.label.opened {
  opacity: 1;
  transform: translateY(0px);
}

.Template8 .progress_inner span.number {
  float: right;
  position: absolute;
  right: 100%;
  bottom: -5px;
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffb324;
  font-family: poppins;
}

.Template8 .progress_inner .background {
  background: #e2e7ec;
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 8px;
  border-radius: 50px;
}

.Template8 .progress_inner .background .bar_in {
  height: 5px;
  background: #ffb324;
  width: 0;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  top: -7px;
}

.Template8 .progress_inner .background .bar {
  width: 0;
  height: 100%;
}

.Template8 .progress_inner .background .bar.open {
  -webkit-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

@-webkit-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.Template8 .iknow_tm_resume .right .skills_list .software {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .circular_progress_bar {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 40px;
}

.Template8 .circular_progress_bar ul {
  margin: 0 0 0 -75px;
  list-style-type: none;
}

.Template8 .circular_progress_bar ul li {
  margin: 0 0 45px;
  width: 50%;
  float: left;
  padding-left: 75px;
}

.Template8 .circular_progress_bar .myCircle {
  position: relative;
  float: left;
}

.Template8 .circular_progress_bar .list_inner {
  width: 100%;
  position: relative;
  text-align: center;
}

.Template8 .circular_progress_bar .list_inner:after {
  content: "";
  position: absolute;
  width: 199px;
  height: 199px;
  border: 6px solid #eee;
  left: 7px;
  top: 7px;
  z-index: -1;
  border-radius: 50%;
  z-index: 11;
  box-sizing: border-box;
}

.Template8 .circular_progress_bar .title {
  width: 100%;
  max-width: 213px;
  float: left;
  padding-top: 14px;
}

.Template8 .circular_progress_bar .title h3 {
  font-size: 21px;
  font-weight: 700;
}

.Template8 .circular_progress_bar .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffb324;
  font-size: 30px;
  font-weight: 400;
}

.Template8 .iknow_tm_portfolio {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_portfolio .portfolio_filter {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
  padding: 50px 0 43px;
}

.Template8 .iknow_tm_portfolio .portfolio_filter ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_portfolio .portfolio_filter ul li {
  margin: 0 30px 0 0;
  display: inline-block;
}

.Template8 .iknow_tm_portfolio .portfolio_filter ul li:last-child {
  margin-right: 0;
}

.Template8 .iknow_tm_portfolio .portfolio_filter ul li a.current {
  color: #ffb324;
}

.Template8 .iknow_tm_portfolio .portfolio_filter ul li a {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_portfolio .portfolio_filter ul li a:hover {
  color: #ffb324;
}

.Template8 .iknow_tm_portfolio .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_portfolio .portfolio_list ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template8 .iknow_tm_portfolio .portfolio_list ul li {
  margin: 0 0 30px;
  width: 33.3333%;
  float: left;
  padding-left: 30px;
}

.Template8 .iknow_tm_portfolio .portfolio_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image {
  position: relative;
}

.Template8 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template8 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.Template8 .iknow_tm_portfolio .portfolio_list ul li .list_inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 69, 27, 0.72);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .overlay {
  opacity: 1;
  visibility: visible;
}

.Template8 .iknow_tm_portfolio .portfolio_list .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_portfolio .portfolio_list ul li .list_inner:hover .svg {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template8 .iknow_tm_portfolio .portfolio_list .details {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  padding: 0 20px 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .details {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.Template8 .iknow_tm_portfolio .portfolio_list .details span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.Template8 .iknow_tm_portfolio .portfolio_list .details h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}

.Template8 .iknow_tm_modalbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_modalbox.opened {
  opacity: 1;
  visibility: visible;
}

.Template8 .iknow_tm_modalbox .box_inner {
  position: absolute;
  top: 70px;
  bottom: 70px;
  width: 968px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_modalbox.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template8 .iknow_tm_modalbox .close {
  position: fixed;
  left: 100%;
  top: 0;
  margin-left: 20px;
  z-index: 111111;
}

.Template8 .iknow_tm_modalbox .close a {
  text-decoration: none;
  color: #fff;
}

.Template8 .iknow_tm_modalbox .close .svg {
  width: 50px;
  height: 50px;
}

.Template8 .iknow_tm_modalbox .description_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
  overflow-y: scroll;
}

.Template8 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar,
.Template8 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar {
  width: 11px;
}

.Template8 .iknow_tm_modalbox .description_wrap {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template8 .iknow_tm_modalbox .description_wrap:-webkit-scrollbar-track,
.Template8 .iknow_tm_fixed_content .mainbar:-webkit-scrollbar-track {
  background: #fff;
}

.Template8 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar-thumb,
.Template8 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template8 .iknow_tm_portfolio .hidden_content {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template8 .iknow_tm_modalbox .popup_details {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_modalbox .popup_details .top_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
}

.Template8 .iknow_tm_modalbox .popup_details .top_image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template8 .iknow_tm_modalbox .popup_details .top_image .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.Template8 .iknow_tm_modalbox .portfolio_main_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template8 .iknow_tm_modalbox .portfolio_main_title span {
  display: inline-block;
  margin-bottom: 5px;
}

.Template8 .iknow_tm_modalbox .portfolio_main_title h3 {
  font-weight: 700;
  font-size: 21px;
}

.Template8 .iknow_tm_modalbox .main_details {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  margin-bottom: 60px;
}

.Template8 .iknow_tm_modalbox .main_details .textbox {
  width: 70%;
  padding-right: 40px;
}

.Template8 .iknow_tm_modalbox .main_details .textbox p {
  margin-bottom: 15px;
}

.Template8 .iknow_tm_modalbox .main_details .textbox p:last-child {
  margin-bottom: 0;
}

.Template8 .tokyo_tm_modalbox .main_details .detailbox {
  width: 30%;
  padding-left: 40px;
}

.Template8 .iknow_tm_modalbox .main_details .detailbox > ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_modalbox .main_details .detailbox > ul > li {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}

.Template8 .iknow_tm_modalbox .main_details .detailbox > ul > li:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_modalbox .main_details .detailbox .first {
  font-weight: 700;
  display: block;
  color: #000;
  margin-bottom: 3px;
}

.Template8 .iknow_tm_modalbox .main_details .detailbox span a {
  text-decoration: none;
  color: #888;
}

.Template8 .iknow_tm_modalbox .main_details .detailbox .share {
  margin: 0;
  list-style-type: none;
  position: relative;
  top: 7px;
}

.Template8 .iknow_tm_modalbox .main_details .detailbox .share li {
  margin: 0 13px 0 0;
  display: inline-block;
}

.Template8 .iknow_tm_modalbox .main_details .detailbox .share li:last-child {
  margin-right: 0;
}

.Template8 .iknow_tm_modalbox .main_details .detailbox .share li a {
  text-decoration: none;
  color: #000;
}

.Template8 .iknow_tm_modalbox .additional_images {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_modalbox .additional_images ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template8 .iknow_tm_modalbox .additional_images ul li {
  margin: 0 0 30px;
  float: left;
  width: 50%;
  padding-left: 30px;
}

.Template8 .iknow_tm_modalbox .additional_images ul li:nth-child(3n-2) {
  width: 100%;
}

.Template8 .iknow_tm_modalbox .additional_images ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_modalbox .additional_images ul li .my_image {
  position: relative;
}

.Template8 .iknow_tm_modalbox .additional_images ul li .my_image img {
  opacity: 0;
  min-width: 100%;
}

.Template8 .iknow_tm_modalbox .additional_images ul li .my_image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template8 .iknow_tm_services {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_services .service_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template8 .iknow_tm_services .service_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.Template8 .iknow_tm_services .service_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template8 .iknow_tm_services .service_list ul li .list_inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
  padding: 60px 40px 58px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_services .service_list ul li .list_inner:hover {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.15);
}

.Template8 .iknow_tm_services .service_list ul li .icon {
  display: inline-block;
  /* width: 107px; */
  height: 107px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
  margin-bottom: 25px;
}

.Template8 .iknow_tm_services .service_list ul li .icon .svg {
  width: 42px;
  height: 42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template8 .iknow_tm_services .service_list ul li .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.Template8 .iknow_tm_services .service_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template8 .iknow_tm_modalbox .service_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_modalbox .service_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template8 .iknow_tm_modalbox .service_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template8 .iknow_tm_modalbox .service_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template8 .iknow_tm_modalbox .service_informations .title {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}

.Template8 .iknow_tm_modalbox .title h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template8 .iknow_tm_modalbox .service_informations .description {
  width: 100%;
  float: left;
}

.Template8 .iknow_tm_modalbox .service_informations .description p {
  margin-bottom: 15px;
}

.Template8 .iknow_tm_modalbox .service_informations .description p:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_testimonials,
.Template8 .iknow_tm_testimonials .testimonials_list,
.Template8 .iknow_tm_testimonials .testimonials_list .list_inner,
.Template8 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_mainpart {
  overflow: hidden;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .owl-carousel
  .owl-stage-outer {
  overflow: hidden;
}

.Template8 .iknow_tm_testimonials .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.Template8 .iknow_tm_testimonials .owl-item.active {
  opacity: 1;
}

.Template8 .iknow_tm_testimonials .owl-item {
  opacity: 0;
}

.Template8 .iknow_tm_testimonials .testimonials_list {
  padding-top: 68px;
}

.Template8 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  border-radius: 15px;
  padding: 52px 60px 60px;
}

.Template8 .iknow_tm_testimonials .testimonials_list .text {
  width: 100%;
  float: left;
  margin-bottom: 28px;
}

.Template8 .iknow_tm_testimonials .testimonials_list .text p {
  font-size: 21px;
  font-style: italic;
}

.Template8 .iknow_tm_testimonials .testimonials_list .details {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template8 .iknow_tm_testimonials .testimonials_list .details .left {
  display: flex;
  align-items: center;
}

.Template8 .iknow_tm_testimonials .testimonials_list .details .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.Template8 .iknow_tm_testimonials .testimonials_list .details .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

.Template8 .iknow_tm_testimonials .testimonials_list .details .info {
  padding-left: 20px;
}

.Template8 .iknow_tm_testimonials .testimonials_list .details .info h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template8 .iknow_tm_testimonials .testimonials_list .details .info span {
  font-size: 16px;
  color: #aaa;
}

.Template8 .iknow_tm_testimonials .testimonials_list .right .svg {
  width: 50px;
  height: 50px;
  color: #ffb324;
}

.Template8 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ffb324;
  position: relative;
  margin: 0 15px;
}

.Template8 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 2px solid #ffb324;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template8
  .iknow_tm_testimonials
  .owl-theme
  .owl-dots
  .owl-dot.active
  span:before {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.Template8 .iknow_tm_testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  margin-top: 50px;
}

.Template8 .iknow_tm_news {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_news .news_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template8 .iknow_tm_news .news_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template8 .iknow_tm_news .news_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template8 .iknow_tm_news .news_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_news .news_list ul li .image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template8 .iknow_tm_news .news_list ul li .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template8 .iknow_tm_news .news_list ul li .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_news .news_list ul li .image:hover .main {
  transform: scale(1.1);
}

.Template8 .iknow_tm_news .news_list ul li .details {
  width: 100%;
  float: left;
  padding: 30px 30px 28px;
  box-shadow: 7px 7px 30px rgba(108, 99, 255, 0.07);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template8 .iknow_tm_news .news_list ul li .details .category {
  margin-bottom: 3px;
  display: inline-block;
}

.Template8 .iknow_tm_news .news_list ul li .details .category a {
  text-decoration: none;
  color: #ffb324;
  font-size: 16px;
  font-weight: 700;
}

.Template8 .iknow_tm_news .news_list ul li .details .title a {
  text-decoration: none;
  color: #222;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_news .news_list ul li .details .title a:hover {
  color: #ffb324;
}

.Template8 .iknow_tm_news .news_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template8 .iknow_tm_modalbox .news_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_modalbox .news_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template8 .iknow_tm_modalbox .news_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template8 .iknow_tm_modalbox .news_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template8 .iknow_tm_modalbox .news_informations .details {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template8 .iknow_tm_modalbox .news_informations .details span {
  display: inline-block;
  margin-bottom: 7px;
}

.Template8 .iknow_tm_modalbox .news_informations .details h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template8 .iknow_tm_modalbox .news_informations .text {
  width: 100%;
  float: left;
}

.Template8 .iknow_tm_modalbox .news_informations .text p {
  margin-bottom: 15px;
}

.Template8 .iknow_tm_modalbox .news_informations .text p:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_contact .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  padding-top: 70px;
}

.Template8 .iknow_tm_contact .wrapper .left {
  width: 35%;
  padding-right: 40px;
}

.Template8 .iknow_tm_contact .wrapper .left ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_contact .wrapper .left ul li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template8 .iknow_tm_contact .wrapper .left ul li:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_contact .wrapper .left ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.Template8 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 100%;
  background-color: #ffb324;
}

.Template8 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  color: #fff;
}

.Template8 .iknow_tm_contact .wrapper .left ul li .list_inner .short {
  padding-left: 15px;
}

.Template8 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 11px;
}

.Template8 .iknow_tm_contact .wrapper .left ul li .list_inner .short span a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  span
  a:hover {
  color: #ffb324;
}

.Template8 .iknow_tm_contact .wrapper .right {
  width: 65%;
}

.Template8 .iknow_tm_contact .wrapper .right .fields {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_contact .wrapper .right .input_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_contact .wrapper .right .input_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template8 .iknow_tm_contact .wrapper .right .input_list ul li {
  margin: 0 0 25px;
  float: left;
  width: 50%;
  padding-left: 25px;
}

.Template8 .iknow_tm_contact .wrapper .right .input_list ul li input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px !important;
  background-color: transparent;
}

.Template8 .iknow_tm_contact .wrapper .right .input_list ul li input:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template8 input::-webkit-outer-spin-button,
.Template8 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Template8 input[type="number"] {
  -moz-appearance: textfield;
}

.Template8 .iknow_tm_contact .message_area {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

.Template8 .iknow_tm_contact .message_area textarea {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px !important;
  background-color: transparent;
}

.Template8 .iknow_tm_contact .message_area textarea:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template8 .iknow_tm_contact .empty_notice {
  color: #f52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500;
}

.Template8 .iknow_tm_contact .contact_error {
  color: #f52225;
  text-align: left;
  font-weight: 500;
}

.Template8 .iknow_tm_contact .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}

.Template8 .iknow_tm_copyright {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 115px 0 58px;
}

.Template8 .iknow_tm_copyright.hidden {
  display: none;
}

.Template8 .iknow_tm_copyright.hidden.visible {
  display: block;
}

.Template8 .iknow_tm_copyright .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template8 .iknow_tm_copyright .left a {
  text-decoration: none;
  color: #888;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_copyright .left a:hover {
  color: #ffb324;
}

.Template8 .iknow_tm_copyright .right ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_copyright .right ul li {
  margin: 0 40px 0 0;
  display: inline-block;
}

.Template8 .iknow_tm_copyright .right ul li:last-child {
  margin-right: 0;
}

.Template8 .iknow_tm_copyright .right ul li a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_copyright .right ul li a:hover {
  color: #ffb324;
}

.Template8 .iknow_tm_copyright.fixed {
  position: fixed;
  bottom: 0;
  padding-top: 55px;
  z-index: 5;
}

.Template8 .iknow_tm_hero_second {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_hero_second .container {
  z-index: 2;
}

.Template8 .iknow_tm_hero_second .background_shape {
  position: absolute;
  top: 0;
  height: calc(100vh + 65px);
  left: 0;
  right: 0;
  background-color: #fff6f1;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 62%);
}

.Template8 .iknow_tm_hero_second .main_info {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 167px;
}

.Template8 .iknow_tm_hero_second .left {
  width: 50%;
}

.Template8 .iknow_tm_hero_second .subtitle {
  display: inline-block;
  color: #ffb324;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template8 .iknow_tm_hero_second .name {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
}

.Template8 .iknow_tm_hero_second .text {
  font-size: 22px;
  margin-bottom: 44px;
}

.Template8 .iknow_tm_hero_second .social {
  width: 100%;
  float: left;
}

.Template8 .iknow_tm_hero_second .social ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_hero_second .social ul li {
  margin: 0 12px 0 0;
  display: inline-block;
}

.Template8 .iknow_tm_hero_second .social ul li:last-child {
  margin-right: 0;
}

.Template8 .iknow_tm_hero_second .social ul li a {
  text-decoration: none;
}

.Template8 .iknow_tm_hero_second .social ul li .svg {
  width: 50px;
  height: 50px;
}

.Template8 .iknow_tm_hero_second .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template8 .iknow_tm_hero_second .right .image {
  position: relative;
  width: 430px;
  height: 430px;
  border-radius: 100%;
}

.Template8 .iknow_tm_hero_second .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  z-index: 1;
}

.Template8 .iknow_tm_hero_second .right .image span {
  position: absolute;
}

.Template8 .iknow_tm_hero_second .right .image .first {
  width: 90px;
  height: 90px;
  background-color: #ffb324;
  top: 20px;
  left: -5px;
  transform: rotate(42deg);
  z-index: 2;
}

.Template8 .iknow_tm_hero_second .right .image .second {
  width: 105px;
  height: 152px;
  background-color: #ffb324;
  bottom: -5px;
  left: -25px;
  z-index: 2;
}

.Template8 .iknow_tm_hero_second .right .image .third {
  width: 165px;
  height: 365px;
  background-color: #ffb324;
  top: -30px;
  right: -30px;
}

.Template8 .iknow_tm_extra_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  margin-top: -167px;
}

.Template8 .iknow_tm_extra_menu .menu_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_extra_menu .menu_list .unordered {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li:last-child {
  margin-right: 0;
}

.Template8 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li .list_in {
  width: 100%;
  height: 142px;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .details_wrapper {
  display: none;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 70px;
  margin-top: 25px;
}

.Template8 .iknow_tm_extra_menu .list_in .list_icon,
.Template8 .iknow_tm_extra_menu .list_in .down_icon {
  min-width: 142px;
  width: 142px;
  height: 100%;
  border-radius: 15px;
  position: relative;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_extra_menu .list_in .list_icon {
  background-color: #ffb324;
}

.Template8 .iknow_tm_extra_menu .list_in .down_icon {
  background-color: #ffb324;
}

.Template8 .iknow_tm_extra_menu .list_in .center {
  width: 100%;
  margin: 0 5px;
  height: 100%;
  background-color: #fff;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  border-radius: 15px;
  line-height: 142px;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_extra_menu .list_in .list_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_extra_menu .list_in .down_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_extra_menu .list_in .center span {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .list_icon,
.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .list_icon {
  background-color: #ffb324;
}

.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center,
.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center {
  background-color: #ffb324;
}

.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center
  span,
.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center
  span {
  color: #fff;
}

.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon,
.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon {
  background-color: #fff;
}

.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon
  .svg {
  color: #888;
}

.Template8
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon
  .svg {
  color: #888;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.Template8 .iknow_tm_fixed_background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Template8 .iknow_tm_fixed_content {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.Template8 .iknow_tm_fixed_content .fixed_content_inner {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
}

.Template8 .iknow_tm_fixed_content .content_left {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.Template8 .iknow_tm_fixed_content .menubar {
  width: 200px;
}

.Template8 .iknow_tm_fixed_content .menubar ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_fixed_content .menubar ul li {
  margin: 0 0 7px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  float: left;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 9px 9px 48px rgba(59, 89, 152, 0.07);
  position: relative;
  padding-left: 65px;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_fixed_content .menubar ul li:hover,
.Template8 .iknow_tm_fixed_content .menubar ul li.active {
  background-color: #fe451b;
}

.Template8 .iknow_tm_fixed_content .menubar ul li:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_fixed_content .menubar ul li .svg {
  width: 27px;
  height: 27px;
  color: #ffb324;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_fixed_content .menubar ul li:hover .svg,
.Template8 .iknow_tm_fixed_content .menubar ul li.active .svg {
  color: #fff;
}

.Template8 .iknow_tm_fixed_content .menubar ul li span {
  font-weight: 700;
  font-size: 15px;
  color: #222;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_fixed_content .menubar ul li:hover span,
.Template8 .iknow_tm_fixed_content .menubar ul li.active span {
  color: #fff;
}

.Template8 .iknow_tm_fixed_content .infobar {
  width: 424px;
  margin-left: 24px;
}

.Template8 .iknow_tm_fixed_content .infobar .bar_in {
  width: 100%;
  float: left;
  border-radius: 15px;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
}

.Template8 .iknow_tm_fixed_content .infobar .image {
  position: relative;
}

.Template8 .iknow_tm_fixed_content .infobar .image img {
  opacity: 0;
  position: relative;
  min-width: 100%;
}

.Template8 .iknow_tm_fixed_content .infobar .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template8 .iknow_tm_fixed_content .infobar .extra {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  text-align: center;
  padding: 30px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template8 .iknow_tm_fixed_content .infobar .extra .short {
  width: 100%;
  float: left;
  margin-bottom: 27px;
}

.Template8 .iknow_tm_fixed_content .infobar .extra .short h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template8 .iknow_tm_fixed_content .infobar .extra .short span {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}

.Template8 .iknow_tm_fixed_content .infobar .extra .social {
  width: 100%;
  float: left;
}

.Template8 .iknow_tm_fixed_content .infobar .extra .social ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_fixed_content .infobar .extra .social ul li {
  margin: 0 8px 0 0;
  display: inline-block;
}

.Template8 .iknow_tm_fixed_content .infobar .extra .social ul li:last-child {
  margin-right: 0;
}

.Template8 .iknow_tm_fixed_content .infobar .extra .social ul li a {
  text-decoration: none;
}

.Template8 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
  width: 45px;
  height: 45px;
}

.Template8 .iknow_tm_fixed_content .content_right {
  width: 50%;
  margin-left: 24px;
}

.Template8 .iknow_tm_fixed_content .mainbar {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
  border-radius: 15px;
  padding: 70px;
  overflow-y: scroll;
}

.Template8 .iknow_tm_author_info {
  display: none;
  padding-left: 10px;
}

.Template8 .iknow_tm_author_info .info_inner {
  width: 100%;
  display: flex;
  align-items: center;
}

.Template8 .iknow_tm_author_info .avatar {
  position: relative;
  width: 60px;
  height: 60px;
}

.Template8 .iknow_tm_author_info .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template8 .iknow_tm_author_info .info {
  padding-right: 10px;
  text-align: right;
}

.Template8 .iknow_tm_author_info h3 {
  font-size: 16px;
  font-weight: 700;
}

.Template8 .iknow_tm_author_info span {
  font-size: 13px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_about {
  flex-direction: column-reverse;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_about .right {
  padding-left: 0;
  width: 100%;
  top: 0;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_main_title {
  max-width: 100%;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_about .left {
  width: 100%;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_about .left .image img {
  display: none;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_about .left .image .main {
  display: none;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_about .left .left_inner {
  display: block;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_about .left .details {
  left: 0;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_resume .resume_inner {
  flex-direction: column;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_resume .left {
  width: 100%;
  padding-right: 0;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_resume .right {
  width: 100%;
  padding-left: 0;
  margin-top: 55px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 50px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
  margin-left: -24px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
  width: 50%;
  padding-left: 24px;
  margin-bottom: 24px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter {
  text-align: left;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter ul li {
  margin-right: 17px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter ul li {
  margin-right: 17px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
  width: 50%;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .title {
  font-size: 21px;
  margin-bottom: 17px;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon
  .svg {
  width: 25px;
  height: 25px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
  width: 50%;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .category
  a {
  font-size: 14px;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .title
  a {
  font-size: 18px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li .details {
  padding: 15px 25px 18px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_contact .wrapper {
  flex-direction: column;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .left {
  width: 100%;
  padding-right: 0;
  margin-bottom: 40px;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .right {
  width: 100%;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul {
  margin: 0;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul
  li {
  width: 100%;
  padding-left: 0;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon {
  width: 80px;
  height: 80px;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon
  .svg {
  width: 30px;
  height: 30px;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .testimonials_list
  .list_inner
  .in {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.Template8 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
  width: 40px;
  height: 40px;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details {
  padding-bottom: 25px;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  span {
  font-size: 15px;
  margin-bottom: 4px;
}

.Template8
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  h3 {
  font-size: 17px;
}

.Template8 .anim_circle {
  animation: animCircle 15s infinite linear;
}

@keyframes animCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.Template8 .anim_scale {
  animation: animScale 5s linear 0s infinite alternate;
}

@keyframes animScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(2);
  }
}

.Template8 .anim_scale2 {
  animation: animScale2 5s linear 0s infinite alternate;
}

@keyframes animScale2 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.4);
  }
}

.Template8 .anim_translate {
  animation: animTranslate 5s linear 0s infinite alternate;
}

@keyframes animTranslate {
  0% {
    transform: rotate(42deg) translateX(-5px);
  }

  100% {
    transform: rotate(42deg) translateX(5px);
  }
}

.Template8 .anim_moveTop {
  animation: animMoveTop 5s linear 0s infinite alternate;
}

@keyframes animMoveTop {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(30px);
  }
}

.Template8 .anim_moveLeft {
  animation: animMoveLeft 5s linear 0s infinite alternate;
}

@keyframes animMoveLeft {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(30px);
  }
}

.Template8 .anim_extra {
  animation: animExtra 5s linear 0s infinite alternate;
}

@keyframes animExtra {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.Template8 .anim_right {
  animation: animRight 5s linear 0s infinite alternate;
}

@keyframes animRight {
  0% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(-15px);
  }
}

.Template8 .anim_right2 {
  animation: animRight2 5s linear 0s infinite alternate;
}

@keyframes animRight2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.Template8 .anim_left2 {
  animation: animLeft2 5s linear 0s infinite alternate;
}

@keyframes animLeft2 {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0px);
  }
}

.Template8 .mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.Template8 .cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #ffb324;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.Template8 .cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #ffb324;
  opacity: 0.3;
}

.Template8 .cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #ffb324;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.Template8 .cursor-outer.cursor-hover {
  opacity: 0;
}

.Template8 .iknow_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.Template8 .iknow_tm_sidebar_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  height: 100vh;
  background-color: #fff;
  z-index: 20;
}

.Template8 .iknow_tm_sidebar_2 .sidebar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template8 .iknow_tm_sidebar_2 .logo {
  width: 100%;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #ddd;
  padding-left: 50px;
}

.Template8 .iknow_tm_sidebar_2 .logo img {
  max-width: 135px;
  max-height: 80px;
}

.Template8 .iknow_tm_sidebar_2 .menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_sidebar_2 .ccc {
  position: absolute;
  left: 0;
  right: 0;
  height: 75px;
  background-color: #ff6e4d;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template8 .iknow_tm_sidebar_2 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_sidebar_2 .menu ul li {
  margin: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  float: left;
  position: relative;
  padding-left: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_sidebar_2 .menu ul li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ddd;
  z-index: -1;
}

.Template8 .iknow_tm_sidebar_2 .menu ul li.mleave.active span {
  color: #222;
}

.Template8 .iknow_tm_sidebar_2 .menu ul li.mleave.active .svg {
  color: #ffb324;
}

.Template8 .iknow_tm_sidebar_2 .menu ul li .svg {
  width: 27px;
  height: 27px;
  color: #ffb324;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_sidebar_2 .menu ul li:hover .svg {
  color: #fff;
}

.Template8 .iknow_tm_sidebar_2 .menu ul li span {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_sidebar_2 .menu ul li:hover span {
  color: #fff;
}

.Template8 .iknow_tm_sidebar_2 .menu ul li.active .svg,
.Template8 .iknow_tm_sidebar_2 .menu ul li.active span {
  color: #fff;
}

.Template8 .iknow_tm_fixed_mainpart {
  position: fixed;
  top: 0;
  left: 370px;
  right: 0;
  height: 100vh;
  background-color: #e5e5e5;
}

.Template8 .iknow_tm_fixed_mainpart .mainpart_inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.Template8 .iknow_tm_fixed_mainpart .topbar_extra {
  position: absolute;
  top: 0;
  left: 370px;
  right: 100px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template8 .iknow_tm_fixed_mainpart .topbar_extra .iknow_tm_button {
  width: auto;
}

.Template8 .iknow_tm_fixed_mainpart .topbar_extra .details {
  display: flex;
  align-items: center;
}

.Template8 .iknow_tm_fixed_mainpart .topbar_extra .details .social {
  position: relative;
  top: 3px;
  margin-right: 15px;
}

.Template8 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template8
  .iknow_tm_fixed_mainpart
  .topbar_extra
  .details.social
  ul
  li:last-child {
  margin-right: 0;
}

.Template8 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template8 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template8 .iknow_tm_fixed_mainpart .extra_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  line-height: 110px;
  padding: 0 100px;
}

.Template8 .iknow_tm_fixed_mainpart .iknow_tm_copyright {
  padding: 0;
}

.Template8 .iknow_tm_content_extra {
  position: fixed;
  top: 110px;
  bottom: 110px;
  right: 100px;
  left: 470px;
  border: 15px;
}

.Template8 .iknow_tm_animate_section::-webkit-scrollbar {
  width: 0;
}

.Template8 .iknow_tm_animate_section {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template8 .iknow_tm_animate_section:-webkit-scrollbar-track {
  background: #fff;
}

.Template8 .iknow_tm_animate_section::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template8 .iknow_tm_animate_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  transition: visibility 1s linear, opacity 0.5s linear;
  -moz-transition: visibility 1s linear, opacity 0.5s linear;
  -webkit-transition: visibility1s linear, opacity 0.5s linear;
  -o-transition: visibility 1s linear, opacity 0.5s linear;
}

.Template8 .iknow_tm_animate_section.animated {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.Template8 .iknow_tm_animate_section.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.Template8 .iknow_tm_animate_section.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.Template8 .iknow_tm_animate_section .section_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  padding: 70px;
  border-radius: 15px;
}

.Template8 .iknow_tm_hero_extra {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Template8 .iknow_tm_hero_extra .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template8 .iknow_tm_hero_extra .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template8 .iknow_tm_hero_extra .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

.Template8 .iknow_tm_hero_extra .hero_content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template8 .iknow_tm_hero_extra .hero_content .left {
  width: 50%;
  padding-left: 125px;
}

.Template8 .iknow_tm_hero_extra .hero_content .left .hello {
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 8px;
}

.Template8 .iknow_tm_hero_extra .hero_content .left .name {
  font-weight: 700;
  color: #fff;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 23px;
}

.Template8 .iknow_tm_hero_extra .hero_content .left .text {
  font-size: 23px;
  color: #fff;
  margin-bottom: 35px;
}

.Template8 .iknow_tm_hero_extra .hero_content .right {
  width: 50%;
  height: 100%;
  text-align: right;
  position: relative;
  padding: 10%;
}

.Template8 .iknow_tm_hero_extra .hero_content .right .image {
  position: relative;
}

.Template8 .iknow_tm_hero_extra .hero_content .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template8 .iknow_tm_hero_extra .hero_content .right .image .main {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  z-index: 2;
}

.Template8 .iknow_tm_hero_extra .hero_content .right .image .box {
  position: absolute;
  top: -30px !important;
  bottom: 30px !important;
  left: 30px !important;
  right: -30px !important;
  background-color: #ffb324;
  border-radius: 15px;
  z-index: 1;
}

.Template8 .iknow_tm_button.yellow a {
  background-color: #ffb324;
}

.Template8 .iknow_tm_button.yellow a:hover {
  background-color: #ffb324;
}

.Template8 .iknow_tm_extra_demo {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff6f1;
}

.Template8 .iknow_tm_extra_demo .top_shape,
.Template8 .iknow_tm_extra_demo .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #fff6f1;
}

.Template8 .iknow_tm_extra_demo .top_shape {
  top: 0;
  z-index: 8;
}

.Template8 .iknow_tm_extra_demo .bottom_shape {
  bottom: 0;
  z-index: 11;
}

.Template8 .iknow_tm_extra_demo .background_part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #fff6f1;
}

.Template8 .iknow_tm_extra_demo .iknow_tm_topbar {
  position: fixed;
  left: 132px;
  right: 132px;
  background-color: #fff6f1;
  z-index: 10;
}

.Template8 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
  width: 45px !important;
  height: 45px !important;
}

.Template8 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
  margin-right: 8px;
}

.Template8 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template8 .iknow_tm_topbar .wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.Template8 .iknow_tm_topbar.smaller {
  left: 15%;
  right: 15%;
}

.Template8 .iknow_tm_topbar .wrapper .trigger {
  position: relative;
  top: 7px;
}

.Template8 .iknow_tm_topbar .wrapper .menu .ccc {
  position: absolute;
  bottom: 0;
  width: 30px;
  background-color: #dd4242;
  display: block;
  top: 10px;
  bottom: 10px;
  border-radius: 20px;
  border-radius: 50px;
  background-color: #ffb324;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template8 .iknow_tm_topbar .wrapper .menu {
  background-color: #fff;
  padding: 10px;
  box-shadow: 18px 18px 30px rgba(8, 32, 93, 0.07);
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_topbar .wrapper .menu.opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.Template8 .iknow_tm_topbar .wrapper .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_topbar .wrapper .menu ul li {
  margin: 0;
  float: left;
}

.Template8 .iknow_tm_topbar .wrapper .menu ul li:last-child {
  margin-right: 0;
}

.Template8 .iknow_tm_topbar .wrapper .menu ul li a {
  text-decoration: none;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 9px 24px 8px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_topbar .wrapper .menu ul li.mleave.active a {
  color: #222;
}

.Template8 .iknow_tm_topbar .wrapper .menu ul li.active a {
  color: #fff;
}

.Template8 .iknow_tm_topbar .wrapper .menu ul li a:hover {
  color: #fff;
}

.Template8 .iknow_tm_topbar .hamburger-inner,
.Template8 .iknow_tm_topbar .hamburger-inner:after,
.Template8 .iknow_tm_topbar .hamburger-inner:before {
  width: 30px;
  height: 2px;
}

.Template8 .iknow_tm_topbar .hamburger {
  padding: 0;
}

.Template8 .iknow_tm_topbar .hamburger-box {
  width: 30px;
}

.Template8 .iknow_tm_extra_demo .iknow_tm_copyright {
  position: fixed;
  width: auto;
  padding: 0;
  bottom: 0;
  left: 132px;
  right: 132px;
  z-index: 13;
}

.Template8 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
  height: 110px;
}

.Template8 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
  left: 15%;
  right: 15%;
}

.Template8 .iknow_tm_copyright.empty {
  padding: 0 0 70px;
}

.Template8 .iknow_tm_sidebar_3 {
  position: fixed;
  width: 312px;
  top: 110px;
  bottom: 110px;
  left: 130px;
  z-index: 5;
  border-radius: 15px;
  background-color: #fff;
}

.Template8 .iknow_tm_sidebar_3 .inner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_sidebar_3 .image {
  width: 100%;
  height: 222px;
  background-color: #feb224;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.Template8 .iknow_tm_sidebar_3 .image .main {
  position: absolute;
  width: 222px;
  height: 222px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_sidebar_3.animate .main {
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.Template8 .iknow_tm_sidebar_3.animate .menu {
  margin-top: 45px;
}

.Template8 .iknow_tm_sidebar_3 .menu {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 48px;
  margin-top: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_sidebar_3 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
  padding: 14px 0;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #e7e7e7;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li:last-child:before {
  display: none;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li:after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  bottom: 0;
  background-color: #d7d7d7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li:last-child:after {
  display: none;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li.current:after {
  width: 100%;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li:hover:after {
  width: 100%;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li.current span {
  color: #ffb324;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li:hover span {
  color: #ffb324;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #ffb324;
  position: absolute;
  left: 40px;
}

.Template8 .iknow_tm_sidebar_3 .menu ul li span {
  color: #222;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_content_wrapper {
  position: absolute;
  top: 110px;
  bottom: 110px;
  right: 135px;
  left: 468px;
  border-radius: 15px;
  z-index: 5;
}

.Template8 .iknow_tm_hero_third {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template8 .iknow_tm_hero_third .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template8 .iknow_tm_hero_third .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template8 .iknow_tm_hero_third .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 48, 86, 0.82);
  z-index: 1;
  border-radius: 15px;
}

.Template8 .iknow_tm_hero_third .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.Template8 .iknow_tm_hero_third .content .hello {
  font-weight: 700;
  color: #ffb324;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template8 .iknow_tm_hero_third .content .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template8 .iknow_tm_hero_third .content .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template8 .iknow_tm_down_arrow {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.Template8 .iknow_tm_down_arrow svg {
  width: 25px !important;
  height: 25px !important;
}

.Template8 .iknow_tm_down_arrow svg #wheel {
  animation: scroll ease 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

.Template8 .iknow_tm_section_new {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 70px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 12px rgba(108, 99, 255, 0.09);
  margin-bottom: 70px;
  overflow: hidden;
}

.Template8 .iknow_tm_section_new:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_section_new.contact {
  padding-bottom: 170px;
}

.Template8 .iknow_tm_mainpart_new {
  position: fixed;
  top: 110px;
  bottom: 110px;
  left: 15%;
  right: 15%;
}

.Template8 .iknow_tm_hero_fourth {
  position: relative;
  width: 100%;
  height: 100%;
}

.Template8 .iknow_tm_hero_fourth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template8 .iknow_tm_hero_fourth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template8 .iknow_tm_hero_fourth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template8 .iknow_tm_hero_fourth .content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 110px;
}

.Template8 .iknow_tm_hero_fourth .content .left {
  width: 50%;
  padding-right: 50px;
}

.Template8 .iknow_tm_hero_fourth .content .right {
  width: 50%;
  padding-left: 50px;
}

.Template8 .iknow_tm_hero_fourth .content .left img {
  max-width: 470px;
  max-height: 470px;
}

.Template8 .iknow_tm_hero_fourth .content .right .hello {
  font-weight: 700;
  color: #ffb324;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template8 .iknow_tm_hero_fourth .content .right .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template8 .iknow_tm_hero_fourth .content .right .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template8 .iknow_tm_extra_demo_2 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template8 .iknow_tm_extra_demo_2 .top_shape,
.Template8 .iknow_tm_extra_demo_2 .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff6f1;
  z-index: 6;
}

.Template8 .iknow_tm_extra_demo_2 .top_shape {
  top: 0;
  height: 110px;
}

.Template8 .iknow_tm_extra_demo_2 .bottom_shape {
  bottom: 0;
  height: 70px;
}

.Template8 .iknow_tm_extra_demo_2 .iknow_tm_topbar {
  position: fixed;
}

.Template8 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template8 .iknow_tm_mainpart_new_2 {
  position: absolute;
  top: 110px;
  left: 15%;
  right: 15%;
  bottom: 70px;
  z-index: 4;
}

.Template8 .iknow_tm_hero_fifth {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template8 .iknow_tm_hero_fifth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template8 .iknow_tm_hero_fifth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template8 .iknow_tm_hero_fifth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template8 .iknow_tm_hero_fifth .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.Template8 .iknow_tm_hero_fifth .avatar {
  position: relative;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 43px;
}

.Template8 .iknow_tm_hero_fifth .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template8 .iknow_tm_hero_fifth .details {
  width: 100%;
  float: left;
}

.Template8 .iknow_tm_hero_fifth .hello {
  font-weight: 700;
  color: #ffb324;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template8 .iknow_tm_hero_fifth .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template8 .iknow_tm_hero_fifth .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 500px;
  font-weight: 600;
  margin: 0 auto 25px;
}

.Template8 .iknow_tm_hero_fifth .sign {
  max-width: 200px;
  max-height: 110px;
}

.Template8 .iknow_tm_mainpart_new_2 .social_list {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 15%;
  padding: 0 2vw;
  display: flex;
  justify-content: flex-end;
}

.Template8 .iknow_tm_mainpart_new_2 .social_list ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_mainpart_new_2 .social_list ul li {
  margin: 0 0 5px;
}

.Template8 .iknow_tm_mainpart_new_2 .social_list ul li:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_mainpart_new_2 .social_list ul li a {
  text-decoration: none;
}

.Template8 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
  width: 48px;
  height: 48px;
}

.Template8 .iknow_tm_mainpart_new_2 .main_menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  padding: 0 2vw;
  max-width: 15%;
}

.Template8 .iknow_tm_mainpart_new_2 .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_mainpart_new_2 .main_menu ul li {
  margin: 0 0 12px;
  background-color: #fff;
  position: relative;
  height: 70px;
  width: 70px;
  padding: 23px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_mainpart_new_2 .main_menu ul li:last-child {
  margin-bottom: 0;
}

.Template8 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #ffb324;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_mainpart_new_2 .main_menu ul li span {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
.Template8 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  left: 46px;
}

.Template8 .iknow_tm_mainpart_new_2 .main_menu ul li.current svg {
  color: #fff;
}

.Template8 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  color: #fff;
}

.Template8 .iknow_tm_mainpart_new_2 .main_menu ul li.current {
  background-color: #ffb324;
}

.Template8 .iknow_tm_intro {
  width: 100%;
  height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template8 .iknow_tm_intro .intro_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 130px 0 120px;
}

.Template8 .iknow_tm_intro .intro_title span {
  display: block;
}

.Template8 .iknow_tm_intro .intro_title img {
  max-width: 150px;
  margin-bottom: 15px;
}

.Template8 .iknow_tm_intro .intro_title .image_logo {
  display: inline-block;
  position: relative;
}

.Template8 .iknow_tm_intro .intro_title .image_logo .version {
  position: absolute;
  top: -5px;
  right: -65px;
  color: #ffb324;
  font-weight: 700;
  font-size: 20px;
}

.Template8 .iknow_tm_intro .intro_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Template8 .iknow_tm_intro .demo {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.Template8 .iknow_tm_intro .demo ul {
  margin: 0;
  list-style-type: none;
}

.Template8 .iknow_tm_intro .demo ul li {
  margin: 0 0 88px;
  width: 100%;
  float: left;
}

.Template8 .iknow_tm_intro .demo ul li .name {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 52px;
}

.Template8 .iknow_tm_intro .demo ul li .name .name_in {
  position: relative;
}

.Template8 .iknow_tm_intro .demo ul li .name .name_in .new {
  position: absolute;
  display: inline-block;
  background-color: #ffb324;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: capitalize;
  bottom: 100%;
  margin-bottom: -10px;
  left: 100%;
  border-radius: 50px;
}

.Template8 .iknow_tm_intro .demo ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template8 .iknow_tm_intro .demo ul li .list_inner .in {
  width: 50%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_intro .demo ul li .list_inner .in:hover {
  top: -10px;
}

.Template8 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
  margin-left: 0;
  margin-right: 30px;
}

.Template8 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
  margin-left: 30px;
  margin-right: 0;
}

.Template8 .iknow_tm_intro .demo ul li img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.Template8 .iknow_tm_intro .demo ul li .mini {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template8 .iknow_tm_intro .demo ul li .list_inner .in:hover .mini {
  color: #ffb324;
}

.Template8 .iknow_tm_intro .coming h3 {
  color: #b5b5b5;
}

.Template8 .iknow_tm_intro .intro_space {
  width: 100%;
  float: left;
  height: 120px;
}

@media (max-width: 1400px) {
  body:has(.Template8) {
    font-size: 16px;
    line-height: 1.6;
  }

  .Template8 .container {
    max-width: 1070px;
  }

  .Template8 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template8 .iknow_tm_topbar .logo img {
    max-width: 95px;
  }

  .Template8 .iknow_tm_button a {
    font-size: 14px;
    padding: 8px 35px;
  }

  .Template8 .iknow_tm_topbar .right .social ul li {
    margin-right: 8px;
  }

  .Template8 .iknow_tm_topbar .right .social ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template8 .iknow_tm_topbar .iknow_tm_button {
    margin-left: 23px;
  }

  .Template8 .iknow_tm_hero .main_menu ul li {
    width: 95px;
    height: 95px;
    padding: 35px;
  }

  .Template8 .iknow_tm_hero .main_menu ul li .svg {
    width: 25px;
    height: 25px;
  }

  .Template8 .iknow_tm_hero .main_menu ul li.entered span {
    left: 60px;
  }

  .Template8 .iknow_tm_hero .main_menu ul li.active span {
    left: 60px;
  }

  .Template8 .iknow_tm_hero .main_menu ul li span {
    font-size: 17px;
  }

  .Template8 .iknow_tm_hero .subtitle {
    font-size: 25px;
  }

  .Template8 .iknow_tm_hero .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template8 .iknow_tm_hero .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template8 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template8 .iknow_tm_video .play {
    font-size: 20px;
    padding-left: 20px;
  }

  .Template8 .iknow_tm_main_title h3 {
    font-size: 35px;
  }

  .Template8 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template8 .iknow_tm_hero_second .subtitle {
    font-size: 25px;
  }

  .Template8 .iknow_tm_hero_second .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template8 .iknow_tm_hero_second .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template8 .iknow_tm_hero_second .right .image {
    width: 315px;
    height: 315px;
  }

  .Template8 .iknow_tm_hero_second .right .image .first {
    width: 65px;
    height: 65px;
    top: 10px;
  }

  .Template8 .iknow_tm_hero_second .right .image .second {
    width: 85px;
    height: 110px;
    left: -20px;
  }

  .Template8 .iknow_tm_hero_second .right .image .third {
    width: 120px;
    height: 260px;
    top: -10px;
  }

  .Template8 .iknow_tm_hero_second .social ul li .svg {
    width: 40px;
    height: 40px;
  }

  .Template8 .iknow_tm_hero_second .social ul li {
    margin-right: 8px;
  }

  .Template8 .iknow_tm_extra_menu {
    margin-top: -145px;
  }

  .Template8
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 120px;
  }

  .Template8 .iknow_tm_extra_menu .list_in .list_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template8 .iknow_tm_extra_menu .list_in .down_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template8 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 36px;
    height: 36px;
  }

  .Template8 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 20px;
    height: 20px;
  }

  .Template8 .iknow_tm_extra_menu .list_in .center {
    line-height: 120px;
    padding: 0 35px;
  }

  .Template8 .iknow_tm_extra_menu .list_in .center span {
    font-size: 25px;
  }

  .Template8 .iknow_tm_about .left .details {
    min-width: 60%;
  }

  .Template8 .iknow_tm_about .left .details span {
    font-size: 15px;
  }

  .Template8 .iknow_tm_about .left .details {
    padding: 30px 34px 29px;
  }

  .Template8 .iknow_tm_about .left .details h3 {
    margin-bottom: 1px;
  }

  .Template8 .iknow_tm_about .left .details ul li {
    padding: 10px 0;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template8 .progress_inner span.label {
    font-size: 19px;
  }

  .Template8 .progress_inner > span {
    margin-bottom: 16px;
  }

  .Template8 .circular_progress_bar .title h3 {
    margin-bottom: 19px;
  }

  .Template8 .iknow_tm_services .service_list ul li .title {
    margin-bottom: 25px;
  }

  .Template8 .iknow_tm_portfolio .portfolio_filter ul li a {
    font-size: 16px;
  }

  .Template8 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template8 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .Template8 .iknow_tm_portfolio .portfolio_list .details h3 {
    font-size: 19px;
  }

  .Template8 .iknow_tm_portfolio .portfolio_list .details {
    padding-bottom: 25px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin: 2px;
    font-size: 19px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 40px;
    height: 40px;
  }

  .Template8 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template8 .iknow_tm_modalbox .box_inner {
    width: 850px;
  }

  .Template8 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .Template8 .iknow_tm_copyright {
    padding-bottom: 25px;
  }

  .Template8 .iknow_tm_fixed_content .menubar ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
  }

  .Template8 .iknow_tm_fixed_content .menubar ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template8 .iknow_tm_fixed_content .menubar ul li span {
    font-size: 12px;
  }

  .Template8 .iknow_tm_fixed_content .menubar ul li .svg {
    left: 14px;
  }

  .Template8 .iknow_tm_fixed_content .infobar .extra .short h3 {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .Template8 .iknow_tm_fixed_content .infobar .extra .short span {
    font-size: 14px;
  }

  .Template8 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
    width: 30px;
    height: 30px;
  }

  .Template8 .iknow_tm_fixed_content .infobar .extra .social ul li {
    margin-right: 4px;
  }

  .Template8 .iknow_tm_fixed_content .infobar .extra .short {
    margin-bottom: 15px;
  }

  .Template8 .iknow_tm_fixed_content .infobar .extra {
    padding: 20px 10px;
  }

  .Template8 .iknow_tm_fixed_content .mainbar {
    padding: 55px;
  }

  .Template8 .iknow_tm_fixed_content .iknow_tm_main_title h3 {
    font-size: 31px;
  }

  .Template8 .iknow_tm_fixed_content .iknow_tm_resume_title h3 {
    font-size: 30px;
  }

  .Template8 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 15px;
    padding: 5px 25px 4px;
  }

  .Template8 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 19px;
    margin-bottom: 3px;
  }

  .Template8 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 16px;
  }

  .Template8 .circular_progress_bar .list_inner:after {
    width: 155px;
    height: 155px;
  }

  .Template8 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template8 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template8 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template8 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
    width: 30px;
    height: 30px;
  }

  .Template8
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details {
    padding-bottom: 15px;
  }

  .Template8
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    span {
    margin-bottom: 0;
    font-size: 14px;
  }

  .Template8
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    h3 {
    font-size: 15px;
  }

  .Template8
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .list_inner {
    padding: 50px 30px 48px;
  }

  .Template8
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .title {
    font-size: 17px;
  }

  .Template8
    .iknow_tm_fixed_content
    .iknow_tm_testimonials
    .testimonials_list
    .text
    p {
    font-size: 16px;
  }

  .Template8 .iknow_tm_sidebar_2 .logo {
    height: 75px;
    line-height: 75px;
  }

  .Template8 .iknow_tm_sidebar_2 .logo img {
    max-width: 90px;
    max-height: 60px;
  }

  .Template8 .iknow_tm_sidebar_2 {
    width: 300px;
  }

  .Template8 .iknow_tm_sidebar_2 .menu ul li {
    height: 55px;
    line-height: 55px;
  }

  .Template8 .iknow_tm_sidebar_2 .ccc {
    height: 55px;
  }

  .Template8 .iknow_tm_sidebar_2 .menu ul li span {
    font-size: 13px;
  }

  .Template8 .iknow_tm_sidebar_2 .menu ul li .svg {
    width: 23px;
    height: 23px;
    left: 40px;
  }

  .Template8 .iknow_tm_sidebar_2 .menu ul li {
    padding-left: 75px;
  }

  .Template8 .iknow_tm_sidebar_2 .logo {
    padding-left: 40px;
  }

  .Template8 .iknow_tm_fixed_mainpart {
    left: 300px;
  }

  .Template8 .iknow_tm_content_extra {
    top: 75px;
    bottom: 75px;
    left: 380px;
    right: 80px;
  }

  .Template8 .iknow_tm_fixed_mainpart .topbar_extra {
    height: 75px;
  }

  .Template8 .iknow_tm_fixed_mainpart .extra_copyright {
    padding: 0 80px;
    height: 75px;
    line-height: 75px;
  }

  .Template8 .iknow_tm_fixed_mainpart .topbar_extra {
    left: 380px;
    right: 80px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
    margin-bottom: 4px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left {
    padding-left: 85px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 80px;
    margin-bottom: 15px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -20px !important;
    bottom: 20px !important;
    left: 20px !important;
    right: -20px !important;
  }

  .Template8 .iknow_tm_animate_section .section_inner {
    padding: 55px;
  }

  .Template8 .iknow_tm_extra_demo .top_shape,
  .Template8 .iknow_tm_extra_demo .bottom_shape {
    height: 75px;
  }

  .Template8 .iknow_tm_sidebar_3 {
    left: 75px;
    width: 240px;
    top: 75px;
    bottom: 75px;
  }

  .Template8 .iknow_tm_sidebar_3 .image {
    height: 140px;
  }

  .Template8 .iknow_tm_sidebar_3 .image .main {
    width: 140px;
    height: 140px;
    bottom: -45px;
  }

  .Template8 .iknow_tm_sidebar_3.animate .main {
    bottom: 0;
    width: 100%;
  }

  .Template8 .iknow_tm_sidebar_3 .menu {
    padding: 0 35px;
    margin-top: 70px;
  }

  .Template8 .iknow_tm_sidebar_3 .menu ul li .svg {
    left: 20px;
    width: 23px;
    height: 20px;
    margin-top: 3px;
  }

  .Template8 .iknow_tm_sidebar_3 .menu ul li span {
    padding-left: 55px;
    font-size: 13px;
  }

  .Template8 .iknow_tm_sidebar_3 .menu ul li {
    padding: 5px 0;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: 75px;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
    width: 30px !important;
    height: 30px !important;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
    margin-right: 4px;
  }

  .Template8 .iknow_tm_content_wrapper {
    top: 75px;
    bottom: 75px;
    right: 75px;
    left: 335px;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_topbar {
    left: 75px;
    right: 75px;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_copyright {
    left: 75px;
    right: 75px;
  }

  .Template8 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template8 .iknow_tm_hero_third .content .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template8 .iknow_tm_hero_third .content .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template8 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template8 .iknow_tm_section_new {
    padding: 55px;
  }

  .Template8 .iknow_tm_mainpart_new {
    top: 75px;
    bottom: 75px;
  }

  .Template8 .iknow_tm_hero_fourth .content .right {
    padding-left: 40px;
  }

  .Template8 .iknow_tm_hero_fourth .content {
    padding: 0 90px;
  }

  .Template8 .iknow_tm_hero_fourth .content .left img {
    max-width: 300px;
    max-height: 300px;
  }

  .Template8 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template8 .iknow_tm_hero_fourth .content .right .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template8 .iknow_tm_hero_fourth .content .right .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_topbar.smaller {
    left: 15%;
    right: 15%;
  }

  .Template8 .iknow_tm_mainpart_new_2 {
    top: 75px;
  }

  .Template8 .iknow_tm_extra_demo_2 .top_shape {
    height: 75px;
  }

  .Template8 .iknow_tm_hero_fifth .avatar {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }

  .Template8 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template8 .iknow_tm_hero_fifth .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template8 .iknow_tm_hero_fifth .text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .Template8 .iknow_tm_hero_fifth .sign {
    max-width: 110px;
    max-height: 70px;
  }

  .Template8 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template8 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template8 .iknow_tm_mainpart_new_2 .social_list ul li {
    margin-bottom: 2px;
  }

  .Template8 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
    width: 20px;
    height: 20px;
  }

  .Template8 .iknow_tm_mainpart_new_2 .main_menu ul li span {
    font-size: 13px;
  }

  .Template8 .iknow_tm_mainpart_new_2 .main_menu ul li {
    width: 50px;
    height: 50px;
    padding: 15px;
    margin-bottom: 4px;
  }

  .Template8 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
  .Template8 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
    left: 32px;
  }

  .Template8 .intro_title img {
    max-width: 120px;
  }

  .Template8 .iknow_tm_intro .filter ul li a {
    font-size: 16px;
  }

  .Template8 .iknow_tm_intro .filter {
    margin-bottom: 30px;
  }

  .Template8 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 20px;
  }

  .Template8 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 20px;
  }

  .Template8 .iknow_tm_intro .demo ul li h3 {
    font-size: 14px;
  }

  .Template8 .intro_title {
    margin-bottom: 70px;
  }
}

@media (max-width: 1040px) {
  .Template8 .iknow_tm_mobile_menu {
    display: block;
  }

  .Template8 .iknow_tm_topbar.onepage {
    display: none;
  }

  .Template8 .iknow_tm_extra_demo_2 .top_shape,
  .Template8 .iknow_tm_extra_demo_2 .bottom_shape {
    display: none;
  }

  .Template8 .iknow_tm_sidebar_3 {
    display: none;
  }

  .Template8 .iknow_tm_content_wrapper {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 10px;
  }

  .Template8 .iknow_tm_section_new {
    margin-bottom: 10px;
    padding: 50px 20px;
  }

  .Template8 .iknow_tm_hero_third {
    margin-bottom: 10px;
  }

  .Template8 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
  }

  .Template8 .iknow_tm_hero_third .content .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template8 .iknow_tm_hero_third .content .text {
    font-size: 18px;
  }

  .Template8 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
  }

  .Template8 .iknow_tm_hero_fifth .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template8 .iknow_tm_hero_fifth .text {
    font-size: 18px;
  }

  .Template8 .iknow_tm_hero_fifth .sign {
    max-width: 150px;
    max-height: 75px;
  }

  .Template8 .iknow_tm_extra_demo .top_shape,
  .Template8 .iknow_tm_extra_demo .bottom_shape {
    display: none;
  }

  .Template8 .iknow_tm_copyright.onepage .inner {
    height: auto;
  }

  .Template8 .iknow_tm_copyright.onepage {
    position: relative;
    left: 0;
    right: 0;
    padding: 20px 0;
  }

  .Template8 .iknow_tm_mainpart_new_2 .main_menu {
    display: none;
  }

  .Template8 .iknow_tm_mainpart_new_2 .social_list {
    display: none;
  }

  .Template8 .iknow_tm_mainpart_new_2 {
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .Template8 .iknow_tm_hero_fifth {
    margin-bottom: 10px;
  }

  .Template8 .iknow_tm_topbar.smaller {
    left: 10px;
    right: 10px;
  }

  .Template8 .iknow_tm_mainpart_new {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 70px;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 70px;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
    left: 10px;
    right: 10px;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: auto;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_copyright .inner .left {
    margin-bottom: 1px;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_copyright p,
  .Template8 .iknow_tm_extra_demo .iknow_tm_copyright a {
    font-size: 13px;
  }

  .Template8 .iknow_tm_sidebar_2 {
    display: none;
  }

  .Template8 .iknow_tm_fixed_mainpart {
    left: 0;
  }

  .Template8 .iknow_tm_topbar .wrapper .menu {
    margin: 0;
    width: 180px;
    right: 0;
    transform: translateY(10px);
    border-radius: 10px;
    position: absolute;
    top: 100%;
  }

  .Template8 .iknow_tm_topbar .wrapper .menu.opened {
    transform: translateY(19px);
  }

  .Template8 .iknow_tm_topbar .wrapper .menu ul {
    display: flex;
    flex-direction: column;
  }

  .Template8 .iknow_tm_topbar .wrapper .menu ul li a {
    display: block;
  }

  .Template8 .iknow_tm_topbar .wrapper .menu .ccc {
    display: none;
  }

  .Template8 .iknow_tm_topbar .wrapper .menu ul li.active a {
    color: #ffb324;
  }

  .Template8 .iknow_tm_topbar .wrapper .menu ul li a:hover {
    color: #ffb324;
  }

  .Template8 .iknow_tm_topbar .wrapper .menu ul li a {
    padding: 6px 15px 5px;
  }

  .Template8 .iknow_tm_animate_section .section_inner {
    padding: 50px 20px;
  }

  .Template8 .iknow_tm_hero_fourth .content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }

  .Template8 .iknow_tm_hero_fourth .content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template8 .iknow_tm_hero_fourth .content .right {
    width: 100%;
    padding-left: 0;
  }

  .Template8 .iknow_tm_hero_fourth .content .left img {
    max-width: 220px;
    max-height: 220px;
  }

  .Template8 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
  }

  .Template8 .iknow_tm_hero_fourth .content .right .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template8 .iknow_tm_hero_fourth .content .right .text {
    font-size: 18px;
  }

  .Template8 .iknow_tm_content_extra {
    top: 70px;
    bottom: 70px;
    left: 10px;
    right: 10px;
  }

  .Template8 .iknow_tm_fixed_mainpart .topbar_extra {
    display: none;
  }

  .Template8 .iknow_tm_fixed_mainpart .extra_copyright {
    height: auto;
    line-height: 1.3;
    padding: 0;
  }

  .Template8 .iknow_tm_fixed_mainpart .extra_copyright p,
  .Template8 .iknow_tm_fixed_mainpart .extra_copyright a {
    font-size: 13px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content {
    flex-direction: column-reverse;
    padding: 50px 20px;
    text-align: center;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .right {
    padding: 0;
    margin-bottom: 40px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .right .image {
    max-width: 165px;
    margin: 0 auto;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left {
    width: 100%;
    padding: 0;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -10px !important;
    bottom: 10px !important;
    left: 10px !important;
    right: -10px !important;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 18px;
  }

  .Template8 .iknow_tm_section_new.contact {
    padding-bottom: 70px;
  }

  .Template8 .iknow_tm_extra_demo .iknow_tm_copyright {
    bottom: 5px;
  }

  .Template8 .mouse-cursor {
    display: none;
  }

  .Template8 .iknow_tm_button a {
    padding: 10px 30px;
    font-size: 14px;
  }

  .Template8 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template8 .iknow_tm_topbar .iknow_tm_button a {
    padding: 8px 20px;
    font-size: 13px;
  }

  .Template8 .iknow_tm_topbar .right .social {
    display: none;
  }

  .Template8 .container {
    padding: 0 20px;
  }

  .Template8 .iknow_tm_hero .main_menu {
    margin-top: 50px;
  }

  .Template8 .iknow_tm_hero .main_menu ul li {
    width: 100% !important;
    height: auto !important;
    padding: 20px;
  }

  .Template8 .iknow_tm_hero .main_menu ul li span {
    left: 65px !important;
    font-size: 20px;
  }

  .Template8 .iknow_tm_hero .main_menu ul li .svg {
    width: 32px;
    height: 32px;
  }

  .Template8 .iknow_tm_hero .content_inner .main_info {
    min-height: auto;
  }

  .Template8 .iknow_tm_hero .content_inner .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
  }

  .Template8 .iknow_tm_hero .right {
    padding-left: 0;
    width: 100%;
  }

  .Template8 .iknow_tm_hero .right .image .main:before {
    display: none;
  }

  .Template8 .iknow_tm_hero .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template8 .iknow_tm_hero .name {
    font-size: 35px;
  }

  .Template8 .iknow_tm_hero .text {
    font-size: 20px;
  }

  .Template8 .iknow_tm_hero_second .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template8 .iknow_tm_hero_second .right {
    width: 100%;
  }

  .Template8 .iknow_tm_hero_second .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
    padding-top: 150px;
  }

  .Template8 .iknow_tm_hero_second .right .image span {
    display: none;
  }

  .Template8 .iknow_tm_hero_second .right .image {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 350px;
    border-radius: 0;
  }

  .Template8 .iknow_tm_hero_second .right .image .main {
    border-radius: 15px;
  }

  .Template8 .iknow_tm_hero_second .name {
    font-size: 35px;
  }

  .Template8 .iknow_tm_hero_second .text {
    font-size: 20px;
  }

  .Template8 .iknow_tm_hero_second .social ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template8 .iknow_tm_hero_second .text {
    margin-bottom: 25px;
  }

  .Template8 .iknow_tm_extra_menu {
    margin-top: -100px;
  }

  .Template8 .iknow_tm_extra_menu .list_in .center span {
    font-size: 18px;
  }

  .Template8 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
    margin-bottom: 10px;
  }

  .Template8
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    margin-top: 10px;
  }

  .Template8
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 60px;
  }

  .Template8 .iknow_tm_extra_menu .list_in .center {
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 70px;
    margin: 0;
  }

  .Template8 .iknow_tm_extra_menu .list_in .list_icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
  }

  .Template8 .iknow_tm_extra_menu .list_in .down_icon {
    display: none;
  }

  .Template8 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 25px;
    height: 25px;
  }

  .Template8 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 15px;
    height: 15px;
  }

  .Template8 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template8 .iknow_tm_video .play {
    font-size: 22px;
    padding-left: 20px;
  }

  .Template8 .iknow_tm_mainpart.opened {
    padding: 70px 30px;
  }

  .Template8 .iknow_tm_about {
    flex-direction: column-reverse;
  }

  .Template8 .iknow_tm_about .right {
    padding-left: 0;
    width: 100%;
    top: 0;
  }

  .Template8 .iknow_tm_main_title {
    max-width: 100%;
  }

  .Template8 .iknow_tm_main_title h3 {
    font-size: 40px;
  }

  .Template8 .iknow_tm_about .left {
    width: 100%;
  }

  .Template8 .iknow_tm_about .left .image img {
    display: none;
  }

  .Template8 .iknow_tm_about .left .image .main {
    display: none;
  }

  .Template8 .iknow_tm_about .left .left_inner {
    display: block;
  }

  .Template8 .iknow_tm_about .left .details {
    left: 0;
  }

  .Template8 .iknow_tm_resume .iknow_tm_main_title {
    margin-bottom: 65px;
  }

  .Template8 .iknow_tm_resume .resume_inner {
    flex-direction: column;
  }

  .Template8 .iknow_tm_resume .left {
    width: 100%;
    padding-right: 0;
  }

  .Template8 .iknow_tm_resume .right {
    width: 100%;
    padding-left: 0;
    margin-top: 55px;
  }

  .Template8 .iknow_tm_portfolio .portfolio_list ul li {
    width: 50%;
  }

  .Template8 .iknow_tm_portfolio .portfolio_filter {
    text-align: left;
  }

  .Template8 .iknow_tm_services .service_list ul li {
    width: 50%;
  }

  .Template8 .iknow_tm_news .news_list ul li {
    width: 50%;
  }

  .Template8 .iknow_tm_contact .wrapper {
    flex-direction: column;
  }

  .Template8 .iknow_tm_contact .wrapper .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template8 .iknow_tm_contact .wrapper .right {
    width: 100%;
  }

  .Template8 .iknow_tm_copyright .inner {
    flex-direction: column;
  }

  .Template8 .iknow_tm_copyright .inner .left {
    margin-bottom: 5px;
  }

  .Template8 .iknow_tm_copyright .right ul li {
    margin-right: 20px;
  }

  .Template8
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    padding: 70px 30px;
  }

  .Template8 .iknow_tm_fixed_content .container {
    padding: 0;
  }

  .Template8 .iknow_tm_fixed_content .infobar {
    display: none;
  }

  .Template8 .iknow_tm_fixed_content .content_left {
    position: fixed;
    width: auto;
  }

  .Template8 .iknow_tm_fixed_content .menubar {
    width: 40px;
    padding: 0;
  }

  .Template8 .iknow_tm_fixed_content .mainbar {
    border-radius: 10px 0 0 10px;
    padding: 40px 20px;
  }

  .Template8 .iknow_tm_fixed_content .menubar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: none;
    background-color: #fff;
    padding: 0;
    margin: 0 0 5px;
    border-radius: 0 7px 7px 0;
  }

  .Template8 .iknow_tm_fixed_content .menubar ul li .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
  }

  .Template8 .iknow_tm_fixed_content .menubar ul li span {
    display: none;
  }

  .Template8 .iknow_tm_fixed_content .content_right {
    width: 100%;
    padding-left: 50px;
    margin-left: 0;
  }

  .Template8 .iknow_tm_author_info {
    display: block;
  }

  .Template8 .iknow_tm_button.fixedVersion {
    display: none;
  }

  .Template8 .simple_shapes .one,
  .Template8 .simple_shapes .two,
  .Template8 .simple_shapes .three,
  .Template8 .simple_shapes .four,
  .Template8 .simple_shapes .five,
  .Template8 .simple_shapes .six,
  .Template8 .simple_shapes .seven,
  .Template8 .simple_shapes .eight,
  .Template8 .simple_shapes .nine,
  .Template8 .simple_shapes .ten,
  .Template8 .simple_shapes .eleven,
  .Template8 .simple_shapes .twelve,
  .Template8 .simple_shapes .thirteen,
  .Template8 .simple_shapes .fourteen,
  .Template8 .simple_shapes .fifteen,
  .Template8 .simple_shapes .sixteen,
  .Template8 .simple_shapes .seventeen,
  .Template8 .simple_shapes .eighteen,
  .Template8 .simple_shapes .nineteen,
  .Template8 .simple_shapes .twenty {
    display: none;
  }

  .Template8 .rounded_shapes .one,
  .Template8 .rounded_shapes .two,
  .Template8 .rounded_shapes .three,
  .Template8 .rounded_shapes .four,
  .Template8 .rounded_shapes .five,
  .Template8 .rounded_shapes .six,
  .Template8 .rounded_shapes .seven,
  .Template8 .rounded_shapes .eight,
  .Template8 .rounded_shapes .nine,
  .Template8 .rounded_shapes .ten,
  .Template8 .rounded_shapes .eleven,
  .Template8 .rounded_shapes .twelve,
  .Template8 .rounded_shapes .thirteen,
  .Template8 .rounded_shapes .fourteen,
  .Template8 .rounded_shapes .fifteen,
  .Template8 .rounded_shapes .sixteen,
  .Template8 .rounded_shapes .seventeen,
  .Template8 .rounded_shapes .eighteen {
    display: none;
  }
}

@media (max-width: 768px) {
  .Template8 .iknow_tm_hero_third .content .hello {
    font-size: 21px;
  }

  .Template8 .iknow_tm_hero_third .content .name {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .Template8 .iknow_tm_hero_third .content .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template8 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template8 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 21px;
  }

  .Template8 .iknow_tm_hero_fourth .content .right .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template8 .iknow_tm_hero_fourth .content .right .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 21px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template8 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template8 .iknow_tm_topbar .logo img {
    max-width: 90px;
  }

  .Template8 .iknow_tm_main_title span {
    font-size: 18px;
  }

  .Template8 .iknow_tm_main_title h3 {
    font-size: 30px;
  }

  .Template8 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template8 .circular_progress_bar .list_inner:after {
    width: 108px;
    height: 108px;
  }

  .Template8 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template8 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template8 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template8 .iknow_tm_resume_title h3 {
    font-size: 25px;
  }

  .Template8 .iknow_tm_resume_title .shape {
    width: 21px;
    height: 21px;
  }

  .Template8 .iknow_tm_resume_title .shape:before {
    width: 4px;
    height: 4px;
  }

  .Template8 .iknow_tm_resume_title h3 {
    padding-left: 33px;
  }

  .Template8 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 20px;
  }

  .Template8 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 18px;
  }

  .Template8 .iknow_tm_resume .info_list ul li .short .job h3 {
    margin-bottom: 4px;
  }

  .Template8 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 18px;
    padding: 5px 30px 4px;
  }

  .Template8 .progress_inner span.label {
    font-size: 19px;
  }

  .Template8 .progress_inner {
    margin-bottom: 20px;
  }

  .Template8 .progress_inner > span {
    margin-bottom: 15px;
  }

  .Template8 .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template8 .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template8 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 5px;
  }

  .Template8 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template8 .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template8 .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template8 .iknow_tm_services .service_list ul li .title {
    font-size: 21px;
  }

  .Template8 .iknow_tm_services .service_list ul li .icon {
    height: 95px;
  }

  .Template8 .iknow_tm_services .service_list ul li .icon .svg {
    width: 35px;
    height: 35px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 19px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin-bottom: 3px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 45px;
    height: 45px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .list_inner .in {
    padding: 27px 35px 35px;
  }

  .Template8 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 0 10px;
  }

  .Template8 .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template8 .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template8 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template8 .iknow_tm_contact .wrapper .right .input_list ul {
    margin: 0;
  }

  .Template8 .iknow_tm_contact .wrapper .right .input_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template8 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .Template8 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }

  .Template8 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
    width: 30px;
    height: 30px;
  }

  .Template8 .iknow_tm_modalbox .box_inner {
    width: 500px;
  }

  .Template8 .iknow_tm_modalbox .main_details {
    flex-direction: column;
  }

  .Template8 .iknow_tm_modalbox .main_details .textbox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template8 .iknow_tm_modalbox .additional_images ul {
    margin: 0;
  }

  .Template8 .iknow_tm_modalbox .additional_images ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template8 .iknow_tm_modalbox .description_wrap {
    padding: 30px;
  }

  .Template8 .iknow_tm_copyright.fixed {
    text-align: center;
    padding: 30px 20px;
  }

  .Template8 .iknow_tm_copyright.fixed .left {
    margin-bottom: 0;
  }

  .Template8 .iknow_tm_copyright.fixed .right {
    display: none;
  }

  .Template8 .iknow_tm_copyright.fixed p {
    font-size: 13px;
  }

  .Template8 .iknow_tm_copyright.fixed a {
    font-size: 13px;
  }

  .Template8 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template8 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template8 .iknow_tm_fixed_content .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template8 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template8 .iknow_tm_fixed_content .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template8 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .Template8 .iknow_tm_modalbox .box_inner {
    width: 300px;
  }

  .Template8 .iknow_tm_resume .info_list ul li .short {
    flex-direction: column;
    align-items: baseline;
  }

  .Template8 .iknow_tm_resume .info_list ul li .short .job {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .details .right {
    display: none;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .details .info span {
    font-size: 14px;
  }

  .Template8 .iknow_tm_testimonials .testimonials_list .details .info {
    padding-left: 12px;
  }

  .Template8 .circular_progress_bar .title h3 {
    font-size: 17px;
  }

  .Template8 .progress_inner span.label {
    font-size: 17px;
  }

  .Template8 .progress_inner > span {
    margin-bottom: 12px;
  }

  .Template8 .iknow_tm_news .news_list ul li .details {
    padding: 10px 0 0 !important;
    background-color: transparent;
    box-shadow: none;
  }

  .Template8 .iknow_tm_modalbox .close .svg {
    width: 25px;
    height: 25px;
  }

  .Template8 .iknow_tm_modalbox .close {
    margin-left: 0;
    left: auto;
    right: 0;
    top: -35px;
  }

  .Template8 .iknow_tm_intro .filter ul li {
    margin-right: 10px;
  }

  .Template8 .iknow_tm_intro .filter ul li a {
    font-size: 14px;
  }

  .Template8 .iknow_tm_intro .filter {
    margin-bottom: 20px;
  }

  .Template8 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 7px;
  }

  .Template8 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 7px;
  }

  .Template8 .iknow_tm_intro .demo ul li h3 {
    font-size: 11px;
  }

  .Template8 .intro_title img {
    max-width: 90px;
  }

  .Template8 .intro_title span {
    font-size: 14px;
  }

  .Template8 .iknow_tm_intro .demo {
    max-width: 90%;
  }
}

/* temp8 overide styles  */

.Template8 .iknow_tm_main_title span {
  font-size: 19px;
}

.Template8 .iknow_tm_about .left .details h3 {
  font-size: 11px;
}

.Template8 .iknow_tm_about .right .text {
  padding: 10px 0 5px;
  text-align: justify;
}

.Template8 .iknow_tm_services .service_list {
  padding-top: 10px;
}

.Template8 .years {
  display: inline-block;
  margin: 30px 0;
}

.Template8 .iknow_tm_services .service_list ul li .list_inner {
  padding: 0;
}

.Template8 .iknow_tm_services .service_list ul li .icon {
  display: block;
  padding: 30px 40px 25px;
  border-radius: 10px 10px 0 0;
}

.Template8 .iknow_tm_portfolio .portfolio_filter {
  padding-top: 25px;
}

.Template8 .iknow_tm_contact .wrapper {
  padding-top: 35px;
}

.Template8 .p-8 {
  padding: 0 40px 0;
}

.Template8 .td:hover {
  text-decoration: underline;
}

.Template8 .current .svg {
  filter: invert(0.4) sepia(1) saturate(20) hue-rotate(320.4deg) brightness(1.2);
}

@media (max-width: 1400px) {
  .Template8 .iknow_tm_main_title h3 {
    font-size: 13px;
  }

  .Template8 .iknow_tm_about .left .details span {
    font-size: 13px;
  }

  .Template8 .iknow_tm_main_title h3 {
    font-size: 13px;
  }

  .Template8 .iknow_tm_services .service_list ul li .title {
    font-size: 16px;
    color: #ff451b;
  }

  .Template8 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 13px;
  }

  .Template8 .reduced {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .Template8 .iknow_tm_about .iknow_tm_main_title {
    margin-top: 90px;
  }
}

/* Template9 styles  */
body:has(.Template9) {
  font-family: Raleway;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: #888;
}

.Template9 img.svg {
  width: 15px;
  height: 15px;
}

.Template9::-webkit-input-placeholder {
  color: #6f6f6f;
}

.Template9:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template9::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template9:-ms-input-placeholder {
  color: #6f6f6f;
}

.Template9::-ms-input-placeholder {
  color: #6f6f6f;
}

.Template9::placeholder {
  color: #6f6f6f;
}

body:has(.Template9)::-webkit-scrollbar {
  width: 11px;
}

body:has(.Template9) {
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}

body:has(.Template9):-webkit-scrollbar-track {
  background: #fff;
}

body:has(.Template9)::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}

.Template9 .container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  padding: 0 40px;
  clear: both;
}

.Template9 h1,
.Template9 h2,
.Template9 h3,
.Template9 h4,
.Template9 h5,
.Template9 h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: poppins;
  color: #222;
}

.Template9 h1 {
  font-size: 45px;
}

.Template9 h2 {
  font-size: 36px;
}

.Template9 h3 {
  font-size: 30px;
}

.Template9 h4 {
  font-size: 24px;
}

.Template9 h5 {
  font-size: 20px;
}

.Template9 h6 {
  font-size: 16px;
}

.Template9 .iknow_tm_all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_all_wrap,
.Template9 .iknow_tm_all_wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Template9 .iknow_tm_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 #preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}

.Template9 #preloader:before,
.Template9 #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.Template9 #preloader:after {
  left: auto;
  right: 0;
}

.Template9 #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.Template9 .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.Template9 .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

.Template9 .preloaded .loader_line:after {
  opacity: 0;
}

.Template9 .preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}

.Template9 .preloaded:before,
.Template9 .preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

body:has(.Template9).dark #preloader:before,
body:has(.Template9).dark #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body:has(.Template9).dark #preloader:after {
  left: auto;
  right: 0;
}

body:has(.Template9).dark #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

body:has(.Template9).dark .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #777;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

body:has(.Template9).dark .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

.Template9 .iknow_tm_mobile_menu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}

.Template9 .iknow_tm_mobile_menu .mobile_menu_inner {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}

.Template9 .iknow_tm_mobile_menu .mobile_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template9 .iknow_tm_mobile_menu .mobile_in .logo img {
  max-width: 70px;
  max-height: 50px;
}

.Template9 .iknow_tm_mobile_menu .trigger {
  line-height: 0;
}

.Template9 .iknow_tm_mobile_menu .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Template9 .iknow_tm_mobile_menu .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 40px;
}

.Template9 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li {
  margin: 0 0 3px;
  float: left;
  width: 100% !important;
}

.Template9 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
}

.Template9 .iknow_tm_mobile_menu .hamburger {
  padding: 0 !important;
}

.Template9 .hamburger-inner,
.Template9 .hamburger-inner:after,
.Template9 .hamburger-inner:before {
  width: 30px !important;
  height: 2px !important;
}

.Template9 .hamburger-box {
  width: 30px !important;
}

.Template9 .iknow_tm_topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.Template9 .iknow_tm_topbar .topbar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
}

.Template9 .iknow_tm_topbar .logo {
  display: inline-block;
}

.Template9 .iknow_tm_topbar .logo img {
  max-width: 125px;
}

.Template9 .iknow_tm_topbar .right {
  display: flex;
  align-items: center;
}

.Template9 .iknow_tm_topbar .right .social {
  position: relative;
  top: 3px;
}

.Template9 .iknow_tm_topbar .right .social ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_topbar .right .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template9 .iknow_tm_topbar .right .social ul li:last-child {
  margin-right: 0;
}

.Template9 .iknow_tm_topbar .right .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template9 .iknow_tm_topbar .right .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template9 .iknow_tm_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_topbar .iknow_tm_button {
  width: auto;
  margin-left: 30px;
}

.Template9 .iknow_tm_button a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  /* background-color: #ff451b; */
  background-color: #b90294;
  padding: 14px 50px;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_button a:hover {
  background-color: #ffb324;
}

.Template9 .iknow_tm_topbar .trigger_wrapper {
  position: relative;
}

.Template9 .iknow_tm_topbar .trigger_wrapper .inner {
  width: 48px;
  height: 24px;
  position: relative;
}

.Template9 .iknow_tm_topbar .trigger_wrapper .inner span {
  width: 48px;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_topbar .trigger_wrapper .inner .inner span:first-child {
  top: 0;
  left: 0;
}

.Template9 .iknow_tm_topbar .trigger_wrapper .inner span:last-child {
  bottom: 0;
  right: 0;
  width: 33px;
}

.Template9 .iknow_tm_topbar .trigger_wrapper:hover span:last-child {
  width: 48px;
}

.Template9 .iknow_tm_topbar .trigger_wrapper .inner span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Template9 .iknow_tm_hero {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_hero .background_shape {
  position: absolute;
  width: 76%;
  top: 0;
  left: 0;
  height: calc(100vh + 0px);
  background-color: #f1faff;
  clip-path: polygon(100% 0%, 81% 86%, 0% 100%, 0% 0%);
}

.Template9 .iknow_tm_hero .background_shape.opened {
  height: calc(100vh + 65px);
}

.Template9 .iknow_tm_hero .hero_content {
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 3;
}

.Template9 .iknow_tm_hero .content_inner {
  width: 100%;
  min-height: 100vh;
  float: left;
  clear: both;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.Template9 .iknow_tm_hero .content_inner .main_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(100vh - 150px);
  padding-top: 135px;
}

.Template9 .iknow_tm_hero .left {
  width: 50%;
}

.Template9 .iknow_tm_hero .subtitle {
  display: inline-block;
  color: #b90294;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template9 .iknow_tm_hero .name {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}

.Template9 .iknow_tm_hero .text {
  font-size: 24px;
  margin-bottom: 27px;
}

.Template9 .iknow_tm_video {
  width: auto;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  z-index: 2;
}

.Template9 .iknow_tm_video .video_inner {
  display: inline-block;
  display: flex;
  align-items: center;
  position: relative;
}

.Template9 .iknow_tm_video .circle {
  width: 72px;
  height: 72px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
}

.Template9 .iknow_tm_video .circle:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 3px;
}

.Template9 .iknow_tm_video .play {
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
}

.Template9 .iknow_tm_video .circle:after {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_video:hover .circle:after {
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}

.Template9 .iknow_tm_full_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.Template9 .iknow_tm_hero .right {
  width: 50%;
  padding-left: 230px;
}

.Template9 .iknow_tm_hero .right .image {
  position: relative;
}

.Template9 .iknow_tm_hero .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template9 .iknow_tm_hero .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template9 .iknow_tm_hero .right .image .main:before {
  position: absolute;
  content: "";
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: #ffb324;
  z-index: -1;
  transform: rotate(-50deg);
  animation: animeRotate 13s linear 0s infinite alternate;
}

@keyframes animeRotate {
  0% {
    transform: rotate(-50deg);
  }

  100% {
    transform: rotate(-30deg);
  }
}

.Template9 .iknow_tm_hero .main_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-bottom: 25px;
}

.Template9 .iknow_tm_hero .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_hero .main_menu ul li {
  margin: 0 6px 6px 0;
  float: left;
  background-color: #fff;
  position: relative;
  height: 135px;
  width: 135px;
  padding: 48px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_hero .main_menu ul li .svg {
  width: 40px;
  height: 40px;
  color: #b90294;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_hero .main_menu ul li span {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_hero .main_menu ul li.entered span,
.Template9 .iknow_tm_hero .main_menu ul li.active span {
  left: 95px;
}

.Template9 .iknow_tm_hero .main_menu ul li.active svg {
  color: #fff;
}

.Template9 .iknow_tm_hero .main_menu ul li.active span {
  color: #fff;
}

.Template9 .iknow_tm_hero .main_menu ul li.active {
  background-color: #b90294;
}

.Template9 .simple_shapes .one,
.Template9 .simple_shapes .two,
.Template9 .simple_shapes .three,
.Template9 .simple_shapes .four,
.Template9 .simple_shapes .five,
.Template9 .simple_shapes .six,
.Template9 .simple_shapes .seven,
.Template9 .simple_shapes .eight,
.Template9 .simple_shapes .nine,
.Template9 .simple_shapes .ten,
.Template9 .simple_shapes .eleven,
.Template9 .simple_shapes .twelve,
.Template9 .simple_shapes .thirteen,
.Template9 .simple_shapes .fourteen,
.Template9 .simple_shapes .fifteen,
.Template9 .simple_shapes .sixteen,
.Template9 .simple_shapes .seventeen,
.Template9 .simple_shapes .eighteen,
.Template9 .simple_shapes .nineteen,
.Template9 .simple_shapes .twenty {
  position: absolute;
}

.Template9 .simple_shapes .one {
  top: 15%;
  left: 7%;
}

.Template9 .simple_shapes .one .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .one .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template9 .simple_shapes .two {
  bottom: 15%;
  left: 5%;
}

.Template9 .simple_shapes .two .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.3);
}

.Template9 .simple_shapes .two .svg {
  width: 95px;
  height: 95px;
}

.Template9 .simple_shapes .three {
  top: 13%;
  right: 5%;
}

.Template9 .simple_shapes .three .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.2);
}

.Template9 .simple_shapes .three .svg {
  width: 120px;
  height: 120px;
}

.Template9 .simple_shapes .four {
  top: 29%;
  left: 10%;
}

.Template9 .simple_shapes .four .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .four .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template9 .simple_shapes .five {
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  transform: rotate(90deg);
}

.Template9 .simple_shapes .five .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .five .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template9 .simple_shapes .six {
  bottom: 33%;
  left: 3%;
  transform: rotate(250deg);
}

.Template9 .simple_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template9 .simple_shapes .seven {
  bottom: 4%;
  left: 10%;
}

.Template9 .simple_shapes .seven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .seven .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template9 .simple_shapes .eight {
  bottom: 24%;
  left: 14%;
}

.Template9 .simple_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .eight .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template9 .simple_shapes .nine {
  top: 19%;
  left: 36%;
  transform: rotate(70deg);
}

.Template9 .simple_shapes .nine .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .nine .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template9 .simple_shapes .ten {
  top: 25%;
  left: 50%;
  transform: rotate(180deg);
}

.Template9 .simple_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .ten .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template9 .simple_shapes .eleven {
  bottom: 50%;
  left: 48%;
}

.Template9 .simple_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .eleven .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template9 .simple_shapes .twelve {
  bottom: 30%;
  left: 49%;
}

.Template9 .simple_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .twelve .svg {
  width: 24px;
  height: 24px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template9 .simple_shapes .thirteen {
  bottom: 26%;
  left: 39%;
}

.Template9 .simple_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .thirteen .svg {
  width: 18px;
  height: 18px;
  stroke: rgba(91, 215, 180, 0.3);
}

.Template9 .simple_shapes .fourteen {
  top: 14%;
  right: 13%;
}

.Template9 .simple_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .fourteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template9 .simple_shapes .fifteen {
  top: 32%;
  right: 2%;
}

.Template9 .simple_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .fifteen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template9 .simple_shapes .sixteen {
  top: 50%;
  right: 3%;
}

.Template9 .simple_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .sixteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template9 .simple_shapes .seventeen {
  top: 59%;
  right: 3%;
}

.Template9 .simple_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .seventeen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template9 .simple_shapes .eighteen {
  bottom: 19%;
  right: 10%;
}

.Template9 .simple_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .eighteen .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template9 .simple_shapes .nineteen {
  bottom: 12%;
  right: 19%;
}

.Template9 .simple_shapes .nineteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .nineteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template9 .simple_shapes .twenty {
  bottom: 12%;
  right: 3%;
}

.Template9 .simple_shapes .twenty .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .simple_shapes .twenty .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template9 .rounded_shapes .one,
.Template9 .rounded_shapes .two,
.Template9 .rounded_shapes .three,
.Template9 .rounded_shapes .four,
.Template9 .rounded_shapes .five,
.Template9 .rounded_shapes .six,
.Template9 .rounded_shapes .seven,
.Template9 .rounded_shapes .eight,
.Template9 .rounded_shapes .nine,
.Template9 .rounded_shapes .ten,
.Template9 .rounded_shapes .eleven,
.Template9 .rounded_shapes .twelve,
.Template9 .rounded_shapes .thirteen,
.Template9 .rounded_shapes .fourteen,
.Template9 .rounded_shapes .fifteen,
.Template9 .rounded_shapes .sixteen,
.Template9 .rounded_shapes .seventeen,
.Template9 .rounded_shapes .eighteen {
  position: absolute;
}

.Template9 .rounded_shapes .one {
  top: 24%;
  left: 2%;
}

.Template9 .rounded_shapes .one .cls-1 {
  stroke: inherit;
  fill: #b90294;
}

.Template9 .rounded_shapes .one .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .two {
  top: 25%;
  left: 8%;
}

.Template9 .rounded_shapes .two .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .rounded_shapes .two .svg {
  width: 38px;
  height: 38px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template9 .rounded_shapes .three {
  top: 45%;
  left: 4%;
}

.Template9 .rounded_shapes .three .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .three .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template9 .rounded_shapes .four {
  bottom: 36%;
  left: 7%;
}

.Template9 .rounded_shapes .four .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template9 .rounded_shapes .four .svg {
  width: 22px;
  height: 22px;
  stroke: none;
}

.Template9 .rounded_shapes .five {
  bottom: 20%;
  left: 3%;
}

.Template9 .rounded_shapes .five .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template9 .rounded_shapes .five .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template9 .rounded_shapes .six {
  top: 19%;
  left: 24%;
}

.Template9 .rounded_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .rounded_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .seven {
  top: 20%;
  left: 40%;
}

.Template9 .rounded_shapes .seven .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template9 .rounded_shapes .seven .svg {
  width: 60px;
  height: 60px;
  stroke: none;
}

.Template9 .rounded_shapes .eight {
  top: 35%;
  left: 40%;
}

.Template9 .rounded_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .rounded_shapes .eight .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .nine {
  top: 40%;
  left: 52%;
}

.Template9 .rounded_shapes .nine .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .nine .svg {
  width: 26px;
  height: 26px;
  stroke: none;
}

.Template9 .rounded_shapes .ten {
  bottom: 31%;
  left: 48%;
}

.Template9 .rounded_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .rounded_shapes .ten .svg {
  width: 63px;
  height: 63px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template9 .rounded_shapes .eleven {
  bottom: 23%;
  left: 38%;
}

.Template9 .rounded_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .eleven .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .twelve {
  top: 14%;
  right: 11%;
}

.Template9 .rounded_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .twelve .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .thirteen {
  top: 18%;
  right: 7%;
}

.Template9 .rounded_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template9 .rounded_shapes .thirteen .svg {
  width: 30px;
  height: 30px;
  stroke: none;
}

.Template9 .rounded_shapes .fourteen {
  top: 31%;
  right: 6%;
}

.Template9 .rounded_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template9 .rounded_shapes .fourteen .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template9 .rounded_shapes .fifteen {
  top: 41%;
  right: 2%;
}

.Template9 .rounded_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .fifteen .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template9 .rounded_shapes .sixteen {
  bottom: 40%;
  right: 7%;
}

.Template9 .rounded_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .rounded_shapes .sixteen .svg {
  width: 27px;
  height: 27px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .seventeen {
  bottom: 6%;
  left: 6%;
}

.Template9 .rounded_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .rounded_shapes .seventeen .svg {
  width: 34px;
  height: 34px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template9 .rounded_shapes .eighteen {
  top: 18%;
  right: 38%;
}

.Template9 .rounded_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template9 .rounded_shapes .eighteen .svg {
  width: 23px;
  height: 23px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template9 .iknow_tm_fixed_mainpart .simple_shapes .two {
  left: 3%;
}

.Template9 .iknow_tm_fixed_mainpart .simple_shapes .seven {
  left: 1%;
}

.Template9 .iknow_tm_fixed_mainpart .simple_shapes .four {
  left: 3%;
}

.Template9 .iknow_tm_fixed_mainpart .simple_shapes .one {
  left: 2%;
  top: 5%;
}

.Template9 .iknow_tm_fixed_mainpart .simple_shapes .nineteen {
  bottom: 8%;
}

.Template9 .iknow_tm_fixed_mainpart .simple_shapes .twelve {
  bottom: 5%;
}

.Template9 .iknow_tm_fixed_mainpart .simple_shapes .ten {
  top: 5%;
}

.Template9 .iknow_tm_fixed_mainpart .simple_shapes .nine {
  top: 5%;
  left: 30%;
}

.Template9 .iknow_tm_fixed_mainpart .simple_shapes .six {
  bottom: 45%;
}

.Template9 .iknow_tm_extra_demo .rounded_shapes .thirteen {
  right: 3%;
}

.Template9 .iknow_tm_extra_demo .rounded_shapes .sixteen {
  right: 4%;
  bottom: 22%;
}

.Template9 .iknow_tm_mainpart {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 0 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_mainpart.opened {
  padding: 70px;
}

.Template9 .iknow_tm_main_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: none;
}

.Template9 .iknow_tm_main_section.active {
  display: block;
  -webkit-animation: slide-down 0.7s ease;
  -moz-animation: slide-down 0.7s ease;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(30px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

.Template9 .iknow_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
}

.Template9 .iknow_tm_about .left {
  width: 50%;
  position: relative;
}

.Template9 .iknow_tm_about .left .left_inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.Template9 .iknow_tm_about .left .image {
  position: relative;
  min-width: 60%;
}

.Template9 .iknow_tm_about .left .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template9 .iknow_tm_about .left .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template9 .iknow_tm_about .left .details {
  position: relative;
  min-width: 47%;
  left: -55px;
  margin-top: 55px;
  background-color: #b90294;
  padding: 36px 40px 35px;
  z-index: 1;
  border-radius: 15px;
}

.Template9 .iknow_tm_about .left .details ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_about .left .details ul li {
  margin: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 13px 0;
}

.Template9 .iknow_tm_about .left .details ul li:first-child {
  padding-top: 0;
}

.Template9 .iknow_tm_about .left .details ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.Template9 .iknow_tm_about .left .details h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
  opacity: 0.85;
}

.Template9 .iknow_tm_about .left .details span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.Template9 .iknow_tm_about .iknow_tm_main_title {
  max-width: 100%;
}

.Template9 .iknow_tm_main_title {
  width: 100%;
  max-width: 45%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_main_title span {
  font-size: 21px;
  color: #b90294;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
}

.Template9 .iknow_tm_main_title h3 {
  font-size: 47px;
  font-weight: 700;
}

.Template9 .iknow_tm_about .right {
  width: 50%;
  padding-left: 75px;
  position: relative;
  top: -8px;
}

.Template9 .iknow_tm_about .right .bigger_text {
  width: 100%;
  float: left;
  padding: 25px 0;
}

.Template9 .iknow_tm_about .right .bigger_text p {
  font-size: 21px;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
}

.Template9 .iknow_tm_about .right .text {
  width: 100%;
  float: left;
  margin-bottom: 38px;
}

.Template9 .iknow_tm_resume {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_resume .resume_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
}

.Template9 .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 100px;
}

.Template9 .iknow_tm_resume .left {
  width: 50%;
  padding-right: 30px;
}

.Template9 .iknow_tm_resume .info_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 62px;
}

.Template9 .iknow_tm_resume .info_list:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_resume_title {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_resume_title h3 {
  font-size: 36px;
  font-weight: 700;
  padding-left: 40px;
}

.Template9 .iknow_tm_resume_title .shape {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3px solid #b90294;
}

.Template9 .iknow_tm_resume_title .shape:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #b90294;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template9 .iknow_tm_resume .info_list ul {
  margin: 38px 0 0;
  float: left;
  list-style-type: none;
}

.Template9 .iknow_tm_resume .info_list ul li {
  width: 100%;
  float: left;
  margin: 0 0 45px;
}

.Template9 .iknow_tm_resume .info_list ul li:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_resume .info_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_resume .info_list ul li .short {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template9 .iknow_tm_resume .info_list ul li .short .job {
  padding-right: 20px;
}

.Template9 .iknow_tm_resume .info_list ul li .short .job h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template9 .iknow_tm_resume .info_list ul li .short .job span {
  font-size: 20px;
  color: #555;
}

.Template9 .iknow_tm_resume .info_list ul li .short .year span {
  font-size: 20px;
  color: #b90294;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px 35px 7px;
  white-space: nowrap;
}

.Template9 .iknow_tm_resume .text {
  width: 100%;
  float: left;
  margin-top: 18px;
}

.Template9 .iknow_tm_resume .right {
  width: 50%;
  padding-left: 30px;
}

.Template9 .iknow_tm_resume .right .skills_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 67px;
}

.Template9 .iknow_tm_resume .right .skills_list:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_resume .right .skills_list .personal {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .dodo_progress {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 40px;
  overflow: hidden;
}

.Template9 .progress_inner {
  width: 100%;
  margin-bottom: 23px;
}

.Template9 .progress_inner:last-child {
  margin-bottom: 0;
}

.Template9 .progress_inner > span {
  margin: 0 0 20px;
  display: block;
  text-align: left;
  position: relative;
}

.Template9 .progress_inner span.label {
  opacity: 0;
  transform: translateY(10px);
  display: block;
  color: #0f172a;
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template9 .progress_inner span.label.opened {
  opacity: 1;
  transform: translateY(0px);
}

.Template9 .progress_inner span.number {
  float: right;
  position: absolute;
  right: 100%;
  bottom: -5px;
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #b90294;
  font-family: poppins;
}

.Template9 .progress_inner .background {
  background: #e2e7ec;
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 8px;
  border-radius: 50px;
}

.Template9 .progress_inner .background .bar_in {
  height: 5px;
  background: #b90294;
  width: 0;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  top: -7px;
}

.Template9 .progress_inner .background .bar {
  width: 0;
  height: 100%;
}

.Template9 .progress_inner .background .bar.open {
  -webkit-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

@-webkit-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.Template9 .iknow_tm_resume .right .skills_list .software {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .circular_progress_bar {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 40px;
}

.Template9 .circular_progress_bar ul {
  margin: 0 0 0 -75px;
  list-style-type: none;
}

.Template9 .circular_progress_bar ul li {
  margin: 0 0 45px;
  width: 50%;
  float: left;
  padding-left: 75px;
}

.Template9 .circular_progress_bar .myCircle {
  position: relative;
  float: left;
}

.Template9 .circular_progress_bar .list_inner {
  width: 100%;
  position: relative;
  text-align: center;
}

.Template9 .circular_progress_bar .list_inner:after {
  content: "";
  position: absolute;
  width: 199px;
  height: 199px;
  border: 6px solid #eee;
  left: 7px;
  top: 7px;
  z-index: -1;
  border-radius: 50%;
  z-index: 11;
  box-sizing: border-box;
}

.Template9 .circular_progress_bar .title {
  width: 100%;
  max-width: 213px;
  float: left;
  padding-top: 14px;
}

.Template9 .circular_progress_bar .title h3 {
  font-size: 21px;
  font-weight: 700;
}

.Template9 .circular_progress_bar .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b90294;
  font-size: 30px;
  font-weight: 400;
}

.Template9 .iknow_tm_portfolio {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_portfolio .portfolio_filter {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
  padding: 50px 0 43px;
}

.Template9 .iknow_tm_portfolio .portfolio_filter ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_portfolio .portfolio_filter ul li {
  margin: 0 30px 0 0;
  display: inline-block;
}

.Template9 .iknow_tm_portfolio .portfolio_filter ul li:last-child {
  margin-right: 0;
}

.Template9 .iknow_tm_portfolio .portfolio_filter ul li a.current {
  color: #b90294;
}

.Template9 .iknow_tm_portfolio .portfolio_filter ul li a {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_portfolio .portfolio_filter ul li a:hover {
  color: #b90294;
}

.Template9 .iknow_tm_portfolio .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_portfolio .portfolio_list ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template9 .iknow_tm_portfolio .portfolio_list ul li {
  margin: 0 0 30px;
  width: 33.3333%;
  float: left;
  padding-left: 30px;
}

.Template9 .iknow_tm_portfolio .portfolio_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image {
  position: relative;
}

.Template9 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template9 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.Template9 .iknow_tm_portfolio .portfolio_list ul li .list_inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 69, 27, 0.72);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .overlay {
  opacity: 1;
  visibility: visible;
}

.Template9 .iknow_tm_portfolio .portfolio_list .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_portfolio .portfolio_list ul li .list_inner:hover .svg {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template9 .iknow_tm_portfolio .portfolio_list .details {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  padding: 0 20px 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .details {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.Template9 .iknow_tm_portfolio .portfolio_list .details span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.Template9 .iknow_tm_portfolio .portfolio_list .details h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}

.Template9 .iknow_tm_modalbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_modalbox.opened {
  opacity: 1;
  visibility: visible;
}

.Template9 .iknow_tm_modalbox .box_inner {
  position: absolute;
  top: 70px;
  bottom: 70px;
  width: 968px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_modalbox.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template9 .iknow_tm_modalbox .close {
  position: fixed;
  left: 100%;
  top: 0;
  margin-left: 20px;
  z-index: 111111;
}

.Template9 .iknow_tm_modalbox .close a {
  text-decoration: none;
  color: #fff;
}

.Template9 .iknow_tm_modalbox .close .svg {
  width: 50px;
  height: 50px;
}

.Template9 .iknow_tm_modalbox .description_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
  overflow-y: scroll;
}

.Template9 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar,
.Template9 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar {
  width: 11px;
}

.Template9 .iknow_tm_modalbox .description_wrap {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template9 .iknow_tm_modalbox .description_wrap:-webkit-scrollbar-track,
.Template9 .iknow_tm_fixed_content .mainbar:-webkit-scrollbar-track {
  background: #fff;
}

.Template9 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar-thumb,
.Template9 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template9 .iknow_tm_portfolio .hidden_content {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template9 .iknow_tm_modalbox .popup_details {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_modalbox .popup_details .top_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
}

.Template9 .iknow_tm_modalbox .popup_details .top_image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template9 .iknow_tm_modalbox .popup_details .top_image .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.Template9 .iknow_tm_modalbox .portfolio_main_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template9 .iknow_tm_modalbox .portfolio_main_title span {
  display: inline-block;
  margin-bottom: 5px;
}

.Template9 .iknow_tm_modalbox .portfolio_main_title h3 {
  font-weight: 700;
  font-size: 21px;
}

.Template9 .iknow_tm_modalbox .main_details {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  margin-bottom: 60px;
}

.Template9 .iknow_tm_modalbox .main_details .textbox {
  width: 70%;
  padding-right: 40px;
}

.Template9 .iknow_tm_modalbox .main_details .textbox p {
  margin-bottom: 15px;
}

.Template9 .iknow_tm_modalbox .main_details .textbox p:last-child {
  margin-bottom: 0;
}

.Template9 .tokyo_tm_modalbox .main_details .detailbox {
  width: 30%;
  padding-left: 40px;
}

.Template9 .iknow_tm_modalbox .main_details .detailbox > ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_modalbox .main_details .detailbox > ul > li {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}

.Template9 .iknow_tm_modalbox .main_details .detailbox > ul > li:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_modalbox .main_details .detailbox .first {
  font-weight: 700;
  display: block;
  color: #000;
  margin-bottom: 3px;
}

.Template9 .iknow_tm_modalbox .main_details .detailbox span a {
  text-decoration: none;
  color: #888;
}

.Template9 .iknow_tm_modalbox .main_details .detailbox .share {
  margin: 0;
  list-style-type: none;
  position: relative;
  top: 7px;
}

.Template9 .iknow_tm_modalbox .main_details .detailbox .share li {
  margin: 0 13px 0 0;
  display: inline-block;
}

.Template9 .iknow_tm_modalbox .main_details .detailbox .share li:last-child {
  margin-right: 0;
}

.Template9 .iknow_tm_modalbox .main_details .detailbox .share li a {
  text-decoration: none;
  color: #000;
}

.Template9 .iknow_tm_modalbox .additional_images {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_modalbox .additional_images ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template9 .iknow_tm_modalbox .additional_images ul li {
  margin: 0 0 30px;
  float: left;
  width: 50%;
  padding-left: 30px;
}

.Template9 .iknow_tm_modalbox .additional_images ul li:nth-child(3n-2) {
  width: 100%;
}

.Template9 .iknow_tm_modalbox .additional_images ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_modalbox .additional_images ul li .my_image {
  position: relative;
}

.Template9 .iknow_tm_modalbox .additional_images ul li .my_image img {
  opacity: 0;
  min-width: 100%;
}

.Template9 .iknow_tm_modalbox .additional_images ul li .my_image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template9 .iknow_tm_services {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_services .service_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template9 .iknow_tm_services .service_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.Template9 .iknow_tm_services .service_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template9 .iknow_tm_services .service_list ul li .list_inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
  padding: 60px 40px 58px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_services .service_list ul li .list_inner:hover {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.15);
}

.Template9 .iknow_tm_services .service_list ul li .icon {
  display: inline-block;
  width: 107px;
  height: 107px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
  margin-bottom: 25px;
}

.Template9 .iknow_tm_services .service_list ul li .icon .svg {
  width: 42px;
  height: 42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template9 .iknow_tm_services .service_list ul li .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.Template9 .iknow_tm_services .service_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template9 .iknow_tm_modalbox .service_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_modalbox .service_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template9 .iknow_tm_modalbox .service_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template9 .iknow_tm_modalbox .service_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template9 .iknow_tm_modalbox .service_informations .title {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}

.Template9 .iknow_tm_modalbox .title h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template9 .iknow_tm_modalbox .service_informations .description {
  width: 100%;
  float: left;
}

.Template9 .iknow_tm_modalbox .service_informations .description p {
  margin-bottom: 15px;
}

.Template9 .iknow_tm_modalbox .service_informations .description p:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_testimonials,
.Template9 .iknow_tm_testimonials .testimonials_list,
.Template9 .iknow_tm_testimonials .testimonials_list .list_inner,
.Template9 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_mainpart {
  overflow: hidden;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .owl-carousel
  .owl-stage-outer {
  overflow: hidden;
}

.Template9 .iknow_tm_testimonials .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.Template9 .iknow_tm_testimonials .owl-item.active {
  opacity: 1;
}

.Template9 .iknow_tm_testimonials .owl-item {
  opacity: 0;
}

.Template9 .iknow_tm_testimonials .testimonials_list {
  padding-top: 68px;
}

.Template9 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  border-radius: 15px;
  padding: 52px 60px 60px;
}

.Template9 .iknow_tm_testimonials .testimonials_list .text {
  width: 100%;
  float: left;
  margin-bottom: 28px;
}

.Template9 .iknow_tm_testimonials .testimonials_list .text p {
  font-size: 21px;
  font-style: italic;
}

.Template9 .iknow_tm_testimonials .testimonials_list .details {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template9 .iknow_tm_testimonials .testimonials_list .details .left {
  display: flex;
  align-items: center;
}

.Template9 .iknow_tm_testimonials .testimonials_list .details .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.Template9 .iknow_tm_testimonials .testimonials_list .details .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

.Template9 .iknow_tm_testimonials .testimonials_list .details .info {
  padding-left: 20px;
}

.Template9 .iknow_tm_testimonials .testimonials_list .details .info h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template9 .iknow_tm_testimonials .testimonials_list .details .info span {
  font-size: 16px;
  color: #aaa;
}

.Template9 .iknow_tm_testimonials .testimonials_list .right .svg {
  width: 50px;
  height: 50px;
  color: #ffb324;
}

.Template9 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #b90294;
  position: relative;
  margin: 0 15px;
}

.Template9 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 2px solid #b90294;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template9
  .iknow_tm_testimonials
  .owl-theme
  .owl-dots
  .owl-dot.active
  span:before {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.Template9 .iknow_tm_testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  margin-top: 50px;
}

.Template9 .iknow_tm_news {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_news .news_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template9 .iknow_tm_news .news_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template9 .iknow_tm_news .news_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template9 .iknow_tm_news .news_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_news .news_list ul li .image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template9 .iknow_tm_news .news_list ul li .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template9 .iknow_tm_news .news_list ul li .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_news .news_list ul li .image:hover .main {
  transform: scale(1.1);
}

.Template9 .iknow_tm_news .news_list ul li .details {
  width: 100%;
  float: left;
  padding: 30px 30px 28px;
  box-shadow: 7px 7px 30px rgba(108, 99, 255, 0.07);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template9 .iknow_tm_news .news_list ul li .details .category {
  margin-bottom: 3px;
  display: inline-block;
}

.Template9 .iknow_tm_news .news_list ul li .details .category a {
  text-decoration: none;
  color: #b90294;
  font-size: 16px;
  font-weight: 700;
}

.Template9 .iknow_tm_news .news_list ul li .details .title a {
  text-decoration: none;
  color: #222;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_news .news_list ul li .details .title a:hover {
  color: #b90294;
}

.Template9 .iknow_tm_news .news_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template9 .iknow_tm_modalbox .news_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_modalbox .news_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template9 .iknow_tm_modalbox .news_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template9 .iknow_tm_modalbox .news_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template9 .iknow_tm_modalbox .news_informations .details {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template9 .iknow_tm_modalbox .news_informations .details span {
  display: inline-block;
  margin-bottom: 7px;
}

.Template9 .iknow_tm_modalbox .news_informations .details h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template9 .iknow_tm_modalbox .news_informations .text {
  width: 100%;
  float: left;
}

.Template9 .iknow_tm_modalbox .news_informations .text p {
  margin-bottom: 15px;
}

.Template9 .iknow_tm_modalbox .news_informations .text p:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_contact .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  padding-top: 70px;
}

.Template9 .iknow_tm_contact .wrapper .left {
  width: 35%;
  padding-right: 40px;
}

.Template9 .iknow_tm_contact .wrapper .left ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_contact .wrapper .left ul li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template9 .iknow_tm_contact .wrapper .left ul li:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_contact .wrapper .left ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.Template9 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 100%;
  background-color: #ffb324;
}

.Template9 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  color: #fff;
}

.Template9 .iknow_tm_contact .wrapper .left ul li .list_inner .short {
  padding-left: 15px;
}

.Template9 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 11px;
}

.Template9 .iknow_tm_contact .wrapper .left ul li .list_inner .short span a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  span
  a:hover {
  color: #b90294;
}

.Template9 .iknow_tm_contact .wrapper .right {
  width: 65%;
}

.Template9 .iknow_tm_contact .wrapper .right .fields {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_contact .wrapper .right .input_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_contact .wrapper .right .input_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template9 .iknow_tm_contact .wrapper .right .input_list ul li {
  margin: 0 0 25px;
  float: left;
  width: 50%;
  padding-left: 25px;
}

.Template9 .iknow_tm_contact .wrapper .right .input_list ul li input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px !important;
  background-color: transparent;
}

.Template9 .iknow_tm_contact .wrapper .right .input_list ul li input:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template9 input::-webkit-outer-spin-button,
.Template9 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Template9 input[type="number"] {
  -moz-appearance: textfield;
}

.Template9 .iknow_tm_contact .message_area {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

.Template9 .iknow_tm_contact .message_area textarea {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px !important;
  background-color: transparent;
}

.Template9 .iknow_tm_contact .message_area textarea:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template9 .iknow_tm_contact .empty_notice {
  color: #f52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500;
}

.Template9 .iknow_tm_contact .contact_error {
  color: #f52225;
  text-align: left;
  font-weight: 500;
}

.Template9 .iknow_tm_contact .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}

.Template9 .iknow_tm_copyright {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 115px 0 58px;
}

.Template9 .iknow_tm_copyright.hidden {
  display: none;
}

.Template9 .iknow_tm_copyright.hidden.visible {
  display: block;
}

.Template9 .iknow_tm_copyright .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template9 .iknow_tm_copyright .left a {
  text-decoration: none;
  color: #888;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_copyright .left a:hover {
  color: #b90294;
}

.Template9 .iknow_tm_copyright .right ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_copyright .right ul li {
  margin: 0 40px 0 0;
  display: inline-block;
}

.Template9 .iknow_tm_copyright .right ul li:last-child {
  margin-right: 0;
}

.Template9 .iknow_tm_copyright .right ul li a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_copyright .right ul li a:hover {
  color: #b90294;
}

.Template9 .iknow_tm_copyright.fixed {
  position: fixed;
  bottom: 0;
  padding-top: 55px;
  z-index: 5;
}

.Template9 .iknow_tm_hero_second {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_hero_second .container {
  z-index: 2;
}

.Template9 .iknow_tm_hero_second .background_shape {
  position: absolute;
  top: 0;
  height: calc(100vh + 65px);
  left: 0;
  right: 0;
  background-color: #fff6f1;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 62%);
}

.Template9 .iknow_tm_hero_second .main_info {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 167px;
}

.Template9 .iknow_tm_hero_second .left {
  width: 50%;
}

.Template9 .iknow_tm_hero_second .subtitle {
  display: inline-block;
  color: #b90294;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template9 .iknow_tm_hero_second .name {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
}

.Template9 .iknow_tm_hero_second .text {
  font-size: 22px;
  margin-bottom: 44px;
}

.Template9 .iknow_tm_hero_second .social {
  width: 100%;
  float: left;
}

.Template9 .iknow_tm_hero_second .social ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_hero_second .social ul li {
  margin: 0 12px 0 0;
  display: inline-block;
}

.Template9 .iknow_tm_hero_second .social ul li:last-child {
  margin-right: 0;
}

.Template9 .iknow_tm_hero_second .social ul li a {
  text-decoration: none;
}

.Template9 .iknow_tm_hero_second .social ul li .svg {
  width: 50px;
  height: 50px;
}

.Template9 .iknow_tm_hero_second .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template9 .iknow_tm_hero_second .right .image {
  position: relative;
  width: 430px;
  height: 430px;
  border-radius: 100%;
}

.Template9 .iknow_tm_hero_second .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  z-index: 1;
}

.Template9 .iknow_tm_hero_second .right .image span {
  position: absolute;
}

.Template9 .iknow_tm_hero_second .right .image .first {
  width: 90px;
  height: 90px;
  background-color: #b90294;
  top: 20px;
  left: -5px;
  transform: rotate(42deg);
  z-index: 2;
}

.Template9 .iknow_tm_hero_second .right .image .second {
  width: 105px;
  height: 152px;
  background-color: #ffb324;
  bottom: -5px;
  left: -25px;
  z-index: 2;
}

.Template9 .iknow_tm_hero_second .right .image .third {
  width: 165px;
  height: 365px;
  background-color: #ffb324;
  top: -30px;
  right: -30px;
}

.Template9 .iknow_tm_extra_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  margin-top: -167px;
}

.Template9 .iknow_tm_extra_menu .menu_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_extra_menu .menu_list .unordered {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li:last-child {
  margin-right: 0;
}

.Template9 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li .list_in {
  width: 100%;
  height: 142px;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .details_wrapper {
  display: none;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 70px;
  margin-top: 25px;
}

.Template9 .iknow_tm_extra_menu .list_in .list_icon,
.Template9 .iknow_tm_extra_menu .list_in .down_icon {
  min-width: 142px;
  width: 142px;
  height: 100%;
  border-radius: 15px;
  position: relative;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_extra_menu .list_in .list_icon {
  background-color: #b90294;
}

.Template9 .iknow_tm_extra_menu .list_in .down_icon {
  background-color: #ffb324;
}

.Template9 .iknow_tm_extra_menu .list_in .center {
  width: 100%;
  margin: 0 5px;
  height: 100%;
  background-color: #fff;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  border-radius: 15px;
  line-height: 142px;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_extra_menu .list_in .list_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_extra_menu .list_in .down_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_extra_menu .list_in .center span {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .list_icon,
.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .list_icon {
  background-color: #ffb324;
}

.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center,
.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center {
  background-color: #b90294;
}

.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center
  span,
.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center
  span {
  color: #fff;
}

.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon,
.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon {
  background-color: #fff;
}

.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon
  .svg {
  color: #888;
}

.Template9
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon
  .svg {
  color: #888;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.Template9 .iknow_tm_fixed_background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Template9 .iknow_tm_fixed_content {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.Template9 .iknow_tm_fixed_content .fixed_content_inner {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
}

.Template9 .iknow_tm_fixed_content .content_left {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.Template9 .iknow_tm_fixed_content .menubar {
  width: 200px;
}

.Template9 .iknow_tm_fixed_content .menubar ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_fixed_content .menubar ul li {
  margin: 0 0 7px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  float: left;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 9px 9px 48px rgba(59, 89, 152, 0.07);
  position: relative;
  padding-left: 65px;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_fixed_content .menubar ul li:hover,
.Template9 .iknow_tm_fixed_content .menubar ul li.active {
  background-color: #fe451b;
}

.Template9 .iknow_tm_fixed_content .menubar ul li:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_fixed_content .menubar ul li .svg {
  width: 27px;
  height: 27px;
  color: #b90294;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_fixed_content .menubar ul li span {
  font-weight: 700;
  font-size: 15px;
  color: #222;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_fixed_content .menubar ul li:hover span,
.Template9 .iknow_tm_fixed_content .menubar ul li.active span {
  color: #fff;
}

.Template9 .iknow_tm_fixed_content .infobar {
  width: 424px;
  margin-left: 24px;
}

.Template9 .iknow_tm_fixed_content .infobar .bar_in {
  width: 100%;
  float: left;
  border-radius: 15px;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
}

.Template9 .iknow_tm_fixed_content .infobar .image {
  position: relative;
}

.Template9 .iknow_tm_fixed_content .infobar .image img {
  opacity: 0;
  position: relative;
  min-width: 100%;
}

.Template9 .iknow_tm_fixed_content .infobar .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template9 .iknow_tm_fixed_content .infobar .extra {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  text-align: center;
  padding: 30px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template9 .iknow_tm_fixed_content .infobar .extra .short {
  width: 100%;
  float: left;
  margin-bottom: 27px;
}

.Template9 .iknow_tm_fixed_content .infobar .extra .short h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template9 .iknow_tm_fixed_content .infobar .extra .short span {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}

.Template9 .iknow_tm_fixed_content .infobar .extra .social {
  width: 100%;
  float: left;
}

.Template9 .iknow_tm_fixed_content .infobar .extra .social ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_fixed_content .infobar .extra .social ul li {
  margin: 0 8px 0 0;
  display: inline-block;
}

.Template9 .iknow_tm_fixed_content .infobar .extra .social ul li:last-child {
  margin-right: 0;
}

.Template9 .iknow_tm_fixed_content .infobar .extra .social ul li a {
  text-decoration: none;
}

.Template9 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
  width: 45px;
  height: 45px;
}

.Template9 .iknow_tm_fixed_content .content_right {
  width: 50%;
  margin-left: 24px;
}

.Template9 .iknow_tm_fixed_content .mainbar {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
  border-radius: 15px;
  padding: 70px;
  overflow-y: scroll;
}

.Template9 .iknow_tm_author_info {
  display: none;
  padding-left: 10px;
}

.Template9 .iknow_tm_author_info .info_inner {
  width: 100%;
  display: flex;
  align-items: center;
}

.Template9 .iknow_tm_author_info .avatar {
  position: relative;
  width: 60px;
  height: 60px;
}

.Template9 .iknow_tm_author_info .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template9 .iknow_tm_author_info .info {
  padding-right: 10px;
  text-align: right;
}

.Template9 .iknow_tm_author_info h3 {
  font-size: 16px;
  font-weight: 700;
}

.Template9 .iknow_tm_author_info span {
  font-size: 13px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_about {
  flex-direction: column-reverse;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_about .right {
  padding-left: 0;
  width: 100%;
  top: 0;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_main_title {
  max-width: 100%;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_about .left {
  width: 100%;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_about .left .image img {
  display: none;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_about .left .image .main {
  display: none;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_about .left .left_inner {
  display: block;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_about .left .details {
  left: 0;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_resume .resume_inner {
  flex-direction: column;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_resume .left {
  width: 100%;
  padding-right: 0;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_resume .right {
  width: 100%;
  padding-left: 0;
  margin-top: 55px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 50px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
  margin-left: -24px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
  width: 50%;
  padding-left: 24px;
  margin-bottom: 24px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter {
  text-align: left;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter ul li {
  margin-right: 17px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter ul li {
  margin-right: 17px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
  width: 50%;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .title {
  font-size: 21px;
  margin-bottom: 17px;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon
  .svg {
  width: 25px;
  height: 25px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
  width: 50%;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .category
  a {
  font-size: 14px;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .title
  a {
  font-size: 18px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li .details {
  padding: 15px 25px 18px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_contact .wrapper {
  flex-direction: column;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .left {
  width: 100%;
  padding-right: 0;
  margin-bottom: 40px;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .right {
  width: 100%;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul {
  margin: 0;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul
  li {
  width: 100%;
  padding-left: 0;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon {
  width: 80px;
  height: 80px;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon
  .svg {
  width: 30px;
  height: 30px;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .testimonials_list
  .list_inner
  .in {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.Template9 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
  width: 40px;
  height: 40px;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details {
  padding-bottom: 25px;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  span {
  font-size: 15px;
  margin-bottom: 4px;
}

.Template9
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  h3 {
  font-size: 17px;
}

.Template9 .anim_circle {
  animation: animCircle 15s infinite linear;
}

@keyframes animCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.Template9 .anim_scale {
  animation: animScale 5s linear 0s infinite alternate;
}

@keyframes animScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(2);
  }
}

.Template9 .anim_scale2 {
  animation: animScale2 5s linear 0s infinite alternate;
}

@keyframes animScale2 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.4);
  }
}

.Template9 .anim_translate {
  animation: animTranslate 5s linear 0s infinite alternate;
}

@keyframes animTranslate {
  0% {
    transform: rotate(42deg) translateX(-5px);
  }

  100% {
    transform: rotate(42deg) translateX(5px);
  }
}

.Template9 .anim_moveTop {
  animation: animMoveTop 5s linear 0s infinite alternate;
}

@keyframes animMoveTop {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(30px);
  }
}

.Template9 .anim_moveLeft {
  animation: animMoveLeft 5s linear 0s infinite alternate;
}

@keyframes animMoveLeft {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(30px);
  }
}

.Template9 .anim_extra {
  animation: animExtra 5s linear 0s infinite alternate;
}

@keyframes animExtra {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.Template9 .anim_right {
  animation: animRight 5s linear 0s infinite alternate;
}

@keyframes animRight {
  0% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(-15px);
  }
}

.Template9 .anim_right2 {
  animation: animRight2 5s linear 0s infinite alternate;
}

@keyframes animRight2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.Template9 .anim_left2 {
  animation: animLeft2 5s linear 0s infinite alternate;
}

@keyframes animLeft2 {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0px);
  }
}

.Template9 .mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.Template9 .cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #b90294;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.Template9 .cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #b90294;
  opacity: 0.3;
}

.Template9 .cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #b90294;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.Template9 .cursor-outer.cursor-hover {
  opacity: 0;
}

.Template9 .iknow_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.Template9 .iknow_tm_sidebar_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  height: 100vh;
  background-color: #fff;
  z-index: 20;
}

.Template9 .iknow_tm_sidebar_2 .sidebar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template9 .iknow_tm_sidebar_2 .logo {
  width: 100%;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #ddd;
  padding-left: 50px;
}

.Template9 .iknow_tm_sidebar_2 .logo img {
  max-width: 135px;
  max-height: 80px;
}

.Template9 .iknow_tm_sidebar_2 .menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_sidebar_2 .ccc {
  position: absolute;
  left: 0;
  right: 0;
  height: 75px;
  background-color: #ff6e4d;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template9 .iknow_tm_sidebar_2 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_sidebar_2 .menu ul li {
  margin: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  float: left;
  position: relative;
  padding-left: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_sidebar_2 .menu ul li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ddd;
  z-index: -1;
}

.Template9 .iknow_tm_sidebar_2 .menu ul li.mleave.active span {
  color: #222;
}

.Template9 .iknow_tm_sidebar_2 .menu ul li.mleave.active .svg {
  color: #b90294;
}

.Template9 .iknow_tm_sidebar_2 .menu ul li .svg {
  width: 27px;
  height: 27px;
  color: #b90294;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_sidebar_2 .menu ul li:hover .svg {
  color: #fff;
}

.Template9 .iknow_tm_sidebar_2 .menu ul li span {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_sidebar_2 .menu ul li:hover span {
  color: #fff;
}

.Template9 .iknow_tm_sidebar_2 .menu ul li.active .svg,
.Template9 .iknow_tm_sidebar_2 .menu ul li.active span {
  color: #fff;
}

.Template9 .iknow_tm_fixed_mainpart {
  position: fixed;
  top: 0;
  left: 370px;
  right: 0;
  height: 100vh;
  background-color: #e5e5e5;
}

.Template9 .iknow_tm_fixed_mainpart .mainpart_inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.Template9 .iknow_tm_fixed_mainpart .topbar_extra {
  position: absolute;
  top: 0;
  left: 370px;
  right: 100px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template9 .iknow_tm_fixed_mainpart .topbar_extra .iknow_tm_button {
  width: auto;
}

.Template9 .iknow_tm_fixed_mainpart .topbar_extra .details {
  display: flex;
  align-items: center;
}

.Template9 .iknow_tm_fixed_mainpart .topbar_extra .details .social {
  position: relative;
  top: 3px;
  margin-right: 15px;
}

.Template9 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template9
  .iknow_tm_fixed_mainpart
  .topbar_extra
  .details.social
  ul
  li:last-child {
  margin-right: 0;
}

.Template9 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template9 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template9 .iknow_tm_fixed_mainpart .extra_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  line-height: 110px;
  padding: 0 100px;
}

.Template9 .iknow_tm_fixed_mainpart .iknow_tm_copyright {
  padding: 0;
}

.Template9 .iknow_tm_content_extra {
  position: fixed;
  top: 110px;
  bottom: 110px;
  right: 100px;
  left: 470px;
  border: 15px;
}

.Template9 .iknow_tm_animate_section::-webkit-scrollbar {
  width: 0;
}

.Template9 .iknow_tm_animate_section {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template9 .iknow_tm_animate_section:-webkit-scrollbar-track {
  background: #fff;
}

.Template9 .iknow_tm_animate_section::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template9 .iknow_tm_animate_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  transition: visibility 1s linear, opacity 0.5s linear;
  -moz-transition: visibility 1s linear, opacity 0.5s linear;
  -webkit-transition: visibility1s linear, opacity 0.5s linear;
  -o-transition: visibility 1s linear, opacity 0.5s linear;
}

.Template9 .iknow_tm_animate_section.animated {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.Template9 .iknow_tm_animate_section.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.Template9 .iknow_tm_animate_section.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.Template9 .iknow_tm_animate_section .section_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  padding: 70px;
  border-radius: 15px;
}

.Template9 .iknow_tm_hero_extra {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Template9 .iknow_tm_hero_extra .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template9 .iknow_tm_hero_extra .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template9 .iknow_tm_hero_extra .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

.Template9 .iknow_tm_hero_extra .hero_content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template9 .iknow_tm_hero_extra .hero_content .left {
  width: 50%;
  padding-left: 125px;
}

.Template9 .iknow_tm_hero_extra .hero_content .left .hello {
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 8px;
}

.Template9 .iknow_tm_hero_extra .hero_content .left .name {
  font-weight: 700;
  color: #fff;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 23px;
}

.Template9 .iknow_tm_hero_extra .hero_content .left .text {
  font-size: 23px;
  color: #fff;
  margin-bottom: 35px;
}

.Template9 .iknow_tm_hero_extra .hero_content .right {
  width: 50%;
  height: 100%;
  text-align: right;
  position: relative;
  padding: 10%;
}

.Template9 .iknow_tm_hero_extra .hero_content .right .image {
  position: relative;
}

.Template9 .iknow_tm_hero_extra .hero_content .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template9 .iknow_tm_hero_extra .hero_content .right .image .main {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  z-index: 2;
}

.Template9 .iknow_tm_hero_extra .hero_content .right .image .box {
  position: absolute;
  top: -30px !important;
  bottom: 30px !important;
  left: 30px !important;
  right: -30px !important;
  background-color: #ffb324;
  border-radius: 15px;
  z-index: 1;
}

.Template9 .iknow_tm_button.yellow a {
  background-color: #ffb324;
}

.Template9 .iknow_tm_button.yellow a:hover {
  background-color: #b90294;
}

.Template9 .iknow_tm_extra_demo {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template9 .iknow_tm_extra_demo .top_shape,
.Template9 .iknow_tm_extra_demo .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #f4f6f8;
}

.Template9 .iknow_tm_extra_demo .top_shape {
  top: 0;
  z-index: 8;
}

.Template9 .iknow_tm_extra_demo .bottom_shape {
  bottom: 0;
  z-index: 11;
}

.Template9 .iknow_tm_extra_demo .background_part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #fff6f1;
}

.Template9 .iknow_tm_extra_demo .iknow_tm_topbar {
  position: fixed;
  left: 132px;
  right: 132px;
  background-color: #fff6f1;
  z-index: 10;
}

.Template9 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
  width: 45px !important;
  height: 45px !important;
}

.Template9 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
  margin-right: 8px;
}

.Template9 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template9 .iknow_tm_topbar .wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.Template9 .iknow_tm_topbar.smaller {
  left: 15%;
  right: 15%;
}

.Template9 .iknow_tm_topbar .wrapper .trigger {
  position: relative;
  top: 7px;
}

.Template9 .iknow_tm_topbar .wrapper .menu .ccc {
  position: absolute;
  bottom: 0;
  width: 30px;
  background-color: #dd4242;
  display: block;
  top: 10px;
  bottom: 10px;
  border-radius: 20px;
  border-radius: 50px;
  background-color: #ffb324;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template9 .iknow_tm_topbar .wrapper .menu {
  background-color: #fff;
  padding: 10px;
  box-shadow: 18px 18px 30px rgba(8, 32, 93, 0.07);
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_topbar .wrapper .menu.opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.Template9 .iknow_tm_topbar .wrapper .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_topbar .wrapper .menu ul li {
  margin: 0;
  float: left;
}

.Template9 .iknow_tm_topbar .wrapper .menu ul li:last-child {
  margin-right: 0;
}

.Template9 .iknow_tm_topbar .wrapper .menu ul li a {
  text-decoration: none;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 9px 24px 8px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_topbar .wrapper .menu ul li.mleave.active a {
  color: #222;
}

.Template9 .iknow_tm_topbar .wrapper .menu ul li.active a {
  color: #fff;
}

.Template9 .iknow_tm_topbar .wrapper .menu ul li a:hover {
  color: #fff;
}

.Template9 .iknow_tm_topbar .hamburger-inner,
.Template9 .iknow_tm_topbar .hamburger-inner:after,
.Template9 .iknow_tm_topbar .hamburger-inner:before {
  width: 30px;
  height: 2px;
}

.Template9 .iknow_tm_topbar .hamburger {
  padding: 0;
}

.Template9 .iknow_tm_topbar .hamburger-box {
  width: 30px;
}

.Template9 .iknow_tm_extra_demo .iknow_tm_copyright {
  position: fixed;
  width: auto;
  padding: 0;
  bottom: 0;
  left: 132px;
  right: 132px;
  z-index: 13;
}

.Template9 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
  height: 110px;
}

.Template9 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
  left: 15%;
  right: 15%;
}

.Template9 .iknow_tm_copyright.empty {
  padding: 0 0 70px;
}

.Template9 .iknow_tm_sidebar_3 {
  position: fixed;
  width: 312px;
  top: 110px;
  bottom: 110px;
  left: 130px;
  z-index: 5;
  border-radius: 15px;
  background-color: #fff;
}

.Template9 .iknow_tm_sidebar_3 .inner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_sidebar_3 .image {
  width: 100%;
  height: 222px;
  background-color: #feb224;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.Template9 .iknow_tm_sidebar_3 .image .main {
  position: absolute;
  width: 222px;
  height: 222px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_sidebar_3.animate .main {
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.Template9 .iknow_tm_sidebar_3.animate .menu {
  margin-top: 45px;
}

.Template9 .iknow_tm_sidebar_3 .menu {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 48px;
  margin-top: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_sidebar_3 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
  padding: 14px 0;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #e7e7e7;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li:last-child:before {
  display: none;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li:after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  bottom: 0;
  background-color: #d7d7d7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li:last-child:after {
  display: none;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li.current:after {
  width: 100%;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li:hover:after {
  width: 100%;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li.current span {
  color: #b90294;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li:hover span {
  color: #b90294;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #b90294;
  position: absolute;
  left: 40px;
}

.Template9 .iknow_tm_sidebar_3 .menu ul li span {
  color: #222;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_content_wrapper {
  position: absolute;
  top: 110px;
  bottom: 110px;
  right: 135px;
  left: 468px;
  border-radius: 15px;
  z-index: 5;
}

.Template9 .iknow_tm_hero_third {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template9 .iknow_tm_hero_third .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template9 .iknow_tm_hero_third .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template9 .iknow_tm_hero_third .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 48, 86, 0.82);
  z-index: 1;
  border-radius: 15px;
}

.Template9 .iknow_tm_hero_third .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.Template9 .iknow_tm_hero_third .content .hello {
  font-weight: 700;
  color: #b90294;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template9 .iknow_tm_hero_third .content .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template9 .iknow_tm_hero_third .content .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template9 .iknow_tm_down_arrow {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.Template9 .iknow_tm_down_arrow svg {
  width: 25px !important;
  height: 25px !important;
}

.Template9 .iknow_tm_down_arrow svg #wheel {
  animation: scroll ease 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

.Template9 .iknow_tm_section_new {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 70px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 12px rgba(108, 99, 255, 0.09);
  margin-bottom: 70px;
  overflow: hidden;
}

.Template9 .iknow_tm_section_new:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_section_new.contact {
  padding-bottom: 170px;
}

.Template9 .iknow_tm_mainpart_new {
  position: fixed;
  top: 110px;
  bottom: 110px;
  left: 15%;
  right: 15%;
}

.Template9 .iknow_tm_hero_fourth {
  position: relative;
  width: 100%;
  height: 100%;
}

.Template9 .iknow_tm_hero_fourth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template9 .iknow_tm_hero_fourth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template9 .iknow_tm_hero_fourth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template9 .iknow_tm_hero_fourth .content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 110px;
}

.Template9 .iknow_tm_hero_fourth .content .left {
  width: 50%;
  padding-right: 50px;
}

.Template9 .iknow_tm_hero_fourth .content .right {
  width: 50%;
  padding-left: 50px;
}

.Template9 .iknow_tm_hero_fourth .content .left img {
  max-width: 470px;
  max-height: 470px;
}

.Template9 .iknow_tm_hero_fourth .content .right .hello {
  font-weight: 700;
  color: #b90294;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template9 .iknow_tm_hero_fourth .content .right .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template9 .iknow_tm_hero_fourth .content .right .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template9 .iknow_tm_extra_demo_2 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template9 .iknow_tm_extra_demo_2 .top_shape,
.Template9 .iknow_tm_extra_demo_2 .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #f4f6f8;
  z-index: 6;
}

.Template9 .iknow_tm_extra_demo_2 .top_shape {
  top: 0;
  height: 110px;
}

.Template9 .iknow_tm_extra_demo_2 .bottom_shape {
  bottom: 0;
  height: 70px;
}

.Template9 .iknow_tm_extra_demo_2 .iknow_tm_topbar {
  position: fixed;
}

.Template9 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template9 .iknow_tm_mainpart_new_2 {
  position: absolute;
  top: 110px;
  left: 15%;
  right: 15%;
  bottom: 70px;
  z-index: 4;
}

.Template9 .iknow_tm_hero_fifth {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template9 .iknow_tm_hero_fifth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template9 .iknow_tm_hero_fifth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template9 .iknow_tm_hero_fifth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template9 .iknow_tm_hero_fifth .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.Template9 .iknow_tm_hero_fifth .avatar {
  position: relative;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 43px;
}

.Template9 .iknow_tm_hero_fifth .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template9 .iknow_tm_hero_fifth .details {
  width: 100%;
  float: left;
}

.Template9 .iknow_tm_hero_fifth .hello {
  font-weight: 700;
  color: #b90294;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template9 .iknow_tm_hero_fifth .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template9 .iknow_tm_hero_fifth .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 500px;
  font-weight: 600;
  margin: 0 auto 25px;
}

.Template9 .iknow_tm_hero_fifth .sign {
  max-width: 200px;
  max-height: 110px;
}

.Template9 .iknow_tm_mainpart_new_2 .social_list {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 15%;
  padding: 0 2vw;
  display: flex;
  justify-content: flex-end;
}

.Template9 .iknow_tm_mainpart_new_2 .social_list ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_mainpart_new_2 .social_list ul li {
  margin: 0 0 5px;
}

.Template9 .iknow_tm_mainpart_new_2 .social_list ul li:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_mainpart_new_2 .social_list ul li a {
  text-decoration: none;
}

.Template9 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
  width: 48px;
  height: 48px;
}

.Template9 .iknow_tm_mainpart_new_2 .main_menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  padding: 0 2vw;
  max-width: 15%;
}

.Template9 .iknow_tm_mainpart_new_2 .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_mainpart_new_2 .main_menu ul li {
  margin: 0 0 12px;
  background-color: #fff;
  position: relative;
  height: 70px;
  width: 70px;
  padding: 23px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_mainpart_new_2 .main_menu ul li:last-child {
  margin-bottom: 0;
}

.Template9 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #b90294;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_mainpart_new_2 .main_menu ul li span {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
.Template9 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  left: 46px;
}

.Template9 .iknow_tm_mainpart_new_2 .main_menu ul li.current svg {
  color: #fff;
}

.Template9 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  color: #fff;
}

.Template9 .iknow_tm_intro {
  width: 100%;
  height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template9 .iknow_tm_intro .intro_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 130px 0 120px;
}

.Template9 .iknow_tm_intro .intro_title span {
  display: block;
}

.Template9 .iknow_tm_intro .intro_title img {
  max-width: 150px;
  margin-bottom: 15px;
}

.Template9 .iknow_tm_intro .intro_title .image_logo {
  display: inline-block;
  position: relative;
}

.Template9 .iknow_tm_intro .intro_title .image_logo .version {
  position: absolute;
  top: -5px;
  right: -65px;
  color: #b90294;
  font-weight: 700;
  font-size: 20px;
}

.Template9 .iknow_tm_intro .intro_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Template9 .iknow_tm_intro .demo {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.Template9 .iknow_tm_intro .demo ul {
  margin: 0;
  list-style-type: none;
}

.Template9 .iknow_tm_intro .demo ul li {
  margin: 0 0 88px;
  width: 100%;
  float: left;
}

.Template9 .iknow_tm_intro .demo ul li .name {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 52px;
}

.Template9 .iknow_tm_intro .demo ul li .name .name_in {
  position: relative;
}

.Template9 .iknow_tm_intro .demo ul li .name .name_in .new {
  position: absolute;
  display: inline-block;
  background-color: #b90294;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: capitalize;
  bottom: 100%;
  margin-bottom: -10px;
  left: 100%;
  border-radius: 50px;
}

.Template9 .iknow_tm_intro .demo ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template9 .iknow_tm_intro .demo ul li .list_inner .in {
  width: 50%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_intro .demo ul li .list_inner .in:hover {
  top: -10px;
}

.Template9 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
  margin-left: 0;
  margin-right: 30px;
}

.Template9 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
  margin-left: 30px;
  margin-right: 0;
}

.Template9 .iknow_tm_intro .demo ul li img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.Template9 .iknow_tm_intro .demo ul li .mini {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template9 .iknow_tm_intro .demo ul li .list_inner .in:hover .mini {
  color: #b90294;
}

.Template9 .iknow_tm_intro .coming h3 {
  color: #b5b5b5;
}

.Template9 .iknow_tm_intro .intro_space {
  width: 100%;
  float: left;
  height: 120px;
}

@media (max-width: 1400px) {
  body:has(.Template9) {
    font-size: 16px;
    line-height: 1.6;
  }

  .Template9 .container {
    max-width: 1070px;
  }

  .Template9 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template9 .iknow_tm_topbar .logo img {
    max-width: 95px;
  }

  .Template9 .iknow_tm_button a {
    font-size: 14px;
    padding: 8px 35px;
  }

  .Template9 .iknow_tm_topbar .right .social ul li {
    margin-right: 8px;
  }

  .Template9 .iknow_tm_topbar .right .social ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template9 .iknow_tm_topbar .iknow_tm_button {
    margin-left: 23px;
  }

  .Template9 .iknow_tm_hero .main_menu ul li {
    width: 95px;
    height: 95px;
    padding: 35px;
  }

  .Template9 .iknow_tm_hero .main_menu ul li .svg {
    width: 25px;
    height: 25px;
  }

  .Template9 .iknow_tm_hero .main_menu ul li.entered span {
    left: 60px;
  }

  .Template9 .iknow_tm_hero .main_menu ul li.active span {
    left: 60px;
  }

  .Template9 .iknow_tm_hero .main_menu ul li span {
    font-size: 17px;
  }

  .Template9 .iknow_tm_hero .subtitle {
    font-size: 25px;
  }

  .Template9 .iknow_tm_hero .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template9 .iknow_tm_hero .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template9 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template9 .iknow_tm_video .play {
    font-size: 20px;
    padding-left: 20px;
  }

  .Template9 .iknow_tm_main_title h3 {
    font-size: 35px;
  }

  .Template9 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template9 .iknow_tm_hero_second .subtitle {
    font-size: 25px;
  }

  .Template9 .iknow_tm_hero_second .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template9 .iknow_tm_hero_second .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template9 .iknow_tm_hero_second .right .image {
    width: 315px;
    height: 315px;
  }

  .Template9 .iknow_tm_hero_second .right .image .first {
    width: 65px;
    height: 65px;
    top: 10px;
  }

  .Template9 .iknow_tm_hero_second .right .image .second {
    width: 85px;
    height: 110px;
    left: -20px;
  }

  .Template9 .iknow_tm_hero_second .right .image .third {
    width: 120px;
    height: 260px;
    top: -10px;
  }

  .Template9 .iknow_tm_hero_second .social ul li .svg {
    width: 40px;
    height: 40px;
  }

  .Template9 .iknow_tm_hero_second .social ul li {
    margin-right: 8px;
  }

  .Template9 .iknow_tm_extra_menu {
    margin-top: -145px;
  }

  .Template9
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 120px;
  }

  .Template9 .iknow_tm_extra_menu .list_in .list_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template9 .iknow_tm_extra_menu .list_in .down_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template9 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 36px;
    height: 36px;
  }

  .Template9 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 20px;
    height: 20px;
  }

  .Template9 .iknow_tm_extra_menu .list_in .center {
    line-height: 120px;
    padding: 0 35px;
  }

  .Template9 .iknow_tm_extra_menu .list_in .center span {
    font-size: 25px;
  }

  .Template9 .iknow_tm_about .left .details {
    min-width: 60%;
  }

  .Template9 .iknow_tm_about .left .details span {
    font-size: 15px;
  }

  .Template9 .iknow_tm_about .left .details {
    padding: 30px 34px 29px;
  }

  .Template9 .iknow_tm_about .left .details h3 {
    margin-bottom: 1px;
  }

  .Template9 .iknow_tm_about .left .details ul li {
    padding: 10px 0;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template9 .progress_inner span.label {
    font-size: 19px;
  }

  .Template9 .progress_inner > span {
    margin-bottom: 16px;
  }

  .Template9 .circular_progress_bar .title h3 {
    margin-bottom: 19px;
  }

  .Template9 .iknow_tm_services .service_list ul li .title {
    margin-bottom: 25px;
  }

  .Template9 .iknow_tm_portfolio .portfolio_filter ul li a {
    font-size: 16px;
  }

  .Template9 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template9 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .Template9 .iknow_tm_portfolio .portfolio_list .details h3 {
    font-size: 19px;
  }

  .Template9 .iknow_tm_portfolio .portfolio_list .details {
    padding-bottom: 25px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin: 2px;
    font-size: 19px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 40px;
    height: 40px;
  }

  .Template9 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template9 .iknow_tm_modalbox .box_inner {
    width: 850px;
  }

  .Template9 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .Template9 .iknow_tm_copyright {
    padding-bottom: 25px;
  }

  .Template9 .iknow_tm_fixed_content .menubar ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
  }

  .Template9 .iknow_tm_fixed_content .menubar ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template9 .iknow_tm_fixed_content .menubar ul li span {
    font-size: 12px;
  }

  .Template9 .iknow_tm_fixed_content .menubar ul li .svg {
    left: 14px;
  }

  .Template9 .iknow_tm_fixed_content .infobar .extra .short h3 {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .Template9 .iknow_tm_fixed_content .infobar .extra .short span {
    font-size: 14px;
  }

  .Template9 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
    width: 30px;
    height: 30px;
  }

  .Template9 .iknow_tm_fixed_content .infobar .extra .social ul li {
    margin-right: 4px;
  }

  .Template9 .iknow_tm_fixed_content .infobar .extra .short {
    margin-bottom: 15px;
  }

  .Template9 .iknow_tm_fixed_content .infobar .extra {
    padding: 20px 10px;
  }

  .Template9 .iknow_tm_fixed_content .mainbar {
    padding: 55px;
  }

  .Template9 .iknow_tm_fixed_content .iknow_tm_main_title h3 {
    font-size: 31px;
  }

  .Template9 .iknow_tm_fixed_content .iknow_tm_resume_title h3 {
    font-size: 30px;
  }

  .Template9 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 15px;
    padding: 5px 25px 4px;
  }

  .Template9 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 19px;
    margin-bottom: 3px;
  }

  .Template9 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 16px;
  }

  .Template9 .circular_progress_bar .list_inner:after {
    width: 155px;
    height: 155px;
  }

  .Template9 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template9 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template9 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template9 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
    width: 30px;
    height: 30px;
  }

  .Template9
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details {
    padding-bottom: 15px;
  }

  .Template9
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    span {
    margin-bottom: 0;
    font-size: 14px;
  }

  .Template9
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    h3 {
    font-size: 15px;
  }

  .Template9
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .list_inner {
    padding: 50px 30px 48px;
  }

  .Template9
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .title {
    font-size: 17px;
  }

  .Template9
    .iknow_tm_fixed_content
    .iknow_tm_testimonials
    .testimonials_list
    .text
    p {
    font-size: 16px;
  }

  .Template9 .iknow_tm_sidebar_2 .logo {
    height: 75px;
    line-height: 75px;
  }

  .Template9 .iknow_tm_sidebar_2 .logo img {
    max-width: 90px;
    max-height: 60px;
  }

  .Template9 .iknow_tm_sidebar_2 {
    width: 300px;
  }

  .Template9 .iknow_tm_sidebar_2 .menu ul li {
    height: 55px;
    line-height: 55px;
  }

  .Template9 .iknow_tm_sidebar_2 .ccc {
    height: 55px;
  }

  .Template9 .iknow_tm_sidebar_2 .menu ul li span {
    font-size: 13px;
  }

  .Template9 .iknow_tm_sidebar_2 .menu ul li .svg {
    width: 23px;
    height: 23px;
    left: 40px;
  }

  .Template9 .iknow_tm_sidebar_2 .menu ul li {
    padding-left: 75px;
  }

  .Template9 .iknow_tm_sidebar_2 .logo {
    padding-left: 40px;
  }

  .Template9 .iknow_tm_fixed_mainpart {
    left: 300px;
  }

  .Template9 .iknow_tm_content_extra {
    top: 75px;
    bottom: 75px;
    left: 380px;
    right: 80px;
  }

  .Template9 .iknow_tm_fixed_mainpart .topbar_extra {
    height: 75px;
  }

  .Template9 .iknow_tm_fixed_mainpart .extra_copyright {
    padding: 0 80px;
    height: 75px;
    line-height: 75px;
  }

  .Template9 .iknow_tm_fixed_mainpart .topbar_extra {
    left: 380px;
    right: 80px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
    margin-bottom: 4px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left {
    padding-left: 85px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 80px;
    margin-bottom: 15px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -20px !important;
    bottom: 20px !important;
    left: 20px !important;
    right: -20px !important;
  }

  .Template9 .iknow_tm_animate_section .section_inner {
    padding: 55px;
  }

  .Template9 .iknow_tm_extra_demo .top_shape,
  .Template9 .iknow_tm_extra_demo .bottom_shape {
    height: 75px;
  }

  .Template9 .iknow_tm_sidebar_3 {
    left: 75px;
    width: 240px;
    top: 75px;
    bottom: 75px;
  }

  .Template9 .iknow_tm_sidebar_3 .image {
    height: 140px;
  }

  .Template9 .iknow_tm_sidebar_3 .image .main {
    width: 140px;
    height: 140px;
    bottom: -45px;
  }

  .Template9 .iknow_tm_sidebar_3.animate .main {
    bottom: 0;
    width: 100%;
  }

  .Template9 .iknow_tm_sidebar_3 .menu {
    padding: 0 35px;
    margin-top: 70px;
  }

  .Template9 .iknow_tm_sidebar_3 .menu ul li .svg {
    left: 20px;
    width: 23px;
    height: 20px;
    margin-top: 3px;
  }

  .Template9 .iknow_tm_sidebar_3 .menu ul li span {
    padding-left: 55px;
    font-size: 13px;
  }

  .Template9 .iknow_tm_sidebar_3 .menu ul li {
    padding: 5px 0;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: 75px;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
    width: 30px !important;
    height: 30px !important;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
    margin-right: 4px;
  }

  .Template9 .iknow_tm_content_wrapper {
    top: 75px;
    bottom: 75px;
    right: 75px;
    left: 335px;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_topbar {
    left: 75px;
    right: 75px;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_copyright {
    left: 75px;
    right: 75px;
  }

  .Template9 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template9 .iknow_tm_hero_third .content .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template9 .iknow_tm_hero_third .content .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template9 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template9 .iknow_tm_section_new {
    padding: 55px;
  }

  .Template9 .iknow_tm_mainpart_new {
    top: 75px;
    bottom: 75px;
  }

  .Template9 .iknow_tm_hero_fourth .content .right {
    padding-left: 40px;
  }

  .Template9 .iknow_tm_hero_fourth .content {
    padding: 0 90px;
  }

  .Template9 .iknow_tm_hero_fourth .content .left img {
    max-width: 300px;
    max-height: 300px;
  }

  .Template9 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template9 .iknow_tm_hero_fourth .content .right .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template9 .iknow_tm_hero_fourth .content .right .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_topbar.smaller {
    left: 15%;
    right: 15%;
  }

  .Template9 .iknow_tm_mainpart_new_2 {
    top: 75px;
  }

  .Template9 .iknow_tm_extra_demo_2 .top_shape {
    height: 75px;
  }

  .Template9 .iknow_tm_hero_fifth .avatar {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }

  .Template9 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template9 .iknow_tm_hero_fifth .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template9 .iknow_tm_hero_fifth .text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .Template9 .iknow_tm_hero_fifth .sign {
    max-width: 110px;
    max-height: 70px;
  }

  .Template9 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template9 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template9 .iknow_tm_mainpart_new_2 .social_list ul li {
    margin-bottom: 2px;
  }

  .Template9 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
    width: 20px;
    height: 20px;
  }

  .Template9 .iknow_tm_mainpart_new_2 .main_menu ul li span {
    font-size: 13px;
  }

  .Template9 .iknow_tm_mainpart_new_2 .main_menu ul li {
    width: 50px;
    height: 50px;
    padding: 15px;
    margin-bottom: 4px;
  }

  .Template9 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
  .Template9 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
    left: 32px;
  }

  .Template9 .intro_title img {
    max-width: 120px;
  }

  .Template9 .iknow_tm_intro .filter ul li a {
    font-size: 16px;
  }

  .Template9 .iknow_tm_intro .filter {
    margin-bottom: 30px;
  }

  .Template9 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 20px;
  }

  .Template9 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 20px;
  }

  .Template9 .iknow_tm_intro .demo ul li h3 {
    font-size: 14px;
  }

  .Template9 .intro_title {
    margin-bottom: 70px;
  }
}

@media (max-width: 1040px) {
  .Template9 .iknow_tm_mobile_menu {
    display: block;
  }

  .Template9 .iknow_tm_topbar.onepage {
    display: none;
  }

  .Template9 .iknow_tm_extra_demo_2 .top_shape,
  .Template9 .iknow_tm_extra_demo_2 .bottom_shape {
    display: none;
  }

  .Template9 .iknow_tm_sidebar_3 {
    display: none;
  }

  .Template9 .iknow_tm_content_wrapper {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 10px;
  }

  .Template9 .iknow_tm_section_new {
    margin-bottom: 10px;
    padding: 50px 20px;
  }

  .Template9 .iknow_tm_hero_third {
    margin-bottom: 10px;
  }

  .Template9 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
  }

  .Template9 .iknow_tm_hero_third .content .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template9 .iknow_tm_hero_third .content .text {
    font-size: 18px;
  }

  .Template9 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
  }

  .Template9 .iknow_tm_hero_fifth .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template9 .iknow_tm_hero_fifth .text {
    font-size: 18px;
  }

  .Template9 .iknow_tm_hero_fifth .sign {
    max-width: 150px;
    max-height: 75px;
  }

  .Template9 .iknow_tm_extra_demo .top_shape,
  .Template9 .iknow_tm_extra_demo .bottom_shape {
    display: none;
  }

  .Template9 .iknow_tm_copyright.onepage .inner {
    height: auto;
  }

  .Template9 .iknow_tm_copyright.onepage {
    position: relative;
    left: 0;
    right: 0;
    padding: 20px 0;
  }

  .Template9 .iknow_tm_mainpart_new_2 .main_menu {
    display: none;
  }

  .Template9 .iknow_tm_mainpart_new_2 .social_list {
    display: none;
  }

  .Template9 .iknow_tm_mainpart_new_2 {
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .Template9 .iknow_tm_hero_fifth {
    margin-bottom: 10px;
  }

  .Template9 .iknow_tm_topbar.smaller {
    left: 10px;
    right: 10px;
  }

  .Template9 .iknow_tm_mainpart_new {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 70px;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 70px;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
    left: 10px;
    right: 10px;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: auto;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_copyright .inner .left {
    margin-bottom: 1px;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_copyright p,
  .Template9 .iknow_tm_extra_demo .iknow_tm_copyright a {
    font-size: 13px;
  }

  .Template9 .iknow_tm_sidebar_2 {
    display: none;
  }

  .Template9 .iknow_tm_fixed_mainpart {
    left: 0;
  }

  .Template9 .iknow_tm_topbar .wrapper .menu {
    margin: 0;
    width: 180px;
    right: 0;
    transform: translateY(10px);
    border-radius: 10px;
    position: absolute;
    top: 100%;
  }

  .Template9 .iknow_tm_topbar .wrapper .menu.opened {
    transform: translateY(19px);
  }

  .Template9 .iknow_tm_topbar .wrapper .menu ul {
    display: flex;
    flex-direction: column;
  }

  .Template9 .iknow_tm_topbar .wrapper .menu ul li a {
    display: block;
  }

  .Template9 .iknow_tm_topbar .wrapper .menu .ccc {
    display: none;
  }

  .Template9 .iknow_tm_topbar .wrapper .menu ul li.active a {
    color: #b90294;
  }

  .Template9 .iknow_tm_topbar .wrapper .menu ul li a:hover {
    color: #b90294;
  }

  .Template9 .iknow_tm_topbar .wrapper .menu ul li a {
    padding: 6px 15px 5px;
  }

  .Template9 .iknow_tm_animate_section .section_inner {
    padding: 50px 20px;
  }

  .Template9 .iknow_tm_hero_fourth .content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }

  .Template9 .iknow_tm_hero_fourth .content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template9 .iknow_tm_hero_fourth .content .right {
    width: 100%;
    padding-left: 0;
  }

  .Template9 .iknow_tm_hero_fourth .content .left img {
    max-width: 220px;
    max-height: 220px;
  }

  .Template9 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
  }

  .Template9 .iknow_tm_hero_fourth .content .right .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template9 .iknow_tm_hero_fourth .content .right .text {
    font-size: 18px;
  }

  .Template9 .iknow_tm_content_extra {
    top: 70px;
    bottom: 70px;
    left: 10px;
    right: 10px;
  }

  .Template9 .iknow_tm_fixed_mainpart .topbar_extra {
    display: none;
  }

  .Template9 .iknow_tm_fixed_mainpart .extra_copyright {
    height: auto;
    line-height: 1.3;
    padding: 0;
  }

  .Template9 .iknow_tm_fixed_mainpart .extra_copyright p,
  .Template9 .iknow_tm_fixed_mainpart .extra_copyright a {
    font-size: 13px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content {
    flex-direction: column-reverse;
    padding: 50px 20px;
    text-align: center;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .right {
    padding: 0;
    margin-bottom: 40px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .right .image {
    max-width: 165px;
    margin: 0 auto;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left {
    width: 100%;
    padding: 0;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -10px !important;
    bottom: 10px !important;
    left: 10px !important;
    right: -10px !important;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 18px;
  }

  .Template9 .iknow_tm_section_new.contact {
    padding-bottom: 70px;
  }

  .Template9 .iknow_tm_extra_demo .iknow_tm_copyright {
    bottom: 5px;
  }

  .Template9 .mouse-cursor {
    display: none;
  }

  .Template9 .iknow_tm_button a {
    padding: 10px 30px;
    font-size: 14px;
  }

  .Template9 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template9 .iknow_tm_topbar .iknow_tm_button a {
    padding: 8px 20px;
    font-size: 13px;
  }

  .Template9 .iknow_tm_topbar .right .social {
    display: none;
  }

  .Template9 .container {
    padding: 0 20px;
  }

  .Template9 .iknow_tm_hero .main_menu {
    margin-top: 50px;
  }

  .Template9 .iknow_tm_hero .main_menu ul li {
    width: 100% !important;
    height: auto !important;
    padding: 20px;
  }

  .Template9 .iknow_tm_hero .main_menu ul li span {
    left: 65px !important;
    font-size: 20px;
  }

  .Template9 .iknow_tm_hero .main_menu ul li .svg {
    width: 32px;
    height: 32px;
  }

  .Template9 .iknow_tm_hero .content_inner .main_info {
    min-height: auto;
  }

  .Template9 .iknow_tm_hero .content_inner .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
  }

  .Template9 .iknow_tm_hero .right {
    padding-left: 0;
    width: 100%;
  }

  .Template9 .iknow_tm_hero .right .image .main:before {
    display: none;
  }

  .Template9 .iknow_tm_hero .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template9 .iknow_tm_hero .name {
    font-size: 35px;
  }

  .Template9 .iknow_tm_hero .text {
    font-size: 20px;
  }

  .Template9 .iknow_tm_hero_second .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template9 .iknow_tm_hero_second .right {
    width: 100%;
  }

  .Template9 .iknow_tm_hero_second .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
    padding-top: 150px;
  }

  .Template9 .iknow_tm_hero_second .right .image span {
    display: none;
  }

  .Template9 .iknow_tm_hero_second .right .image {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 350px;
    border-radius: 0;
  }

  .Template9 .iknow_tm_hero_second .right .image .main {
    border-radius: 15px;
  }

  .Template9 .iknow_tm_hero_second .name {
    font-size: 35px;
  }

  .Template9 .iknow_tm_hero_second .text {
    font-size: 20px;
  }

  .Template9 .iknow_tm_hero_second .social ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template9 .iknow_tm_hero_second .text {
    margin-bottom: 25px;
  }

  .Template9 .iknow_tm_extra_menu {
    margin-top: -100px;
  }

  .Template9 .iknow_tm_extra_menu .list_in .center span {
    font-size: 18px;
  }

  .Template9 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
    margin-bottom: 10px;
  }

  .Template9
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    margin-top: 10px;
  }

  .Template9
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 60px;
  }

  .Template9 .iknow_tm_extra_menu .list_in .center {
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 70px;
    margin: 0;
  }

  .Template9 .iknow_tm_extra_menu .list_in .list_icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
  }

  .Template9 .iknow_tm_extra_menu .list_in .down_icon {
    display: none;
  }

  .Template9 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 25px;
    height: 25px;
  }

  .Template9 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 15px;
    height: 15px;
  }

  .Template9 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template9 .iknow_tm_video .play {
    font-size: 22px;
    padding-left: 20px;
  }

  .Template9 .iknow_tm_mainpart.opened {
    padding: 70px 30px;
  }

  .Template9 .iknow_tm_about {
    flex-direction: column-reverse;
  }

  .Template9 .iknow_tm_about .right {
    padding-left: 0;
    width: 100%;
    top: 0;
  }

  .Template9 .iknow_tm_main_title {
    max-width: 100%;
  }

  .Template9 .iknow_tm_main_title h3 {
    font-size: 40px;
  }

  .Template9 .iknow_tm_about .left {
    width: 100%;
  }

  .Template9 .iknow_tm_about .left .image img {
    display: none;
  }

  .Template9 .iknow_tm_about .left .image .main {
    display: none;
  }

  .Template9 .iknow_tm_about .left .left_inner {
    display: block;
  }

  .Template9 .iknow_tm_about .left .details {
    left: 0;
  }

  .Template9 .iknow_tm_resume .iknow_tm_main_title {
    margin-bottom: 65px;
  }

  .Template9 .iknow_tm_resume .resume_inner {
    flex-direction: column;
  }

  .Template9 .iknow_tm_resume .left {
    width: 100%;
    padding-right: 0;
  }

  .Template9 .iknow_tm_resume .right {
    width: 100%;
    padding-left: 0;
    margin-top: 55px;
  }

  .Template9 .iknow_tm_portfolio .portfolio_list ul li {
    width: 50%;
  }

  .Template9 .iknow_tm_portfolio .portfolio_filter {
    text-align: left;
  }

  .Template9 .iknow_tm_services .service_list ul li {
    width: 50%;
  }

  .Template9 .iknow_tm_news .news_list ul li {
    width: 50%;
  }

  .Template9 .iknow_tm_contact .wrapper {
    flex-direction: column;
  }

  .Template9 .iknow_tm_contact .wrapper .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template9 .iknow_tm_contact .wrapper .right {
    width: 100%;
  }

  .Template9 .iknow_tm_copyright .inner {
    flex-direction: column;
  }

  .Template9 .iknow_tm_copyright .inner .left {
    margin-bottom: 5px;
  }

  .Template9 .iknow_tm_copyright .right ul li {
    margin-right: 20px;
  }

  .Template9
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    padding: 70px 30px;
  }

  .Template9 .iknow_tm_fixed_content .container {
    padding: 0;
  }

  .Template9 .iknow_tm_fixed_content .infobar {
    display: none;
  }

  .Template9 .iknow_tm_fixed_content .content_left {
    position: fixed;
    width: auto;
  }

  .Template9 .iknow_tm_fixed_content .menubar {
    width: 40px;
    padding: 0;
  }

  .Template9 .iknow_tm_fixed_content .mainbar {
    border-radius: 10px 0 0 10px;
    padding: 40px 20px;
  }

  .Template9 .iknow_tm_fixed_content .menubar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: none;
    background-color: #fff;
    padding: 0;
    margin: 0 0 5px;
    border-radius: 0 7px 7px 0;
  }

  .Template9 .iknow_tm_fixed_content .menubar ul li .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
  }

  .Template9 .iknow_tm_fixed_content .menubar ul li span {
    display: none;
  }

  .Template9 .iknow_tm_fixed_content .content_right {
    width: 100%;
    padding-left: 50px;
    margin-left: 0;
  }

  .Template9 .iknow_tm_author_info {
    display: block;
  }

  .Template9 .iknow_tm_button.fixedVersion {
    display: none;
  }

  .Template9 .simple_shapes .one,
  .Template9 .simple_shapes .two,
  .Template9 .simple_shapes .three,
  .Template9 .simple_shapes .four,
  .Template9 .simple_shapes .five,
  .Template9 .simple_shapes .six,
  .Template9 .simple_shapes .seven,
  .Template9 .simple_shapes .eight,
  .Template9 .simple_shapes .nine,
  .Template9 .simple_shapes .ten,
  .Template9 .simple_shapes .eleven,
  .Template9 .simple_shapes .twelve,
  .Template9 .simple_shapes .thirteen,
  .Template9 .simple_shapes .fourteen,
  .Template9 .simple_shapes .fifteen,
  .Template9 .simple_shapes .sixteen,
  .Template9 .simple_shapes .seventeen,
  .Template9 .simple_shapes .eighteen,
  .Template9 .simple_shapes .nineteen,
  .Template9 .simple_shapes .twenty {
    display: none;
  }

  .Template9 .rounded_shapes .one,
  .Template9 .rounded_shapes .two,
  .Template9 .rounded_shapes .three,
  .Template9 .rounded_shapes .four,
  .Template9 .rounded_shapes .five,
  .Template9 .rounded_shapes .six,
  .Template9 .rounded_shapes .seven,
  .Template9 .rounded_shapes .eight,
  .Template9 .rounded_shapes .nine,
  .Template9 .rounded_shapes .ten,
  .Template9 .rounded_shapes .eleven,
  .Template9 .rounded_shapes .twelve,
  .Template9 .rounded_shapes .thirteen,
  .Template9 .rounded_shapes .fourteen,
  .Template9 .rounded_shapes .fifteen,
  .Template9 .rounded_shapes .sixteen,
  .Template9 .rounded_shapes .seventeen,
  .Template9 .rounded_shapes .eighteen {
    display: none;
  }
}

@media (max-width: 768px) {
  .Template9 .iknow_tm_hero_third .content .hello {
    font-size: 21px;
  }

  .Template9 .iknow_tm_hero_third .content .name {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .Template9 .iknow_tm_hero_third .content .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template9 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template9 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 21px;
  }

  .Template9 .iknow_tm_hero_fourth .content .right .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template9 .iknow_tm_hero_fourth .content .right .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 21px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template9 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template9 .iknow_tm_topbar .logo img {
    max-width: 90px;
  }

  .Template9 .iknow_tm_main_title span {
    font-size: 18px;
  }

  .Template9 .iknow_tm_main_title h3 {
    font-size: 30px;
  }

  .Template9 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template9 .circular_progress_bar .list_inner:after {
    width: 108px;
    height: 108px;
  }

  .Template9 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template9 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template9 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template9 .iknow_tm_resume_title h3 {
    font-size: 25px;
  }

  .Template9 .iknow_tm_resume_title .shape {
    width: 21px;
    height: 21px;
  }

  .Template9 .iknow_tm_resume_title .shape:before {
    width: 4px;
    height: 4px;
  }

  .Template9 .iknow_tm_resume_title h3 {
    padding-left: 33px;
  }

  .Template9 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 20px;
  }

  .Template9 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 18px;
  }

  .Template9 .iknow_tm_resume .info_list ul li .short .job h3 {
    margin-bottom: 4px;
  }

  .Template9 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 18px;
    padding: 5px 30px 4px;
  }

  .Template9 .progress_inner span.label {
    font-size: 19px;
  }

  .Template9 .progress_inner {
    margin-bottom: 20px;
  }

  .Template9 .progress_inner > span {
    margin-bottom: 15px;
  }

  .Template9 .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template9 .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template9 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 5px;
  }

  .Template9 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template9 .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template9 .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template9 .iknow_tm_services .service_list ul li .title {
    font-size: 21px;
  }

  .Template9 .iknow_tm_services .service_list ul li .icon {
    width: 95px;
    height: 95px;
  }

  .Template9 .iknow_tm_services .service_list ul li .icon .svg {
    width: 35px;
    height: 35px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 19px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin-bottom: 3px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 45px;
    height: 45px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .list_inner .in {
    padding: 27px 35px 35px;
  }

  .Template9 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 0 10px;
  }

  .Template9 .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template9 .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template9 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template9 .iknow_tm_contact .wrapper .right .input_list ul {
    margin: 0;
  }

  .Template9 .iknow_tm_contact .wrapper .right .input_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template9 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .Template9 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }

  .Template9 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
    width: 30px;
    height: 30px;
  }

  .Template9 .iknow_tm_modalbox .box_inner {
    width: 500px;
  }

  .Template9 .iknow_tm_modalbox .main_details {
    flex-direction: column;
  }

  .Template9 .iknow_tm_modalbox .main_details .textbox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template9 .iknow_tm_modalbox .additional_images ul {
    margin: 0;
  }

  .Template9 .iknow_tm_modalbox .additional_images ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template9 .iknow_tm_modalbox .description_wrap {
    padding: 30px;
  }

  .Template9 .iknow_tm_copyright.fixed {
    text-align: center;
    padding: 30px 20px;
  }

  .Template9 .iknow_tm_copyright.fixed .left {
    margin-bottom: 0;
  }

  .Template9 .iknow_tm_copyright.fixed .right {
    display: none;
  }

  .Template9 .iknow_tm_copyright.fixed p {
    font-size: 13px;
  }

  .Template9 .iknow_tm_copyright.fixed a {
    font-size: 13px;
  }

  .Template9 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template9 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template9 .iknow_tm_fixed_content .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template9 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template9 .iknow_tm_fixed_content .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template9 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .Template9 .iknow_tm_modalbox .box_inner {
    width: 300px;
  }

  .Template9 .iknow_tm_resume .info_list ul li .short {
    flex-direction: column;
    align-items: baseline;
  }

  .Template9 .iknow_tm_resume .info_list ul li .short .job {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .details .right {
    display: none;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .details .info span {
    font-size: 14px;
  }

  .Template9 .iknow_tm_testimonials .testimonials_list .details .info {
    padding-left: 12px;
  }

  .Template9 .circular_progress_bar .title h3 {
    font-size: 17px;
  }

  .Template9 .progress_inner span.label {
    font-size: 17px;
  }

  .Template9 .progress_inner > span {
    margin-bottom: 12px;
  }

  .Template9 .iknow_tm_news .news_list ul li .details {
    padding: 10px 0 0 !important;
    background-color: transparent;
    box-shadow: none;
  }

  .Template9 .iknow_tm_modalbox .close .svg {
    width: 25px;
    height: 25px;
  }

  .Template9 .iknow_tm_modalbox .close {
    margin-left: 0;
    left: auto;
    right: 0;
    top: -35px;
  }

  .Template9 .iknow_tm_intro .filter ul li {
    margin-right: 10px;
  }

  .Template9 .iknow_tm_intro .filter ul li a {
    font-size: 14px;
  }

  .Template9 .iknow_tm_intro .filter {
    margin-bottom: 20px;
  }

  .Template9 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 7px;
  }

  .Template9 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 7px;
  }

  .Template9 .iknow_tm_intro .demo ul li h3 {
    font-size: 11px;
  }

  .Template9 .intro_title img {
    max-width: 90px;
  }

  .Template9 .intro_title span {
    font-size: 14px;
  }

  .Template9 .iknow_tm_intro .demo {
    max-width: 90%;
  }
}

.Template9 #template6 #home {
  height: 700px;
  max-height: 700px;
  border-radius: 25px;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  overflow-y: scroll;
}

.Template9 #template6 #home .content {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  background-size: cover;
  height: fit-content;
  border-radius: 25px;
}

.Template9 #template6 #home::-webkit-scrollbar,
.Template9 #template6 #home .content::-webkit-scrollbar {
  width: 0 !important;
}

.Template9 #template6 .avatarArea {
  display: flex !important;
  justify-content: center;
}

.Template9 #template6 .theAvatar {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}

.Template9 #template6 .userAvatar {
  display: block !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 100%;
}

.Template9 #template6 .aboutImageArea {
  width: 1600px !important;
  height: 400px;
}

.Template9 #template6 .aboutImage {
  display: block !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 25px;
}

.Template9 #template6 .iknow_tm_about .right {
  padding-left: 35px !important;
}

.Template9 #template6 .iknow_tm_services .service_list ul li .list_inner {
  padding: 0 0 20px 0 !important;
}

.Template9 #template6 .iknow_tm_services .service_list ul li .title {
  font-size: 17px !important;
  padding: 30px 40px 25px !important;
  background-color: #fabeee77 !important;
  border-radius: 10px 10px 0 0;
}

.Template9 #template6 .iknow_tm_services .service_list ul li .title {
  display: flex;
  justify-content: space-between;
}

.Template9 #template6 .iknow_tm_services .service_list ul li .title .year {
  font-size: 13px;
  text-align: right;
  color: #b90294 !important;
  margin-right: -20px;
}

.Template9 #template6 .text.reduced {
  font-size: 14px;
}

@media screen and (min-width: 800px) {
  .Template9 #template6 .iknow_tm_main_title h3 {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 800px) {
  .Template9 #template6 .aboutImageArea {
    display: none;
  }

  .Template9 #template6 .iknow_tm_about .right {
    padding-left: 0 !important;
  }

  .Template9 #template6 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li {
    margin: 0 0 3px;
    float: left;
    width: 100% !important;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f7f7f7;
  }

  .Template9
    #template6
    .iknow_tm_mobile_menu
    .dropdown
    .dropdown_inner
    ul
    li:last-child {
    border-bottom: none !important;
  }

  .Template9
    #template6
    .iknow_tm_mobile_menu
    .dropdown
    .dropdown_inner
    ul
    li
    a:hover {
    color: #b90294 !important;
  }
}

/* temp6 overide styles  */
.Template9 .iknow_tm_about .left .details h3 {
  font-size: 11px;
}

.Template9 .iknow_tm_services .service_list ul li .list_inner {
  padding: 0 0 60px 0;
}

.Template9 .iknow_tm_main_title span {
  font-size: 19px;
}

.Template9 .spread_top {
  padding: 10px 0 5px;
}

.Template9 .iknow_tm_about .right .text {
  text-align: justify;
}

.Template9 .iknow_tm_services .service_list {
  padding-top: 10px;
}

.Template9 .iknow_tm_portfolio .portfolio_filter {
  padding: 25px 0 43px;
}

.Template9 .iknow_tm_contact .wrapper {
  padding-top: 35px;
}

.Template9 .p-8 {
  padding: 0 40px 0;
}

.Template9 .t-d:hover {
  text-decoration: underline;
}

.Template9 .current .svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

.Template9 .years {
  display: inline-block;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .Template9 .iknow_tm_about .left .details span {
    font-size: 13px;
  }

  .Template9 .iknow_tm_main_title h3 {
    font-size: 13px;
  }

  .Template9 .iknow_tm_services .service_list ul li .title {
    /* margin-bottom: 25px; */
    font-size: 18px;
    padding: 30px 40px 25px;
    background-color: #ffb324;
    border-radius: 10px 10px 0 0;
  }

  .Template9 .iknow_tm_portfolio .portfolio_filter ul li a {
    font-size: 13px;
  }

  .Template9 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 13px;
  }

  .Template9 .reduced {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .Template9 .tp {
    margin-top: 90px;
  }
}

.Template9 .bio h3 {
  font-size: 17px;
  margin-bottom: 20px;
}

/* Template9 styles ends  */

/* Template10 styles  */
html:has(.Template10) {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body:has(.Template10) {
  font-family: poppins;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: #888;
}

.Template10 img.svg {
  width: 15px;
  height: 15px;
}

.Template10::-webkit-input-placeholder {
  color: #6f6f6f;
}

.Template10:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template10::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.Template10:-ms-input-placeholder {
  color: #6f6f6f;
}

.Template10::-ms-input-placeholder {
  color: #6f6f6f;
}

.Template10::placeholder {
  color: #6f6f6f;
}

body:has(.Template10)::-webkit-scrollbar {
  width: 11px;
}

body:has(.Template10) {
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}

body:has(.Template10):-webkit-scrollbar-track {
  background: #fff;
}

body:has(.Template10)::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}

.Template10 .container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  padding: 0 40px;
  clear: both;
}

.Template10 h1,
.Template10 h2,
.Template10 h3,
.Template10 h4,
.Template10 h5,
.Template10 h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: poppins;
  color: #222;
}

.Template10 h1 {
  font-size: 45px;
}

.Template10 h2 {
  font-size: 36px;
}

.Template10 h3 {
  font-size: 30px;
}

.Template10 h4 {
  font-size: 24px;
}

.Template10 h5 {
  font-size: 20px;
}

.Template10 h6 {
  font-size: 16px;
}

.Template10 .iknow_tm_all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_all_wrap,
.Template10 .iknow_tm_all_wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Template10 .iknow_tm_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 #preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}

.Template10 #preloader:before,
.Template10 #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.Template10 #preloader:after {
  left: auto;
  right: 0;
}

.Template10 #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.Template10 .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.Template10 .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

.Template10 .preloaded .loader_line:after {
  opacity: 0;
}

.Template10 .preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}

.Template10 .preloaded:before,
.Template10 .preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

body:has(.Template10).dark #preloader:before,
body:has(.Template10).dark #preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body:has(.Template10).dark #preloader:after {
  left: auto;
  right: 0;
}

body:has(.Template10).dark #preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

body:has(.Template10).dark .loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #777;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

body:has(.Template10).dark .loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

.Template10 .iknow_tm_mobile_menu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}

.Template10 .iknow_tm_mobile_menu .mobile_menu_inner {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px !important;
}

.Template10 .iknow_tm_mobile_menu .mobile_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template10 .iknow_tm_mobile_menu .mobile_in .logo img {
  max-width: 150px !important;
  max-height: 50px;
}

.Template10 .iknow_tm_mobile_menu .trigger {
  line-height: 0;
}

.Template10 .iknow_tm_mobile_menu .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Template10 .iknow_tm_mobile_menu .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 40px;
}

.Template10 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li {
  margin: 0 0 3px;
  float: left;
  width: 100% !important;
}

.Template10 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_mobile_menu .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
}

.Template10 .iknow_tm_mobile_menu .hamburger {
  padding: 0 !important;
}

.Template10 .hamburger-inner,
.Template10 .hamburger-inner:after,
.Template10 .hamburger-inner:before {
  width: 30px !important;
  height: 2px !important;
}

.Template10 .hamburger-box {
  width: 30px !important;
}

.Template10 .iknow_tm_topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.Template10 .iknow_tm_topbar .topbar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
}

.Template10 .iknow_tm_topbar .logo {
  display: inline-block;
}

.Template10 .iknow_tm_topbar .logo img {
  max-width: 125px;
}

.Template10 .iknow_tm_topbar .right {
  display: flex;
  align-items: center;
}

.Template10 .iknow_tm_topbar .right .social {
  position: relative;
  top: 3px;
}

.Template10 .iknow_tm_topbar .right .social ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_topbar .right .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template10 .iknow_tm_topbar .right .social ul li:last-child {
  margin-right: 0;
}

.Template10 .iknow_tm_topbar .right .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template10 .iknow_tm_topbar .right .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template10 .iknow_tm_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_topbar .iknow_tm_button {
  width: auto;
  margin-left: 30px;
}

.Template10 .iknow_tm_button a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  background-color: #ff451b;
  padding: 14px 50px;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_button a:hover {
  background-color: #ffb324;
}

.Template10 .iknow_tm_topbar .trigger_wrapper {
  position: relative;
}

.Template10 .iknow_tm_topbar .trigger_wrapper .inner {
  width: 48px;
  height: 24px;
  position: relative;
}

.Template10 .iknow_tm_topbar .trigger_wrapper .inner span {
  width: 48px;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_topbar .trigger_wrapper .inner .inner span:first-child {
  top: 0;
  left: 0;
}

.Template10 .iknow_tm_topbar .trigger_wrapper .inner span:last-child {
  bottom: 0;
  right: 0;
  width: 33px;
}

.Template10 .iknow_tm_topbar .trigger_wrapper:hover span:last-child {
  width: 48px;
}

.Template10 .iknow_tm_topbar .trigger_wrapper .inner span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Template10 .iknow_tm_hero {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_hero .background_shape {
  position: absolute;
  width: 76%;
  top: 0;
  left: 0;
  height: calc(100vh + 0px);
  background-color: #f1faff;
  clip-path: polygon(100% 0%, 81% 86%, 0% 100%, 0% 0%);
}

.Template10 .iknow_tm_hero .background_shape.opened {
  height: calc(100vh + 65px);
}

.Template10 .iknow_tm_hero .hero_content {
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 3;
}

.Template10 .iknow_tm_hero .content_inner {
  width: 100%;
  min-height: 100vh;
  float: left;
  clear: both;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.Template10 .iknow_tm_hero .content_inner .main_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(100vh - 150px);
  padding-top: 135px;
}

.Template10 .iknow_tm_hero .left {
  width: 50%;
}

.Template10 .iknow_tm_hero .subtitle {
  display: inline-block;
  color: #ff451b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template10 .iknow_tm_hero .name {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}

.Template10 .iknow_tm_hero .text {
  font-size: 24px;
  margin-bottom: 27px;
}

.Template10 .iknow_tm_video {
  width: auto;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  z-index: 2;
}

.Template10 .iknow_tm_video .video_inner {
  display: inline-block;
  display: flex;
  align-items: center;
  position: relative;
}

.Template10 .iknow_tm_video .circle {
  width: 72px;
  height: 72px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
}

.Template10 .iknow_tm_video .circle:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 3px;
}

.Template10 .iknow_tm_video .play {
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
}

.Template10 .iknow_tm_video .circle:after {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_video:hover .circle:after {
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}

.Template10 .iknow_tm_full_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.Template10 .iknow_tm_hero .right {
  width: 50%;
  padding-left: 230px;
}

.Template10 .iknow_tm_hero .right .image {
  position: relative;
}

.Template10 .iknow_tm_hero .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template10 .iknow_tm_hero .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template10 .iknow_tm_hero .right .image .main:before {
  position: absolute;
  content: "";
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: #ffb324;
  z-index: -1;
  transform: rotate(-50deg);
  animation: animeRotate 13s linear 0s infinite alternate;
}

@keyframes animeRotate {
  0% {
    transform: rotate(-50deg);
  }

  100% {
    transform: rotate(-30deg);
  }
}

.Template10 .iknow_tm_hero .main_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-bottom: 25px;
}

.Template10 .iknow_tm_hero .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_hero .main_menu ul li {
  margin: 0 6px 6px 0;
  float: left;
  background-color: #fff;
  position: relative;
  height: 135px;
  width: 135px;
  padding: 48px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_hero .main_menu ul li .svg {
  width: 40px;
  height: 40px;
  color: #ff451b;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_hero .main_menu ul li span {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_hero .main_menu ul li.entered span,
.Template10 .iknow_tm_hero .main_menu ul li.active span {
  left: 95px;
}

.Template10 .iknow_tm_hero .main_menu ul li.active svg {
  color: #fff;
}

.Template10 .iknow_tm_hero .main_menu ul li.active span {
  color: #fff;
}

.Template10 .iknow_tm_hero .main_menu ul li.active {
  background-color: #ff451b;
}

.Template10 .simple_shapes .one,
.Template10 .simple_shapes .two,
.Template10 .simple_shapes .three,
.Template10 .simple_shapes .four,
.Template10 .simple_shapes .five,
.Template10 .simple_shapes .six,
.Template10 .simple_shapes .seven,
.Template10 .simple_shapes .eight,
.Template10 .simple_shapes .nine,
.Template10 .simple_shapes .ten,
.Template10 .simple_shapes .eleven,
.Template10 .simple_shapes .twelve,
.Template10 .simple_shapes .thirteen,
.Template10 .simple_shapes .fourteen,
.Template10 .simple_shapes .fifteen,
.Template10 .simple_shapes .sixteen,
.Template10 .simple_shapes .seventeen,
.Template10 .simple_shapes .eighteen,
.Template10 .simple_shapes .nineteen,
.Template10 .simple_shapes .twenty {
  position: absolute;
}

.Template10 .simple_shapes .one {
  top: 15%;
  left: 7%;
}

.Template10 .simple_shapes .one .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .one .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template10 .simple_shapes .two {
  bottom: 15%;
  left: 5%;
}

.Template10 .simple_shapes .two .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.3);
}

.Template10 .simple_shapes .two .svg {
  width: 95px;
  height: 95px;
}

.Template10 .simple_shapes .three {
  top: 13%;
  right: 5%;
}

.Template10 .simple_shapes .three .cls-1 {
  stroke: none;
  fill: rgba(108, 99, 255, 0.2);
}

.Template10 .simple_shapes .three .svg {
  width: 120px;
  height: 120px;
}

.Template10 .simple_shapes .four {
  top: 29%;
  left: 10%;
}

.Template10 .simple_shapes .four .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .four .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template10 .simple_shapes .five {
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  transform: rotate(90deg);
}

.Template10 .simple_shapes .five .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .five .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template10 .simple_shapes .six {
  bottom: 33%;
  left: 3%;
  transform: rotate(250deg);
}

.Template10 .simple_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template10 .simple_shapes .seven {
  bottom: 4%;
  left: 10%;
}

.Template10 .simple_shapes .seven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .seven .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template10 .simple_shapes .eight {
  bottom: 24%;
  left: 14%;
}

.Template10 .simple_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .eight .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template10 .simple_shapes .nine {
  top: 19%;
  left: 36%;
  transform: rotate(70deg);
}

.Template10 .simple_shapes .nine .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .nine .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template10 .simple_shapes .ten {
  top: 25%;
  left: 50%;
  transform: rotate(180deg);
}

.Template10 .simple_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .ten .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template10 .simple_shapes .eleven {
  bottom: 50%;
  left: 48%;
}

.Template10 .simple_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .eleven .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template10 .simple_shapes .twelve {
  bottom: 30%;
  left: 49%;
}

.Template10 .simple_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .twelve .svg {
  width: 24px;
  height: 24px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template10 .simple_shapes .thirteen {
  bottom: 26%;
  left: 39%;
}

.Template10 .simple_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .thirteen .svg {
  width: 18px;
  height: 18px;
  stroke: rgba(91, 215, 180, 0.3);
}

.Template10 .simple_shapes .fourteen {
  top: 14%;
  right: 13%;
}

.Template10 .simple_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .fourteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template10 .simple_shapes .fifteen {
  top: 32%;
  right: 2%;
}

.Template10 .simple_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .fifteen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(51, 51, 51, 0.3);
}

.Template10 .simple_shapes .sixteen {
  top: 50%;
  right: 3%;
}

.Template10 .simple_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .sixteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template10 .simple_shapes .seventeen {
  top: 59%;
  right: 3%;
}

.Template10 .simple_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .seventeen .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(108, 99, 255, 0.3);
}

.Template10 .simple_shapes .eighteen {
  bottom: 19%;
  right: 10%;
}

.Template10 .simple_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .eighteen .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 71, 71, 0.3);
}

.Template10 .simple_shapes .nineteen {
  bottom: 12%;
  right: 19%;
}

.Template10 .simple_shapes .nineteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .nineteen .svg {
  width: 10px;
  height: 10px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template10 .simple_shapes .twenty {
  bottom: 12%;
  right: 3%;
}

.Template10 .simple_shapes .twenty .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .simple_shapes .twenty .svg {
  width: 35px;
  height: 35px;
  stroke: rgba(169, 219, 90, 0.3);
}

.Template10 .rounded_shapes .one,
.Template10 .rounded_shapes .two,
.Template10 .rounded_shapes .three,
.Template10 .rounded_shapes .four,
.Template10 .rounded_shapes .five,
.Template10 .rounded_shapes .six,
.Template10 .rounded_shapes .seven,
.Template10 .rounded_shapes .eight,
.Template10 .rounded_shapes .nine,
.Template10 .rounded_shapes .ten,
.Template10 .rounded_shapes .eleven,
.Template10 .rounded_shapes .twelve,
.Template10 .rounded_shapes .thirteen,
.Template10 .rounded_shapes .fourteen,
.Template10 .rounded_shapes .fifteen,
.Template10 .rounded_shapes .sixteen,
.Template10 .rounded_shapes .seventeen,
.Template10 .rounded_shapes .eighteen {
  position: absolute;
}

.Template10 .rounded_shapes .one {
  top: 24%;
  left: 2%;
}

.Template10 .rounded_shapes .one .cls-1 {
  stroke: inherit;
  fill: #ff451b;
}

.Template10 .rounded_shapes .one .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .two {
  top: 25%;
  left: 8%;
}

.Template10 .rounded_shapes .two .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .rounded_shapes .two .svg {
  width: 38px;
  height: 38px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template10 .rounded_shapes .three {
  top: 45%;
  left: 4%;
}

.Template10 .rounded_shapes .three .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .three .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template10 .rounded_shapes .four {
  bottom: 36%;
  left: 7%;
}

.Template10 .rounded_shapes .four .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template10 .rounded_shapes .four .svg {
  width: 22px;
  height: 22px;
  stroke: none;
}

.Template10 .rounded_shapes .five {
  bottom: 20%;
  left: 3%;
}

.Template10 .rounded_shapes .five .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template10 .rounded_shapes .five .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template10 .rounded_shapes .six {
  top: 19%;
  left: 24%;
}

.Template10 .rounded_shapes .six .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .rounded_shapes .six .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .seven {
  top: 20%;
  left: 40%;
}

.Template10 .rounded_shapes .seven .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template10 .rounded_shapes .seven .svg {
  width: 60px;
  height: 60px;
  stroke: none;
}

.Template10 .rounded_shapes .eight {
  top: 35%;
  left: 40%;
}

.Template10 .rounded_shapes .eight .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .rounded_shapes .eight .svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .nine {
  top: 40%;
  left: 52%;
}

.Template10 .rounded_shapes .nine .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .nine .svg {
  width: 26px;
  height: 26px;
  stroke: none;
}

.Template10 .rounded_shapes .ten {
  bottom: 31%;
  left: 48%;
}

.Template10 .rounded_shapes .ten .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .rounded_shapes .ten .svg {
  width: 63px;
  height: 63px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template10 .rounded_shapes .eleven {
  bottom: 23%;
  left: 38%;
}

.Template10 .rounded_shapes .eleven .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .eleven .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .twelve {
  top: 14%;
  right: 11%;
}

.Template10 .rounded_shapes .twelve .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .twelve .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .thirteen {
  top: 18%;
  right: 7%;
}

.Template10 .rounded_shapes .thirteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template10 .rounded_shapes .thirteen .svg {
  width: 30px;
  height: 30px;
  stroke: none;
}

.Template10 .rounded_shapes .fourteen {
  top: 31%;
  right: 6%;
}

.Template10 .rounded_shapes .fourteen .cls-1 {
  stroke: inherit;
  fill: rgba(254, 200, 98, 0.3);
}

.Template10 .rounded_shapes .fourteen .svg {
  width: 20px;
  height: 20px;
  stroke: rgba(254, 200, 98, 0.3);
}

.Template10 .rounded_shapes .fifteen {
  top: 41%;
  right: 2%;
}

.Template10 .rounded_shapes .fifteen .cls-1 {
  stroke: inherit;
  fill: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .fifteen .svg {
  width: 37px;
  height: 37px;
  stroke: none;
}

.Template10 .rounded_shapes .sixteen {
  bottom: 40%;
  right: 7%;
}

.Template10 .rounded_shapes .sixteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .rounded_shapes .sixteen .svg {
  width: 27px;
  height: 27px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .seventeen {
  bottom: 6%;
  left: 6%;
}

.Template10 .rounded_shapes .seventeen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .rounded_shapes .seventeen .svg {
  width: 34px;
  height: 34px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template10 .rounded_shapes .eighteen {
  top: 18%;
  right: 38%;
}

.Template10 .rounded_shapes .eighteen .cls-1 {
  stroke: inherit;
  fill: none;
}

.Template10 .rounded_shapes .eighteen .svg {
  width: 23px;
  height: 23px;
  stroke: rgba(255, 69, 27, 0.3);
}

.Template10 .iknow_tm_fixed_mainpart .simple_shapes .two {
  left: 3%;
}

.Template10 .iknow_tm_fixed_mainpart .simple_shapes .seven {
  left: 1%;
}

.Template10 .iknow_tm_fixed_mainpart .simple_shapes .four {
  left: 3%;
}

.Template10 .iknow_tm_fixed_mainpart .simple_shapes .one {
  left: 2%;
  top: 5%;
}

.Template10 .iknow_tm_fixed_mainpart .simple_shapes .nineteen {
  bottom: 8%;
}

.Template10 .iknow_tm_fixed_mainpart .simple_shapes .twelve {
  bottom: 5%;
}

.Template10 .iknow_tm_fixed_mainpart .simple_shapes .ten {
  top: 5%;
}

.Template10 .iknow_tm_fixed_mainpart .simple_shapes .nine {
  top: 5%;
  left: 30%;
}

.Template10 .iknow_tm_fixed_mainpart .simple_shapes .six {
  bottom: 45%;
}

.Template10 .iknow_tm_extra_demo .rounded_shapes .thirteen {
  right: 3%;
}

.Template10 .iknow_tm_extra_demo .rounded_shapes .sixteen {
  right: 4%;
  bottom: 22%;
}

.Template10 .iknow_tm_mainpart {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 0 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_mainpart.opened {
  padding: 70px;
}

.Template10 .iknow_tm_main_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: none;
}

.Template10 .iknow_tm_main_section.active {
  display: block;
  -webkit-animation: slide-down 0.7s ease;
  -moz-animation: slide-down 0.7s ease;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(30px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

.Template10 .iknow_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
}

.Template10 .iknow_tm_about .left {
  width: 50%;
  position: relative;
}

.Template10 .iknow_tm_about .left .left_inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.Template10 .iknow_tm_about .left .image {
  position: relative;
  min-width: 60%;
}

.Template10 .iknow_tm_about .left .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template10 .iknow_tm_about .left .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.Template10 .iknow_tm_about .left .details {
  position: relative;
  min-width: 47%;
  left: -55px;
  margin-top: 55px;
  background-color: #ff451b;
  padding: 36px 40px 35px;
  z-index: 1;
  border-radius: 15px;
}

.Template10 .iknow_tm_about .left .details ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_about .left .details ul li {
  margin: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 13px 0;
}

.Template10 .iknow_tm_about .left .details ul li:first-child {
  padding-top: 0;
}

.Template10 .iknow_tm_about .left .details ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.Template10 .iknow_tm_about .left .details h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
  opacity: 0.85;
}

.Template10 .iknow_tm_about .left .details span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.Template10 .iknow_tm_about .iknow_tm_main_title {
  max-width: 100%;
}

.Template10 .iknow_tm_main_title {
  width: 100%;
  max-width: 45%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_main_title span {
  font-size: 21px;
  color: #ff451b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
}

.Template10 .iknow_tm_main_title h3 {
  font-size: 47px;
  font-weight: 700;
}

.Template10 .iknow_tm_about .right {
  width: 50%;
  padding-left: 75px;
  position: relative;
  top: -8px;
}

.Template10 .iknow_tm_about .right .bigger_text {
  width: 100%;
  float: left;
  padding: 25px 0;
}

.Template10 .iknow_tm_about .right .bigger_text p {
  font-size: 21px;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
}

.Template10 .iknow_tm_about .right .text {
  width: 100%;
  float: left;
  margin-bottom: 38px;
}

.Template10 .iknow_tm_resume {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_resume .resume_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
}

.Template10 .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 100px;
}

.Template10 .iknow_tm_resume .left {
  width: 50%;
  padding-right: 30px;
}

.Template10 .iknow_tm_resume .info_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 62px;
}

.Template10 .iknow_tm_resume .info_list:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_resume_title {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_resume_title h3 {
  font-size: 36px;
  font-weight: 700;
  padding-left: 40px;
}

.Template10 .iknow_tm_resume_title .shape {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3px solid #ff451b;
}

.Template10 .iknow_tm_resume_title .shape:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ff451b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template10 .iknow_tm_resume .info_list ul {
  margin: 38px 0 0;
  float: left;
  list-style-type: none;
}

.Template10 .iknow_tm_resume .info_list ul li {
  width: 100%;
  float: left;
  margin: 0 0 45px;
}

.Template10 .iknow_tm_resume .info_list ul li:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_resume .info_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_resume .info_list ul li .short {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template10 .iknow_tm_resume .info_list ul li .short .job {
  padding-right: 20px;
}

.Template10 .iknow_tm_resume .info_list ul li .short .job h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template10 .iknow_tm_resume .info_list ul li .short .job span {
  font-size: 20px;
  color: #555;
}

.Template10 .iknow_tm_resume .info_list ul li .short .year span {
  font-size: 20px;
  color: #ff451b;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px 35px 7px;
  white-space: nowrap;
}

.Template10 .iknow_tm_resume .text {
  width: 100%;
  float: left;
  margin-top: 18px;
}

.Template10 .iknow_tm_resume .right {
  width: 50%;
  padding-left: 30px;
}

.Template10 .iknow_tm_resume .right .skills_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 67px;
}

.Template10 .iknow_tm_resume .right .skills_list:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_resume .right .skills_list .personal {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .dodo_progress {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 40px;
  overflow: hidden;
}

.Template10 .progress_inner {
  width: 100%;
  margin-bottom: 23px;
}

.Template10 .progress_inner:last-child {
  margin-bottom: 0;
}

.Template10 .progress_inner > span {
  margin: 0 0 20px;
  display: block;
  text-align: left;
  position: relative;
}

.Template10 .progress_inner span.label {
  opacity: 0;
  transform: translateY(10px);
  display: block;
  color: #0f172a;
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template10 .progress_inner span.label.opened {
  opacity: 1;
  transform: translateY(0px);
}

.Template10 .progress_inner span.number {
  float: right;
  position: absolute;
  right: 100%;
  bottom: -5px;
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ff451b;
  font-family: poppins;
}

.Template10 .progress_inner .background {
  background: #e2e7ec;
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 8px;
  border-radius: 50px;
}

.Template10 .progress_inner .background .bar_in {
  height: 5px;
  background: #ff451b;
  width: 0;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  top: -7px;
}

.Template10 .progress_inner .background .bar {
  width: 0;
  height: 100%;
}

.Template10 .progress_inner .background .bar.open {
  -webkit-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

@-webkit-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.Template10 .iknow_tm_resume .right .skills_list .software {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .circular_progress_bar {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 40px;
}

.Template10 .circular_progress_bar ul {
  margin: 0 0 0 -75px;
  list-style-type: none;
}

.Template10 .circular_progress_bar ul li {
  margin: 0 0 45px;
  width: 50%;
  float: left;
  padding-left: 75px;
}

.Template10 .circular_progress_bar .myCircle {
  position: relative;
  float: left;
}

.Template10 .circular_progress_bar .list_inner {
  width: 100%;
  position: relative;
  text-align: center;
}

.Template10 .circular_progress_bar .list_inner:after {
  content: "";
  position: absolute;
  width: 199px;
  height: 199px;
  border: 6px solid #eee;
  left: 7px;
  top: 7px;
  z-index: -1;
  border-radius: 50%;
  z-index: 11;
  box-sizing: border-box;
}

.Template10 .circular_progress_bar .title {
  width: 100%;
  max-width: 213px;
  float: left;
  padding-top: 14px;
}

.Template10 .circular_progress_bar .title h3 {
  font-size: 21px;
  font-weight: 700;
}

.Template10 .circular_progress_bar .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff451b;
  font-size: 30px;
  font-weight: 400;
}

.Template10 .iknow_tm_portfolio {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_portfolio .portfolio_filter {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
  padding: 50px 0 43px;
}

.Template10 .iknow_tm_portfolio .portfolio_filter ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_portfolio .portfolio_filter ul li {
  margin: 0 30px 0 0;
  display: inline-block;
}

.Template10 .iknow_tm_portfolio .portfolio_filter ul li:last-child {
  margin-right: 0;
}

.Template10 .iknow_tm_portfolio .portfolio_filter ul li a.current {
  color: #ff451b;
}

.Template10 .iknow_tm_portfolio .portfolio_filter ul li a {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_portfolio .portfolio_filter ul li a:hover {
  color: #ff451b;
}

.Template10 .iknow_tm_portfolio .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_portfolio .portfolio_list ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template10 .iknow_tm_portfolio .portfolio_list ul li {
  margin: 0 0 30px;
  width: 33.3333%;
  float: left;
  padding-left: 30px;
}

.Template10 .iknow_tm_portfolio .portfolio_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image {
  position: relative;
}

.Template10 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template10 .iknow_tm_portfolio .portfolio_list ul li .list_inner .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.Template10 .iknow_tm_portfolio .portfolio_list ul li .list_inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 69, 27, 0.72);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .overlay {
  opacity: 1;
  visibility: visible;
}

.Template10 .iknow_tm_portfolio .portfolio_list .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_portfolio .portfolio_list ul li .list_inner:hover .svg {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template10 .iknow_tm_portfolio .portfolio_list .details {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  padding: 0 20px 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10
  .iknow_tm_portfolio
  .portfolio_list
  ul
  li
  .list_inner:hover
  .details {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.Template10 .iknow_tm_portfolio .portfolio_list .details span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.Template10 .iknow_tm_portfolio .portfolio_list .details h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}

.Template10 .iknow_tm_modalbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_modalbox.opened {
  opacity: 1;
  visibility: visible;
}

.Template10 .iknow_tm_modalbox .box_inner {
  position: absolute;
  top: 70px;
  bottom: 70px;
  width: 968px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_modalbox.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.Template10 .iknow_tm_modalbox .close {
  position: fixed;
  left: 100%;
  top: 0;
  margin-left: 20px;
  z-index: 111111;
}

.Template10 .iknow_tm_modalbox .close a {
  text-decoration: none;
  color: #fff;
}

.Template10 .iknow_tm_modalbox .close .svg {
  width: 50px;
  height: 50px;
}

.Template10 .iknow_tm_modalbox .description_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
  overflow-y: scroll;
}

.Template10 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar,
.Template10 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar {
  width: 11px;
}

.Template10 .iknow_tm_modalbox .description_wrap {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template10 .iknow_tm_modalbox .description_wrap:-webkit-scrollbar-track,
.Template10 .iknow_tm_fixed_content .mainbar:-webkit-scrollbar-track {
  background: #fff;
}

.Template10 .iknow_tm_modalbox .description_wrap::-webkit-scrollbar-thumb,
.Template10 .iknow_tm_fixed_content .mainbar::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template10 .iknow_tm_portfolio .hidden_content {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template10 .iknow_tm_modalbox .popup_details {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_modalbox .popup_details .top_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
}

.Template10 .iknow_tm_modalbox .popup_details .top_image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template10 .iknow_tm_modalbox .popup_details .top_image .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.Template10 .iknow_tm_modalbox .portfolio_main_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template10 .iknow_tm_modalbox .portfolio_main_title span {
  display: inline-block;
  margin-bottom: 5px;
}

.Template10 .iknow_tm_modalbox .portfolio_main_title h3 {
  font-weight: 700;
  font-size: 21px;
}

.Template10 .iknow_tm_modalbox .main_details {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  margin-bottom: 60px;
}

.Template10 .iknow_tm_modalbox .main_details .textbox {
  width: 70%;
  padding-right: 40px;
}

.Template10 .iknow_tm_modalbox .main_details .textbox p {
  margin-bottom: 15px;
}

.Template10 .iknow_tm_modalbox .main_details .textbox p:last-child {
  margin-bottom: 0;
}

.Template10 .tokyo_tm_modalbox .main_details .detailbox {
  width: 30%;
  padding-left: 40px;
}

.Template10 .iknow_tm_modalbox .main_details .detailbox > ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_modalbox .main_details .detailbox > ul > li {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}

.Template10 .iknow_tm_modalbox .main_details .detailbox > ul > li:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_modalbox .main_details .detailbox .first {
  font-weight: 700;
  display: block;
  color: #000;
  margin-bottom: 3px;
}

.Template10 .iknow_tm_modalbox .main_details .detailbox span a {
  text-decoration: none;
  color: #888;
}

.Template10 .iknow_tm_modalbox .main_details .detailbox .share {
  margin: 0;
  list-style-type: none;
  position: relative;
  top: 7px;
}

.Template10 .iknow_tm_modalbox .main_details .detailbox .share li {
  margin: 0 13px 0 0;
  display: inline-block;
}

.Template10 .iknow_tm_modalbox .main_details .detailbox .share li:last-child {
  margin-right: 0;
}

.Template10 .iknow_tm_modalbox .main_details .detailbox .share li a {
  text-decoration: none;
  color: #000;
}

.Template10 .iknow_tm_modalbox .additional_images {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_modalbox .additional_images ul {
  margin: 0 0 0 -30px;
  list-style-type: none;
}

.Template10 .iknow_tm_modalbox .additional_images ul li {
  margin: 0 0 30px;
  float: left;
  width: 50%;
  padding-left: 30px;
}

.Template10 .iknow_tm_modalbox .additional_images ul li:nth-child(3n-2) {
  width: 100%;
}

.Template10 .iknow_tm_modalbox .additional_images ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_modalbox .additional_images ul li .my_image {
  position: relative;
}

.Template10 .iknow_tm_modalbox .additional_images ul li .my_image img {
  opacity: 0;
  min-width: 100%;
}

.Template10 .iknow_tm_modalbox .additional_images ul li .my_image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template10 .iknow_tm_services {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_services .service_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template10 .iknow_tm_services .service_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.Template10 .iknow_tm_services .service_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template10 .iknow_tm_services .service_list ul li .list_inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
  padding: 60px 40px 58px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_services .service_list ul li .list_inner:hover {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.15);
}

.Template10 .iknow_tm_services .service_list ul li .icon {
  display: inline-block;
  /* width: 107px; */
  height: 107px;
  background-color: #ffb324;
  border-radius: 100%;
  position: relative;
  margin-bottom: 25px;
}

.Template10 .iknow_tm_services .service_list ul li .icon .svg {
  width: 42px;
  height: 42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Template10 .iknow_tm_services .service_list ul li .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.Template10 .iknow_tm_services .service_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template10 .iknow_tm_modalbox .service_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_modalbox .service_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template10 .iknow_tm_modalbox .service_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template10 .iknow_tm_modalbox .service_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template10 .iknow_tm_modalbox .service_informations .title {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}

.Template10 .iknow_tm_modalbox .title h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template10 .iknow_tm_modalbox .service_informations .description {
  width: 100%;
  float: left;
}

.Template10 .iknow_tm_modalbox .service_informations .description p {
  margin-bottom: 15px;
}

.Template10 .iknow_tm_modalbox .service_informations .description p:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_testimonials,
.Template10 .iknow_tm_testimonials .testimonials_list,
.Template10 .iknow_tm_testimonials .testimonials_list .list_inner,
.Template10 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_mainpart {
  overflow: hidden;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .owl-carousel
  .owl-stage-outer {
  overflow: hidden;
}

.Template10 .iknow_tm_testimonials .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.Template10 .iknow_tm_testimonials .owl-item.active {
  opacity: 1;
}

.Template10 .iknow_tm_testimonials .owl-item {
  opacity: 0;
}

.Template10 .iknow_tm_testimonials .testimonials_list {
  padding-top: 68px;
}

.Template10 .iknow_tm_testimonials .testimonials_list .list_inner .in {
  box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
  border-radius: 15px;
  padding: 52px 60px 60px;
}

.Template10 .iknow_tm_testimonials .testimonials_list .text {
  width: 100%;
  float: left;
  margin-bottom: 28px;
}

.Template10 .iknow_tm_testimonials .testimonials_list .text p {
  font-size: 21px;
  font-style: italic;
}

.Template10 .iknow_tm_testimonials .testimonials_list .details {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template10 .iknow_tm_testimonials .testimonials_list .details .left {
  display: flex;
  align-items: center;
}

.Template10 .iknow_tm_testimonials .testimonials_list .details .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.Template10 .iknow_tm_testimonials .testimonials_list .details .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

.Template10 .iknow_tm_testimonials .testimonials_list .details .info {
  padding-left: 20px;
}

.Template10 .iknow_tm_testimonials .testimonials_list .details .info h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template10 .iknow_tm_testimonials .testimonials_list .details .info span {
  font-size: 16px;
  color: #aaa;
}

.Template10 .iknow_tm_testimonials .testimonials_list .right .svg {
  width: 50px;
  height: 50px;
  color: #ffb324;
}

.Template10 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ff451b;
  position: relative;
  margin: 0 15px;
}

.Template10 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 2px solid #ffb324;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template10
  .iknow_tm_testimonials
  .owl-theme
  .owl-dots
  .owl-dot.active
  span:before {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.Template10 .iknow_tm_testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  margin-top: 50px;
}

.Template10 .iknow_tm_news {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_news .news_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 70px;
}

.Template10 .iknow_tm_news .news_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template10 .iknow_tm_news .news_list ul li {
  margin: 0 0 25px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.Template10 .iknow_tm_news .news_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_news .news_list ul li .image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template10 .iknow_tm_news .news_list ul li .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.Template10 .iknow_tm_news .news_list ul li .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_news .news_list ul li .image:hover .main {
  transform: scale(1.1);
}

.Template10 .iknow_tm_news .news_list ul li .details {
  width: 100%;
  float: left;
  padding: 30px 30px 28px;
  box-shadow: 7px 7px 30px rgba(108, 99, 255, 0.07);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template10 .iknow_tm_news .news_list ul li .details .category {
  margin-bottom: 3px;
  display: inline-block;
}

.Template10 .iknow_tm_news .news_list ul li .details .category a {
  text-decoration: none;
  color: #ff451b;
  font-size: 16px;
  font-weight: 700;
}

.Template10 .iknow_tm_news .news_list ul li .details .title a {
  text-decoration: none;
  color: #222;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_news .news_list ul li .details .title a:hover {
  color: #ff451b;
}

.Template10 .iknow_tm_news .news_informations {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.Template10 .iknow_tm_modalbox .news_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_modalbox .news_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.Template10 .iknow_tm_modalbox .news_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template10 .iknow_tm_modalbox .news_informations .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.Template10 .iknow_tm_modalbox .news_informations .details {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.Template10 .iknow_tm_modalbox .news_informations .details span {
  display: inline-block;
  margin-bottom: 7px;
}

.Template10 .iknow_tm_modalbox .news_informations .details h3 {
  font-size: 22px;
  font-weight: 700;
}

.Template10 .iknow_tm_modalbox .news_informations .text {
  width: 100%;
  float: left;
}

.Template10 .iknow_tm_modalbox .news_informations .text p {
  margin-bottom: 15px;
}

.Template10 .iknow_tm_modalbox .news_informations .text p:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_contact .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  padding-top: 70px;
}

.Template10 .iknow_tm_contact .wrapper .left {
  width: 35%;
  padding-right: 40px;
}

.Template10 .iknow_tm_contact .wrapper .left ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_contact .wrapper .left ul li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template10 .iknow_tm_contact .wrapper .left ul li:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_contact .wrapper .left ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.Template10 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 100%;
  background-color: #ffb324;
}

.Template10 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  color: #fff;
}

.Template10 .iknow_tm_contact .wrapper .left ul li .list_inner .short {
  padding-left: 15px;
}

.Template10 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 11px;
}

.Template10 .iknow_tm_contact .wrapper .left ul li .list_inner .short span a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  span
  a:hover {
  color: #ff451b;
}

.Template10 .iknow_tm_contact .wrapper .right {
  width: 65%;
}

.Template10 .iknow_tm_contact .wrapper .right .fields {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_contact .wrapper .right .input_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_contact .wrapper .right .input_list ul {
  margin: 0 0 0 -25px;
  list-style-type: none;
}

.Template10 .iknow_tm_contact .wrapper .right .input_list ul li {
  margin: 0 0 25px;
  float: left;
  width: 50%;
  padding-left: 25px;
}

.Template10 .iknow_tm_contact .wrapper .right .input_list ul li input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px !important;
  background-color: transparent;
}

.Template10 .iknow_tm_contact .wrapper .right .input_list ul li input:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template10 input::-webkit-outer-spin-button,
.Template10 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Template10 input[type="number"] {
  -moz-appearance: textfield;
}

.Template10 .iknow_tm_contact .message_area {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

.Template10 .iknow_tm_contact .message_area textarea {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px !important;
  background-color: transparent;
}

.Template10 .iknow_tm_contact .message_area textarea:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Template10 .iknow_tm_contact .empty_notice {
  color: #f52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500;
}

.Template10 .iknow_tm_contact .contact_error {
  color: #f52225;
  text-align: left;
  font-weight: 500;
}

.Template10 .iknow_tm_contact .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}

.Template10 .iknow_tm_copyright {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 115px 0 58px;
}

.Template10 .iknow_tm_copyright.hidden {
  display: none;
}

.Template10 .iknow_tm_copyright.hidden.visible {
  display: block;
}

.Template10 .iknow_tm_copyright .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template10 .iknow_tm_copyright .left a {
  text-decoration: none;
  color: #888;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_copyright .left a:hover {
  color: #ff451b;
}

.Template10 .iknow_tm_copyright .right ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_copyright .right ul li {
  margin: 0 40px 0 0;
  display: inline-block;
}

.Template10 .iknow_tm_copyright .right ul li:last-child {
  margin-right: 0;
}

.Template10 .iknow_tm_copyright .right ul li a {
  text-decoration: none;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_copyright .right ul li a:hover {
  color: #ff451b;
}

.Template10 .iknow_tm_copyright.fixed {
  position: fixed;
  bottom: 0;
  padding-top: 55px;
  z-index: 5;
}

.Template10 .iknow_tm_hero_second {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_hero_second .container {
  z-index: 2;
}

.Template10 .iknow_tm_hero_second .background_shape {
  position: absolute;
  top: 0;
  height: calc(100vh + 65px);
  left: 0;
  right: 0;
  background-color: #fff6f1;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 62%);
}

.Template10 .iknow_tm_hero_second .main_info {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 167px;
}

.Template10 .iknow_tm_hero_second .left {
  width: 50%;
}

.Template10 .iknow_tm_hero_second .subtitle {
  display: inline-block;
  color: #ff451b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Template10 .iknow_tm_hero_second .name {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
}

.Template10 .iknow_tm_hero_second .text {
  font-size: 22px;
  margin-bottom: 44px;
}

.Template10 .iknow_tm_hero_second .social {
  width: 100%;
  float: left;
}

.Template10 .iknow_tm_hero_second .social ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_hero_second .social ul li {
  margin: 0 12px 0 0;
  display: inline-block;
}

.Template10 .iknow_tm_hero_second .social ul li:last-child {
  margin-right: 0;
}

.Template10 .iknow_tm_hero_second .social ul li a {
  text-decoration: none;
}

.Template10 .iknow_tm_hero_second .social ul li .svg {
  width: 50px;
  height: 50px;
}

.Template10 .iknow_tm_hero_second .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template10 .iknow_tm_hero_second .right .image {
  position: relative;
  width: 430px;
  height: 430px;
  border-radius: 100%;
}

.Template10 .iknow_tm_hero_second .right .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  z-index: 1;
}

.Template10 .iknow_tm_hero_second .right .image span {
  position: absolute;
}

.Template10 .iknow_tm_hero_second .right .image .first {
  width: 90px;
  height: 90px;
  background-color: #ff451b;
  top: 20px;
  left: -5px;
  transform: rotate(42deg);
  z-index: 2;
}

.Template10 .iknow_tm_hero_second .right .image .second {
  width: 105px;
  height: 152px;
  background-color: #ffb324;
  bottom: -5px;
  left: -25px;
  z-index: 2;
}

.Template10 .iknow_tm_hero_second .right .image .third {
  width: 165px;
  height: 365px;
  background-color: #ffb324;
  top: -30px;
  right: -30px;
}

.Template10 .iknow_tm_extra_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  margin-top: -167px;
}

.Template10 .iknow_tm_extra_menu .menu_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_extra_menu .menu_list .unordered {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}

.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li:last-child {
  margin-right: 0;
}

.Template10 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li .list_in {
  width: 100%;
  height: 142px;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .details_wrapper {
  display: none;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
  padding: 70px;
  margin-top: 25px;
}

.Template10 .iknow_tm_extra_menu .list_in .list_icon,
.Template10 .iknow_tm_extra_menu .list_in .down_icon {
  min-width: 142px;
  width: 142px;
  height: 100%;
  border-radius: 15px;
  position: relative;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_extra_menu .list_in .list_icon {
  background-color: #ff451b;
}

.Template10 .iknow_tm_extra_menu .list_in .down_icon {
  background-color: #ffb324;
}

.Template10 .iknow_tm_extra_menu .list_in .center {
  width: 100%;
  margin: 0 5px;
  height: 100%;
  background-color: #fff;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  border-radius: 15px;
  line-height: 142px;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_extra_menu .list_in .list_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_extra_menu .list_in .down_icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_extra_menu .list_in .center span {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .list_icon,
.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .list_icon {
  background-color: #ffb324;
}

.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center,
.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center {
  background-color: #ff451b;
}

.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .center
  span,
.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .center
  span {
  color: #fff;
}

.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon,
.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon {
  background-color: #fff;
}

.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li
  .list_in:hover
  .down_icon
  .svg {
  color: #888;
}

.Template10
  .iknow_tm_extra_menu
  .menu_list
  .unordered
  .unorderest_li.opened
  .list_in
  .down_icon
  .svg {
  color: #888;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.Template10 .iknow_tm_fixed_background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Template10 .iknow_tm_fixed_content {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.Template10 .iknow_tm_fixed_content .fixed_content_inner {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
}

.Template10 .iknow_tm_fixed_content .content_left {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.Template10 .iknow_tm_fixed_content .menubar {
  width: 200px;
}

.Template10 .iknow_tm_fixed_content .menubar ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_fixed_content .menubar ul li {
  margin: 0 0 7px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  float: left;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 9px 9px 48px rgba(59, 89, 152, 0.07);
  position: relative;
  padding-left: 65px;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_fixed_content .menubar ul li:hover,
.Template10 .iknow_tm_fixed_content .menubar ul li.active {
  background-color: #fe451b;
}

.Template10 .iknow_tm_fixed_content .menubar ul li:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_fixed_content .menubar ul li .svg {
  width: 27px;
  height: 27px;
  color: #ff451b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_fixed_content .menubar ul li:hover .svg,
.Template10 .iknow_tm_fixed_content .menubar ul li.active .svg {
  color: #fff;
}

.Template10 .iknow_tm_fixed_content .menubar ul li span {
  font-weight: 700;
  font-size: 15px;
  color: #222;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_fixed_content .menubar ul li:hover span,
.Template10 .iknow_tm_fixed_content .menubar ul li.active span {
  color: #fff;
}

.Template10 .iknow_tm_fixed_content .infobar {
  width: 424px;
  margin-left: 24px;
}

.Template10 .iknow_tm_fixed_content .infobar .bar_in {
  width: 100%;
  float: left;
  border-radius: 15px;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
}

.Template10 .iknow_tm_fixed_content .infobar .image {
  position: relative;
}

.Template10 .iknow_tm_fixed_content .infobar .image img {
  opacity: 0;
  position: relative;
  min-width: 100%;
}

.Template10 .iknow_tm_fixed_content .infobar .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.Template10 .iknow_tm_fixed_content .infobar .extra {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  text-align: center;
  padding: 30px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.Template10 .iknow_tm_fixed_content .infobar .extra .short {
  width: 100%;
  float: left;
  margin-bottom: 27px;
}

.Template10 .iknow_tm_fixed_content .infobar .extra .short h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Template10 .iknow_tm_fixed_content .infobar .extra .short span {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}

.Template10 .iknow_tm_fixed_content .infobar .extra .social {
  width: 100%;
  float: left;
}

.Template10 .iknow_tm_fixed_content .infobar .extra .social ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_fixed_content .infobar .extra .social ul li {
  margin: 0 8px 0 0;
  display: inline-block;
}

.Template10 .iknow_tm_fixed_content .infobar .extra .social ul li:last-child {
  margin-right: 0;
}

.Template10 .iknow_tm_fixed_content .infobar .extra .social ul li a {
  text-decoration: none;
}

.Template10 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
  width: 45px;
  height: 45px;
}

.Template10 .iknow_tm_fixed_content .content_right {
  width: 50%;
  margin-left: 24px;
}

.Template10 .iknow_tm_fixed_content .mainbar {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
  border-radius: 15px;
  padding: 70px;
  overflow-y: scroll;
}

.Template10 .iknow_tm_author_info {
  display: none;
  padding-left: 10px;
}

.Template10 .iknow_tm_author_info .info_inner {
  width: 100%;
  display: flex;
  align-items: center;
}

.Template10 .iknow_tm_author_info .avatar {
  position: relative;
  width: 60px;
  height: 60px;
}

.Template10 .iknow_tm_author_info .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template10 .iknow_tm_author_info .info {
  padding-right: 10px;
  text-align: right;
}

.Template10 .iknow_tm_author_info h3 {
  font-size: 16px;
  font-weight: 700;
}

.Template10 .iknow_tm_author_info span {
  font-size: 13px;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_about {
  flex-direction: column-reverse;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_about .right {
  padding-left: 0;
  width: 100%;
  top: 0;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_main_title {
  max-width: 100%;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_about .left {
  width: 100%;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_about .left .image img {
  display: none;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_about .left .image .main {
  display: none;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_about .left .left_inner {
  display: block;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_about .left .details {
  left: 0;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_resume .resume_inner {
  flex-direction: column;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_resume .left {
  width: 100%;
  padding-right: 0;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_resume .right {
  width: 100%;
  padding-left: 0;
  margin-top: 55px;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_resume .iknow_tm_main_title {
  margin-bottom: 50px;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
  margin-left: -24px;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul li {
  width: 50%;
  padding-left: 24px;
  margin-bottom: 24px;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_filter {
  text-align: left;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_filter
  ul
  li {
  margin-right: 17px;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_filter
  ul
  li {
  margin-right: 17px;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
  width: 50%;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .title {
  font-size: 21px;
  margin-bottom: 17px;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon {
  /* width: 72px; */
  height: 72px;
  margin-bottom: 20px;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_services
  .service_list
  ul
  li
  .icon
  .svg {
  width: 25px;
  height: 25px;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
  width: 50%;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .category
  a {
  font-size: 14px;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_news
  .news_list
  ul
  li
  .details
  .title
  a {
  font-size: 18px;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li .details {
  padding: 15px 25px 18px;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_contact .wrapper {
  flex-direction: column;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .left {
  width: 100%;
  padding-right: 0;
  margin-bottom: 40px;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_contact .wrapper .right {
  width: 100%;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul {
  margin: 0;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .right
  .input_list
  ul
  li {
  width: 100%;
  padding-left: 0;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .short
  h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon {
  width: 80px;
  height: 80px;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_contact
  .wrapper
  .left
  ul
  li
  .list_inner
  .icon
  .svg {
  width: 30px;
  height: 30px;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_testimonials
  .testimonials_list
  .list_inner
  .in {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.Template10 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
  width: 40px;
  height: 40px;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details {
  padding-bottom: 25px;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  span {
  font-size: 15px;
  margin-bottom: 4px;
}

.Template10
  .iknow_tm_fixed_content
  .iknow_tm_portfolio
  .portfolio_list
  .details
  h3 {
  font-size: 17px;
}

.Template10 .anim_circle {
  animation: animCircle 15s infinite linear;
}

@keyframes animCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.Template10 .anim_scale {
  animation: animScale 5s linear 0s infinite alternate;
}

@keyframes animScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(2);
  }
}

.Template10 .anim_scale2 {
  animation: animScale2 5s linear 0s infinite alternate;
}

@keyframes animScale2 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.4);
  }
}

.Template10 .anim_translate {
  animation: animTranslate 5s linear 0s infinite alternate;
}

@keyframes animTranslate {
  0% {
    transform: rotate(42deg) translateX(-5px);
  }

  100% {
    transform: rotate(42deg) translateX(5px);
  }
}

.Template10 .anim_moveTop {
  animation: animMoveTop 5s linear 0s infinite alternate;
}

@keyframes animMoveTop {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(30px);
  }
}

.Template10 .anim_moveLeft {
  animation: animMoveLeft 5s linear 0s infinite alternate;
}

@keyframes animMoveLeft {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(30px);
  }
}

.Template10 .anim_extra {
  animation: animExtra 5s linear 0s infinite alternate;
}

@keyframes animExtra {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.Template10 .anim_right {
  animation: animRight 5s linear 0s infinite alternate;
}

@keyframes animRight {
  0% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(-15px);
  }
}

.Template10 .anim_right2 {
  animation: animRight2 5s linear 0s infinite alternate;
}

@keyframes animRight2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.Template10 .anim_left2 {
  animation: animLeft2 5s linear 0s infinite alternate;
}

@keyframes animLeft2 {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0px);
  }
}

.Template10 .mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.Template10 .cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #ff451b;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.Template10 .cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #ff451b;
  opacity: 0.3;
}

.Template10 .cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #ff451b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.Template10 .cursor-outer.cursor-hover {
  opacity: 0;
}

.Template10 .iknow_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.Template10 .iknow_tm_sidebar_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  height: 100vh;
  background-color: #fff;
  z-index: 20;
}

.Template10 .iknow_tm_sidebar_2 .sidebar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.Template10 .iknow_tm_sidebar_2 .logo {
  width: 100%;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #ddd;
  padding-left: 50px;
}

.Template10 .iknow_tm_sidebar_2 .logo img {
  max-width: 135px;
  max-height: 80px;
}

.Template10 .iknow_tm_sidebar_2 .menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_sidebar_2 .ccc {
  position: absolute;
  left: 0;
  right: 0;
  height: 75px;
  background-color: #ff6e4d;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template10 .iknow_tm_sidebar_2 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_sidebar_2 .menu ul li {
  margin: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  float: left;
  position: relative;
  padding-left: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_sidebar_2 .menu ul li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ddd;
  z-index: -1;
}

.Template10 .iknow_tm_sidebar_2 .menu ul li.mleave.active span {
  color: #222;
}

.Template10 .iknow_tm_sidebar_2 .menu ul li.mleave.active .svg {
  color: #ff451b;
}

.Template10 .iknow_tm_sidebar_2 .menu ul li .svg {
  width: 27px;
  height: 27px;
  color: #ff451b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_sidebar_2 .menu ul li:hover .svg {
  color: #fff;
}

.Template10 .iknow_tm_sidebar_2 .menu ul li span {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_sidebar_2 .menu ul li:hover span {
  color: #fff;
}

.Template10 .iknow_tm_sidebar_2 .menu ul li.active .svg,
.Template10 .iknow_tm_sidebar_2 .menu ul li.active span {
  color: #fff;
}

.Template10 .iknow_tm_fixed_mainpart {
  position: fixed;
  top: 0;
  left: 370px;
  right: 0;
  height: 100vh;
  background-color: #e5e5e5;
}

.Template10 .iknow_tm_fixed_mainpart .mainpart_inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.Template10 .iknow_tm_fixed_mainpart .topbar_extra {
  position: absolute;
  top: 0;
  left: 370px;
  right: 100px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Template10 .iknow_tm_fixed_mainpart .topbar_extra .iknow_tm_button {
  width: auto;
}

.Template10 .iknow_tm_fixed_mainpart .topbar_extra .details {
  display: flex;
  align-items: center;
}

.Template10 .iknow_tm_fixed_mainpart .topbar_extra .details .social {
  position: relative;
  top: 3px;
  margin-right: 15px;
}

.Template10 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.Template10
  .iknow_tm_fixed_mainpart
  .topbar_extra
  .details.social
  ul
  li:last-child {
  margin-right: 0;
}

.Template10 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li a {
  text-decoration: none;
  color: #000;
}

.Template10 .iknow_tm_fixed_mainpart .topbar_extra .details .social ul li .svg {
  width: 20px;
  height: 20px;
  display: block;
}

.Template10 .iknow_tm_fixed_mainpart .extra_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  line-height: 110px;
  padding: 0 100px;
}

.Template10 .iknow_tm_fixed_mainpart .iknow_tm_copyright {
  padding: 0;
}

.Template10 .iknow_tm_content_extra {
  position: fixed;
  top: 110px;
  bottom: 110px;
  right: 100px;
  left: 470px;
  border: 15px;
}

.Template10 .iknow_tm_animate_section::-webkit-scrollbar {
  width: 0;
}

.Template10 .iknow_tm_animate_section {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.Template10 .iknow_tm_animate_section:-webkit-scrollbar-track {
  background: #fff;
}

.Template10 .iknow_tm_animate_section::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.Template10 .iknow_tm_animate_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  transition: visibility 1s linear, opacity 0.5s linear;
  -moz-transition: visibility 1s linear, opacity 0.5s linear;
  -webkit-transition: visibility1s linear, opacity 0.5s linear;
  -o-transition: visibility 1s linear, opacity 0.5s linear;
}

.Template10 .iknow_tm_animate_section.animated {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.Template10 .iknow_tm_animate_section.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.Template10 .iknow_tm_animate_section.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.Template10 .iknow_tm_animate_section .section_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  padding: 70px;
  border-radius: 15px;
}

.Template10 .iknow_tm_hero_extra {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Template10 .iknow_tm_hero_extra .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template10 .iknow_tm_hero_extra .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template10 .iknow_tm_hero_extra .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

.Template10 .iknow_tm_hero_extra .hero_content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Template10 .iknow_tm_hero_extra .hero_content .left {
  width: 50%;
  padding-left: 125px;
}

.Template10 .iknow_tm_hero_extra .hero_content .left .hello {
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 8px;
}

.Template10 .iknow_tm_hero_extra .hero_content .left .name {
  font-weight: 700;
  color: #fff;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 23px;
}

.Template10 .iknow_tm_hero_extra .hero_content .left .text {
  font-size: 23px;
  color: #fff;
  margin-bottom: 35px;
}

.Template10 .iknow_tm_hero_extra .hero_content .right {
  width: 50%;
  height: 100%;
  text-align: right;
  position: relative;
  padding: 10%;
}

.Template10 .iknow_tm_hero_extra .hero_content .right .image {
  position: relative;
}

.Template10 .iknow_tm_hero_extra .hero_content .right .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.Template10 .iknow_tm_hero_extra .hero_content .right .image .main {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  z-index: 2;
}

.Template10 .iknow_tm_hero_extra .hero_content .right .image .box {
  position: absolute;
  top: -30px !important;
  bottom: 30px !important;
  left: 30px !important;
  right: -30px !important;
  background-color: rgba(254, 69, 27, 0.694);
  border-radius: 15px;
  z-index: 1;
}

.Template10 .iknow_tm_button.yellow a {
  background-color: #ffb324;
}

.Template10 .iknow_tm_button.yellow a:hover {
  background-color: #ff451b;
}

.Template10 .iknow_tm_extra_demo {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template10 .iknow_tm_extra_demo .top_shape,
.Template10 .iknow_tm_extra_demo .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #f4f6f8;
}

.Template10 .iknow_tm_extra_demo .top_shape {
  top: 0;
  z-index: 8;
}

.Template10 .iknow_tm_extra_demo .bottom_shape {
  bottom: 0;
  z-index: 11;
}

.Template10 .iknow_tm_extra_demo .background_part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #f4f6f8;
}

.Template10 .iknow_tm_extra_demo .iknow_tm_topbar {
  position: fixed;
  left: 132px;
  right: 132px;
  background-color: #f4f6f8;
  z-index: 10;
}

.Template10 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
  width: 45px !important;
  height: 45px !important;
}

.Template10 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
  margin-right: 8px;
}

.Template10 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template10 .iknow_tm_topbar .wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.Template10 .iknow_tm_topbar.smaller {
  left: 15%;
  right: 15%;
}

.Template10 .iknow_tm_topbar .wrapper .trigger {
  position: relative;
  top: 7px;
}

.Template10 .iknow_tm_topbar .wrapper .menu .ccc {
  position: absolute;
  bottom: 0;
  width: 30px;
  background-color: #dd4242;
  display: block;
  top: 10px;
  bottom: 10px;
  border-radius: 20px;
  border-radius: 50px;
  background-color: #ffb324;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Template10 .iknow_tm_topbar .wrapper .menu {
  background-color: #fff;
  padding: 10px;
  box-shadow: 18px 18px 30px rgba(8, 32, 93, 0.07);
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_topbar .wrapper .menu.opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.Template10 .iknow_tm_topbar .wrapper .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_topbar .wrapper .menu ul li {
  margin: 0;
  float: left;
}

.Template10 .iknow_tm_topbar .wrapper .menu ul li:last-child {
  margin-right: 0;
}

.Template10 .iknow_tm_topbar .wrapper .menu ul li a {
  text-decoration: none;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 9px 24px 8px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_topbar .wrapper .menu ul li.mleave.active a {
  color: #222;
}

.Template10 .iknow_tm_topbar .wrapper .menu ul li.active a {
  color: #fff;
}

.Template10 .iknow_tm_topbar .wrapper .menu ul li a:hover {
  color: #fff;
}

.Template10 .iknow_tm_topbar .hamburger-inner,
.Template10 .iknow_tm_topbar .hamburger-inner:after,
.Template10 .iknow_tm_topbar .hamburger-inner:before {
  width: 30px;
  height: 2px;
}

.Template10 .iknow_tm_topbar .hamburger {
  padding: 0;
}

.Template10 .iknow_tm_topbar .hamburger-box {
  width: 30px;
}

.Template10 .iknow_tm_extra_demo .iknow_tm_copyright {
  position: fixed;
  width: auto;
  padding: 0;
  bottom: 0;
  left: 132px;
  right: 132px;
  z-index: 13;
}

.Template10 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
  height: 110px;
}

.Template10 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
  left: 15%;
  right: 15%;
}

.Template10 .iknow_tm_copyright.empty {
  padding: 0 0 70px;
}

.Template10 .iknow_tm_sidebar_3 {
  position: fixed;
  width: 312px;
  top: 110px;
  bottom: 110px;
  left: 130px;
  z-index: 5;
  border-radius: 15px;
  background-color: #fff;
}

.Template10 .iknow_tm_sidebar_3 .inner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_sidebar_3 .image {
  width: 100%;
  height: 222px;
  background-color: #feb224;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.Template10 .iknow_tm_sidebar_3 .image .main {
  position: absolute;
  width: 222px;
  height: 222px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_sidebar_3.animate .main {
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.Template10 .iknow_tm_sidebar_3.animate .menu {
  margin-top: 45px;
}

.Template10 .iknow_tm_sidebar_3 .menu {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 48px;
  margin-top: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_sidebar_3 .menu ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
  padding: 14px 0;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #e7e7e7;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li:last-child:before {
  display: none;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li:after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  bottom: 0;
  background-color: #d7d7d7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li:last-child:after {
  display: none;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li.current:after {
  width: 100%;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li:hover:after {
  width: 100%;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li.current span {
  color: #ff451b;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li:hover span {
  color: #ff451b;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #ff451b;
  position: absolute;
  left: 40px;
}

.Template10 .iknow_tm_sidebar_3 .menu ul li span {
  color: #222;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_content_wrapper {
  position: absolute;
  top: 110px;
  bottom: 110px;
  right: 135px;
  left: 468px;
  border-radius: 15px;
  z-index: 5;
}

.Template10 .iknow_tm_hero_third {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template10 .iknow_tm_hero_third .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template10 .iknow_tm_hero_third .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template10 .iknow_tm_hero_third .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 48, 86, 0.82);
  z-index: 1;
  border-radius: 15px;
}

.Template10 .iknow_tm_hero_third .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.Template10 .iknow_tm_hero_third .content .hello {
  font-weight: 700;
  color: #ff451b;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template10 .iknow_tm_hero_third .content .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template10 .iknow_tm_hero_third .content .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template10 .iknow_tm_down_arrow {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.Template10 .iknow_tm_down_arrow svg {
  width: 25px !important;
  height: 25px !important;
}

.Template10 .iknow_tm_down_arrow svg #wheel {
  animation: scroll ease 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

.Template10 .iknow_tm_section_new {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 70px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 12px rgba(108, 99, 255, 0.09);
  margin-bottom: 70px;
  overflow: hidden;
}

.Template10 .iknow_tm_section_new:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_section_new.contact {
  padding-bottom: 170px;
}

.Template10 .iknow_tm_mainpart_new {
  position: fixed;
  top: 110px;
  bottom: 110px;
  left: 15%;
  right: 15%;
}

.Template10 .iknow_tm_hero_fourth {
  position: relative;
  width: 100%;
  height: 100%;
}

.Template10 .iknow_tm_hero_fourth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template10 .iknow_tm_hero_fourth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template10 .iknow_tm_hero_fourth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template10 .iknow_tm_hero_fourth .content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 110px;
}

.Template10 .iknow_tm_hero_fourth .content .left {
  width: 50%;
  padding-right: 50px;
}

.Template10 .iknow_tm_hero_fourth .content .right {
  width: 50%;
  padding-left: 50px;
}

.Template10 .iknow_tm_hero_fourth .content .left img {
  max-width: 470px;
  max-height: 470px;
}

.Template10 .iknow_tm_hero_fourth .content .right .hello {
  font-weight: 700;
  color: #ff451b;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template10 .iknow_tm_hero_fourth .content .right .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template10 .iknow_tm_hero_fourth .content .right .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.Template10 .iknow_tm_extra_demo_2 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Template10 .iknow_tm_extra_demo_2 .top_shape,
.Template10 .iknow_tm_extra_demo_2 .bottom_shape {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff6f1;
  z-index: 6;
}

.Template10 .iknow_tm_extra_demo_2 .top_shape {
  top: 0;
  height: 110px;
}

.Template10 .iknow_tm_extra_demo_2 .bottom_shape {
  bottom: 0;
  height: 70px;
}

.Template10 .iknow_tm_extra_demo_2 .iknow_tm_topbar {
  position: fixed;
}

.Template10 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
  padding-top: 0;
  height: 110px;
}

.Template10 .iknow_tm_mainpart_new_2 {
  position: absolute;
  top: 110px;
  left: 15%;
  right: 15%;
  bottom: 70px;
  z-index: 4;
}

.Template10 .iknow_tm_hero_fifth {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

.Template10 .iknow_tm_hero_fifth .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Template10 .iknow_tm_hero_fifth .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.Template10 .iknow_tm_hero_fifth .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 15px;
}

.Template10 .iknow_tm_hero_fifth .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.Template10 .iknow_tm_hero_fifth .avatar {
  position: relative;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 43px;
}

.Template10 .iknow_tm_hero_fifth .avatar .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.Template10 .iknow_tm_hero_fifth .details {
  width: 100%;
  float: left;
}

.Template10 .iknow_tm_hero_fifth .hello {
  font-weight: 700;
  color: #ff451b;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 2px;
}

.Template10 .iknow_tm_hero_fifth .name {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

.Template10 .iknow_tm_hero_fifth .text {
  color: #bab6b6;
  font-size: 22px;
  max-width: 500px;
  font-weight: 600;
  margin: 0 auto 25px;
}

.Template10 .iknow_tm_hero_fifth .sign {
  max-width: 200px;
  max-height: 110px;
}

.Template10 .iknow_tm_mainpart_new_2 .social_list {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 15%;
  padding: 0 2vw;
  display: flex;
  justify-content: flex-end;
}

.Template10 .iknow_tm_mainpart_new_2 .social_list ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_mainpart_new_2 .social_list ul li {
  margin: 0 0 5px;
}

.Template10 .iknow_tm_mainpart_new_2 .social_list ul li:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_mainpart_new_2 .social_list ul li a {
  text-decoration: none;
}

.Template10 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
  width: 48px;
  height: 48px;
}

.Template10 .iknow_tm_mainpart_new_2 .main_menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  padding: 0 2vw;
  max-width: 15%;
}

.Template10 .iknow_tm_mainpart_new_2 .main_menu ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_mainpart_new_2 .main_menu ul li {
  margin: 0 0 12px;
  background-color: #fff;
  position: relative;
  height: 70px;
  width: 70px;
  padding: 23px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_mainpart_new_2 .main_menu ul li:last-child {
  margin-bottom: 0;
}

.Template10 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
  width: 25px;
  height: 25px;
  color: #ff451b;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_mainpart_new_2 .main_menu ul li span {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  position: absolute;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
.Template10 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  left: 46px;
}

.Template10 .iknow_tm_mainpart_new_2 .main_menu ul li.current svg {
  color: #fff;
}

.Template10 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
  color: #fff;
}

.Template10 .iknow_tm_mainpart_new_2 .main_menu ul li.current {
  background-color: #ff451b;
}

.Template10 .iknow_tm_intro {
  width: 100%;
  height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

.Template10 .iknow_tm_intro .intro_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 130px 0 120px;
}

.Template10 .iknow_tm_intro .intro_title span {
  display: block;
}

.Template10 .iknow_tm_intro .intro_title img {
  max-width: 150px;
  margin-bottom: 15px;
}

.Template10 .iknow_tm_intro .intro_title .image_logo {
  display: inline-block;
  position: relative;
}

.Template10 .iknow_tm_intro .intro_title .image_logo .version {
  position: absolute;
  top: -5px;
  right: -65px;
  color: #ff451b;
  font-weight: 700;
  font-size: 20px;
}

.Template10 .iknow_tm_intro .intro_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Template10 .iknow_tm_intro .demo {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.Template10 .iknow_tm_intro .demo ul {
  margin: 0;
  list-style-type: none;
}

.Template10 .iknow_tm_intro .demo ul li {
  margin: 0 0 88px;
  width: 100%;
  float: left;
}

.Template10 .iknow_tm_intro .demo ul li .name {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 52px;
}

.Template10 .iknow_tm_intro .demo ul li .name .name_in {
  position: relative;
}

.Template10 .iknow_tm_intro .demo ul li .name .name_in .new {
  position: absolute;
  display: inline-block;
  background-color: #ff451b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: capitalize;
  bottom: 100%;
  margin-bottom: -10px;
  left: 100%;
  border-radius: 50px;
}

.Template10 .iknow_tm_intro .demo ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
}

.Template10 .iknow_tm_intro .demo ul li .list_inner .in {
  width: 50%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_intro .demo ul li .list_inner .in:hover {
  top: -10px;
}

.Template10 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
  margin-left: 0;
  margin-right: 30px;
}

.Template10 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
  margin-left: 30px;
  margin-right: 0;
}

.Template10 .iknow_tm_intro .demo ul li img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.Template10 .iknow_tm_intro .demo ul li .mini {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Template10 .iknow_tm_intro .demo ul li .list_inner .in:hover .mini {
  color: #ff451b;
}

.Template10 .iknow_tm_intro .coming h3 {
  color: #b5b5b5;
}

.Template10 .iknow_tm_intro .intro_space {
  width: 100%;
  float: left;
  height: 120px;
}

@media (max-width: 1400px) {
  body:has(.Template10) {
    font-size: 16px;
    line-height: 1.6;
  }

  .Template10 .container {
    max-width: 1070px;
  }

  .Template10 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template10 .iknow_tm_topbar .logo img {
    max-width: 95px;
  }

  .Template10 .iknow_tm_button a {
    font-size: 14px;
    padding: 8px 35px;
  }

  .Template10 .iknow_tm_topbar .right .social ul li {
    margin-right: 8px;
  }

  .Template10 .iknow_tm_topbar .right .social ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template10 .iknow_tm_topbar .iknow_tm_button {
    margin-left: 23px;
  }

  .Template10 .iknow_tm_hero .main_menu ul li {
    width: 95px;
    height: 95px;
    padding: 35px;
  }

  .Template10 .iknow_tm_hero .main_menu ul li .svg {
    width: 25px;
    height: 25px;
  }

  .Template10 .iknow_tm_hero .main_menu ul li.entered span {
    left: 60px;
  }

  .Template10 .iknow_tm_hero .main_menu ul li.active span {
    left: 60px;
  }

  .Template10 .iknow_tm_hero .main_menu ul li span {
    font-size: 17px;
  }

  .Template10 .iknow_tm_hero .subtitle {
    font-size: 25px;
  }

  .Template10 .iknow_tm_hero .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template10 .iknow_tm_hero .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template10 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template10 .iknow_tm_video .play {
    font-size: 20px;
    padding-left: 20px;
  }

  .Template10 .iknow_tm_main_title h3 {
    font-size: 35px;
  }

  .Template10 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template10 .iknow_tm_hero_second .subtitle {
    font-size: 25px;
  }

  .Template10 .iknow_tm_hero_second .name {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .Template10 .iknow_tm_hero_second .text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Template10 .iknow_tm_hero_second .right .image {
    width: 315px;
    height: 315px;
  }

  .Template10 .iknow_tm_hero_second .right .image .first {
    width: 65px;
    height: 65px;
    top: 10px;
  }

  .Template10 .iknow_tm_hero_second .right .image .second {
    width: 85px;
    height: 110px;
    left: -20px;
  }

  .Template10 .iknow_tm_hero_second .right .image .third {
    width: 120px;
    height: 260px;
    top: -10px;
  }

  .Template10 .iknow_tm_hero_second .social ul li .svg {
    width: 40px;
    height: 40px;
  }

  .Template10 .iknow_tm_hero_second .social ul li {
    margin-right: 8px;
  }

  .Template10 .iknow_tm_extra_menu {
    margin-top: -145px;
  }

  .Template10
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 120px;
  }

  .Template10 .iknow_tm_extra_menu .list_in .list_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template10 .iknow_tm_extra_menu .list_in .down_icon {
    min-width: 120px;
    height: 120px;
  }

  .Template10 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 36px;
    height: 36px;
  }

  .Template10 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 20px;
    height: 20px;
  }

  .Template10 .iknow_tm_extra_menu .list_in .center {
    line-height: 120px;
    padding: 0 35px;
  }

  .Template10 .iknow_tm_extra_menu .list_in .center span {
    font-size: 25px;
  }

  .Template10 .iknow_tm_about .left .details {
    min-width: 60%;
  }

  .Template10 .iknow_tm_about .left .details span {
    font-size: 15px;
  }

  .Template10 .iknow_tm_about .left .details {
    padding: 30px 34px 29px;
  }

  .Template10 .iknow_tm_about .left .details h3 {
    margin-bottom: 1px;
  }

  .Template10 .iknow_tm_about .left .details ul li {
    padding: 10px 0;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template10 .progress_inner span.label {
    font-size: 19px;
  }

  .Template10 .progress_inner > span {
    margin-bottom: 16px;
  }

  .Template10 .circular_progress_bar .title h3 {
    margin-bottom: 19px;
  }

  .Template10 .iknow_tm_services .service_list ul li .title {
    margin-bottom: 25px;
  }

  .Template10 .iknow_tm_portfolio .portfolio_filter ul li a {
    font-size: 16px;
  }

  .Template10 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template10 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .Template10 .iknow_tm_portfolio .portfolio_list .details h3 {
    font-size: 19px;
  }

  .Template10 .iknow_tm_portfolio .portfolio_list .details {
    padding-bottom: 25px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin: 2px;
    font-size: 19px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 40px;
    height: 40px;
  }

  .Template10 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template10 .iknow_tm_modalbox .box_inner {
    width: 850px;
  }

  .Template10 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .Template10 .iknow_tm_copyright {
    padding-bottom: 25px;
  }

  .Template10 .iknow_tm_fixed_content .menubar ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
  }

  .Template10 .iknow_tm_fixed_content .menubar ul li .svg {
    width: 17px;
    height: 17px;
  }

  .Template10 .iknow_tm_fixed_content .menubar ul li span {
    font-size: 12px;
  }

  .Template10 .iknow_tm_fixed_content .menubar ul li .svg {
    left: 14px;
  }

  .Template10 .iknow_tm_fixed_content .infobar .extra .short h3 {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .Template10 .iknow_tm_fixed_content .infobar .extra .short span {
    font-size: 14px;
  }

  .Template10 .iknow_tm_fixed_content .infobar .extra .social ul li .svg {
    width: 30px;
    height: 30px;
  }

  .Template10 .iknow_tm_fixed_content .infobar .extra .social ul li {
    margin-right: 4px;
  }

  .Template10 .iknow_tm_fixed_content .infobar .extra .short {
    margin-bottom: 15px;
  }

  .Template10 .iknow_tm_fixed_content .infobar .extra {
    padding: 20px 10px;
  }

  .Template10 .iknow_tm_fixed_content .mainbar {
    padding: 55px;
  }

  .Template10 .iknow_tm_fixed_content .iknow_tm_main_title h3 {
    font-size: 31px;
  }

  .Template10 .iknow_tm_fixed_content .iknow_tm_resume_title h3 {
    font-size: 30px;
  }

  .Template10 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 15px;
    padding: 5px 25px 4px;
  }

  .Template10 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 19px;
    margin-bottom: 3px;
  }

  .Template10 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 16px;
  }

  .Template10 .circular_progress_bar .list_inner:after {
    width: 155px;
    height: 155px;
  }

  .Template10 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template10 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template10 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template10 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list .svg {
    width: 30px;
    height: 30px;
  }

  .Template10
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details {
    padding-bottom: 15px;
  }

  .Template10
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    span {
    margin-bottom: 0;
    font-size: 14px;
  }

  .Template10
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    .details
    h3 {
    font-size: 15px;
  }

  .Template10
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .list_inner {
    padding: 50px 30px 48px;
  }

  .Template10
    .iknow_tm_fixed_content
    .iknow_tm_services
    .service_list
    ul
    li
    .title {
    font-size: 17px;
  }

  .Template10
    .iknow_tm_fixed_content
    .iknow_tm_testimonials
    .testimonials_list
    .text
    p {
    font-size: 16px;
  }

  .Template10 .iknow_tm_sidebar_2 .logo {
    height: 75px;
    line-height: 75px;
  }

  .Template10 .iknow_tm_sidebar_2 .logo img {
    max-width: 90px;
    max-height: 60px;
  }

  .Template10 .iknow_tm_sidebar_2 {
    width: 300px;
  }

  .Template10 .iknow_tm_sidebar_2 .menu ul li {
    height: 55px;
    line-height: 55px;
  }

  .Template10 .iknow_tm_sidebar_2 .ccc {
    height: 55px;
  }

  .Template10 .iknow_tm_sidebar_2 .menu ul li span {
    font-size: 13px;
  }

  .Template10 .iknow_tm_sidebar_2 .menu ul li .svg {
    width: 23px;
    height: 23px;
    left: 40px;
  }

  .Template10 .iknow_tm_sidebar_2 .menu ul li {
    padding-left: 75px;
  }

  .Template10 .iknow_tm_sidebar_2 .logo {
    padding-left: 40px;
    margin-top: 100px;
  }

  .Template10 .iknow_tm_fixed_mainpart {
    left: 300px;
  }

  .Template10 .iknow_tm_content_extra {
    top: 75px;
    bottom: 75px;
    left: 380px;
    right: 80px;
  }

  .Template10 .iknow_tm_fixed_mainpart .topbar_extra {
    height: 75px;
  }

  .Template10 .iknow_tm_fixed_mainpart .extra_copyright {
    padding: 0 80px;
    height: 75px;
    line-height: 75px;
  }

  .Template10 .iknow_tm_fixed_mainpart .topbar_extra {
    left: 380px;
    right: 80px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
    margin-bottom: 4px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left {
    padding-left: 85px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 80px;
    margin-bottom: 15px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -20px !important;
    bottom: 20px !important;
    left: 20px !important;
    right: -20px !important;
  }

  .Template10 .iknow_tm_animate_section .section_inner {
    padding: 55px;
  }

  .Template10 .iknow_tm_extra_demo .top_shape,
  .Template10 .iknow_tm_extra_demo .bottom_shape {
    height: 75px;
  }

  .Template10 .iknow_tm_sidebar_3 {
    left: 75px;
    width: 240px;
    top: 75px;
    bottom: 75px;
  }

  .Template10 .iknow_tm_sidebar_3 .image {
    height: 140px;
  }

  .Template10 .iknow_tm_sidebar_3 .image .main {
    width: 140px;
    height: 140px;
    bottom: -45px;
  }

  .Template10 .iknow_tm_sidebar_3.animate .main {
    bottom: 0;
    width: 100%;
  }

  .Template10 .iknow_tm_sidebar_3 .menu {
    padding: 0 35px;
    margin-top: 70px;
  }

  .Template10 .iknow_tm_sidebar_3 .menu ul li .svg {
    left: 20px;
    width: 23px;
    height: 20px;
    margin-top: 3px;
  }

  .Template10 .iknow_tm_sidebar_3 .menu ul li span {
    padding-left: 55px;
    font-size: 13px;
  }

  .Template10 .iknow_tm_sidebar_3 .menu ul li {
    padding: 5px 0;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: 75px;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_topbar .social .svg {
    width: 30px !important;
    height: 30px !important;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_topbar .right .social ul li {
    margin-right: 4px;
  }

  .Template10 .iknow_tm_content_wrapper {
    top: 75px;
    bottom: 75px;
    right: 75px;
    left: 335px;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_topbar {
    left: 75px;
    right: 75px;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_copyright {
    left: 75px;
    right: 75px;
  }

  .Template10 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template10 .iknow_tm_hero_third .content .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template10 .iknow_tm_hero_third .content .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template10 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template10 .iknow_tm_section_new {
    padding: 55px;
  }

  .Template10 .iknow_tm_mainpart_new {
    top: 75px;
    bottom: 75px;
  }

  .Template10 .iknow_tm_hero_fourth .content .right {
    padding-left: 40px;
  }

  .Template10 .iknow_tm_hero_fourth .content {
    padding: 0 90px;
  }

  .Template10 .iknow_tm_hero_fourth .content .left img {
    max-width: 300px;
    max-height: 300px;
  }

  .Template10 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template10 .iknow_tm_hero_fourth .content .right .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template10 .iknow_tm_hero_fourth .content .right .text {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_topbar.smaller {
    left: 15%;
    right: 15%;
  }

  .Template10 .iknow_tm_mainpart_new_2 {
    top: 75px;
  }

  .Template10 .iknow_tm_extra_demo_2 .top_shape {
    height: 75px;
  }

  .Template10 .iknow_tm_hero_fifth .avatar {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }

  .Template10 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
    margin-bottom: 0;
  }

  .Template10 .iknow_tm_hero_fifth .name {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .Template10 .iknow_tm_hero_fifth .text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .Template10 .iknow_tm_hero_fifth .sign {
    max-width: 110px;
    max-height: 70px;
  }

  .Template10 .iknow_tm_extra_demo_2 .iknow_tm_topbar .topbar_inner {
    height: 75px;
  }

  .Template10 .iknow_tm_mainpart_new_2 .social_list ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template10 .iknow_tm_mainpart_new_2 .social_list ul li {
    margin-bottom: 2px;
  }

  .Template10 .iknow_tm_mainpart_new_2 .main_menu ul li .svg {
    width: 20px;
    height: 20px;
  }

  .Template10 .iknow_tm_mainpart_new_2 .main_menu ul li span {
    font-size: 13px;
  }

  .Template10 .iknow_tm_mainpart_new_2 .main_menu ul li {
    width: 50px;
    height: 50px;
    padding: 15px;
    margin-bottom: 4px;
  }

  .Template10 .iknow_tm_mainpart_new_2 .main_menu ul li.entered span,
  .Template10 .iknow_tm_mainpart_new_2 .main_menu ul li.current span {
    left: 32px;
  }

  .Template10 .intro_title img {
    max-width: 120px;
  }

  .Template10 .iknow_tm_intro .filter ul li a {
    font-size: 16px;
  }

  .Template10 .iknow_tm_intro .filter {
    margin-bottom: 30px;
  }

  .Template10 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 20px;
  }

  .Template10 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 20px;
  }

  .Template10 .iknow_tm_intro .demo ul li h3 {
    font-size: 14px;
  }

  .Template10 .intro_title {
    margin-bottom: 70px;
  }
}

@media (max-width: 1040px) {
  .Template10 .iknow_tm_mobile_menu {
    display: block;
  }

  .Template10 .iknow_tm_topbar.onepage {
    display: none;
  }

  .Template10 .iknow_tm_extra_demo_2 .top_shape,
  .Template10 .iknow_tm_extra_demo_2 .bottom_shape {
    display: none;
  }

  .Template10 .iknow_tm_sidebar_3 {
    display: none;
  }

  .Template10 .iknow_tm_content_wrapper {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 10px;
  }

  .Template10 .iknow_tm_section_new {
    margin-bottom: 10px;
    padding: 50px 20px;
  }

  .Template10 .iknow_tm_hero_third {
    margin-bottom: 10px;
  }

  .Template10 .iknow_tm_hero_third .content .hello {
    font-size: 23px;
  }

  .Template10 .iknow_tm_hero_third .content .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template10 .iknow_tm_hero_third .content .text {
    font-size: 18px;
  }

  .Template10 .iknow_tm_hero_fifth .hello {
    font-size: 23px;
  }

  .Template10 .iknow_tm_hero_fifth .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template10 .iknow_tm_hero_fifth .text {
    font-size: 18px;
  }

  .Template10 .iknow_tm_hero_fifth .sign {
    max-width: 150px;
    max-height: 75px;
  }

  .Template10 .iknow_tm_extra_demo .top_shape,
  .Template10 .iknow_tm_extra_demo .bottom_shape {
    display: none;
  }

  .Template10 .iknow_tm_copyright.onepage .inner {
    height: auto;
  }

  .Template10 .iknow_tm_copyright.onepage {
    position: relative;
    left: 0;
    right: 0;
    padding: 20px 0;
  }

  .Template10 .iknow_tm_mainpart_new_2 .main_menu {
    display: none;
  }

  .Template10 .iknow_tm_mainpart_new_2 .social_list {
    display: none;
  }

  .Template10 .iknow_tm_mainpart_new_2 {
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .Template10 .iknow_tm_hero_fifth {
    margin-bottom: 10px;
  }

  .Template10 .iknow_tm_topbar.smaller {
    left: 10px;
    right: 10px;
  }

  .Template10 .iknow_tm_mainpart_new {
    left: 10px;
    right: 10px;
    top: 70px;
    bottom: 70px;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_topbar .topbar_inner {
    height: 70px;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_copyright.smaller {
    left: 10px;
    right: 10px;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_copyright .inner {
    height: auto;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_copyright .inner .left {
    margin-bottom: 1px;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_copyright p,
  .Template10 .iknow_tm_extra_demo .iknow_tm_copyright a {
    font-size: 13px;
  }

  .Template10 .iknow_tm_sidebar_2 {
    display: none;
  }

  .Template10 .iknow_tm_fixed_mainpart {
    left: 0;
  }

  .Template10 .iknow_tm_topbar .wrapper .menu {
    margin: 0;
    width: 180px;
    right: 0;
    transform: translateY(10px);
    border-radius: 10px;
    position: absolute;
    top: 100%;
  }

  .Template10 .iknow_tm_topbar .wrapper .menu.opened {
    transform: translateY(19px);
  }

  .Template10 .iknow_tm_topbar .wrapper .menu ul {
    display: flex;
    flex-direction: column;
  }

  .Template10 .iknow_tm_topbar .wrapper .menu ul li a {
    display: block;
  }

  .Template10 .iknow_tm_topbar .wrapper .menu .ccc {
    display: none;
  }

  .Template10 .iknow_tm_topbar .wrapper .menu ul li.active a {
    color: #ff451b;
  }

  .Template10 .iknow_tm_topbar .wrapper .menu ul li a:hover {
    color: #ff451b;
  }

  .Template10 .iknow_tm_topbar .wrapper .menu ul li a {
    padding: 6px 15px 5px;
  }

  .Template10 .iknow_tm_animate_section .section_inner {
    padding: 50px 20px;
  }

  .Template10 .iknow_tm_hero_fourth .content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }

  .Template10 .iknow_tm_hero_fourth .content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template10 .iknow_tm_hero_fourth .content .right {
    width: 100%;
    padding-left: 0;
  }

  .Template10 .iknow_tm_hero_fourth .content .left img {
    max-width: 220px;
    max-height: 220px;
  }

  .Template10 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 23px;
  }

  .Template10 .iknow_tm_hero_fourth .content .right .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template10 .iknow_tm_hero_fourth .content .right .text {
    font-size: 18px;
  }

  .Template10 .iknow_tm_content_extra {
    top: 70px;
    bottom: 70px;
    left: 10px;
    right: 10px;
  }

  .Template10 .iknow_tm_fixed_mainpart .topbar_extra {
    display: none;
  }

  .Template10 .iknow_tm_fixed_mainpart .extra_copyright {
    height: auto;
    line-height: 1.3;
    padding: 0;
  }

  .Template10 .iknow_tm_fixed_mainpart .extra_copyright p,
  .Template10 .iknow_tm_fixed_mainpart .extra_copyright a {
    font-size: 13px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content {
    flex-direction: column-reverse;
    padding: 50px 20px;
    text-align: center;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .right {
    padding: 0;
    margin-bottom: 40px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .right .image {
    max-width: 165px;
    margin: 0 auto;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left {
    width: 100%;
    padding: 0;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .right .image .box {
    top: -10px !important;
    bottom: 10px !important;
    left: 10px !important;
    right: -10px !important;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 23px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 55px;
    margin-bottom: 13px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 18px;
  }

  .Template10 .iknow_tm_section_new.contact {
    padding-bottom: 70px;
  }

  .Template10 .iknow_tm_extra_demo .iknow_tm_copyright {
    bottom: 5px;
  }

  .Template10 .mouse-cursor {
    display: none;
  }

  .Template10 .iknow_tm_button a {
    padding: 10px 30px;
    font-size: 14px;
  }

  .Template10 .iknow_tm_topbar .topbar_inner {
    padding-top: 25px;
  }

  .Template10 .iknow_tm_topbar .iknow_tm_button a {
    padding: 8px 20px;
    font-size: 13px;
  }

  .Template10 .iknow_tm_topbar .right .social {
    display: none;
  }

  .Template10 .container {
    padding: 0 20px;
  }

  .Template10 .iknow_tm_hero .main_menu {
    margin-top: 50px;
  }

  .Template10 .iknow_tm_hero .main_menu ul li {
    width: 100% !important;
    height: auto !important;
    padding: 20px;
  }

  .Template10 .iknow_tm_hero .main_menu ul li span {
    left: 65px !important;
    font-size: 20px;
  }

  .Template10 .iknow_tm_hero .main_menu ul li .svg {
    width: 32px;
    height: 32px;
  }

  .Template10 .iknow_tm_hero .content_inner .main_info {
    min-height: auto;
  }

  .Template10 .iknow_tm_hero .content_inner .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
  }

  .Template10 .iknow_tm_hero .right {
    padding-left: 0;
    width: 100%;
  }

  .Template10 .iknow_tm_hero .right .image .main:before {
    display: none;
  }

  .Template10 .iknow_tm_hero .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template10 .iknow_tm_hero .name {
    font-size: 35px;
  }

  .Template10 .iknow_tm_hero .text {
    font-size: 20px;
  }

  .Template10 .iknow_tm_hero_second .left {
    width: 100%;
    margin-top: 40px;
  }

  .Template10 .iknow_tm_hero_second .right {
    width: 100%;
  }

  .Template10 .iknow_tm_hero_second .main_info {
    flex-direction: column-reverse;
    align-items: baseline;
    padding-top: 150px;
  }

  .Template10 .iknow_tm_hero_second .right .image span {
    display: none;
  }

  .Template10 .iknow_tm_hero_second .right .image {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 350px;
    border-radius: 0;
  }

  .Template10 .iknow_tm_hero_second .right .image .main {
    border-radius: 15px;
  }

  .Template10 .iknow_tm_hero_second .name {
    font-size: 35px;
  }

  .Template10 .iknow_tm_hero_second .text {
    font-size: 20px;
  }

  .Template10 .iknow_tm_hero_second .social ul li .svg {
    width: 35px;
    height: 35px;
  }

  .Template10 .iknow_tm_hero_second .text {
    margin-bottom: 25px;
  }

  .Template10 .iknow_tm_extra_menu {
    margin-top: -100px;
  }

  .Template10 .iknow_tm_extra_menu .list_in .center span {
    font-size: 18px;
  }

  .Template10 .iknow_tm_extra_menu .menu_list .unordered .unorderest_li {
    margin-bottom: 10px;
  }

  .Template10
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    margin-top: 10px;
  }

  .Template10
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .list_in {
    height: 60px;
  }

  .Template10 .iknow_tm_extra_menu .list_in .center {
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 70px;
    margin: 0;
  }

  .Template10 .iknow_tm_extra_menu .list_in .list_icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
  }

  .Template10 .iknow_tm_extra_menu .list_in .down_icon {
    display: none;
  }

  .Template10 .iknow_tm_extra_menu .list_in .list_icon .svg {
    width: 25px;
    height: 25px;
  }

  .Template10 .iknow_tm_extra_menu .list_in .down_icon .svg {
    width: 15px;
    height: 15px;
  }

  .Template10 .iknow_tm_video .circle {
    width: 60px;
    height: 60px;
  }

  .Template10 .iknow_tm_video .play {
    font-size: 22px;
    padding-left: 20px;
  }

  .Template10 .iknow_tm_mainpart.opened {
    padding: 70px 30px;
  }

  .Template10 .iknow_tm_about {
    flex-direction: column-reverse;
  }

  .Template10 .iknow_tm_about .right {
    padding-left: 0;
    width: 100%;
    top: 0;
  }

  .Template10 .iknow_tm_main_title {
    max-width: 100%;
  }

  .Template10 .iknow_tm_main_title h3 {
    font-size: 40px;
  }

  .Template10 .iknow_tm_about .left {
    width: 100%;
  }

  .Template10 .iknow_tm_about .left .image img {
    display: none;
  }

  .Template10 .iknow_tm_about .left .image .main {
    display: none;
  }

  .Template10 .iknow_tm_about .left .left_inner {
    display: block;
  }

  .Template10 .iknow_tm_about .left .details {
    left: 0;
  }

  .Template10 .iknow_tm_resume .iknow_tm_main_title {
    margin-bottom: 65px;
  }

  .Template10 .iknow_tm_resume .resume_inner {
    flex-direction: column;
  }

  .Template10 .iknow_tm_resume .left {
    width: 100%;
    padding-right: 0;
  }

  .Template10 .iknow_tm_resume .right {
    width: 100%;
    padding-left: 0;
    margin-top: 55px;
  }

  .Template10 .iknow_tm_portfolio .portfolio_list ul li {
    width: 50%;
  }

  .Template10 .iknow_tm_portfolio .portfolio_filter {
    text-align: left;
  }

  .Template10 .iknow_tm_services .service_list ul li {
    width: 50%;
  }

  .Template10 .iknow_tm_news .news_list ul li {
    width: 50%;
  }

  .Template10 .iknow_tm_contact .wrapper {
    flex-direction: column;
  }

  .Template10 .iknow_tm_contact .wrapper .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template10 .iknow_tm_contact .wrapper .right {
    width: 100%;
  }

  .Template10 .iknow_tm_copyright .inner {
    flex-direction: column;
  }

  .Template10 .iknow_tm_copyright .inner .left {
    margin-bottom: 5px;
  }

  .Template10 .iknow_tm_copyright .right ul li {
    margin-right: 20px;
  }

  .Template10
    .iknow_tm_extra_menu
    .menu_list
    .unordered
    .unorderest_li
    .details_wrapper {
    padding: 70px 30px;
  }

  .Template10 .iknow_tm_fixed_content .container {
    padding: 0;
  }

  .Template10 .iknow_tm_fixed_content .infobar {
    display: none;
  }

  .Template10 .iknow_tm_fixed_content .content_left {
    position: fixed;
    width: auto;
  }

  .Template10 .iknow_tm_fixed_content .menubar {
    width: 40px;
    padding: 0;
  }

  .Template10 .iknow_tm_fixed_content .mainbar {
    border-radius: 10px 0 0 10px;
    padding: 40px 20px;
  }

  .Template10 .iknow_tm_fixed_content .menubar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: none;
    background-color: #fff;
    padding: 0;
    margin: 0 0 5px;
    border-radius: 0 7px 7px 0;
  }

  .Template10 .iknow_tm_fixed_content .menubar ul li .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
  }

  .Template10 .iknow_tm_fixed_content .menubar ul li span {
    display: none;
  }

  .Template10 .iknow_tm_fixed_content .content_right {
    width: 100%;
    padding-left: 50px;
    margin-left: 0;
  }

  .Template10 .iknow_tm_author_info {
    display: block;
  }

  .Template10 .iknow_tm_button.fixedVersion {
    display: none;
  }

  .Template10 .simple_shapes .one,
  .Template10 .simple_shapes .two,
  .Template10 .simple_shapes .three,
  .Template10 .simple_shapes .four,
  .Template10 .simple_shapes .five,
  .Template10 .simple_shapes .six,
  .Template10 .simple_shapes .seven,
  .Template10 .simple_shapes .eight,
  .Template10 .simple_shapes .nine,
  .Template10 .simple_shapes .ten,
  .Template10 .simple_shapes .eleven,
  .Template10 .simple_shapes .twelve,
  .Template10 .simple_shapes .thirteen,
  .Template10 .simple_shapes .fourteen,
  .Template10 .simple_shapes .fifteen,
  .Template10 .simple_shapes .sixteen,
  .Template10 .simple_shapes .seventeen,
  .Template10 .simple_shapes .eighteen,
  .Template10 .simple_shapes .nineteen,
  .Template10 .simple_shapes .twenty {
    display: none;
  }

  .Template10 .rounded_shapes .one,
  .Template10 .rounded_shapes .two,
  .Template10 .rounded_shapes .three,
  .Template10 .rounded_shapes .four,
  .Template10 .rounded_shapes .five,
  .Template10 .rounded_shapes .six,
  .Template10 .rounded_shapes .seven,
  .Template10 .rounded_shapes .eight,
  .Template10 .rounded_shapes .nine,
  .Template10 .rounded_shapes .ten,
  .Template10 .rounded_shapes .eleven,
  .Template10 .rounded_shapes .twelve,
  .Template10 .rounded_shapes .thirteen,
  .Template10 .rounded_shapes .fourteen,
  .Template10 .rounded_shapes .fifteen,
  .Template10 .rounded_shapes .sixteen,
  .Template10 .rounded_shapes .seventeen,
  .Template10 .rounded_shapes .eighteen {
    display: none;
  }
}

@media (max-width: 768px) {
  .Template10 .iknow_tm_hero_third .content .hello {
    font-size: 21px;
  }

  .Template10 .iknow_tm_hero_third .content .name {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .Template10 .iknow_tm_hero_third .content .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template10 .iknow_tm_down_arrow {
    bottom: 5%;
  }

  .Template10 .iknow_tm_hero_fourth .content .right .hello {
    font-size: 21px;
  }

  .Template10 .iknow_tm_hero_fourth .content .right .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template10 .iknow_tm_hero_fourth .content .right .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left .hello {
    font-size: 21px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left .name {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .Template10 .iknow_tm_hero_extra .hero_content .left .text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .Template10 .iknow_tm_topbar .logo img {
    max-width: 90px;
  }

  .Template10 .iknow_tm_main_title span {
    font-size: 18px;
  }

  .Template10 .iknow_tm_main_title h3 {
    font-size: 30px;
  }

  .Template10 .iknow_tm_about .right .bigger_text p {
    font-size: 19px;
  }

  .Template10 .circular_progress_bar .list_inner:after {
    width: 108px;
    height: 108px;
  }

  .Template10 .circular_progress_bar .number {
    font-size: 20px;
  }

  .Template10 .circular_progress_bar .title {
    max-width: 120px;
  }

  .Template10 .circular_progress_bar .title h3 {
    font-size: 19px;
  }

  .Template10 .iknow_tm_resume_title h3 {
    font-size: 25px;
  }

  .Template10 .iknow_tm_resume_title .shape {
    width: 21px;
    height: 21px;
  }

  .Template10 .iknow_tm_resume_title .shape:before {
    width: 4px;
    height: 4px;
  }

  .Template10 .iknow_tm_resume_title h3 {
    padding-left: 33px;
  }

  .Template10 .iknow_tm_resume .info_list ul li .short .job h3 {
    font-size: 20px;
  }

  .Template10 .iknow_tm_resume .info_list ul li .short .job span {
    font-size: 18px;
  }

  .Template10 .iknow_tm_resume .info_list ul li .short .job h3 {
    margin-bottom: 4px;
  }

  .Template10 .iknow_tm_resume .info_list ul li .short .year span {
    font-size: 18px;
    padding: 5px 30px 4px;
  }

  .Template10 .progress_inner span.label {
    font-size: 19px;
  }

  .Template10 .progress_inner {
    margin-bottom: 20px;
  }

  .Template10 .progress_inner > span {
    margin-bottom: 15px;
  }

  .Template10 .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template10 .iknow_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template10 .iknow_tm_portfolio .portfolio_list .details span {
    margin-bottom: 5px;
  }

  .Template10 .iknow_tm_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
  }

  .Template10 .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template10 .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template10 .iknow_tm_services .service_list ul li .title {
    font-size: 21px;
  }

  .Template10 .iknow_tm_services .service_list ul li .icon {
    /* width: 95px; */
    height: 95px;
  }

  .Template10 .iknow_tm_services .service_list ul li .icon .svg {
    width: 35px;
    height: 35px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 19px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    margin-bottom: 3px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 19px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .right .svg {
    width: 45px;
    height: 45px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .list_inner .in {
    padding: 27px 35px 35px;
  }

  .Template10 .iknow_tm_testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 0 10px;
  }

  .Template10 .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template10 .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template10 .iknow_tm_news .news_list ul li .details .title a {
    font-size: 19px;
  }

  .Template10 .iknow_tm_contact .wrapper .right .input_list ul {
    margin: 0;
  }

  .Template10 .iknow_tm_contact .wrapper .right .input_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template10 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .Template10 .iknow_tm_contact .wrapper .left ul li .list_inner .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }

  .Template10 .iknow_tm_contact .wrapper .left ul li .list_inner .icon .svg {
    width: 30px;
    height: 30px;
  }

  .Template10 .iknow_tm_modalbox .box_inner {
    width: 500px;
  }

  .Template10 .iknow_tm_modalbox .main_details {
    flex-direction: column;
  }

  .Template10 .iknow_tm_modalbox .main_details .textbox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .Template10 .iknow_tm_modalbox .additional_images ul {
    margin: 0;
  }

  .Template10 .iknow_tm_modalbox .additional_images ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template10 .iknow_tm_modalbox .description_wrap {
    padding: 30px;
  }

  .Template10 .iknow_tm_copyright.fixed {
    text-align: center;
    padding: 30px 20px;
  }

  .Template10 .iknow_tm_copyright.fixed .left {
    margin-bottom: 0;
  }

  .Template10 .iknow_tm_copyright.fixed .right {
    display: none;
  }

  .Template10 .iknow_tm_copyright.fixed p {
    font-size: 13px;
  }

  .Template10 .iknow_tm_copyright.fixed a {
    font-size: 13px;
  }

  .Template10 .iknow_tm_fixed_content .iknow_tm_portfolio .portfolio_list ul {
    margin: 0;
  }

  .Template10
    .iknow_tm_fixed_content
    .iknow_tm_portfolio
    .portfolio_list
    ul
    li {
    width: 100%;
    padding-left: 0;
  }

  .Template10 .iknow_tm_fixed_content .iknow_tm_services .service_list ul {
    margin: 0;
  }

  .Template10 .iknow_tm_fixed_content .iknow_tm_services .service_list ul li {
    width: 100%;
    padding-left: 0;
  }

  .Template10 .iknow_tm_fixed_content .iknow_tm_news .news_list ul {
    margin: 0;
  }

  .Template10 .iknow_tm_fixed_content .iknow_tm_news .news_list ul li {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .Template10 .iknow_tm_modalbox .box_inner {
    width: 300px;
  }

  .Template10 .iknow_tm_resume .info_list ul li .short {
    flex-direction: column;
    align-items: baseline;
  }

  .Template10 .iknow_tm_resume .info_list ul li .short .job {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .details .right {
    display: none;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .text p {
    font-size: 16px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .details .avatar {
    width: 50px;
    height: 50px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .details .info h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .details .info span {
    font-size: 14px;
  }

  .Template10 .iknow_tm_testimonials .testimonials_list .details .info {
    padding-left: 12px;
  }

  .Template10 .circular_progress_bar .title h3 {
    font-size: 17px;
  }

  .Template10 .progress_inner span.label {
    font-size: 17px;
  }

  .Template10 .progress_inner > span {
    margin-bottom: 12px;
  }

  .Template10 .iknow_tm_news .news_list ul li .details {
    padding: 10px 0 0 !important;
    background-color: transparent;
    box-shadow: none;
  }

  .Template10 .iknow_tm_modalbox .close .svg {
    width: 25px;
    height: 25px;
  }

  .Template10 .iknow_tm_modalbox .close {
    margin-left: 0;
    left: auto;
    right: 0;
    top: -35px;
  }

  .Template10 .iknow_tm_intro .filter ul li {
    margin-right: 10px;
  }

  .Template10 .iknow_tm_intro .filter ul li a {
    font-size: 14px;
  }

  .Template10 .iknow_tm_intro .filter {
    margin-bottom: 20px;
  }

  .Template10 .iknow_tm_intro .demo ul li .list_inner .in:first-child {
    margin-right: 7px;
  }

  .Template10 .iknow_tm_intro .demo ul li .list_inner .in:last-child {
    margin-left: 7px;
  }

  .Template10 .iknow_tm_intro .demo ul li h3 {
    font-size: 11px;
  }

  .Template10 .intro_title img {
    max-width: 90px;
  }

  .Template10 .intro_title span {
    font-size: 14px;
  }

  .Template10 .iknow_tm_intro .demo {
    max-width: 90%;
  }
}

/* temp7 over_ride styles  */

.Template10 .iknow_tm_main_title span {
  font-size: 19px;
}

.Template10 .iknow_tm_about .left .details h3 {
  font-size: 11px;
}

.Template10 .iknow_tm_about .right .text {
  padding: 10px 0 5px;
  text-align: justify;
}

.Template10 .iknow_tm_services .service_list {
  padding-top: 10px;
}

.Template10 .years {
  display: inline-block;
  margin: 30px 0;
}

.Template10 .iknow_tm_services .service_list ul li .list_inner {
  padding: 0;
}

.Template10 .iknow_tm_services .service_list ul li .icon {
  display: block;
  padding: 30px 40px 25px;
  border-radius: 10px 10px 0 0;
}

.Template10 .iknow_tm_portfolio .portfolio_filter {
  padding-top: 25px;
}

.Template10 .iknow_tm_contact .wrapper {
  padding-top: 35px;
}

.Template10 .p-8 {
  padding: 0 40px 0;
}

.Template10 .td:hover {
  text-decoration: underline;
}

.Template10 .current .svg {
  filter: invert(0.4) sepia(1) saturate(20) hue-rotate(320.4deg) brightness(1.2);
}

@media (max-width: 1400px) {
  .Template10 .iknow_tm_main_title h3 {
    font-size: 13px;
  }

  .Template10 .iknow_tm_about .left .details span {
    font-size: 13px;
  }

  .Template10 .iknow_tm_main_title h3 {
    font-size: 13px;
  }

  .Template10 .iknow_tm_services .service_list ul li .title {
    font-size: 16px;
    color: #ff451b;
  }

  .Template10 .iknow_tm_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 13px;
  }

  .Template10 .reduced {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .Template10 .iknow_tm_about .iknow_tm_main_title {
    margin-top: 90px;
  }
}

/* Template10 styles ends  */

/***************************************************************/
/* Template22 Styles */
.Template22 *,
.Template22 ::before,
.Template22 ::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.Template22 .main::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.Template22 .main::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
}

.Template22 .main::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.Template22 .logo img {
  max-width: 150px;
  object-fit: contain;
}

.Template22 h1,
.Template22 h2,
.Template22 h3,
.Template22 h4,
.Template22 h5,
.Template22 h6,
body:has(.Template22),
.Template22 input,
.Template22 textarea,
.Template22 span,
.Template22 p,
.Template22 button {
  font-family: var(--primary-font) !important;
}

html:has(.Template22) {
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
}

body:has(.Template22),
html:has(.Template22) {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}

body:has(.Template22) {
  background-color: #f5f6f7;
  color: #44566c;
  font-family: "Archivo", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 580px) {
  body:has(.Template22) {
    line-height: 1.6;
  }
}

html:has(.Template22).is-scroll-disabled body {
  height: 100vh;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html:has(.Template22).is-scroll-disabled {
    overflow: hidden;
  }
}

.Template22 .no-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
}

.Template22 .no-scroll-height {
  overflow-x: hidden;
}

.Template22 .svg-defs {
  position: absolute;
  height: 0;
  width: 0;
}

.Template22 .bg-triangles {
  background-image: url(../images/triangles-top.svg),
    url(../images/triangles-bottom.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: inherit;
}

@media only screen and (max-width: 580px) {
  .Template22 .bg-triangles {
    background-size: contain;
  }
}

.Template22 .bg-triangles-2 {
  background-image: url(../images/triangle-2-top.svg),
    url(../images/triangle-2-bottom.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: fixed;
}

@media only screen and (max-width: 991px) {
  .Template22 .bg-triangles-2 {
    background-size: contain;
  }
}

.Template22 .bg-peach {
  background-image: linear-gradient(115.29deg, #fff2e7 1.33%, #ffcada 98.21%);
  background-attachment: fixed;
}

.Template22 .bg-green {
  background-image: linear-gradient(115.29deg, #0dc8a9 1.33%, #32cbc8 98.21%);
  background-attachment: fixed;
}

.Template22 .bg-green-2 {
  background-image: linear-gradient(135deg, #9be15d 0%, #00d9a6 100%);
  background-attachment: fixed;
}

.Template22 h1,
.Template22 h2,
.Template22 h3,
.Template22 h4,
.Template22 h5,
.Template22 h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.Template22 .title--h1 {
  font-size: 2rem;
  margin-bottom: 1.0625rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .title--h1 {
    font-size: 1.75rem;
  }
}

.Template22 .title--h2 {
  font-size: 1.75rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .title--h2 {
    font-size: 1.5rem;
  }
}

.Template22 .title--h3 {
  font-size: 1.5rem;
  margin-bottom: 1.3125rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .title--h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.Template22 .title--h4 {
  font-size: 1.25rem;
  margin-bottom: 0.8125rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .title--h4 {
    font-size: 1rem;
  }
}

.Template22 .title--h5 {
  font-size: 1rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .title--h5 {
    font-size: 0.9375rem;
  }
}

.Template22 .title--h6 {
  font-size: 0.75rem;
}

.Template22 .title--center {
  text-align: center;
}

.Template22 .title--tone {
  color: var(--primary-color);
}

.Template22 .title-icon {
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  height: 2.5rem;
  width: 2.5rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .title-icon {
    height: 2.0833333333rem;
    width: 2.0833333333rem;
  }
}

.Template22 .title__separate {
  margin-bottom: 2.3125rem;
  position: relative;
}

.Template22 .title__separate::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 0.5rem;
  height: 0.3125rem;
  position: absolute;
  bottom: -1.0625rem;
  left: 0;
  width: 3.125rem;
  z-index: 1;
}

@media only screen and (max-width: 580px) {
  .Template22 .title__separate {
    margin-bottom: 1.5rem;
  }

  .Template22 .title__separate::before {
    height: 0.1875rem;
    bottom: -0.5625rem;
    width: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .Template22 .first-title {
    transition: all 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 991px) {
  .Template22 .open-menu .first-title {
    padding-top: 2.5625rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .open-menu .first-title {
    padding-top: 0;
  }
}

.Template22 .weight--400 {
  font-weight: 400;
}

.Template22 .weight--500 {
  font-weight: 500;
}

.Template22 .weight--600 {
  font-weight: 600;
}

.Template22 .weight--700 {
  font-weight: 700;
}

.Template22 .color--light {
  color: #8697a8;
}

.Template22 .color--dark {
  color: #44566c;
}

.Template22 .block-quote {
  font-size: 1.3125rem;
  font-weight: 400;
  font-style: italic;
  margin: 1.8125rem 0;
  position: relative;
  line-height: 1.6;
}

@media only screen and (max-width: 991px) {
  .Template22 .block-quote {
    padding-left: 3.8125rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .block-quote {
    font-size: 1.125rem;
    margin: 1rem 0;
    padding-left: 0;
    padding-top: 2.8125rem;
  }

  .Template22 .block-quote p {
    margin-bottom: 0.5rem;
  }
}

.Template22 .block-quote::before {
  background-image: url(../images/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  height: 2.125rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -3.375rem;
  width: 2.125rem;
}

@media only screen and (max-width: 991px) {
  .Template22 .block-quote::before {
    left: 0;
  }
}

.Template22 .block-quote__author {
  font-size: 1rem;
  font-style: normal;
  display: block;
  margin-top: 0.5625rem;
  padding-left: 3rem;
  position: relative;
}

@media only screen and (max-width: 580px) {
  .Template22 .block-quote__author {
    font-size: 0.875rem;
    margin-top: 0;
    padding-left: 2rem;
  }
}

.Template22 .block-quote__author::before {
  content: "";
  background-color: #44566c;
  height: 0.0625rem;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .block-quote__author::before {
    width: 1rem;
  }
}

.Template22 a {
  color: var(--primary-color);
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  transition: color 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.Template22 a:hover {
  color: var(--primary-color);
  outline: none;
  text-decoration: none;
}

.Template22 a.decoration--none {
  text-decoration: none;
}

.Template22 .noGutters-Top {
  margin-top: 0 !important;
}

.Template22 .noGutters-Bottom {
  margin-bottom: 0 !important;
}

.Template22 .noGutters-Left {
  margin-left: 0 !important;
}

.Template22 .noGutters-Right {
  margin-right: 0 !important;
}

.Template22 .description {
  color: var(--secondary-color);
  margin-bottom: 1.875rem;
}

.Template22 .foreword {
  color: var(--secondary-color);
  font-size: 1.125rem;
}

.Template22 img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Template22 iframe {
  background-color: #44566c;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.Template22 .cover {
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  width: 100%;
}

.Template22 ::-moz-selection {
  background: transparent;
  color: var(--primary-color);
}

.Template22 ::selection {
  background: transparent;
  color: var(--primary-color);
}

.Template22 .input,
.Template22 .textarea,
.Template22 select,
.Template22 .custom-select {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  box-shadow: none;
  color: #44566c;
  font-size: inherit;
  height: auto;
  padding: 0.875rem 1.375rem 0.8125rem;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 580px) {
  .Template22 .input,
  .Template22 .textarea,
  .Template22 select,
  .Template22 .custom-select {
    padding: 0.8125rem 1.375rem 0.75rem;
  }
}

.Template22 .input:focus,
.Template22 .textarea:focus,
.Template22 select:focus,
.Template22 .custom-select:focus {
  background-color: var(--secondary-color);
  color: #44566c;
  box-shadow: none;
  outline: none;
}

.Template22 .input {
  line-height: inherit;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .Template22 .input {
    line-height: 0;
  }
}

.Template22 .input--white {
  background-color: #fff;
}

.Template22 .input--white:focus {
  background-color: #fff;
}

.Template22 .input__icon {
  padding-left: 3.375rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .input__icon {
    padding-left: 2.8125rem;
  }
}

.Template22 .textarea {
  border-radius: 20px;
  display: block;
  padding: 0.8125rem 1.1875rem;
  resize: none;
}

.Template22 .textarea--white {
  background-color: #fff;
}

.Template22 .textarea--white:focus {
  background-color: #fff;
}

.Template22 .form-group {
  position: relative;
}

@media only screen and (max-width: 580px) {
  .Template22 .form-group {
    margin-bottom: 1.6875rem;
  }
}

.Template22 .form-group .font-icon {
  color: #8697a8;
  font-size: 1.0625rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.375rem;
  height: 1rem;
  width: 1rem;
  z-index: 1;
}

@media only screen and (max-width: 580px) {
  .Template22 .form-group .font-icon {
    font-size: 1rem;
    left: 2.0625rem;
  }
}

.Template22 .help-block {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1.4;
  padding-top: 0.3125rem;
  padding-left: 0.375rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .help-block {
    font-size: 0.6875rem;
  }
}

.Template22 .with-errors {
  color: #ff3d57;
}

.Template22 .has-error input,
.Template22 .has-error textarea,
.Template22 .has-error input:focus,
.Template22 .has-error textarea:focus {
  border-color: #ff3d57;
}

.Template22 #validator-contact {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.Template22 .form-control::-webkit-input-placeholder {
  color: #8697a8;
}

.Template22 .form-control::-moz-placeholder {
  color: #8697a8;
}

.Template22 .form-control:-ms-input-placeholder {
  color: #8697a8;
}

.Template22 .form-control::-ms-input-placeholder {
  color: #8697a8;
}

.Template22 .form-control::placeholder {
  color: #8697a8;
}

.Template22 input:invalid,
.Template22 textarea:invalid {
  outline: none !important;
}

.Template22 .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.125rem rgba(48, 76, 253, 0.25);
}

.Template22
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: var(--primary-color);
}

.Template22
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label::before {
  border-color: #fff;
  background-color: transparent;
}

.Template22 .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.Template22 .custom-control-label {
  line-height: 1.55;
  padding-left: 0.5rem;
}

.Template22 .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #f0f0f6;
}

.Template22 select,
.Template22 .custom-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.1rem center/10px 16px;
}

.Template22 select option,
.Template22 .custom-select option {
  color: #44566c;
}

.Template22 .dropdown-menu {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0.5rem 2.5rem rgba(134, 151, 168, 0.25);
  color: #5f6f81;
  font-size: 0.9375rem;
}

.Template22 .dropdown-menu::before {
  content: "";
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid #fff;
  height: 0;
  position: absolute;
  top: -0.375rem;
  left: 1.0625rem;
  width: 0;
}

.Template22 .dropdown.dropup .dropdown-menu::before {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #fff;
  border-bottom: 0.375rem solid transparent;
  top: auto;
  bottom: -0.75rem;
}

.Template22 .progress {
  background-color: #f0f0f6;
  border-radius: 1rem;
  height: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: inherit;
  position: relative;
  text-align: right;
}

@media only screen and (max-width: 580px) {
  .Template22 .progress {
    margin-bottom: 1rem;
  }
}

.Template22 .progress:last-child {
  margin-bottom: 0;
}

.Template22 .progress-bar {
  background-color: var(--primary-color);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  width: 0%;
  z-index: 1;
}

.Template22 .progress .progress-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.Template22 .progress .progress-text > * {
  min-width: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Template22 .progress-text span:nth-child(2) {
    float: right;
  }
}

.Template22 .badge {
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 10rem;
  padding: 0.5rem 1rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .badge {
    font-size: 0.875rem;
  }
}

.Template22 .badge--light {
  background-color: #f5f6f7;
  color: #44566c;
}

.Template22 .badge--gray {
  background-color: #f0f0f6;
  color: #44566c;
}

.Template22 .badge--dark {
  background-color: #44566c;
  color: #fff;
}

.Template22 .badge--blue {
  background-color: var(--primary-color);
  color: #fff;
}

.Template22 .badge--blue-gradient {
  background-image: linear-gradient(
    to right,
    #0081ff 0%,
    #3fa0ff 50%,
    #0045ff 100%
  );
  color: #fff;
}

.Template22 .badge--aqua {
  background-color: #00f1e2;
  color: #fff;
}

.Template22 .badge--red {
  background-color: #ff3d57;
  color: #fff;
}

.Template22 .tooltip {
  font-family: "Archivo", sans-serif;
}

.Template22 .tooltip-inner {
  max-width: 12.5rem;
  padding: 0.25rem 0.5625rem 0.25rem;
  background-color: #44566c;
  border-radius: 0.25rem;
  box-shadow: 0 1rem 2rem rgba(134, 151, 168, 0.25),
    0 0.125rem 1rem rgba(134, 151, 168, 0.5);
}

.Template22 .tooltip.show {
  opacity: 1;
}

.Template22 .bs-tooltip-top .arrow::before,
.Template22 .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: #44566c;
}

.Template22 .bs-tooltip-right .arrow::before,
.Template22 .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-width: 0.3125rem 0.3125rem 0.3125rem 0;
  border-right-color: #44566c;
}

.Template22 .bs-tooltip-left .arrow::before,
.Template22 .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-left-color: #44566c;
}

.Template22 .bs-tooltip-bottom .arrow::before,
.Template22 .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #44566c;
}

.Template22 .btn {
  background-color: var(--primary-color);
  border-radius: 20px;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(48, 76, 253, 0.15),
    0 0.125rem 0.25rem rgba(48, 76, 253, 0.15);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  padding: 0.9375rem 2rem 0.875rem;
  position: relative;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
}

.Template22 .btn:hover {
  color: #fff;
  box-shadow: none;
  opacity: 0.9;
}

.Template22 .btn:focus {
  box-shadow: 0 1.5rem 2.5rem rgba(48, 76, 253, 0.1),
    0 0.5rem 1rem rgba(48, 76, 253, 0.1);
}

.Template22 .btn::before {
  display: none;
  content: "";
  box-shadow: 0 0.25rem 2rem rgba(48, 76, 253, 0.25),
    0 0.25rem 1rem rgba(48, 76, 253, 0.25);
  margin: 0 auto;
  height: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s ease-in-out;
  width: 64%;
  z-index: -1;
}

.Template22 .btn:hover::before {
  box-shadow: none;
}

.Template22 .btn--light {
  background-color: var(--secondary-color);
  color: #44566c;
}

.Template22 .btn--gray {
  background-color: #f0f0f6;
  color: #44566c;
}

.Template22 .btn--dark {
  background-color: #44566c;
}

.Template22 .btn--blue-gradient {
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #0081ff 0%,
    #3fa0ff 50%,
    #0045ff 100%
  );
}

.Template22 .btn--red {
  background-color: #ff3d57;
  color: #fff;
}

.Template22 .btn .font-icon {
  margin-right: 0.375rem;
}

.Template22 button:focus {
  outline: none;
}

.Template22 .preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1106;
  opacity: 1;
}

.Template22 .preloader > * {
  min-width: 0;
}

.Template22 .preloader__wrap {
  width: 100%;
  max-width: 9.375rem;
}

.Template22 .preloader__progress {
  background: #fff;
  height: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.Template22 .preloader__progress span {
  background: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

.Template22 .circle-pulse > * {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  transform: scale(0);
  animation: pulse 1.6s linear infinite;
}

.Template22 .circle-pulse__1 {
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  margin-left: -3rem;
  background-color: var(--primary-color);
}

.Template22 .circle-pulse__2 {
  width: 4.8rem;
  height: 4.8rem;
  margin-top: -2.4rem;
  margin-left: -2.4rem;
  background-color: rgba(48, 76, 253, 0.7);
  animation-delay: -0.8s;
}

@keyframes pulse {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .Template22 .sidebar {
    margin-bottom: 1.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .sidebar {
    margin-bottom: 1rem;
  }
}

.Template22 .sidebar .avatar {
  margin-top: -8rem;
  margin-bottom: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
}

.Template22 .sidebar__user-name {
  font-size: 1.8125rem;
  font-family: "Merriweather", serif;
  margin-bottom: 0.875rem;
  position: relative;
}

@media only screen and (max-width: 580px) {
  .Template22 .sidebar__user-name {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}

.Template22 .sidebar__info {
  padding-top: 0.7rem;
}

@media only screen and (max-width: 1200px) {
  .Template22 .sidebar__info {
    text-align: center;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .sidebar__info {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.Template22 .sidebar .btn {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .Template22 .sidebar .btn {
    width: 40%;
  }
}

@media only screen and (max-width: 991px) {
  .Template22 .sidebar .btn {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .Template22 .sidebar .btn {
    width: 100%;
  }
}

.Template22 .contacts-block {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .Template22 .contacts-block {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .Template22 .contacts-block {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .contacts-block {
    font-size: 0.9375rem;
  }
}

.Template22 .contacts-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.6875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Template22 .contacts-block__item > * {
  min-width: 0;
}

@media only screen and (max-width: 1200px) {
  .Template22 .contacts-block__item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .Template22 .contacts-block__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.25rem;
  }
}

.Template22 .contacts-block__item a {
  color: #44566c;
  text-decoration: none;
}

.Template22 .contacts-block__item a:hover {
  color: var(--primary-color);
}

.Template22 .contacts-block .font-icon {
  font-size: 1.125rem;
  margin-right: 0.875rem;
}

.Template22 .sticky-column.is_stuck {
  margin-top: 1.875rem;
}

.Template22 .sticky-column.is_stuck .avatar {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .Template22 .container {
    max-width: 1240px;
  }
}

@media (min-width: 1300px) {
  .Template22 .container {
    max-width: 1240px;
  }
}

.Template22 .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.875rem;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}

@media only screen and (max-width: 580px) {
  .Template22 .box {
    border-radius: 16px;
    padding: 1.25rem;
  }
}

.Template22 .box__second {
  background-color: var(--primary-color);
  border-radius: 15.3846153846px;
}

@media only screen and (max-width: 580px) {
  .Template22 .box__second {
    border-radius: 15.3846153846px;
  }
}

.Template22 .box__large {
  padding: 1.875rem 2.5rem;
}

@media only screen and (max-width: 991px) {
  .Template22 .box__large {
    padding: 1.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .box__large {
    padding: 1.25rem;
  }
}

.Template22 .box__large .box-inner::before,
.Template22 .box__large .box-inner::after {
  width: 2.5rem;
}

@media only screen and (max-width: 991px) {
  .Template22 .box__large .box-inner::before,
  .Template22 .box__large .box-inner::after {
    width: 1.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .box__large .box-inner::before,
  .Template22 .box__large .box-inner::after {
    width: 1.25rem;
  }
}

.Template22 .box__large .box-inner::before {
  left: -2.5rem;
}

@media only screen and (max-width: 991px) {
  .Template22 .box__large .box-inner::before {
    left: -1.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .box__large .box-inner::before {
    left: -1.25rem;
  }
}

.Template22 .box__large .box-inner::after {
  right: -2.5rem;
}

@media only screen and (max-width: 991px) {
  .Template22 .box__large .box-inner::after {
    right: -1.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .box__large .box-inner::after {
    right: -1.25rem;
  }
}

.Template22 .box-inner {
  background-color: var(--secondary-color);
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .box-inner {
    padding-top: 1.1875rem;
    padding-bottom: 1rem;
  }
}

.Template22 .box-inner::before,
.Template22 .box-inner::after {
  content: "";
  background-color: var(--secondary-color);
  height: 100%;
  position: absolute;
  top: 0;
  width: 1.875rem;
  z-index: -1;
}

@media only screen and (max-width: 580px) {
  .Template22 .box-inner::before,
  .Template22 .box-inner::after {
    width: 1.25rem;
  }
}

.Template22 .box-inner::before {
  left: -1.875rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .box-inner::before {
    left: -1.25rem;
  }
}

.Template22 .box-inner::after {
  right: -1.875rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .box-inner::after {
    right: -1.25rem;
  }
}

.Template22 .box-inner--rounded::before {
  border-radius: 0 0 0 20px;
}

.Template22 .box-inner--rounded::after {
  border-radius: 0 0 20px 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .box-inner--rounded::before {
    border-radius: 0 0 0 16px;
  }

  .Template22 .box-inner--rounded::after {
    border-radius: 0 0 16px 0;
  }
}

.Template22 .box-inner--white {
  background-color: #fff;
}

.Template22 .box-inner--white::before,
.Template22 .box-inner--white::after {
  background-color: #fff;
}

.Template22 .shadow {
  box-shadow: 0 2.5rem 3.125rem rgba(103, 118, 128, 0.1) !important;
}

.Template22 .shadow::before {
  content: "";
  box-shadow: 0 1.875rem 3.125rem rgba(103, 118, 128, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  height: 2rem;
  width: 65%;
  z-index: -1;
}

.Template22 .shadow--orange {
  box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.1) !important;
}

.Template22 .shadow--orange::before {
  box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.1);
}

.Template22 .shadow--green {
  box-shadow: 0 2.5rem 3.125rem rgba(0, 115, 97, 0.1) !important;
}

.Template22 .shadow--green::before {
  box-shadow: 0 2.5rem 3.125rem rgba(0, 115, 97, 0.1);
}

.Template22 .js-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.Template22 .overlay {
  position: relative;
}

.Template22 .overlay::before,
.Template22 .overlay--45::before,
.Template22 .overlay--80::before {
  content: "";
  background-color: rgba(68, 86, 108, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.Template22 .overlay--45::before {
  background-color: rgba(68, 86, 108, 0.45);
}

.Template22 .overlay--80::before {
  background-color: rgba(68, 86, 108, 0.8);
}

.Template22 .gutter-top {
  padding-top: 10rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .gutter-top {
    padding-top: 5rem;
  }
}

.Template22 .avatar {
  display: block;
  height: 100%;
  width: 100%;
}

.Template22 .avatar--180 {
  max-height: 11.25rem;
  max-width: 11.25rem;
  height: 11.25rem;
  width: 11.25rem;
}

.Template22 .avatar--80 {
  max-height: 5rem;
  max-width: 5rem;
  filter: drop-shadow(-0.15625rem 0 0 #fff) drop-shadow(0.1875rem 0 0 #fff)
    drop-shadow(0 -0.125rem 0 #fff) drop-shadow(0 0.125rem 0 #fff)
    drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.25))
    drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.4));
}

@media only screen and (max-width: 580px) {
  .Template22 .avatar--80 {
    max-height: 3.3333333333rem;
    max-width: 3.3333333333rem;
  }
}

.Template22 .avatar--60 {
  max-height: 3.75rem;
  max-width: 3.75rem;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.2))
    drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.2));
}

@media only screen and (max-width: 580px) {
  .Template22 .avatar--60 {
    max-height: 2.8195488722rem;
    max-width: 2.8195488722rem;
  }
}

.Template22 .avatar__box {
  -webkit-clip-path: url(#avatar-box);
  clip-path: url(#avatar-box);
}

.Template22 .avatar__hexagon {
  -webkit-clip-path: url(#avatar-hexagon);
  clip-path: url(#avatar-hexagon);
}

.Template22 .avatar image {
  height: 100%;
  width: 100%;
}

.Template22 .social {
  line-height: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.375rem;
}

@media only screen and (min-width: 580px) {
  .Template22 .social {
    margin-top: 1.125rem;
    margin-bottom: 1rem;
  }
}

.Template22 .social__link {
  color: #44566c;
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 0.8125rem;
  text-decoration: none;
}

.Template22 .social__link:hover {
  cursor: pointer;
  text-decoration: none;
}

.Template22 .social__link:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 580px) {
  .Template22 .pt-sm-6 {
    padding-top: 5rem;
  }
}

.Template22 .circle-menu {
  background-color: var(--primary-color);
  border-radius: 50% 1.25rem 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  z-index: 2;
}

.Template22 .circle-menu > * {
  min-width: 0;
}

@media only screen and (max-width: 991px) {
  .Template22 .circle-menu {
    height: 3.5625rem;
    width: 3.5625rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .circle-menu {
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 1rem;
    position: fixed;
    height: 2.5rem;
    width: 2.5rem;
    z-index: 101;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .open-menu .circle-menu {
    box-shadow: 0 0 0 0.0625rem rgba(48, 76, 253, 0.5);
    background-color: transparent;
  }
}

.Template22 .hamburger {
  cursor: pointer;
}

.Template22 .hamburger .line {
  background-color: #fff;
  border-radius: 0.25rem;
  display: block;
  margin: 0.3125rem 0;
  height: 0.1875rem;
  width: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.Template22 .hamburger .line:nth-child(2) {
  margin-left: 0.25rem;
  width: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .Template22 .hamburger .line {
    margin: 0.25rem 0;
    height: 0.125rem;
    width: 1.125rem;
  }

  .Template22 .hamburger .line:nth-child(2) {
    width: 0.875rem;
  }
}

.Template22 .hamburger.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .Template22 .hamburger.is-active .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
}

.Template22 .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
  transform: rotate(45deg);
}

.Template22 .hamburger.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .Template22 .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .hamburger.is-active .line {
    background-color: var(--secondary-color);
  }
}

.Template22 .inner-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 3.75rem;
  padding-right: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  z-index: 1;
}

.Template22 .inner-menu > * {
  min-width: 0;
}

@media only screen and (max-width: 991px) {
  .Template22 .inner-menu {
    height: 3.5625rem;
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .Template22 .inner-menu {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .inner-menu {
    height: 100vh;
    padding-right: 0;
    position: fixed;
    pointer-events: none;
    z-index: 100;
  }
}

.Template22 .open-menu .inner-menu {
  pointer-events: all;
}

.Template22 .nav {
  color: #fff;
  background: var(--primary-color);
  border-radius: 2rem 0 0 2rem;
  box-shadow: 0 1.5rem 2.5rem rgba(48, 76, 253, 0.05),
    0 0.5rem 1rem rgba(48, 76, 253, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  list-style-type: none !important;
}

.Template22 .nav > * {
  min-width: 0;
}

@media only screen and (max-width: 768px) {
  .Template22 .nav {
    border-radius: 1.25rem 0 0 2rem;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #44566c;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.5rem;
  }

  .Template22 .nav > * {
    min-width: 0;
  }
}

.Template22 .nav__item {
  margin-right: 3rem;
}

@media only screen and (max-width: 991px) {
  .Template22 .nav__item {
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .nav__item {
    margin-right: 0;
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }
}

.Template22 .nav__item a {
  color: rgba(255, 255, 255, 0.7);
}

.Template22 .nav__item a:hover {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 580px) {
  .Template22 .nav__item a {
    color: rgba(68, 86, 108, 0.6);
  }

  .Template22 .nav__item a:hover {
    color: #44566c;
  }
}

.Template22 .nav__item a.active {
  color: #fff;
}

@media only screen and (max-width: 580px) {
  .Template22 .nav__item a.active {
    color: #44566c;
  }
}

.Template22 .nav__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .nav__item:last-child {
    margin-right: 0;
  }
}

.Template22 .inner-menu-alt {
  padding-right: 0;
  width: 100%;
}

.Template22 .inner-menu-alt .nav {
  border-radius: 20px 20px 2rem 2rem;
  width: 100%;
  transition: width 0.4s ease-in-out;
}

@media only screen and (max-width: 580px) {
  .Template22 .inner-menu-alt .nav {
    width: 0;
  }
}

.Template22 .inner-menu-alt .nav__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .open-menu .inner-menu-alt .nav {
    border-radius: 0;
    width: 100%;
  }
}

.Template22 .footer {
  color: #8697a8;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media only screen and (max-width: 580px) {
  .Template22 .footer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.Template22 .bg-green .footer,
.Template22 .bg-peach .footer {
  color: #fff;
}

.Template22 .case-item {
  display: flex;
  height: calc(100% - rem(30px));
  margin-bottom: 1.875rem;
  padding: 1.875rem 1.875rem 1.5rem;
  position: relative;
}

.Template22 .case-item > * {
  min-width: 0;
}

@media only screen and (max-width: 991px) {
  .Template22 .case-item {
    height: calc(100% - rem(20px));
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .case-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - rem(20px));
    margin-bottom: 1.25rem;
    padding: 1rem;
    text-align: center;
  }

  .Template22 .case-item > * {
    min-width: 0;
  }
}

.Template22 .case-item__icon {
  margin-right: 1.1875rem;
  height: 2.5rem;
  width: 2.5rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .case-item__icon {
    margin-right: 0;
    margin-bottom: 0.8125rem;
  }
}

.Template22 .case-item div {
  flex: 1;
}

.Template22 .case-item__caption {
  color: #5f6f81;
  line-height: 1.5;
}

.Template22 .case-item__caption:last-child {
  margin-bottom: 0;
}

.Template22 .js-carousel-clients {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .js-carousel-clients .swiper-slide {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .Template22 .contact-form .btn {
    width: 100%;
  }
}

.Template22 .tabcontent .contact-form {
  padding-bottom: 1.875rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .tabcontent .contact-form {
    padding-bottom: 1.25rem;
  }
}

.Template22 .map {
  background-color: var(--secondary-color);
  border-radius: 13.3333333333px;
  height: 23.75rem;
  margin-bottom: 2rem;
  position: relative;
  direction: ltr;
}

@media only screen and (max-width: 580px) {
  .Template22 .map {
    height: 15.625rem;
  }
}

.Template22 .popover-map-title {
  color: #44566c;
  font-size: 1.1875rem;
  margin-top: 0.0625rem;
  margin-bottom: 0.5rem;
}

.Template22 .popover-map-caption {
  color: #44566c;
  font-weight: 400;
}

.Template22 #marker {
  background-image: url("../images/icon-map-pic.svg");
  background-size: cover;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
}

.Template22 .gutter-sizer {
  width: 1.875rem;
}

.Template22 .gallery-grid {
  display: flex;
}

.Template22 .gallery-grid > * {
  min-width: 0;
}

.Template22 .gallery-grid__item {
  margin-bottom: 1.3125rem;
  width: calc(33% - 17.5px);
}

@media only screen and (max-width: 991px) {
  .Template22 .gallery-grid__item {
    width: calc(50% - 16px);
  }
}

@media only screen and (max-width: 768px) {
  .Template22 .gallery-grid__item {
    width: 100%;
  }
}

.Template22 .gallery-grid__item:hover .gallery-grid__image {
  transform: scale3d(1.1, 1.1, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

.Template22 .gallery-grid__image-wrap {
  border-radius: 14px;
  height: 11rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .Template22 .gallery-grid__image-wrap {
    height: 13rem;
  }
}

@media only screen and (max-width: 768px) {
  .Template22 .gallery-grid__image-wrap {
    height: 18rem;
  }
}

.Template22 .gallery-grid__image {
  border-radius: 10px;
  transform: scale3d(1, 1, 1);
}

.Template22 .gallery-grid__caption {
  padding-left: 0.1875rem;
}

.Template22 .gallery-grid__title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0;
}

.Template22 .gallery-grid__category {
  font-size: 0.875rem;
  color: #8697a8;
  display: block;
}

@media only screen and (min-width: 769px) {
  .Template22 .filter {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1.1875rem;
    padding: 0;
  }

  .Template22 .filter > * {
    min-width: 0;
  }

  .Template22 .filter__item {
    padding-right: 1.1875rem;
  }

  .Template22 .filter__item:first-child {
    display: none;
  }

  .Template22 .filter__item:last-child {
    padding-right: 0;
  }

  .Template22 .filter__item.active a {
    color: var(--primary-color);
  }

  .Template22 .filter__link {
    color: #8697a8;
    padding: 0 0.25rem;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
  }

  .Template22 .filter__link:hover {
    text-decoration: none;
  }
}

.Template22 .select .placeholder {
  display: none;
}

@media only screen and (max-width: 768px) {
  .Template22 .select {
    background-color: var(--secondary-color);
    border-radius: 1.25rem;
    color: #8697a8;
    display: block;
    margin-bottom: 2rem;
    padding: 0.1875rem 1.1875rem 0.1875rem 1.5rem;
    position: relative;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    width: 100%;
    -webkit-touch-callout: none;
    z-index: 2;
  }

  .Template22 .select .placeholder {
    cursor: pointer;
    display: block;
    padding: 0.5rem 0;
    position: relative;
    z-index: 1;
  }

  .Template22 .select .placeholder:after {
    position: absolute;
    top: 50%;
    right: 0.125rem;
    transform: translateY(-50%);
    font-family: "icomoon";
    content: "\e90e";
    z-index: 10;
  }

  .Template22 .select.is-open .placeholder:after {
    content: "\e90f";
  }

  .Template22 .select.is-open ul {
    display: block;
  }

  .Template22 .select ul {
    background-color: #fff;
    box-shadow: 0 0.625rem 3.75rem rgba(134, 151, 168, 0.25);
    border-radius: 20px;
    display: none;
    max-height: 37.5rem;
    overflow: hidden;
    overflow-y: auto;
    padding: 0.5625rem 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .Template22 .select ul li {
    display: block;
    text-align: left;
    padding: 0.1875rem 1.1875rem;
    color: #44566c;
    cursor: pointer;
  }

  .Template22 .select ul li:hover {
    background-color: #304cfd;
  }

  .Template22 .select ul li:hover a {
    color: #fff;
  }

  .Template22 .select ul li:first-child {
    display: none;
  }

  .Template22 .select ul li a {
    color: #44566c;
    text-decoration: none;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .select {
    margin-bottom: 1.5rem;
  }
}

.Template22 .news-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.Template22 .news-grid > * {
  min-width: 0;
}

@media only screen and (max-width: 991px) {
  .Template22 .news-grid {
    margin-left: 0;
    margin-right: 0;
  }
}

.Template22 .news-item {
  box-shadow: 0 1.5rem 2.5rem rgba(169, 194, 209, 0.3);
  margin-bottom: 1.875rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  padding: 0;
  width: calc(50% - 30px);
}

@media only screen and (max-width: 991px) {
  .Template22 .news-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .news-item {
    margin-bottom: 1.25rem;
  }
}

.Template22 .news-item:hover .news-item__image-wrap::before,
.Template22 .news-item:hover .news-item__image-wrap::after {
  opacity: 1;
}

.Template22 .news-item:hover {
  box-shadow: 0 0.75rem 1.25rem rgba(169, 194, 209, 0.2);
}

.Template22 .news-item__image-wrap {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  height: 14rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .Template22 .news-item__image-wrap {
    height: 18rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .news-item__image-wrap {
    border-radius: 16px 16px 0 0;
    height: 12rem;
  }
}

.Template22 .news-item__image-wrap::before {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.Template22 .news-item__image-wrap::after {
  content: "";
  background-image: url(../icons/icon-news.svg);
  height: 2.5rem;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  width: 2.5rem;
  z-index: 2;
}

.Template22 .news-item__date {
  background-color: #fff;
  color: #5f6f81;
  border-radius: 0 0.625rem 0 0;
  font-size: 0.875rem;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  padding-bottom: 0.1875rem;
  padding-top: 0.3125rem;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.Template22 .news-item__link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.Template22 .news-item__caption {
  padding: 1.875rem 1.875rem 0.5rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .news-item__caption {
    padding: 1.1875rem 1rem 0;
  }
}

.Template22 .news-item .title {
  font-family: "Merriweather", serif;
}

.Template22 .news-item p {
  color: #5f6f81;
  line-height: 1.5;
}

@media only screen and (max-width: 580px) {
  .Template22 .news-item p {
    font-size: 0.9375rem;
  }
}

.Template22 .header-post {
  margin-top: 1rem;
  text-align: center;
}

@media only screen and (max-width: 580px) {
  .Template22 .header-post {
    margin-top: 1rem;
  }
}

.Template22 .header-post__date {
  color: #8697a8;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 580px) {
  .Template22 .header-post__date {
    margin-bottom: 0.8125rem;
  }
}

.Template22 .header-post .title {
  font-family: "Merriweather", serif;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .header-post .title {
    margin-bottom: 1rem;
  }
}

.Template22 .header-post__image-wrap {
  height: 31.25rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .header-post__image-wrap {
    height: 18rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 1.5rem;
  }
}

.Template22 .caption-post {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 80%;
}

@media only screen and (max-width: 991px) {
  .Template22 .caption-post {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .caption-post {
    margin-bottom: 1.1875rem;
  }
}

.Template22 .caption-post p {
  color: #5f6f81;
}

.Template22 .gallery-post {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.Template22 .gallery-post > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .gallery-post {
    margin-left: 0;
    margin-right: 0;
  }
}

.Template22 .gallery-post__item {
  flex: calc(50% - 32px);
  height: auto;
  max-height: 80vw;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(50% - 32px);
}

@media only screen and (max-width: 580px) {
  .Template22 .gallery-post__item {
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
}

.Template22 .gallery-post__caption {
  color: #8697a8;
  font-size: 0.875rem;
  font-style: italic;
  padding: 1rem 1rem 2rem;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 580px) {
  .Template22 .gallery-post__caption {
    padding: 0 0 1rem;
  }
}

.Template22 .gallery-post__caption a {
  color: #8697a8;
}

.Template22 .footer-post {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
}

.Template22 .footer-post > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .footer-post {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

.Template22 .footer-post::before {
  content: "";
  background-color: #44566c;
  height: 0.0625rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 15%;
}

.Template22 .footer-post__share {
  display: flex;
  align-items: baseline;
  color: #44566c;
  font-size: 0.875rem;
  margin: 0 1.0625rem;
}

.Template22 .footer-post__share > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .footer-post__share {
    margin: 0 0.8125rem;
  }
}

.Template22 .footer-post__share:hover {
  text-decoration: none;
}

.Template22 .footer-post__share .font-icon {
  margin-right: 0.6875rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .footer-post__share span {
    display: none;
  }
}

.Template22 .comment-box {
  display: flex;
  flex-direction: column;
}

.Template22 .comment-box > * {
  min-width: 0;
}

.Template22 .comment-box .comment-box {
  margin-left: 3rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-box .comment-box {
    margin-left: 1.1875rem;
  }
}

.Template22 .comment-box__inner {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}

.Template22 .comment-box__inner > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-box__inner {
    flex-direction: column;
    padding: 1rem 1rem 0.5625rem 1.0625rem;
    margin-bottom: 1rem;
  }
}

.Template22 .comment-box__body {
  color: #5f6f81;
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-box__body {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.Template22 .comment-box__body p {
  margin-bottom: 0.6875rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-box__body p {
    margin-bottom: 0.5rem;
  }
}

.Template22 .comment-box__body .emoji {
  margin: 0 0.3125rem;
  vertical-align: bottom;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-box__body .emoji {
    margin: 0 0.125rem;
    height: 1.0625rem;
    width: 1.0625rem;
  }
}

.Template22 .comment-box__details {
  display: flex;
  justify-content: space-between;
  font-size: 1.0625rem;
  color: #44566c;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.Template22 .comment-box__details > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-box__details {
    font-size: 0.9375rem;
    flex-direction: column;
    margin-top: 0;
  }
}

.Template22 .comment-box__details a {
  text-decoration: none;
}

.Template22 .comment-box__details-date {
  font-size: 0.875rem;
  font-weight: 400;
  color: #8697a8;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-box__details-date {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}

.Template22 .comment-box .avatar {
  margin-right: 1rem;
  flex-shrink: 0;
}

.Template22 .comment-box__footer {
  color: #8697a8;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Template22 .comment-box__footer > * {
  min-width: 0;
}

.Template22 .comment-box__footer li {
  cursor: pointer;
  margin-right: 2rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-box__footer li {
    margin-right: 1rem;
  }
}

.Template22 .comment-box__footer li:hover {
  color: var(--primary-color);
}

.Template22 .comment-box__footer li:last-child {
  margin-right: 0;
}

.Template22 .comment-box__footer span {
  font-size: 0.875rem;
  padding-left: 0.375rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-box__footer span {
    font-size: 0.75rem;
  }
}

.Template22 .comment-box__footer .font-icon {
  font-size: 1rem;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-box__footer .font-icon {
    font-size: 0.875rem;
  }
}

.Template22 .comment-box__footer .icon-like-fill {
  color: #ff3d57;
}

.Template22 .comment-form {
  margin-top: 1rem;
  position: relative;
}

.Template22 .comment-form .textarea {
  border-radius: 0.5rem;
  padding: 1.0625rem 4.5rem 1rem 3.1875rem;
  max-height: 12.5rem;
  overflow: hidden !important;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-form .textarea {
    padding: 0.875rem 3.25rem 0.875rem 2.5rem;
  }
}

.Template22 .comment-form .btn {
  height: 2.5625rem;
  margin-right: 0.5rem;
  margin-bottom: auto;
  margin-top: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5625rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-form .btn {
    height: 1.8303571429rem;
    width: 1.8303571429rem;
  }
}

.Template22 .comment-form .btn .font-icon {
  margin: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-form .btn .font-icon {
    font-size: 0.75rem;
  }
}

.Template22 .comment-form .dropdown {
  height: 1.1875rem;
  line-height: 1.2;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
}

.Template22 .comment-form .dropdown-menu {
  margin-left: -1rem;
  min-width: 14.9375rem;
  max-width: 14.9375rem;
  top: -100% !important;
}

.Template22 .comment-form .icon-smile {
  color: #8697a8;
  cursor: pointer;
  font-size: 1.1875rem;
}

.Template22 .comment-form .icon-smile:hover {
  color: #5f6f81;
}

@media only screen and (max-width: 580px) {
  .Template22 .comment-form .icon-smile {
    font-size: 1rem;
  }
}

.Template22 .emoji-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0.375rem 0.8125rem 0.1875rem;
}

.Template22 .emoji-wrap > * {
  min-width: 0;
}

.Template22 .emoji-wrap .emoji {
  cursor: pointer;
  border-radius: 0.1875rem;
  margin: 0.125rem;
  padding: 0.1875rem;
}

.Template22 .emoji-wrap .emoji:hover {
  box-shadow: 0 0 0 0.125rem rgba(134, 151, 168, 0.2);
}

.Template22 .scroll-line {
  background: var(--primary-color);
  height: 0.1875rem;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 3;
}

.Template22 .nicescroll-cursors {
  background-color: #8697a8 !important;
}

.Template22 .social-auth {
  font-size: 0.9375rem;
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .social-auth {
    font-size: 0.875rem;
  }
}

.Template22 .social-auth__item {
  display: inline-flex;
  margin-right: 0.375rem;
}

.Template22 .social-auth__item > * {
  min-width: 0;
}

.Template22 .social-auth__link {
  color: #fff;
}

.Template22 .social-auth__link:hover {
  color: #fff;
  opacity: 0.7;
}

.Template22 .social-auth .font-icon {
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 0.75rem;
  padding: 0.375rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .social-auth .font-icon {
    font-size: 0.6875rem;
  }
}

.Template22 .social-auth .icon-facebook {
  background-color: #3b5998;
}

.Template22 .social-auth .icon-twitter {
  background-color: #55acee;
}

.Template22 .social-auth .icon-dribbble {
  background-color: #f26798;
}

.Template22 .social-auth .icon-behance {
  background-color: #4176fa;
}

.Template22 .swiper-container .swiper-wrapper {
  min-height: 100%;
}

.Template22 .review-item {
  display: flex;
  flex-direction: column;
  background-color: var(--secondary-color);
  background-image: url(../icons/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: right 1.875rem top 1.875rem;
  border-radius: 20px;
  height: auto;
  padding: 1.875rem 1.875rem 1.5rem;
  margin-top: 2.5rem;
}

.Template22 .review-item > * {
  min-width: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .review-item {
    background-size: 1.5625rem;
    background-position: right 1rem top 1rem;
    border-radius: 13.3333333333px;
    padding: 1rem;
  }
}

.Template22 .review-item__caption {
  color: #5f6f81;
  line-height: 1.5;
}

.Template22 .review-item__caption:last-child {
  margin-bottom: 0;
}

.Template22 .review-item .title {
  font-family: "Merriweather", serif;
  font-size: 1.1875rem;
  margin-left: 5.5rem;
  margin-bottom: 0.6875rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .review-item .title {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.Template22 .review-item .avatar {
  position: absolute;
  top: -2.375rem;
}

.Template22 .swiper-pagination {
  margin-top: 1.5rem;
  position: relative;
  line-height: 0;
}

@media only screen and (max-width: 580px) {
  .Template22 .swiper-pagination {
    margin-top: 1rem;
  }
}

.Template22 .swiper-pagination-bullet {
  background: #f0f0f6;
  border-radius: 1rem;
  opacity: 1;
  height: 0.625rem;
  width: 0.625rem;
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media only screen and (max-width: 580px) {
  .Template22 .swiper-pagination-bullet {
    height: 0.375rem;
    width: 0.375rem;
  }
}

.Template22 .swiper-pagination-bullet-active {
  background: var(--primary-color);
  width: 1.25rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .swiper-pagination-bullet-active {
    width: 0.75rem;
  }
}

.Template22
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 0.3125rem;
}

.Template22 .swiper-container-horizontal > .swiper-pagination-bullets,
.Template22 .swiper-pagination-custom,
.Template22 .swiper-pagination-fraction {
  bottom: 0;
}

.Template22 .timeline {
  margin-top: 1.8125rem;
  padding-left: 0.5rem;
}

.Template22 .timeline__item {
  border-left-color: #f0f0f6;
  border-left-width: 1px;
  border-left-style: solid;
  padding-bottom: 0.5625rem;
  padding-left: 1.375rem;
  position: relative;
}

.Template22 .timeline__item::before {
  content: "";
  background-color: var(--primary-color);
  box-shadow: 0 0 0 0.1875rem rgba(48, 76, 253, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.3125rem;
  height: 0.625rem;
  width: 0.625rem;
}

.Template22 .timeline__item:last-child {
  border: 0;
}

.Template22 .timeline__title {
  margin-bottom: 0;
  position: relative;
  top: -0.3125rem;
}

.Template22 .timeline__period {
  color: #8697a8;
  font-size: 0.875rem;
}

.Template22 .timeline__description {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .timeline__description {
    margin-top: 0.1875rem;
  }
}

.Template22 .back-to-top {
  border-top: 0.0625rem solid #44566c;
  border-left: 0.0625rem solid #44566c;
  cursor: pointer;
  height: 2rem;
  opacity: 0.5;
  position: fixed;
  right: 2.5rem;
  bottom: 1.875rem;
  width: 2rem;
  transform: rotate(45deg);
  transition: opacity 0.35s ease-out;
  z-index: 10;
}

.Template22 .back-to-top:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .Template22 .back-to-top {
    height: 1.5rem;
    width: 1.5rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .back-to-top {
    display: none !important;
  }
}

.Template22 .js-lines {
  overflow: hidden;
}

.Template22 .js-lines div {
  overflow: hidden;
}

.Template22 .js-words div div {
  opacity: 0;
}

.Template22 .medium-zoom-overlay {
  background: #fff !important;
  z-index: 1104;
}

.Template22 .medium-zoom-image {
  cursor: pointer !important;
  z-index: 1104;
}

.Template22 .medium-zoom-image--opened {
  border-radius: 0.0625rem;
  height: 100%;
}

.Template22 a.underlineNone {
  text-decoration: none;
}

.Template22 .v-header {
  background: url("html-5.svg"),
    linear-gradient(
      105.07deg,
      #fba82b 0%,
      #d76b82 29.76%,
      #5f57da 68.11%,
      #505add 96.86%
    );
  background-repeat: no-repeat;
  background-size: 60px, 100% 100%;
  background-position: 18px 20px, 0 0;
  -webkit-animation: bg 6s ease-in-out infinite;
  animation: bg 6s ease-in-out infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px;
  height: 360px;
  position: relative;
}

.Template22 .v-header::before {
  content: "";
  background: #1e1e1e;
  border-radius: 50px 50px 0 0;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.Template22 .v-header__logo-wrap {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .Template22 .v-header {
    background-size: 40px, 100% 100%;
    height: 280px;
    padding-bottom: 40px;
  }

  .Template22 .v-header::before {
    border-radius: 30px 30px 0 0;
    height: 40px;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .v-header {
    background-position: 10px 12px, 0 0;
    background-size: 24px, 100% 100%;
    height: 160px;
    padding-bottom: 20px;
  }

  .Template22 .v-header::before {
    border-radius: 16px 16px 0 0;
    height: 20px;
  }
}

@-webkit-keyframes bg {
  0% {
    background-size: 60px, 100% 100%;
  }

  50% {
    background-size: 60px, 200% 100%;
  }

  10% {
    background-size: 60px, 100% 100%;
  }
}

@keyframes bg {
  0% {
    background-size: 60px, 100% 100%;
  }

  50% {
    background-size: 60px, 200% 100%;
  }

  10% {
    background-size: 60px, 100% 100%;
  }
}

@media only screen and (max-width: 992px) {
  @-webkit-keyframes bg {
    0% {
      background-size: 40px, 100% 100%;
    }

    50% {
      background-size: 40px, 200% 100%;
    }

    10% {
      background-size: 40px, 100% 100%;
    }
  }

  @keyframes bg {
    0% {
      background-size: 40px, 100% 100%;
    }

    50% {
      background-size: 40px, 200% 100%;
    }

    10% {
      background-size: 40px, 100% 100%;
    }
  }
}

@media only screen and (max-width: 580px) {
  @-webkit-keyframes bg {
    0% {
      background-size: 24px, 100% 100%;
    }

    50% {
      background-size: 24px, 200% 100%;
    }

    10% {
      background-size: 24px, 100% 100%;
    }
  }

  @keyframes bg {
    0% {
      background-size: 24px, 100% 100%;
    }

    50% {
      background-size: 24px, 200% 100%;
    }

    10% {
      background-size: 24px, 100% 100%;
    }
  }
}

@media only screen and (max-width: 992px) {
  .Template22 .v-logo {
    max-width: 200px;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .v-logo {
    max-width: 130px;
  }
}

.Template22 .slogan {
  color: #fff;
  font-size: 1.1rem;
  padding-top: 1rem;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .Template22 .slogan {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .slogan {
    font-size: 0.85rem;
    padding-top: 0.5rem;
  }
}

.Template22 .v-label {
  background-color: #ff4949;
  -webkit-box-shadow: 0 8px 30px rgba(255, 73, 73, 0.3);
  box-shadow: 0 8px 30px rgba(255, 73, 73, 0.3);
  border-radius: 20px;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: -15px;
}

@media only screen and (max-width: 580px) {
  .Template22 .v-label {
    font-size: 0.65rem;
    padding: 3px 10px;
    top: -10px;
    left: -10px;
  }
}

.Template22 .v-dark {
  background-color: #1e1e1e;
}

.Template22 .v-title--dark {
  color: #15232e;
}

.Template22 .v-title--light {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .Template22 .navbar-demo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.Template22 .v-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh - 360px);
  min-height: 500px;
  margin: 0 auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
  max-width: 1400px;
  z-index: 1;
  /*&::before {
    @media only screen and (max-width: $large) {
	    content: '';
	    background: $black-color;
	    height: 50vh;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	  }

	  @media only screen and (max-width: $small) {
	    visibility: hidden;
	  }
  }*/
  /*&__right {
    .title__demo {
	    //color: $white-color;
	  }

	  @media only screen and (max-width: $large) {
	    &:hover {
	      transform: translate3d(0, 40px, 0);
	    }
	  }

	  @media only screen and (max-width: $small) {
	    background: $black-color;
	    padding-top: 1.3rem;
	  }
  }*/
}

@media only screen and (max-width: 992px) {
  .Template22 .v-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
}

.Template22 .v-container__left,
.Template22 .v-container__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 30px;
  text-align: center;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Template22 .v-container__left:hover,
.Template22 .v-container__right:hover {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.Template22 .v-container__left:hover .demo-image,
.Template22 .v-container__right:hover .demo-image {
  -webkit-box-shadow: 0 20px 80px rgba(21, 35, 46, 0.2);
  box-shadow: 0 20px 80px rgba(21, 35, 46, 0.2);
}

@media only screen and (max-width: 992px) {
  .Template22 .v-container__left,
  .Template22 .v-container__right {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .Template22 .v-container__left:hover,
  .Template22 .v-container__right:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .v-container__left,
  .Template22 .v-container__right {
    padding: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .Template22 .v-container__left {
    padding-bottom: 0;
  }
}

.Template22 .v-container .demo-image {
  -webkit-box-shadow: 0 20px 120px rgba(21, 35, 46, 0.08);
  box-shadow: 0 20px 120px rgba(21, 35, 46, 0.08);
  border-radius: 16px;
  margin: auto;
  height: auto;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Template22 .v-container .v-link {
  display: block;
  position: relative;
  text-decoration: none !important;
}

@media only screen and (max-width: 992px) {
  .Template22 .v-container .v-link {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-decoration: none;
  }
}

@media only screen and (max-width: 580px) {
  .Template22 .v-container .v-link {
    width: 100%;
  }
}

.Template22 .v-container .title__demo {
  font-size: 1.1rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 580px) {
  .Template22 .v-container .title__demo {
    font-size: 0.9rem;
  }
}

.Template22 .elastic-border {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

@media only screen and (max-width: 992px) {
  .Template22 .elastic-border {
    visibility: hidden;
  }
}

.Template22 .btnSlideNav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media only screen and (max-width: 580px) {
  .Template22 .btnSlideNav {
    display: none;
  }
}

.Template22 .slideOpen {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0081ff),
    to(#0045ff)
  );
  background: linear-gradient(to right, #0081ff 0%, #0045ff 100%);
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 69, 255, 0.2);
  box-shadow: 0 10px 15px rgba(0, 69, 255, 0.2);
  bottom: 2rem;
  left: 2rem;
  width: 48px;
  height: 48px;
  position: fixed;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1010;
}

.Template22 .slideOpen::before {
  background-image: url("iconSideMenu.svg");
  background-position: center;
  background-size: 36%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.Template22 .slideOpen:hover {
  opacity: 1;
}

.Template22 .slideClose {
  background-image: url("iconClose.svg");
  top: 1.5rem;
  left: 400px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
  position: fixed;
  z-index: 1012;
}

.Template22 .slideNav {
  background-color: #fff;
  list-style: none;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2rem 0 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-380px);
  transform: translateX(-380px);
  width: 380px;
  z-index: 1012;
}

@media only screen and (max-width: 580px) {
  .Template22 .slideNav {
    display: none;
  }
}

.Template22 .slideNav__item {
  color: #15232e;
  position: relative;
  border-bottom: 1px solid rgba(197, 210, 224, 0.4);
  padding: 0.8rem 0;
  margin: 0 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

.Template22 .slideNav__item:first-child {
  border-bottom: 0;
}

.Template22 .slideNav__item .title {
  color: #15232e;
  margin-bottom: 0.8rem;
}

.Template22 .slideNav__item a {
  color: #15232e;
  text-decoration: none;
}

.Template22 .slideNav__item a:hover {
  color: #0045ff;
}

.Template22 .overlay-slideNav {
  background-color: rgba(21, 35, 46, 0.3);
  height: 100%;
  width: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.Template22 .rtl-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Template22 .rtl-mode a {
  color: #0045ff;
  letter-spacing: 0.1rem;
}

.Template22 .lable-new {
  background-color: #0045ff;
  border-radius: 20px;
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 8px;
  margin-left: 0.5rem;
  text-transform: uppercase;
}

:root {
  --primary-color: #304cfd;
  --secondary-color: #f5f8f9;
}

.Template22 .our-work {
  display: flex;
  justify-content: space-between;
}

.Template22 .myflex {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  margin-bottom: -100px;
}

.Template22 .nav {
  width: 100%;
}

.Template22 .router-link-active {
  color: #fff !important;
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  .Template22 .skills-item {
    max-width: 48%;
  }

  .Template22 .nav {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .Template22 .our-work {
    flex-direction: column;
  }

  .Template22 .myflex {
    padding: 15px;
    display: none;
  }
}

@media (min-width: 1200px) {
  .Template22 .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .Template22 .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
/* Template22 Ends */
