@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
	## Social Profiles
	## Top Bar Icon List
	## Top Bar Menu
	## Contact Methods
	## Nav Search Form
	## Nav Mini Cart
# Forms
# Navigation
	## Links
	## Primary Menu
# Accessibility
# Alignments
# Clearings
# Layout
	## Topbar
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-ms-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4f5158;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  font-family: "Inter", sans-serif;
  line-height: 1.2em;
  font-weight: 700;
  color: #0c1636;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 34px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code {
  color: #2a5cff;
}

code,
kbd,
tt,
var {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-size: 1.2857142857em;
}

abbr,
acronym {
  border-bottom: 1px dotted #8a8da1;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  margin-top: 0 !important;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  color: #4f5158;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 30px;
}

.comment-list ul,
.comment-list ol {
  padding-left: 25px;
  margin-bottom: 30px;
}

.comment-list ol ol,
.comment-list ol ul,
.comment-list ul ol,
.comment-list ul ul {
  margin-bottom: 0;
}

ul ul {
  list-style-type: disc;
}

.tt-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tt-list li {
  color: #0c1636;
  line-height: 1.9;
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 15px;
}

.tt-list li span {
  font-weight: 600;
}

.tt-list li p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

.tt-list li i {
  font-size: 14px;
  color: #2a5cff;
  display: inline-block;
  margin-right: 10px;
}

.tt-list li.icon-circle i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #e9eeff;
  border-radius: 50%;
}

.tt-list li a {
  color: #0c1636;
  display: block;
}

.tt-list li a:hover {
  color: #2a5cff;
}

.tt-list li.style_disk {
  position: relative;
  align-items: unset;
}

.tt-list li.style_disk .desk {
  height: 16px;
  width: 16px;
  border: 2px solid #2a5cff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.tt-list li.style_disk .desk:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border: 2px solid #2a5cff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tt-list li.style_disk .list-text {
  line-height: 1;
}

.tt-list.inline-items li {
  display: inline-block;
  margin: 0 10px;
}

.tt-list.inline-items li:first-child {
  margin-left: 0 !important;
}

.tt-list.inline-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tt-list.inline-flex li {
  display: inline-flex;
  width: 33.33%;
}

@media (max-width: 991px) {
  .tt-list.inline-flex li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tt-list.inline-flex li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.tt-list.inline-flex li .list-content {
  flex: 2;
  padding-right: 40px;
}

.tt-list.style-two .list_item {
  padding-bottom: 30px;
}

.tt-list.style-two i {
  margin-right: 20px;
}

.tt-list.style-two .list-text {
  font-size: 18px;
  margin-bottom: 10px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

p {
  margin-bottom: 1em;
}

.pr {
  position: relative;
}

.no-scroll {
  overflow: hidden;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 110px;
}

.pt-50 {
  padding-top: 50px;
}

.h-100 {
  height: 100%;
}

.site-main {
  min-height: 50vh;
}

@media (max-width: 767px) {
  .position-default {
    position: static !important;
  }
}

.pts-18 {
  padding-top: 18%;
}

@media (max-width: 1024px) {
  .pts-18 {
    padding-top: 30%;
  }
}

@media (max-width: 576px) {
  .pts-18 {
    padding-top: 40%;
  }
}

@media (min-width: 992px) {
  .pl_30 {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .at-order-2 {
    order: 2;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-110 {
  padding-bottom: 110px;
}

.mb-70 {
  margin-bottom: 67px !important;
  font-weight: 500 !important;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1170px;
}

@media (max-width: 1200px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 960px !important;
  }
}

@media (max-width: 991px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 720px !important;
  }
}

@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 540px !important;
  }
}

@media (max-width: 576px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100% !important;
  }
}

@media (min-width: 991px) {
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}

@media (max-width: 1024px) {
  .nio-order-md {
    order: 1;
  }

  .btn-responsive {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .btn-responsive {
    max-width: 100%;
    width: 100%;
  }

  .btn-responsive .btn {
    font-size: 1rem;
  }
}

strong,
b {
  font-weight: 700;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.container-full {
  max-width: 1670px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.tt-image-responsive img {
  margin: 0 auto;
}

@media (max-width: 576px) {
  .tt-image-responsive img {
    max-width: 100% !important;
  }
}

.tt-svg-responsive img {
  width: 100%;
}

.extended-parallax {
  position: absolute;
  min-width: 50px;
}

.dt-parallax-layer {
  width: max-content;
}

@media (max-width: 991px) {
  .tt-order-2 {
    order: 2;
  }
}

table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #e7e9ed;
}

table thead {
  background: #f5f5f5;
}

table th {
  text-align: left;
  padding: 10px 15px;
  color: #0c1636;
  font-size: 16px;
  font-weight: 600;
  min-width: 130px;
  vertical-align: middle;
}

table th a {
  color: #0c1636;
}

table th a:hover {
  color: #2a5cff;
}

table td {
  padding: 10px 15px;
  border-top: none;
  border-right: none;
  vertical-align: middle;
}

table td:last-child {
  border-right: 1px solid #e7e9ed;
}

.wp-block-calendar table th {
  min-width: 40px;
  text-align: center;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  direction: ltr;
}

tbody>tr {
  border-top: 1px solid #e7e9ed;
}

tbody>tr>th {
  background-color: #f5f5f5;
}

tfoot tr #prev a:hover,
tfoot tr #next a:hover {
  color: #2a5cff;
}

caption {
  caption-side: top;
  text-align: center;
}

.calendar_wrap {
  border: 1px solid rgba(5, 20, 65, 0.2);
}

.calendar_wrap caption {
  text-align: center;
  background: #f0f2f9;
  color: #051441;
  font-weight: 500;
}

.calendar_wrap table tr,
.calendar_wrap table td {
  border: 0;
}

.calendar_wrap table thead tr {
  border: 0;
}

.calendar_wrap table thead tr th {
  border: 0;
}

nav.wp-calendar-nav {
  background: #f0f2f9;
  padding: 5px 20px;
}

.wp-calendar-nav-next {
  float: right;
}

@media (max-width: 576px) {
  table th {
    min-width: 80px;
  }
}

/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
.tt__btn {
  padding: 11px 25px;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  border-radius: 30px;
  border: 2px solid #2a5cff;
  color: #ffffff;
  overflow: hidden;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  background: #2a5cff;
}

.tt__btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 300%;
  background-color: #2a5cff;
  border-radius: 50% 50% 0 0;
  transition: all 0.4s ease-in-out;
}

.tt__btn.btn-round {
  border-radius: 6px;
}

.tt__btn.btn-circle {
  border-radius: 30px;
}

.tt__btn.error_btn {
  padding: 14px 40px;
  width: 240px;
  border-radius: 6px;
}

.tt__btn.error_btn i {
  margin-right: 5px;
  font-size: 16px;
}

.tt__btn:hover {
  background: transparent;
  color: #2a5cff;
}

.tt__btn:hover:before {
  height: 0;
}

.tt__btn.btn-small {
  padding: 5px 30px;
}

.tt__btn.btn-lg {
  padding: 14px 35px;
  font-size: 20px;
}

.tt__btn.btn-outline {
  background: transparent;
  color: #2a5cff;
}

.tt__btn.btn-outline:before {
  height: 0;
}

.tt__btn.btn-outline:hover {
  color: #fff;
}

.tt__btn.btn-outline:hover:before {
  height: 300px;
}

.tt__btn.btn-light {
  color: #0c1636;
  border-color: #fff;
  box-shadow: 0 14px 20px 0 rgba(29, 6, 117, 0.2);
}

.tt__btn.btn-light:before {
  background: #fff;
  border-color: #fff;
}

.tt__btn.btn-light:hover {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.tt__btn.btn-light.btn-outline {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  box-shadow: none;
}

.tt__btn.btn-light.btn-outline:hover {
  color: #2a5cff;
  border-color: #fff;
}

.tt__btn.btn__link {
  padding: 0;
  background-color: transparent;
  color: #0c1636;
  border: 0;
}

.tt__btn.btn__link i {
  font-size: 15px;
}

.tt__btn.btn__link:before {
  display: none;
}

.tt__btn.btn__link:hover {
  color: #2a5cff;
}

.tt__btn-content-wrapper {
  display: flex;
  align-items: center;
}

.tt__btn-content-wrapper i {
  font-size: 14px;
}

.tt__btn-content-wrapper .elementor-align-icon-right {
  margin-left: 10px;
}

.tt__btn-content-wrapper .elementor-align-icon-left {
  margin-right: 10px;
}

.tt__btn-content-wrapper.icon-right .elementor-align-icon-right {
  order: 2;
}

.play-button .popup-play-btn {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 25px;
  text-align: center;
  position: static;
  animation: none;
  transform: translate(0);
  display: inline-block;
  color: #fd2cb5;
}

.play-button .popup-play-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.play-button .popup-play-btn:before {
  content: "";
  height: 120px;
  width: 120px;
  position: absolute;
  left: -10px;
  top: -10px;
  border: 1px solid rgba(255, 255, 255, 0.302);
  border-radius: 50%;
  -webkit-animation: videoBtnAnim 3s linear infinite;
  animation: videoBtnAnim 3s linear infinite;
  display: block;
}

.play-button .popup-play-btn i {
  z-index: 2;
  position: relative;
}

.play-button .popup-play-btn:hover:after {
  transform: scale(1.15);
}

@keyframes videoBtnAnim {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

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

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

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

  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.tt-app-btn {
  border: 2px solid #0c1636;
  color: #0c1636;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  display: block;
}

.tt-app-btn.btn-circle {
  border-radius: 40px;
}

.tt-app-btn .btn-icon {
  line-height: 1;
}

.tt-app-btn i {
  font-size: 27px;
  margin-right: 11px;
  vertical-align: -4px;
}

.tt-app-btn:hover {
  background-color: #2a5cff;
  border-color: #2a5cff;
  color: #fff;
}

.button-wrapper .tt-app-btn:not(:last-child) {
  margin-bottom: 20px;
}

.button-wrapper.inline-items .tt-app-btn {
  display: inline-block;
}

.button-wrapper.inline-items .tt-app-btn:not(:last-child) {
  margin-bottom: 0;
  margin-right: 20px;
}

/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/
@keyframes shape_one {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(2000px, 2000px) rotate(72deg);
    transform: translate(2000px, 2000px) rotate(72deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  10% {
    -webkit-transform: translate(53px, -80px) rotate(36deg);
    transform: translate(53px, -80px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(161px, 72px) rotate(72deg);
    transform: translate(161px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 112px) rotate(108deg);
    transform: translate(83px, 112px) rotate(108deg);
  }

  70% {
    -webkit-transform: translate(-60px, 92px) rotate(144deg);
    transform: translate(-60px, 92px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_three {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  30% {
    -webkit-transform: translate(90px, -36px) rotate(36deg);
    transform: translate(90px, -36px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(101px, 32px) rotate(72deg);
    transform: translate(101px, 32px) rotate(72deg);
  }

  50% {
    -webkit-transform: translate(103px, 102px) rotate(108deg);
    transform: translate(103px, 102px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-76px, 62px) rotate(144deg);
    transform: translate(-76px, 62px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
    transform: translate(191px, 72px) rotate(72deg);
  }

  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
    transform: translate(-56px, 92px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
    transform: translate(191px, 72px) rotate(72deg);
  }

  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
    transform: translate(-56px, 92px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
    transform: translate(141px, -92px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
    transform: translate(153px, 92px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
    transform: translate(-99px, 62px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
    transform: translate(141px, -92px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
    transform: translate(153px, 92px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
    transform: translate(-99px, 62px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
    transform: translate(95px, -58px) rotate(36deg);
  }

  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
    transform: translate(81px, 82px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
    transform: translate(53px, 152px) rotate(108deg);
  }

  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
    transform: translate(-56px, 32px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
    transform: translate(95px, -58px) rotate(36deg);
  }

  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
    transform: translate(81px, 82px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
    transform: translate(53px, 152px) rotate(108deg);
  }

  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
    transform: translate(-56px, 32px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.ultralandUpX {
  animation-name: ultralandUpX;
}

@keyframes ultralandUpX {
  0% {
    opacity: 0;
    transform: translate(-80px, 30px);
  }

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

/*--------------------------------------------------------------
## Icon
--------------------------------------------------------------*/
@font-face {
  font-family: "Ultraland";
  src: url("../fonts/Ultraland.eot");
  src: url("../fonts/Ultraland.eot?#iefix") format("embedded-opentype"), url("../fonts/Ultraland.woff2") format("woff2"), url("../fonts/Ultraland.woff") format("woff"), url("../fonts/Ultraland.ttf") format("truetype"), url("../fonts/Ultraland.svg#Ultraland") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Ultraland";
    src: url("./Ultraland.svg#Ultraland") format("svg");
  }
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: "Ultraland";
  font-style: normal;
}

.flaticon-ruler:before {
  content: "\f100";
}

.flaticon-globe:before {
  content: "\f101";
}

.flaticon-web-programming:before {
  content: "\f102";
}

.flaticon-analysis:before {
  content: "\f103";
}

.flaticon-analytics:before {
  content: "\f104";
}

.flaticon-web-design:before {
  content: "\f105";
}

.flaticon-account:before {
  content: "\f106";
}

.flaticon-megaphone:before {
  content: "\f107";
}

.flaticon-web-development:before {
  content: "\f108";
}

.flaticon-magnifying-glass:before {
  content: "\f109";
}

.flaticon-edit:before {
  content: "\f10a";
}

.flaticon-clock:before {
  content: "\f10b";
}

.flaticon-search:before {
  content: "\f10c";
}

.flaticon-pin:before {
  content: "\f10d";
}

.flaticon-phone-call:before {
  content: "\f10e";
}

/*--------------------------------------------------------------
## Section Heading
--------------------------------------------------------------*/
.section-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.section-heading .subtitle {
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-heading .section-title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .section-heading .section-title {
    font-size: 32px !important;
  }
}

@media (max-width: 767px) {
  .section-heading .section-title br {
    display: none;
  }
}

.section-heading .description {
  font-weight: 400;
  margin: 0;
}

@media (max-width: 991px) {
  .section-heading .description br {
    display: none;
  }
}

.section-heading.text-left .description {
  margin: 0;
}

.section-heading.text-right .description {
  margin: 0 0 0 auto;
}

.section-heading.style-two .subtitle {
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 0;
}

.section-heading.style-two .section-title {
  font-size: 40px;
}

@media (max-width: 1200px) {
  .heading-lg .section-heading .section-title {
    font-size: 34px;
  }
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner {
  height: 950px;
  position: relative;
  overflow: hidden;
  background-color: #f7f8fb;
}

@media (max-width: 1024px) {
  .banner {
    height: auto;
    padding: 140px 0 80px;
  }
}

.banner--one {
  margin-top: -32px;
}

.banner--one .banner__content {
  z-index: 5;
}

@media (max-width: 991px) {
  .banner--one .banner__content {
    text-align: center;
  }
}

.banner__content,
.banner__feature-image {
  position: relative;
  z-index: 3;
}

.banner__feature-image {
  position: relative;
  z-index: 4;
}

.banner__feature-image img {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .banner__feature-image {
    margin-bottom: 50px;
  }
}

.banner__title {
  font-size: 56px;
  font-weight: 900;
  color: #0c1636;
  margin-bottom: 10px;
  overflow: hidden;
  display: inline-block;
  padding-right: 0.05em;
}

@media (max-width: 1200px) {
  .banner__title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .banner__title {
    font-size: 40px;
  }

  .banner__title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner__title {
    font-size: 34px;
  }
}

.banner__title .text-wrapper {
  position: relative;
  display: inline-block;
}

.banner__title .text-wrapper .letter {
  display: inline-block;
  line-height: 1em;
}

.banner__subtitle {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #0c1636;
  margin-bottom: 5px;
}

.banner__description {
  margin-bottom: 43px;
  font-size: 18px;
  line-height: 26px;
  color: #4f5158;
}

@media (max-width: 1200px) {
  .banner__description br {
    display: none;
  }
}

.banner__btns .banner-btn {
  padding: 14px 30px;
}

.banner__newsletter-form {
  max-width: 420px;
}

@media (max-width: 991px) {
  .banner__newsletter-form {
    margin: 0 auto;
  }
}

.banner__newsletter-form .newsletter-inner {
  display: none;
  border: 2px solid #2a5cff;
  border-radius: 30px;
  overflow: hidden;
}

.banner__newsletter-form .newsletter-inner input {
  background-color: transparent !important;
  border: 0 !important;
  flex: 1;
  margin-bottom: 0 !important;
  height: 50px;
  border-radius: 30px !important;
}

.banner__newsletter-form .newsletter-inner input::placeholder {
  font-size: 14px;
  color: #7e8086;
}

.banner__newsletter-form .form-result {
  margin-bottom: 0;
  margin-top: 20px;
}

.banner__newsletter-form .newsletter-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: 0;
  background-color: #2a5cff;
  border: 0;
}

.banner__newsletter-form .newsletter-submit i {
  display: none;
}

.banner__newsletter-form .newsletter-submit.clicked i {
  display: block;
}

.banner__newsletter-form .newsletter-submit.clicked span {
  display: none;
}

.banner__newsletter-form .newsletter-submit:hover {
  background-color: #1148ff;
}

.banner .shape-image {
  position: absolute;
  top: -16%;
  left: 50px;
  z-index: 0;
}

@media (max-width: 767px) {
  .banner .shape-image {
    left: 0;
  }
}

.banner__shape {
  position: absolute;
}

.banner__feature {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.banner__feature li {
  display: inline-block;
  font-size: 14px;
  color: #4f5158;
}

.banner__feature li:not(:last-child) {
  margin-right: 30px;
}

.banner__feature li i {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: rgba(42, 92, 255, 0.102);
  margin-right: 10px;
  color: #2a5cff;
}

.banner__image-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  max-width: 712px;
  position: relative;
}

@media (max-width: 991px) {
  .banner__image-lists {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .banner__image-lists {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .banner__image-lists li:nth-child(1) {
    margin: 0 auto;
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .banner__image-lists li:nth-child(1) {
    margin: 0 auto;
    max-width: 360px;
  }
}

.banner__image-lists li:not(:first-child) {
  position: absolute;
}

.banner__image-lists li img {
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 40px 70px 0px rgba(0, 9, 40, 0.1);
}

.banner__image-lists li:nth-child(2) {
  top: 70px;
  left: 55px;
}

.banner__image-lists li:nth-child(3) {
  bottom: -100px;
  left: 7px;
}

.banner__image-lists li:nth-child(4) {
  right: 0;
  top: 30%;
}

.banner__image-lists li:nth-child(5) {
  right: 74px;
  bottom: -35px;
}

.banner__feature-multiimage {
  max-width: 710px;
  position: relative;
}

@media (max-width: 991px) {
  .banner__feature-multiimage {
    max-width: 500px;
    margin: 0 auto 50px;
    min-height: max-content;
  }
}

.banner__feature-multiimage.image-two {
  top: 0;
}

.banner .animate-element {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 576px) {
  .banner .animate-element {
    display: none;
  }
}

.banner .animate-element li {
  position: absolute;
  height: 100%;
  width: 100%;
}

.banner .animate-element li .inner {
  position: absolute;
}

.banner .animate-element li:nth-child(1) .inner {
  top: 26%;
  left: 10%;
}

@media (max-width: 991px) {
  .banner .animate-element li:nth-child(1) .inner {
    left: 5%;
  }
}

.banner .animate-element li:nth-child(2) .inner {
  bottom: 180px;
  left: 100px;
}

@media (max-width: 991px) {
  .banner .animate-element li:nth-child(2) .inner {
    left: 30px;
  }
}

.banner .animate-element li:nth-child(3) .inner {
  bottom: 150px;
  right: 25%;
}

@media (max-width: 991px) {
  .banner .animate-element li:nth-child(3) .inner {
    right: 7%;
  }
}

@media (max-width: 576px) {
  .banner .animate-element.banner-two-element {
    display: none;
  }
}

.banner .animate-element.banner-two-element li:nth-child(1) .inner {
  top: 120px;
  left: -50px;
}

@media (max-width: 991px) {
  .banner .animate-element.banner-two-element li:nth-child(1) .inner {
    width: 120px;
  }
}

.banner .animate-element.banner-two-element li:nth-child(2) .inner {
  top: 47%;
  left: 10%;
}

@media (max-width: 991px) {
  .banner .animate-element.banner-two-element li:nth-child(2) .inner {
    left: 4%;
  }
}

.banner .animate-element.banner-two-element li:nth-child(3) .inner {
  bottom: 160px;
  left: 90px;
}

@media (max-width: 991px) {
  .banner .animate-element.banner-two-element li:nth-child(3) .inner {
    left: 10px;
    width: 45px;
  }
}

.banner .animate-element.banner-two-element li:nth-child(4) .inner {
  bottom: 230px;
  right: 0;
}

.banner.banner--two {
  background-color: #832fff;
  height: 100vh;
  padding: 160px 0 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .banner.banner--two {
    height: auto;
    padding: 120px 0 100px;
  }
}

.banner.banner--two .banner__subtitle {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
}

.banner.banner--two .banner__title {
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.banner.banner--two .banner__description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 26px;
}

.banner.banner--two .banner__shape {
  left: 29px;
  bottom: -55px;
}

@media (max-width: 767px) {
  .banner.banner--two .banner__shape {
    left: 0;
    bottom: -20px;
  }
}

@media (max-width: 991px) {
  .banner.banner--two .banner__shape svg {
    max-width: 530px;
  }
}

.banner--three {
  background-color: #5f15cd;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
  height: 1070px;
}

@media (max-width: 1400px) {
  .banner--three {
    height: 800px;
  }
}

@media (max-width: 991px) {
  .banner--three {
    height: auto;
    padding: 140px 0 130px;
  }
}

.banner--three:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 200px solid transparent;
  border-right: 1920px solid #fff;
  border-bottom: 0 solid #fff;
}

@media (max-width: 991px) {
  .banner--three:after {
    border-top: 100px solid transparent;
  }
}

.banner--three .banner__content {
  margin-top: -45px;
}

.banner--three .banner__title {
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}

.banner--three .banner__description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 22px;
}

.banner--three .banner__btns {
  margin-top: 39px;
}

.banner--three .banner__btns .banner-btn {
  padding: 12px 37px;
}

.banner--three .banner__feature-image {
  bottom: -190px;
}

@media (max-width: 1400px) {
  .banner--three .banner__feature-image {
    bottom: -100px;
  }

  .banner--three .banner__feature-image .banner__image-three {
    width: 330px;
  }

  .banner--three .banner__feature-image .banner__image-four {
    width: 290px;
  }
}

@media (max-width: 576px) {
  .banner--three .banner__feature-image .banner__image-three {
    width: 280px;
  }
}

@media (max-width: 1200px) {
  .banner--three .banner__feature-image .banner__image-four {
    width: 270px;
    right: 0;
  }
}

@media (max-width: 576px) {
  .banner--three .banner__feature-image .banner__image-four {
    width: 240px;
    right: -90px;
  }
}

@media (max-width: 991px) {
  .banner--three .banner__feature-image {
    bottom: 0;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 576px) {
  .banner--three .banner__feature-image {
    width: 330px;
    margin-left: -45px;
  }
}

@media (max-width: 420px) {
  .banner--three .banner__feature-image {
    width: 300px;
    margin-left: 0px;
  }

  .banner--three .banner__feature-image .banner__image-three {
    width: 220px;
  }

  .banner--three .banner__feature-image .banner__image-four {
    width: 175px;
    right: 0;
  }
}

.banner--three .banner__shape {
  left: 0;
  width: 605px;
  bottom: 0;
  z-index: -1;
}

.banner--three .banner__shape.shape_style-three {
  bottom: auto;
  top: 130px;
}

@media (max-width: 1400px) {
  .banner--three .banner__shape {
    width: 470px;
  }
}

@media (max-width: 576px) {
  .banner--three .banner__shape {
    width: 300px;
  }
}

.banner--three .shape__item-one,
.banner--three .shape__item-two {
  position: absolute;
}

.banner--three .shape__item-one {
  right: -80px;
  top: 12%;
}

@media (max-width: 1400px) {
  .banner--three .shape__item-one {
    right: 0;
  }
}

.banner--three .shape__item-two {
  left: -10px;
  bottom: 51%;
}

.banner--three .shape-left {
  position: absolute;
  left: 0;
  top: 230px;
}

.banner__feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner__feature-list li {
  color: rgba(254, 254, 254, 0.702);
  font-size: 16px;
  line-height: 34px;
}

.banner__feature-list li i {
  margin-right: 7px;
}

.banner__image-three {
  position: relative;
  z-index: 2;
}

.banner__image-four {
  position: absolute !important;
  right: -88px;
  z-index: 1 !important;
  top: -30px;
}

@media (max-width: 1400px) {
  .banner__image-four {
    right: 100px;
    top: -20px;
  }
}

.banner--four {
  height: 1065px;
  display: flex;
  align-items: center;
  background-color: transparent;
  background-image: url(../../assets/images/banner_bg_four.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner--four .banner__title {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .banner--four .banner__title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .banner--four .banner__title {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .banner--four .banner__title {
    font-size: 32px;
  }
}

.banner--four .banner__description {
  color: #fff;
  margin-bottom: 32px;
}

.banner--four .banner-wave-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .banner--four {
    height: auto;
  }

  .banner--four .banner__feature-image {
    max-width: 500px;
    margin: 0 auto 50px;
    padding: 0 30px;
  }

  .banner--four .banner__content {
    text-align: center;
  }

  .banner--four .banner__counter {
    width: max-content;
    margin: 0 auto 50px;
  }
}

.banner--five {
  background-color: #2a5cff;
  display: flex;
  align-items: center;
  background: linear-gradient(-140deg, #2a0457 0%, #4c5cad 100%);
  height: 100vh;
}

@media (max-width: 991px) {
  .banner--five {
    height: auto;
    padding: 120px 0 80px;
  }

  .banner--five .banner__feature-image {
    margin-bottom: 0;
  }
}

.banner--five .banner-content-wrap {
  margin-top: 50px;
}

.banner--five .banner__subtitle {
  font-size: 14px;
  color: #e2e2ec;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 3px;
}

.banner--five .banner__title {
  color: #fff;
}

.banner--five .banner__description {
  color: rgba(255, 255, 255, 0.7);
}

.banner__counter {
  display: flex;
  margin-bottom: 50px;
}

.banner__counter__item {
  margin-right: 50px;
}

.banner__counter__count {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
}

.banner__counter__count .suffix_title {
  font-size: 14px;
  font-weight: 400;
}

.banner__counter__title {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}

.banner--seven {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .banner--seven {
    height: 700px;
  }
}

@media (max-width: 991px) {
  .banner--seven {
    height: auto;
  }
}

.banner--seven .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.banner--seven .banner__subtitle {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.banner--seven .banner__title {
  color: #2a5cff;
  font-size: 60px;
}

@media (max-width: 1200px) {
  .banner--seven .banner__title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .banner--seven .banner__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .banner--seven .banner__title {
    font-size: 34px;
  }
}

.banner--seven .banner__feature-image {
  margin-right: -130px;
}

@media (max-width: 1400px) {
  .banner--seven .banner__feature-image {
    margin-right: 0;
  }
}

.banner--seven .tt__btn {
  border-color: #fb514d;
}

.banner--seven .tt__btn:before {
  background-color: #fb514d;
}

.banner--seven .tt__btn:hover {
  color: #fb514d;
}

.banner--eight {
  background-color: #f0f1f5;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .banner--eight {
    height: 750px;
  }
}

@media (max-width: 991px) {
  .banner--eight {
    height: auto;
  }
}

.banner--eight .banner__content {
  margin-top: 90px;
}

@media (max-width: 991px) {
  .banner--eight .banner__content {
    max-width: 550px;
    margin: 40px auto 0;
    text-align: center;
  }
}

.banner--eight .banner__feature-image {
  margin: 0 -230px -175px -70px;
}

@media (max-width: 1200px) {
  .banner--eight .banner__feature-image {
    margin: 0 -150px -215px 0px;
  }
}

@media (max-width: 991px) {
  .banner--eight .banner__feature-image {
    margin: 0 auto;
    max-width: 500px;
  }
}

.banner--eight .banner__title {
  margin-bottom: 13px;
}

.banner--eight .banner__title span {
  font-weight: 300;
  display: block;
}

@media (max-width: 1200px) {
  .banner--eight .banner__title {
    font-size: 44px;
  }
}

@media (max-width: 576px) {
  .banner--eight .banner__title {
    font-size: 32px;
  }
}

.banner--eight .banner-btn {
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 28px;
  border-color: #2a5cff;
  color: #fff;
  box-shadow: none;
}

.banner--eight .banner-btn:before {
  background-color: #2a5cff;
}

.banner--eight .banner-btn i {
  margin-left: 0;
  margin-right: 10px;
  font-size: 14px;
}

.banner--eight .banner-btn.btn-outline {
  color: #11266d;
  border-color: #dbdde3;
  margin-left: 15px;
}

.banner--eight .banner-btn.btn-outline:hover {
  border-color: #2a5cff;
  color: #fff;
}

.banner--eight .banner-btn:hover {
  color: #2a5cff;
}

.banner--eight .banner-bg-shape {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner--eight .banner-bg-shape li {
  position: absolute;
}

.banner--eight .banner-bg-shape li:nth-child(1) {
  left: 0;
  top: 100px;
}

.banner--eight .banner-bg-shape li:nth-child(2) {
  left: 13%;
  top: 29%;
}

.banner--eight .banner-bg-shape li:nth-child(3) {
  left: 45%;
  bottom: 150px;
}

.banner--eight .banner-bg-shape li:nth-child(4) {
  right: 120px;
  top: 30%;
}

.banner--eight .banner-bg-shape li:nth-child(5) {
  right: -55px;
  bottom: 40%;
}

.banner--nine {
  background-size: cover;
  background-position: center center;
  background-color: #2f138a;
}

.banner--nine .banner__title {
  font-size: 60px;
  color: #fff;
}

@media (max-width: 1200px) {
  .banner--nine .banner__title {
    font-size: 44px;
  }
}

.banner--nine .banner__title span {
  font-weight: 400;
}

.banner--nine .banner__description {
  color: #fff;
  font-size: 18px;
}

.banner--nine .banner__feature-image {
  margin-right: -170px;
}

@media (max-width: 1200px) {
  .banner--nine .banner__feature-image {
    margin-right: 0;
    text-align: center;
  }
}

.banner--nine .banner-btn {
  margin-right: 15px;
}

.banner--nine .video-btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}

.banner--nine .video-btn i {
  display: inline-block;
  border: 1.5px solid rgba(255, 255, 255, 0.161);
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 10px;
}

.banner--ten {
  background-color: #eff1f5;
}

.banner--ten .banner__title {
  font-size: 54px;
  color: #11266d;
}

@media (max-width: 991px) {
  .banner--ten .banner__title {
    font-size: 40px;
  }
}

.banner--ten .banner__title span {
  font-weight: 300;
  display: block;
}

.banner--ten .banner__feature {
  margin-bottom: 35px;
}

@media (min-width: 1024px) {
  .banner--ten .banner__feature-image {
    margin-right: -167px;
  }
}

.banner--ten .banner__feature li {
  color: #3c435b;
}

.banner--ten .banner__feature li i {
  background-color: rgba(246, 58, 111, 0.102);
  color: #f63a6f;
}

.banner__feature-wrap {
  display: flex;
  margin-bottom: 27px;
  flex-wrap: wrap;
}

.banner__feature-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  margin-right: 10px;
  border-radius: 6px;
  min-width: 150px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.banner__feature-item:hover {
  box-shadow: 0px 20px 20px 0px rgba(2, 19, 79, 0.1);
  transform: translateY(-5px);
}

.banner__feature-icon {
  margin-right: 20px;
  line-height: 1;
  width: 30px;
  font-size: 30px;
}

.banner__feature-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .tt-order-lg-2 {
    order: 2;
  }
}

.title___content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 7935px;
  z-index: 126;
}

.Why_I_say_old_chap_that_is_spiffing_cockup__blo {
  font-size: 16px;
  font-family: "Inter";
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 673.491px;
  top: 3046.369px;
  width: 570px;
  height: 41px;
  z-index: 125;
}

.SEO___Marketing {
  font-size: 40px;
  font-family: "Inter";
  color: white;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  position: absolute;
  left: 795.641px;
  top: 3005.455px;
  z-index: 124;
}

.boder {
  border-style: solid;
  border-width: 3px;
  border-color: white;
  border-radius: 10px;
  background-color: rgba(26, 13, 82, 0.4);
  opacity: 0.14;
  position: absolute;
  left: 570px;
  top: 2729px;
  width: 774px;
  height: 404px;
  z-index: 123;
}

/*--------------------------------------------------------------
## Banner Slider
--------------------------------------------------------------*/
.banner__slider {
  position: relative;
}

.banner__slider .banner__slide {
  position: relative;
  overflow: hidden;
}

.banner__slider .banner__content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 991px) {
  .banner__slider .banner__content {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
  }
}

.banner__slider .banner__content .banner__subtitle {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.4em;
  margin-bottom: 10px;
}

.banner__slider .banner__content .banner__title {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .banner__slider .banner__content .banner__title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .banner__slider .banner__content .banner__title {
    font-size: 38px;
  }
}

.banner__slider .banner__content .banner__description {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .banner__slider .banner__content .banner__description {
    font-size: 15px;
  }
}

.banner__slider .banner__content .banner-btn {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 14px 31px;
  border-radius: 4px;
}

.banner__slider .banner__content .banner-btn:before {
  background-color: #fff;
}

.banner__slider .banner__content .banner-btn:hover {
  border-color: #fff;
  color: #0c1636;
}

.banner__slider .banner__slide {
  position: relative;
  height: 950px;
}

@media (max-width: 1024px) {
  .banner__slider .banner__slide {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .banner__slider .banner__slide {
    height: 550px;
  }
}

.banner__slider .banner__slide .banner__image {
  height: 950px;
}

.banner__slider .banner__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner__slider .banner__slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 22, 54, 0.8);
}

.banner__slider .swiper-slide-active .banner__subtitle {
  animation: fadeInUp 1s both 1s;
}

.banner__slider .swiper-slide-active .banner__title {
  animation: fadeInUp 1.2s both 1.2s;
}

.banner__slider .swiper-slide-active .banner__description {
  animation: fadeInUp 1.4s both 1.4s;
}

.banner__slider .swiper-slide-active .banner-btn {
  animation: fadeInUp 1.6s both 1.6s;
}

.banner-control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 480px) {
  .banner-control {
    display: none;
  }
}

.banner-control>div {
  height: 60px;
  width: 40px;
  line-height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.102);
  text-align: center;
  color: #fff;
  position: absolute;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 20px;
}

.banner-control>div:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2a5cff;
}

.banner-control .slider-prev {
  left: 50px;
}

@media (max-width: 991px) {
  .banner-control .slider-prev {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .banner-control .slider-prev {
    left: 10px;
  }
}

.banner-control .slider-next {
  right: 50px;
}

@media (max-width: 991px) {
  .banner-control .slider-next {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .banner-control .slider-next {
    right: 10px;
  }
}

/*--------------------------------------------------------------
## Popup Video Box
--------------------------------------------------------------*/
.video_section {
  overflow: hidden;
}

.video_section {
  overflow: hidden;
}

.video_section.video_sec_padding {
  padding: 130px 0 120px;
}

@media (max-width: 991px) {
  .video_section.video_sec_padding {
    padding: 100px 0;
  }
}

.video_section .video_section_content {
  position: relative;
  z-index: 1;
}

.video_section .video_section_content .video_popup {
  height: 80px;
  width: 80px;
  box-shadow: 10px 17.321px 40px 0px rgba(1, 16, 58, 0.14);
}

.video_section .video_section_content .video_popup img {
  max-width: 14px;
  margin-left: 3px;
}

@media (max-width: 991px) {
  .video_section .video_section_content .video_popup {
    height: 60px;
    width: 60px;
  }
}

.video_section .about_img_shape {
  position: absolute;
  top: -70px;
  left: -40px;
  z-index: -1;
}

.video_section .round_shape_animation {
  border-radius: 50%;
  background: #acf2f0;
  position: absolute;
  right: -130px;
  bottom: -65px;
  width: 280px;
  height: 280px;
  -webkit-animation: circleAnimation 5s linear infinite;
  animation: circleAnimation 5s linear infinite;
  z-index: -1;
}

@media (max-width: 991px) {
  .video_section .round_shape_animation {
    width: 150px;
    height: 150px;
    right: -70px;
  }
}

.video_popup_section .video_popup {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.video_popup_section .video_popup i {
  font-size: 18px;
  color: #2a5cff;
  margin-left: 5px;
}

.video_popup.play_animation:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video_popup img {
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.video_popup {
  background-color: #fff;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_popup:hover {
  background-color: #2a5cff;
}

.video_popup:hover i {
  color: #fff;
}

.popup-video-box.video_section .round_shape_animation {
  top: auto;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
## Parallax Image
--------------------------------------------------------------*/
.tt-parallax__image {
  position: relative;
}

.tt-parallax__image .parallax-image {
  position: relative;
  z-index: 2;
  margin: 0 -160px 0 -105px;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.tt-parallax__image .shape-image {
  position: absolute;
  top: -45px;
  left: -55px;
}

@media (max-width: 420px) {
  .tt-parallax__image .shape-image {
    top: -20px;
  }
}

.tt-parallax__image .shape-image svg {
  width: 557px;
}

@media (max-width: 767px) {
  .tt-parallax__image .shape-image svg {
    width: 400px;
  }
}

@media (max-width: 420px) {
  .tt-parallax__image .shape-image svg {
    width: 270px;
  }
}

@media (max-width: 1024px) {
  .tt-parallax__image .shape-image {
    left: 50%;
    transform: translateX(-50%);
  }
}

.tt-parallax__image--two .shape-image {
  left: auto;
  right: 0;
  top: -31px;
}

.tt-parallax__image--two .shape-image svg {
  width: 496px;
  margin-top: -14px;
}

@media (max-width: 991px) {
  .tt-parallax__image--two .shape-image {
    right: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .tt-parallax__image--two .shape-image {
    right: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .tt-parallax__image--two .shape-image svg {
    width: 370px;
  }
}

@media (max-width: 420px) {
  .tt-parallax__image--two .shape-image svg {
    width: 300px;
  }
}

.tt-parallax__image--two .parallax-image {
  margin: 0px -77px 0px -53px;
}

@media (max-width: 991px) {
  .tt-parallax__image--two .parallax-image {
    margin: 0;
  }
}

.tt-parallax__image--three {
  max-width: 430px;
  margin: 0 auto;
}

.tt-parallax__image--three .image-one img,
.tt-parallax__image--three .image-two img {
  border-radius: 6px;
  box-shadow: 0px 40px 70px 0px rgba(0, 9, 40, 0.16);
}

.tt-parallax__image--three .image-two {
  position: absolute;
  right: -20px;
  top: 42%;
}

.tt-parallax__image--three .shape-image {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -85px;
  right: -40px;
}

@media (max-width: 767px) {
  .tt-parallax__image--three .shape-image {
    right: 0;
    bottom: 0;
  }

  .tt-parallax__image--three .shape-image svg {
    width: 500px;
  }
}

@media (max-width: 767px) {
  .tt-parallax__image--three .image-one img {
    max-width: 270px;
  }

  .tt-parallax__image--three .image-two {
    right: 20px;
  }

  .tt-parallax__image--three .image-two img {
    max-width: 200px;
  }
}

.tt-parallax__image--four .parallax-image {
  margin: 0;
  text-align: right;
  max-width: 472px;
}

.tt-parallax__image--four .shape-image {
  top: 80px;
  left: 50%;
  transform: translateX(-55%);
}

.tt-parallax__image--four .image-two {
  position: absolute;
  left: 0;
  bottom: 170px;
}

.tt-parallax__image--four .image-two img {
  border-radius: 6px;
  box-shadow: 0px 40px 50px 0px rgba(0, 9, 40, 0.2);
}

.tt-parallax__image--five {
  max-width: 575px;
  margin: 0 auto;
}

.tt-parallax__image--five .shape-image {
  top: 28px;
  left: -58px;
}

@media (max-width: 620px) {
  .tt-parallax__image--five .shape-image {
    left: 0;
    top: 0;
  }
}

.tt-parallax__image--five .parallax-image {
  margin: 0px;
}

.tt-parallax__image--five .image-two {
  position: absolute;
  right: 0;
  top: 0;
}

.tt-parallax__image--five .image-one img,
.tt-parallax__image--five .image-two img {
  border-radius: 6px;
}

@media (max-width: 767px) {

  .tt-parallax__image--five .image-one,
  .tt-parallax__image--five .image-two {
    width: 48%;
  }
}

.parallax-image-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 620px;
  height: 500px;
}

@media (max-width: 1023px) {
  .parallax-image-list {
    margin: 0 auto;
    left: auto;
  }
}

@media (max-width: 767px) {
  .parallax-image-list {
    max-width: 420px;
    height: 355px;
  }
}

@media (max-width: 420px) {
  .parallax-image-list {
    max-width: 300px;
    height: 290px;
  }
}

.parallax-image-list li {
  position: absolute;
}

.parallax-image-list li img {
  box-shadow: 0px 40px 70px 0px rgba(0, 9, 40, 0.1);
  border-radius: 6px;
}

.parallax-image-list li.image-static {
  position: static;
}

.parallax-image-list li:nth-child(1) {
  top: 30px;
  left: 0;
}

@media (max-width: 767px) {
  .parallax-image-list li:nth-child(1) {
    width: 175px;
  }
}

@media (max-width: 420px) {
  .parallax-image-list li:nth-child(1) {
    width: 120px;
  }
}

.parallax-image-list li:nth-child(2) {
  right: 40px;
  top: 0;
}

@media (max-width: 767px) {
  .parallax-image-list li:nth-child(2) {
    width: 190px;
  }
}

@media (max-width: 420px) {
  .parallax-image-list li:nth-child(2) {
    width: 150px;
    right: 20px;
  }
}

.parallax-image-list li:nth-child(3) {
  left: 50px;
  bottom: 0;
}

@media (max-width: 767px) {
  .parallax-image-list li:nth-child(3) {
    width: 120px;
    left: 55px;
  }
}

@media (max-width: 420px) {
  .parallax-image-list li:nth-child(3) {
    width: 100px;
    left: 20px;
  }
}

.parallax-image-list li:nth-child(4) {
  right: 0;
  bottom: 30px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .parallax-image-list li:nth-child(4) {
    right: 50px;
    max-width: 320px;
    bottom: 65px;
  }
}

@media (max-width: 767px) {
  .parallax-image-list li:nth-child(4) {
    width: 230px;
    bottom: 65px;
  }
}

@media (max-width: 420px) {
  .parallax-image-list li:nth-child(4) {
    width: 170px;
    bottom: 70px;
  }
}

.parallax-image-list_two {
  position: relative;
  width: 570px;
  height: 510px;
  list-style: none;
}

@media (max-width: 767px) {
  .parallax-image-list_two {
    margin: 0 auto;
    width: 420px;
    height: 390px;
    padding-left: 0;
  }
}

@media (max-width: 420px) {
  .parallax-image-list_two {
    width: 290px;
    height: 270px;
  }
}

.parallax-image-list_two li {
  position: absolute;
}

.parallax-image-list_two li img {
  border-radius: 6px;
  box-shadow: 0 40px 70px 0 rgba(0, 9, 40, 0.1);
}

.parallax-image-list_two li:nth-child(1) {
  left: 0;
  top: 40px;
}

@media (max-width: 767px) {
  .parallax-image-list_two li:nth-child(1) {
    width: 200px;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 420px) {
  .parallax-image-list_two li:nth-child(1) {
    width: 150px;
  }
}

.parallax-image-list_two li:nth-child(2) {
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .parallax-image-list_two li:nth-child(2) {
    width: 200px;
  }
}

@media (max-width: 420px) {
  .parallax-image-list_two li:nth-child(2) {
    width: 120px;
  }
}

.parallax-image-list_two li:nth-child(3) {
  bottom: 50px;
  right: 50px;
}

@media (max-width: 767px) {
  .parallax-image-list_two li:nth-child(3) {
    width: 150px;
    bottom: 30px;
  }
}

@media (max-width: 420px) {
  .parallax-image-list_two li:nth-child(3) {
    width: 100px;
    bottom: 35px;
    right: 20px;
  }
}

.modal-trigger-btn,
.modal-box-modal-lower-close {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.modal-trigger-btn i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.premium-btn-md {
  padding: 8px 14px;
  font-size: 16px;
  line-height: 1.2;
}

.premium-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.premium-btn-block {
  display: block;
  width: 100%;
}

.modal-box-modal-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.modal-box-modal-close:hover,
.modal-box-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button.modal-box-modal-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-box-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-box-modal .modal-box-modal-dialog {
  position: absolute;
  max-height: -webkit-calc(100vh - 150px);
  max-height: calc(100vh - 150px);
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}

.modal-box-modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
}

.modal-backdrop.premium-in {
  filter: alpha(opacity=50);
  opacity: 0.5 !important;
}

.premium-in {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.premium-in {
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.modal-box-modal-header {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-box-modal-header .modal-box-modal-close {
  margin-top: -2px;
}

.modal-box-modal-header .modal-box-modal-title {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.modal-box-modal-header .modal-box-modal-title svg {
  width: 50px;
  height: 60px;
}

.modal-box-modal-body {
  position: relative;
  padding: 15px;
  overflow: hidden;
}

.modal-box-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-trigger-text {
  background: none !important;
  display: inline-block;
}

.modal-box-container {
  width: 100% !important;
}

@media (min-width: 768px) {
  .modal-box-modal-dialog {
    width: 700px;
    max-height: 600px;
    overflow: auto;
  }
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.tt-portfolio__filter {
  margin-bottom: 61px;
  padding: 0 0 6px;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #eff1f6;
}

.tt-portfolio__filter li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #777580;
}

.tt-portfolio__filter li:not(:last-child) {
  margin-right: 29px;
}

.tt-portfolio__filter li a {
  color: #777580;
  padding-right: 7px;
}

.tt-portfolio__filter li a.isActive {
  color: #2a5cff;
}

.tt-portfolio__filter li a:hover {
  color: #2a5cff;
}

.tt-portfolio__item {
  border-radius: 10px;
  position: relative;
}

.tt-portfolio__item:hover .tt-portfolio__thumbnail-wrapper {
  transition: all 0.3s ease-in-out;
}

.tt-portfolio__item:hover .tt-portfolio__thumbnail-wrapper:after {
  opacity: 1;
  visibility: visible;
}

.tt-portfolio__item:hover .tt-portfolio__thumbnail-wrapper img {
  transform: scale(1);
}

.tt-portfolio__item:hover .tt-portfolio__info .tt-portfolio__title,
.tt-portfolio__item:hover .tt-portfolio__info .tt-portfolio__cat span {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.tt-portfolio__item:hover .tt-portfolio__info-bottom {
  opacity: 0;
}

.tt-portfolio__item:hover .tt-portfolio__title-bottom,
.tt-portfolio__item:hover .tt-portfolio__cat-bottom {
  opacity: 0;
}

.tt-portfolio__item:hover .tt-portfolio__topinfo {
  opacity: 1;
}

.tt-portfolio__item:hover .tt-portfolio__topinfo a {
  transform: scale(1);
}

.tt-portfolio__post-thumbnail {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.tt-portfolio__thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.tt-portfolio__thumbnail-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(42, 92, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  border-radius: 10px;
}

.tt-portfolio__thumbnail-wrapper img {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  width: 100%;
}

.tt-portfolio__topinfo {
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.tt-portfolio__topinfo a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.102);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transform: scale(0.5);
}

.tt-portfolio__topinfo a i.ei-icon_search {
  transform: rotate(270deg);
  display: inline-block;
}

.tt-portfolio__topinfo a:hover {
  background-color: #fff;
  color: #0c1636;
}

.tt-portfolio__info {
  position: absolute;
  bottom: 37px;
  left: 0;
  padding: 0 40px;
  z-index: 2;
  height: max-content;
  transform: translateY(10px);
  overflow: hidden;
}

.tt-portfolio__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  overflow: hidden;
  height: max-content;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}

.tt-portfolio__title:hover {
  color: rgba(255, 255, 255, 0.9);
}

.tt-portfolio__cat {
  height: max-content;
  visibility: hidden;
  font-size: 14px;
}

.tt-portfolio__cat span {
  color: rgba(255, 255, 255, 0.502);
  transform: translateY(20px);
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-block;
}

.tt-portfolio__info-bottom {
  padding: 15px 30px 0;
}

.tt-portfolio__title-bottom {
  font-size: 18px;
  font-weight: 700;
  color: #0c1636;
  margin: 0;
}

.tt-portfolio__cat-bottom {
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
}

.indicator {
  background: #2a5cff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  bottom: 0;
}

/* Portfolio Single */
.portfolio-header {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.portfolio-header .container {
  margin-top: 87px;
}

.portfolio-header .portfolio-cat {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #2a5cff;
  padding: 2px 14px 3px;
  border-radius: 6px;
  line-height: 1;
  margin-bottom: 11px;
}

.portfolio-header .portfolio-title {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .portfolio-header .portfolio-title {
    font-size: 46px;
  }
}

.portfolio-header .info-description {
  font-size: 24px;
  color: #0c1636;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .portfolio-header .info-description {
    font-size: 18px;
  }
}

.portfolio-header .portfolio-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .portfolio-header .portfolio-info-list {
    margin-top: 40px;
  }
}

.portfolio-header .portfolio-info-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.portfolio-header .portfolio-info-list li:not(:last-child) {
  margin-right: 90px;
}

@media (max-width: 1200px) {
  .portfolio-header .portfolio-info-list li:not(:last-child) {
    margin-right: 50px;
  }
}

.portfolio-header .portfolio-info-list li span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #0c1636;
  line-height: 1;
}

.portfolio-header .animated-shape {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 576px) {
  .portfolio-header .animated-shape {
    display: none;
  }
}

.portfolio-header .animated-shape li {
  position: absolute;
}

.portfolio-header .animated-shape li:nth-child(1) {
  left: 0;
  top: 45%;
}

.portfolio-header .animated-shape li:nth-child(2) {
  right: 175px;
  bottom: 100px;
}

@media (max-width: 767px) {
  .portfolio-header .animated-shape li:nth-child(2) {
    right: 70px;
  }
}

.portfolio-header .animated-shape li:nth-child(3) {
  right: 115px;
  top: 175px;
}

@media (max-width: 767px) {
  .portfolio-header .animated-shape li:nth-child(3) {
    right: 50px;
  }
}

.portfolio_details_area {
  padding-bottom: 115px;
}

.portfolio-content {
  position: relative;
}

.portfolio-content .portfolio-share {
  top: 100px;
  left: 220px;
}

@media (max-width: 640px) {
  .portfolio-content .portfolio-share {
    display: flex;
    margin: 30px 0;
  }
}

@media (min-width: 641px) {
  .portfolio-content .portfolio-share {
    position: absolute;
    width: 34px;
  }
}

@media (max-width: 1600px) {
  .portfolio-content .portfolio-share {
    left: 8%;
  }
}

@media (max-width: 1440px) {
  .portfolio-content .portfolio-share {
    left: 5%;
  }
}

@media (max-width: 767px) {
  .portfolio-content .portfolio-share {
    left: 20px;
  }
}

.portfolio-content .share-title {
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 641px) {
  .portfolio-content .share-title {
    transform: rotate(-90deg);
  }
}

@media (max-width: 640px) {
  .portfolio-content .share_social-wpapper {
    order: 2;
  }
}

.portfolio-content .social-share-link {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .portfolio-content .social-share-link {
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

.portfolio-content .social-share-link li {
  margin-bottom: 10px;
}

@media (min-width: 641px) {
  .portfolio-content .social-share-link li:not(:last-child) {
    margin-right: 0;
  }
}

.portfolio-content .social-share-link li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 13px;
  border: 0;
}

.portfolio-content .social-share-link li a:hover {
  background-color: transparent;
}

.portfolio-content .social-share-link li a i {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 34px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.portfolio-content .social-share-link li a i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.portfolio-content .social-share-link li a i.fa-facebook-f:after {
  background-color: #37589e;
}

.portfolio-content .social-share-link li a i.fa-twitter:after {
  background-color: #119ff6;
}

.portfolio-content .social-share-link li a i.fa-pinterest-p:after {
  background-color: #db172a;
}

.portfolio-content .social-share-link li a i.fa-linkedin-in:after {
  background-color: #0584c6;
}

.portfolio-content .social-share-link li a i:hover:after {
  transform: scale(1.15);
}

.portfolio-related-post .tt-portfolio__post-thumbnail {
  border-radius: 6px;
}

.portfolio-related-post .tt-portfolio__post-thumbnail img {
  height: 385px;
  object-fit: cover;
  width: 100%;
}

.tt-feature__image {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.tt-feature__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000822 0%, rgba(0, 8, 34, 0) 100%);
  transition: all 0.3s ease-in-out;
}

.tt-feature__image img {
  transition: all 0.3s ease-in-out;
}

.tt-feature__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.tt-feature__title {
  color: #fff;
  font-size: 20px;
}

.tt-feature__title a {
  color: #fff;
}

.tt-feature__cat {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.tt-feature:hover .tt-feature__image img {
  transform: scale(1.1);
}

.tt-feature--two {
  transition: all 0.3s ease-in-out;
}

.tt-feature--two .tt-feature__image:after {
  background-image: linear-gradient(0deg, #1a82f5 0%, rgba(26, 130, 245, 0) 100%);
  opacity: 0.949;
}

.tt-feature--two:hover {
  box-shadow: 0px 30px 50px 0px rgba(10, 96, 194, 0.3);
}

.feature-control {
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: space-between;
  margin-left: auto;
}

@media (max-width: 767px) {
  .feature-control {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.feature-control .testi-next,
.feature-control .testi-prev {
  width: 30px;
  cursor: pointer;
}

.feature-control .testi-next svg,
.feature-control .testi-prev svg {
  fill: #b3b5bd;
  transition: all 0.3s ease-in-out;
}

.feature-control .testi-next svg:hover,
.feature-control .testi-prev svg:hover {
  fill: #2a5cff;
}

.feature-pagination {
  margin-top: 43px;
  text-align: center;
}

.feature-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 2px solid #e3e4e9;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease-in-out;
}

.feature-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2a5cff;
  border-color: #2a5cff;
}

/*--------------------------------------------------------------
## product
--------------------------------------------------------------*/
.tt-product {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  padding: 10px;
}

.tt-product__image {
  overflow: hidden;
}

.tt-product__image img {
  transition: all 0.3s ease-in-out;
}

.tt-product__image a {
  display: block;
  position: relative;
}

.tt-product__image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.tt-product__image:hover a:before {
  opacity: 1;
}

.tt-product__image:hover img {
  transform: scale(1.1);
}

.tt-product__info {
  padding: 20px 20px 15px;
}

.tt-product__title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.tt-product p {
  margin: 0;
  font-size: 14px;
}

.tt-product__wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.tt-product__product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}

.tt-product__sale-count {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: #afafaf;
}

.tt-product__price-info {
  display: flex;
  align-items: flex-end;
}

.tt-product__offer-price {
  font-size: 18px;
  font-weight: 400;
  color: #a2a2a2;
  text-decoration: line-through;
  margin-right: 10px;
  margin-bottom: 0;
}

.tt-product__sale-price {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.slider-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.slider-pagination .swiper-pagination-bullet {
  margin: 0 5px !important;
  height: 10px;
  width: 10px;
  background: #dbd9e3;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2a5cff;
}

.testimonial-control {
  display: flex;
  width: 90px;
  justify-content: space-between;
  margin-left: auto;
}

.testimonial-control>div {
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  outline: 0;
  cursor: pointer;
  font-size: 20px;
}

.testimonial-control>div:hover {
  background: #2a5cff;
  color: #fff;
}

.testimonial--one {
  display: flex;
  align-items: center;
  max-width: 830px;
  margin: 0 auto;
  background-color: transparent !important;
}

@media (max-width: 1024px) {
  .testimonial--one {
    display: block;
  }
}

.testimonial--one .testimonial__info-wrapper {
  width: 200px;
}

@media (max-width: 1024px) {
  .testimonial--one .testimonial__info-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
}

.testimonial--one .testimonial__info {
  text-align: center;
}

.testimonial--one .testimonial__info .avatar {
  margin: 0 auto 12px;
}

.testimonial--one .testimonial__content {
  max-width: 570px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 1024px) {
  .testimonial--one .testimonial__content {
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
  }
}

.testimonial--one .testimonial__content:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 120px;
  background: #e7e9ed;
  left: 0;
  top: 42px;
}

@media (max-width: 1024px) {
  .testimonial--one .testimonial__content:after {
    display: none;
  }
}

.testimonial__info .avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.testimonial__info .avatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial__content p {
  font-size: 20px;
  line-height: 34px;
  color: #0c1636;
}

.testimonial__date {
  font-size: 14px;
  color: #4f5158;
  display: block;
}

.testimonial .tt-star-rating {
  margin-bottom: 7px;
}

.testimonial__name {
  font-size: 16px;
  font-weight: 700;
  color: #0c1636;
  margin: 0;
}

.testimonial__designation {
  font-size: 14px;
  color: #4f5158;
  display: block;
  line-height: 20px;
}

.testimonial--two {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  transition: all 0.3s ease-in-out;
}

.testimonial--two .testimonial__info {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.testimonial--two .testimonial__info .avatar {
  margin-right: 10px;
}

.testimonial--two .testimonial__content p {
  font-size: 16px;
  line-height: 28px;
  color: #4f5158;
  margin: 0;
}

.testimonial--two .testimonial__content .review-link {
  display: inline-block;
  margin-top: 22px;
  color: #0c1636;
  font-size: 15px;
  font-weight: 500;
}

.testimonial--two .testimonial__content .review-link:hover {
  color: #2a5cff;
}

.testimonial--two:hover {
  box-shadow: 0px 40px 40px 0px rgba(0, 9, 40, 0.08);
}

.testimonial--three {
  background-color: #fff;
  border-radius: 6px;
  padding: 50px;
}

.testimonial--three .quote {
  margin-bottom: 20px;
}

.testimonial--three .quote img {
  text-shadow: 0px 10px 20px rgba(194, 10, 77, 0.2);
}

.testimonial--three .testimonial__content p {
  color: #4f5158;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 28px;
}

.testimonial--three .testimonial__name {
  font-size: 18px;
}

.testimonial--four .testimonial__avater {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 30px 40px 0px rgba(0, 9, 40, 0.14);
  margin-bottom: 25px;
}

.testimonial--four .testimonial__avater img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial--four .testimonial__title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 13px;
}

.testimonial--four .testimonial__content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.902);
  line-height: 30px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .testimonial--four .testimonial__content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.testimonial--four .testimonial__bio .testimonial__name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 2px;
}

.testimonial--four .testimonial__bio .testimonial__designation {
  color: #d9dce7;
}

.testimonial--five {
  text-align: center;
  background-color: transparent !important;
}

.testimonial--five .testimonial__content .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ffff;
}

.testimonial--five .testimonial__content p {
  font-size: 24px;
  line-height: 36px;
  max-width: 620px;
  margin: 0 auto 40px;
  color: #ffff;
}

@media (max-width: 767px) {
  .testimonial--five .testimonial__content p {
    font-size: 18px;
    line-height: 28px;
  }
}

.testimonial--five .testimonial__info .avatar {
  margin: 0 auto 20px;
  height: 65px;
  width: 65px;
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
  border: 3px solid #fff;
}

.testimonial--five .testimonial__name {
  font-size: 20px;
  color: #fff;
  margin-bottom: 3px;
}

.testimonial--five .testimonial__designation {
  color: rgba(255, 255, 255, 0.8);
}

.testimonial--six {
  background-color: #fff;
  padding: 30px;
}

.testimonial--six .testimonial__info-wrap {
  display: flex;
  align-items: center;
}

.testimonial--six .testimonial__avater {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.testimonial--six .testimonial__content {
  margin-bottom: 25px;
}

.testimonial--six .testimonial__content p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
}

.testimonial--seven .testimonial__info-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.testimonial--seven .testimonial__avater {
  margin-right: 20px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.testimonial--seven .testimonial__avater img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial--seven .testimonial__name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.testimonial--seven .testimonial__designation {
  color: rgba(255, 255, 255, 0.6);
}

.testimonial--seven .testimonial__content p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.testimonial--eight {
  background-color: transparent;
  padding: 0;
}

.testimonial--eight .tt-star-rating {
  font-size: 14px;
}

.testimonial--eight .testimonial__info-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.testimonial--eight .testimonial__avater {
  margin-right: 20px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.testimonial--eight .testimonial__avater img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial--eight .testimonial__name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.testimonial--eight .testimonial__designation {
  color: rgba(255, 255, 255, 0.6);
}

.testimonial--eight .testimonial__content p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.tt-testimonial.style-1 {
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .tt-testimonial.style-1 {
    padding-bottom: 50px;
  }
}

.tt-testimonial.style-1 .testimonial-pagination {
  bottom: auto;
  transform: translateY(-50%);
  top: 50%;
  width: fit-content;
  z-index: 2;
}

@media (max-width: 991px) {
  .tt-testimonial.style-1 .testimonial-pagination {
    bottom: 0;
  }
}

@media (max-width: 1024px) {
  .tt-testimonial.style-1 .testimonial-pagination {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.tt-testimonial.style-1 .testimonial-pagination .swiper-pagination-bullet {
  display: block;
  margin: 10px 0 !important;
}

@media (max-width: 1024px) {
  .tt-testimonial.style-1 .testimonial-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 5px !important;
  }
}

.tt-testimonial.style-1 .swiper-slide .testimonial__info .avatar,
.tt-testimonial.style-1 .swiper-slide .testimonial__info .testimonial__bio {
  transform: translateY(-20px);
  transition: all 0.5s;
  opacity: 0;
}

.tt-testimonial.style-1 .swiper-slide .testimonial__info .testimonial__bio {
  transition-delay: 0.3s;
}

.tt-testimonial.style-1 .swiper-slide .testimonial__content .tt-star-rating,
.tt-testimonial.style-1 .swiper-slide .testimonial__content p,
.tt-testimonial.style-1 .swiper-slide .testimonial__content .testimonial__date {
  transform: translateY(-10px);
  transition: all 0.5s;
  opacity: 0;
}

.tt-testimonial.style-1 .swiper-slide .testimonial__content p {
  transition-delay: 0.3s;
}

.tt-testimonial.style-1 .swiper-slide.swiper-slide-active .testimonial__info .avatar,
.tt-testimonial.style-1 .swiper-slide.swiper-slide-active .testimonial__info .testimonial__bio {
  transform: translateY(0);
  opacity: 1;
}

.tt-testimonial.style-1 .swiper-slide.swiper-slide-active .testimonial__content .tt-star-rating,
.tt-testimonial.style-1 .swiper-slide.swiper-slide-active .testimonial__content p,
.tt-testimonial.style-1 .swiper-slide.swiper-slide-active .testimonial__content .testimonial__date {
  transform: translateY(0);
  opacity: 1;
}

.tt-testimonial.style-2 {
  padding: 20px 0 70px;
}

.tt-testimonial.style-3 {
  box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.12);
}

.tt-testimonial.style-6 .testimonial-control {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.tt-testimonial.style-6 .testimonial-control>div {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.141);
  color: #fff;
}

.tt-testimonial.style-6 .testimonial-control>div:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.tt-testimonial.style-7 {
  background-color: rgba(0, 9, 42, 0.949);
  padding: 60px 50px 49px;
  border-radius: 10px;
}

.style-4 {
  border-radius: 4px;
  background-color: #2a5cff;
  padding: 50px;
  box-shadow: 0 30px 60px 0 rgba(2, 36, 145, 0.2);
}

@media (max-width: 991px) {
  .style-4 {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .style-4 {
    padding: 40px 30px;
  }
}

.testi-pagi-two {
  margin-top: 41px;
}

.testi-pagi-two .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 14px;
  height: 14px;
  transition: all 0.3s ease-in-out;
}

.testi-pagi-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
}

.testimonial--grid {
  margin-bottom: 30px;
}

.testimonial-thumb {
  margin-top: 40px;
  max-width: 195px;
  margin-left: 30px !important;
}

.testimonial-thumb .swiper-slide .testiminial-nav-thumb {
  transform: scale(0.7);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 70px;
  height: 70px;
}

.testimonial-thumb .swiper-slide .testiminial-nav-thumb img {
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial-thumb .swiper-slide.swiper-slide-thumb-active .testiminial-nav-thumb {
  transform: scale(1);
}

/* Rating Style */
.tt-star-1:before,
.tt-star-2:before,
.tt-star-3:before,
.tt-star-4:before,
.tt-star-5:before {
  content: "\f006";
  color: #ff9915;
}

.tt-star-05 .tt-star-1:before,
.tt-star-15 .tt-star-2:before,
.tt-star-25 .tt-star-3:before,
.tt-star-35 .tt-star-4:before,
.tt-star-45 .tt-star-5:before {
  content: "\f123";
  color: #ff9915;
}

.tt-star-10 .tt-star-1:before,
.tt-star-15 .tt-star-1:before,
.tt-star-20 .tt-star-1:before,
.tt-star-20 .tt-star-2:before,
.tt-star-25 .tt-star-1:before,
.tt-star-25 .tt-star-2:before,
.tt-star-30 .tt-star-1:before,
.tt-star-30 .tt-star-2:before,
.tt-star-30 .tt-star-3:before,
.tt-star-35 .tt-star-1:before,
.tt-star-35 .tt-star-2:before,
.tt-star-35 .tt-star-3:before,
.tt-star-40 .tt-star-1:before,
.tt-star-40 .tt-star-2:before,
.tt-star-40 .tt-star-3:before,
.tt-star-40 .tt-star-4:before,
.tt-star-45 .tt-star-1:before,
.tt-star-45 .tt-star-2:before,
.tt-star-45 .tt-star-3:before,
.tt-star-45 .tt-star-4:before,
.tt-star-50 .tt-star-1:before,
.tt-star-50 .tt-star-2:before,
.tt-star-50 .tt-star-3:before,
.tt-star-50 .tt-star-4:before,
.tt-star-50 .tt-star-5:before {
  content: "\f005";
  color: #ff9915;
}

.swiper-pagination {
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%) !important;
}

.swiper-pagination-two {
  margin-left: 125px;
  margin-top: 35px;
}

@media (max-width: 576px) {
  .swiper-pagination-two {
    margin-left: 75px;
  }
}

.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-two .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  outline: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  background: transparent;
  border: 1px solid #2a5cff;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2a5cff;
}

.tt-testimonial-wrapper-two {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 50px;
}

.tt-testimonial-wrapper-two .bg-shape {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.tt-testimonial-wrapper-two .tt-testimonial-inner-wrap {
  box-shadow: 0px -3px 0px 0px rgba(72, 99, 240, 0.004), 0px 40px 40px 0px rgba(0, 8, 46, 0.1);
  background: #fff;
  border-radius: 10px;
  border-top: 3px solid #2a5cff;
  padding: 25px 50px 60px;
  position: relative;
}

@media (max-width: 576px) {
  .tt-testimonial-wrapper-two .tt-testimonial-inner-wrap {
    padding: 25px 30px 40px;
  }
}

.tt-testimonial-wrapper-two .quote_image {
  margin-left: 95px;
  height: 75px;
}

@media (max-width: 576px) {
  .tt-testimonial-wrapper-two .quote_image {
    margin-left: 45px;
  }
}

.testimonial-two {
  display: flex;
  flex-wrap: wrap;
}

.testimonial-two .avatar {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 576px) {
  .testimonial-two .avatar {
    height: 60px;
    width: 60px;
    margin-right: 20px;
  }
}

.testimonial-two .avatar img {
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.testimonial-two svg {
  margin-left: -35px;
}

.testimonial-two .testimonial-info-wrapper {
  flex: 2;
}

.testimonial-two .testimonial-info-wrapper p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .testimonial-two .testimonial-info-wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
}

.testimonial-two .testimonial-info-wrapper .testi-info .name {
  font-size: 20px;
  margin: 0;
}

.testimonial-two .testimonial-info-wrapper .testi-info .designation {
  font-size: 15px;
  color: #777983;
}

.testimonial-control-two {
  display: flex;
  margin-top: 28px;
}

.testimonial-control-two .testi-prev,
.testimonial-control-two .testi-next {
  color: rgba(255, 255, 255, 0.302);
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  cursor: pointer;
}

.testimonial-control-two .testi-prev:hover,
.testimonial-control-two .testi-next:hover {
  color: #fff;
}

.testimonial-control-two .testi-prev {
  margin-right: 10px;
}

/*--------------------------------------------------------------
## Counting
--------------------------------------------------------------*/
.tt-counter {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .tt-counter {
    flex-wrap: wrap;
  }
}

.tt-counter__count {
  color: #6353fe;
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 991px) {
  .tt-counter .tt-counter__item {
    width: 50%;
    margin-bottom: 40px;
  }
}

.tt-counter .tt-counter__item.style_two {
  padding: 0 15px;
  position: relative;
}

.tt-counter .tt-counter__item.style_two:not(:last-child):after {
  content: "";
  position: absolute;
  right: -60%;
  top: 50%;
  transform: translateY(-50%);
  height: 140px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 991px) {
  .tt-counter .tt-counter__item.style_two:after {
    right: 0 !important;
  }

  .tt-counter .tt-counter__item.style_two:nth-child(2):after {
    display: none;
  }
}

.tt-counter .tt-counter__item.style_two .tt-counter__count {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
}

.tt-counter .tt-counter__item.style_two .tt-counter__count .suffix {
  margin-left: -8px;
  font-weight: 500;
}

.tt-counter .tt-counter__item.style_two .tt-counter__title {
  color: rgba(255, 255, 255, 0.5);
}

.tt-counter__title {
  font-size: 16px;
  color: #75777d;
  font-weight: 400;
  margin: 0;
}

.tt-counter .suffix {
  display: inline-block;
  margin-left: -10px;
}

.tt-counter.style_three {
  flex-wrap: wrap;
  justify-content: inherit;
}

.tt-counter.style_three .tt-counter__item {
  width: 33.33%;
  padding: 60px 70px;
  background-color: #2a5cff;
}

@media (max-width: 991px) {
  .tt-counter.style_three .tt-counter__item {
    padding: 50px 40px;
  }
}

@media (max-width: 767px) {
  .tt-counter.style_three .tt-counter__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.tt-counter.style_three .tt-counter__item .tt-counter__count {
  color: #fff;
  font-weight: 800;
  font-size: 50px;
}

@media (max-width: 991px) {
  .tt-counter.style_three .tt-counter__item .tt-counter__count {
    font-size: 34px;
  }
}

.tt-counter.style_three .tt-counter__item .tt-counter__count .suffix {
  font-weight: 400;
}

.tt-counter.style_three .tt-counter__item .tt-counter__title {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.tt-counter.style_three .tt-counter__item:nth-child(2) {
  background-color: #121d41;
}

.tt-counter.style_three .tt-counter__item:nth-child(3) {
  background-color: #f63a6f;
}

.tt-counter.style_four {
  flex-wrap: wrap;
  max-width: 460px;
}

.tt-counter.style_four .tt-counter__item {
  background-color: #fff;
  box-shadow: 0 30px 50px 0 rgba(0, 9, 40, 0.1);
  padding: 14px 15px;
  width: 24%;
  text-align: center;
}

@media (max-width: 480px) {
  .tt-counter.style_four .tt-counter__item {
    width: 49%;
    margin-bottom: 10px;
  }
}

.tt-counter.style_four .tt-counter__item .counter {
  font-size: 40px;
  color: #2a5cff;
}

.tt-counter.style_four .tt-counter__item .tt-counter__title {
  font-size: 14px;
  font-weight: 500;
  color: #0c1636;
}

/*--------------------------------------------------------------
## Logo Carousel
--------------------------------------------------------------*/
.tt-logo-carousel .swiper-wrapper {
  align-items: center;
  justify-content: space-between;
}

.client_logo {
  transition: all 0.3s ease-in-out;
}

.client_logo img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  max-width: 130px !important;
}

.client_logo:hover img {
  opacity: 1;
  filter: grayscale(0);
}

.logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.logo-list.style_two {
  flex-wrap: wrap;
}

.logo-list.style_two li {
  margin-bottom: 30px;
  padding-right: 30px;
  margin-right: 0 !important;
}

.logo-list.style_two li img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.logo-list.style_two li:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.logo-list li:not(:last-child) {
  margin-right: 20px;
  text-align: center;
}

.logo-list li .tt-star-rating span {
  font-size: 14px;
}

.logo-list.column_3 li {
  width: 33.33%;
  text-align: left;
}

@media (max-width: 767px) {
  .logo-list.column_3 li {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .logo-list.column_3 li {
    width: 50%;
    text-align: center;
  }
}

.logo-list.column_4 li {
  width: 25%;
}

@media (max-width: 640px) {
  .logo-list.column_4 li {
    width: 33.33%;
  }
}

@media (max-width: 480px) {
  .logo-list.column_4 li {
    width: 50%;
  }
}

.logo-list.column_5 li {
  width: 20%;
}

@media (max-width: 767px) {
  .logo-list.column_5 li {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .logo-list.column_5 li {
    width: 50%;
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/
.yearly-price {
  display: none;
}

.form-switch {
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 50px;
}

.form-switch span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  z-index: 2;
  position: relative;
  line-height: 35px;
  color: #6a6971;
  cursor: pointer;
}

.form-switch .switch-icon {
  position: relative;
  width: 65px;
  background: #f0f4f7;
  border-radius: 30px;
  transition: all 0.3s linear;
  height: 30px;
  margin: 0 20px;
}

.form-switch .switch-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 16px;
  height: 16px;
  background: #2a5cff;
  border-radius: 30px;
  transform: translate3d(-4px, 0, 0) translateY(-50%);
  transition: all 0.4s ease-in-out;
}

.form-switch .switch-icon.yearly:after {
  transform: translate3d(32px, 0, 0) translateY(-50%);
}

.form-switch.monthly .beforeinput {
  color: #2a5cff;
}

.form-switch.yearly .afterinput {
  color: #2a5cff;
}

.form-switch.yearly .switch-icon:after {
  transform: translate3d(32px, 0, 0) translateY(-50%);
}

.pricing-table {
  position: relative;
  overflow: hidden;
  padding: 46px 0 50px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 50px 0 rgba(9, 11, 41, 0.1);
}

.pricing-table .pricing-header {
  position: relative;
  margin-bottom: 27px;
  border-bottom: 1px solid #ebedf3;
  padding: 0 40px 25px;
}

.pricing-table .pricing-header .price-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #686979;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.pricing-table .pricing-header .price-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.pricing-table .pricing-header .price {
  font-size: 40px;
  font-weight: 700;
  color: #0c1636;
  line-height: 1;
  margin-bottom: 11px;
  transition: all 0.3s ease-in-out;
}

.pricing-table .pricing-header .price .period {
  font-size: 14px;
  font-weight: 400;
  color: #4f5158;
  transition: all 0.3s ease-in-out;
}

.pricing-table .price-feture {
  margin: 0 0 37px;
  padding: 0 40px;
  list-style: none;
}

.pricing-table .price-feture li {
  display: block;
  font-size: 15px;
  color: #4f5158;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 9px;
}

.pricing-table .price-feture li:before {
  content: "N";
  position: absolute;
  font-family: eleganticons;
  left: 0;
  top: 3px;
  font-size: 14px;
  color: #2a5cff;
  transition: all 0.3s ease-in-out;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #e9eeff;
}

.pricing-table .price-feture li span {
  color: #0c1636;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.pricing-table .feature-label {
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  top: 30px;
  background-color: #4a47df;
  padding: 0 23px 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.pricing-table .feature-label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 10px solid #fff;
  right: -1px;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.pricing-table .action {
  padding: 0 40px;
}

.pricing-table .action .tt__btn {
  display: block;
  text-align: center;
}

.pricing-table.style_one {
  border-top: 3px solid transparent;
}

.pricing-table.style_one:hover {
  border-color: #2a5cff;
}

.tt-pricing-plan {
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 991px) {
  .tt-pricing-plan {
    display: block;
  }
}

.tt-pricing-plan .tt-price-info {
  background-color: #f1f3f6;
  padding: 78px 40px 85px;
  text-align: center;
  width: 420px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .tt-pricing-plan .tt-price-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.tt-pricing-plan .price-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #0c1636;
  margin-bottom: 49px;
}

.tt-pricing-plan .tt-price {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  margin-bottom: 3px;
}

.tt-pricing-plan .tt-price .suffix {
  font-weight: 300;
}

.tt-pricing-plan .tt-price .cent {
  font-size: 24px;
  font-weight: 500;
}

.tt-pricing-plan .period {
  color: #4f5158;
  margin-bottom: 32px;
}

.tt-pricing-plan .tt__btn {
  padding: 14px 30px;
  width: 200px;
  border-color: #2a5cff;
}

.tt-pricing-plan .tt__btn:before {
  background-color: #2a5cff;
}

.tt-pricing-plan .tt__btn:hover {
  color: #2a5cff;
}

.tt-pricing-plan .price-feature-info {
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 9, 40, 0.16);
  flex: 2;
}

@media (max-width: 991px) {
  .tt-pricing-plan .price-feature-info {
    width: 100%;
  }
}

.tt-pricing-plan .tt-price-feature-title {
  font-size: 24px;
  margin-bottom: 25px;
}

.tt-pricing-plan .feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.tt-pricing-plan .feature-list li {
  width: 50%;
  line-height: 34px;
}

@media (max-width: 576px) {
  .tt-pricing-plan .feature-list li {
    width: 100%;
  }
}

.tt-pricing-plan .feature-list li i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #27b261;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.tt-pricing-plan .pricing-content {
  border-top: 1px solid #ebedf3;
  padding: 20px 50px 20px;
}

.tt-pricing-plan .pricing-content p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6e6f75;
}

.tt-pricing-plan .feature-list-wrapper {
  padding: 45px 50px 43px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .tt-pricing-plan .feature-list-wrapper {
    padding: 45px 30px 43px;
  }
}

@media (max-width: 576px) {
  .tt-pricing-plan .feature-list-wrapper {
    padding: 45px 30px 43px;
  }
}

.pricing-table-three {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 45px 30px 55px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  box-shadow: 0px 30px 60px 0px rgba(0, 8, 46, 0.1);
  background: #fff;
}

.pricing-table-three .table-feature-image {
  min-height: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 32px;
}

.pricing-table-three .pricing-header {
  position: relative;
  margin-bottom: 25px;
}

.pricing-table-three .pricing-header .price {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #0c1636;
  margin-bottom: 0;
}

.pricing-table-three .pricing-header .price .cent {
  font-size: 18px;
}

.pricing-table-three .pricing-header .price .offer {
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(42, 92, 255, 0.102);
  color: #2a5cff;
  padding: 7px 13px;
  line-height: 1;
}

.pricing-table-three .pricing-header .price-title {
  font-size: 20px;
  font-size: 1.4285714286em;
  margin-bottom: 38px;
  font-weight: 700;
}

.pricing-table-three .price-feture {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}

.pricing-table-three .price-feture li {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  color: #686a74;
}

.pricing-table-three .price-feture li span {
  color: #0c1636;
  font-weight: 700;
}

.pricing-table-three .label-corner {
  top: 16px;
  right: -25px;
  width: 100px;
  position: absolute;
  max-height: 19px;
  font-size: 11px;
  padding: 4px;
  color: #fff;
  transform: rotate(45deg);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #2a5cff;
  display: none;
}

.pricing-table-three.style_one {
  border-top: 3px solid transparent;
}

.pricing-table-three.style_one:hover {
  border-color: #2a5cff;
}

.pricing-table-three.featured {
  border-top: 3px solid #2a5cff;
}

.pricing-table-three.style_two {
  padding: 40px 0;
}

.pricing-table-three.style_two .pricing-header:after {
  display: none;
}

.pricing-table-three.style_two .pricing-header .price-title {
  margin-bottom: 5px;
}

.pricing-table-three.style_two .pricing-header p {
  margin-bottom: 30px;
}

.pricing-table-three.style_two .pricing-header .price {
  background-color: #e5e9f2;
  padding: 30px;
  line-height: 1;
}

.pricing-table-three.style_two.featured .pricing-header .price {
  background-color: #2a5cff;
  color: #fff;
}

.tt-pricing {
  padding: 40px 40px 35px;
  border: 1px solid #e8e8ee;
  border-radius: 6px;
  margin-bottom: 30px;
}

.tt-pricing__icon {
  margin-bottom: 31px;
}

.tt-pricing__title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}

.tt-pricing__price {
  font-size: 40px;
  font-weight: 700;
  color: #0c1636;
  line-height: 1;
  margin-bottom: 27px;
  transition: all 0.3s ease-in-out;
}

.tt-pricing__period {
  font-size: 14px;
  font-weight: 400;
}

.tt-pricing__feature-list {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
}

.tt-pricing__feature-list li {
  font-size: 15px;
  color: #444856;
  line-height: 36px;
}

.tt-pricing__feature-list li i {
  color: #2a5cff;
  margin-right: 8px;
}

.tt-pricing__btn-link {
  color: #0c1636;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.tt-pricing__btn-link i {
  margin-left: 3px;
  font-size: 16px;
  vertical-align: middle;
}

.tt-pricing.featured {
  box-shadow: 0 30px 70px 0 rgba(2, 19, 79, 0.14);
  background-color: #fff;
  border: 0;
  position: relative;
  padding: 70px 40px 60px;
}

.tt-pricing.featured .tt-pricing__feature-list {
  margin: 0 0 40px 0;
}

.tt-pricing.featured .tt-pricing__feature-list li i {
  color: #ff393e;
}

.tt-pricing.featured .tt__btn {
  border-color: #ff393e;
  vertical-align: middle;
}

.tt-pricing.featured .tt__btn i {
  margin-left: 3px;
}

.tt-pricing.featured .tt__btn:before {
  background-color: #ff393e;
}

.tt-pricing.featured .tt__btn:hover {
  color: #ff393e;
}

.tt-pricing .feature-text {
  background-color: #ff393e;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
  padding: 4px 11px;
  line-height: 1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/*--------------------------------------------------------------
## Progressbar
--------------------------------------------------------------*/
.elementor .elementor-progress-wrapper {
  overflow: visible !important;
}

.elementor .elementor-widget-progress .elementor-title {
  margin-bottom: 7px;
  display: block;
  color: #0c1636;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.elementor .elementor-progress-percentage-outside .elementor-progress-percentage {
  position: absolute;
  top: -28px;
  right: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 1;
  color: #0c1636;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

/*--------------------------------------------------------------
## Progressbar
--------------------------------------------------------------*/
.tt-screenshots {
  padding: 20px 0 82px;
}

.screenshot-slider img {
  box-shadow: 0 20px 50px 0 rgba(0, 9, 40, 0.05) !important;
  border-radius: 6px !important;
}

.slider-pagination {
  transform: translateX(0);
  left: 0;
  text-align: center;
}

/*--------------------------------------------------------------
## Social Profiles
--------------------------------------------------------------*/
.dt-social-link {
  margin: 0;
}

.dt-social-link li {
  display: inline-block;
  color: #696969;
  font-size: 14px;
  margin-right: 23px;
}

.dt-social-link li:last-child {
  margin-right: 0;
}

.dt-social-link li a {
  color: #696969;
  display: block;
}

.dt-social-link li a:hover {
  color: #2a5cff;
}

/*--------------------------------------------------------------
## Service Image Box
--------------------------------------------------------------*/
.tt-promo {
  background-color: #a32061;
  padding: 65px 50px 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.tt-promo__content {
  width: 250px;
}

.tt-promo__title {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
}

.tt-promo__description {
  color: #fff;
  margin-bottom: 30px;
}

.tt-promo .btn-outline {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.tt-promo .btn-outline:before {
  background: #fff;
}

.tt-promo .btn-outline:hover {
  color: #2a5cff;
  background-color: #ffffff;
  border-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(1, 24, 99, 0.2);
}

.tt-promo__image {
  position: relative;
  flex: 2;
  text-align: right;
}

.tt-promo__image img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.promo-box-two {
  position: relative;
  margin-bottom: 30px;
}

.promo-box-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 22, 54, 0.8);
}

.promo-box-two .box-image img {
  width: 100%;
}

.promo-box-two .promo-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 50px 60px;
}

@media (max-width: 991px) {
  .promo-box-two .promo-content {
    padding: 0 30px 35px;
  }
}

@media (max-width: 420px) {
  .promo-box-two .promo-content {
    padding: 0 30px 20px;
  }
}

.promo-box-two .promo-content .box-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 11px;
}

.promo-box-two .promo-content .description {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 18px;
}

@media (max-width: 420px) {
  .promo-box-two .promo-content .description {
    font-size: 14px;
  }

  .promo-box-two .promo-content .description br {
    display: none;
  }
}

.promo-box-two .promo-content .more-link {
  color: #fff;
  font-size: 14px;
}

.promo-box-two .promo-content .more-link i {
  margin-left: 5px;
}

.promo-content-wrap {
  max-width: 670px;
  margin: 0 auto 140px;
  position: relative;
}

@media (max-width: 991px) {
  .promo-content-wrap {
    margin: 0 auto 80px;
  }
}

.promo-content-wrap .section-heading {
  margin-bottom: 0;
}

.promo-content-wrap .section-heading .section-title {
  font-size: 50px;
  margin-bottom: 11px;
  color: #0c1636;
}

.promo-content-wrap .section-heading .description {
  font-size: 18px;
  color: #4f5158;
  margin-bottom: 31px;
}

.promo-content-wrap .phone-info {
  font-size: 30px;
  color: #0c1636;
  font-weight: 700;
  margin-bottom: 38px;
}

.promo-content-wrap .phone-info img {
  max-width: 28px;
  margin-right: 10px;
}

.promo-content-wrap .tt__btn {
  border-color: #2a5cff;
  color: #2a5cff;
  padding: 14px 34px;
}

.promo-content-wrap .tt__btn:before {
  background-color: #2a5cff;
}

.promo-content-wrap .badge-wrap {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.promo-content-wrap .badge-wrap img {
  position: absolute;
  bottom: 0;
}

.promo-content-wrap .badge-wrap img.badge-right {
  right: 0;
}

.tt-heading-fill-gradient .section-heading {
  margin-bottom: 0;
}

.tt-heading-fill-gradient .section-heading .section-title {
  background: linear-gradient(90deg, #fb514d, #1a82f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.tt-team {
  position: relative;
  margin-bottom: 30px;
}

.tt-team__avater {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.tt-team__avater img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.tt-team__avater:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 92, 255, 0.8);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 2;
  top: 0;
  left: 0;
}

.tt-team__social {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 2;
  height: 36px;
  overflow: hidden;
}

.tt-team__social li {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}

.tt-team__social li:not(:last-child) {
  margin-right: 7px;
}

.tt-team__social li:nth-child(2) {
  transition-delay: 0.1s;
}

.tt-team__social li:nth-child(3) {
  transition-delay: 0.2s;
}

.tt-team__social li:nth-child(4) {
  transition-delay: 0.3s;
}

.tt-team__social li:nth-child(5) {
  transition-delay: 0.4s;
}

.tt-team__social li:nth-child(6) {
  transition-delay: 0.5s;
}

.tt-team__social li a {
  display: block;
  height: 36px;
  width: 36px;
  line-height: 33px;
  text-align: center;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.102);
  color: #fff;
  font-size: 14px;
}

.tt-team__social li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2a5cff;
}

.tt-team__info {
  padding: 15px 30px 0;
}

.tt-team__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}

.tt-team__designation {
  font-size: 14px;
  color: #4f5158;
  font-weight: 400;
}

.tt-team:hover .tt-team__avater {
  box-shadow: 0 30px 30px 0 rgba(8, 37, 132, 0.2);
}

.tt-team:hover .tt-team__avater:before {
  opacity: 1;
}

.tt-team:hover .tt-team__avater img {
  transform: scale(1.05) rotate(3deg);
}

.tt-team:hover .tt-team__social li {
  transform: translateY(0);
  opacity: 1;
}

.tt-team.style-two {
  border: 2px solid #ecedf0;
  padding: 50px 45px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .tt-team.style-two {
    padding: 35px;
  }
}

.tt-team.style-two .tt-team__avater {
  max-width: 190px;
  max-height: 190px;
  border-radius: 50%;
  margin: 0 auto 26px;
  width: 100%;
  height: 100%;
}

.tt-team.style-two .tt-team__avater:before {
  display: none;
}

.tt-team.style-two .tt-team__info {
  text-align: center;
  padding: 0;
}

.tt-team.style-two:hover {
  box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.12);
  border-color: transparent;
}

.tt-team.style-two:hover .tt-team__avater {
  box-shadow: none;
}

.tt-team.style-two.team-box {
  border-radius: 4px;
  padding: 0;
  box-shadow: 0px 30px 50px 0px rgba(0, 9, 40, 0.12);
  background-color: #fff;
  border: 0;
}

.tt-team.style-two.team-box .tt-team__avater-wrap {
  max-width: inherit;
}

.tt-team.style-two.team-box .social-wrap {
  bottom: 20px;
}

.tt-team.style-two.team-box .tt-team__avater {
  max-width: inherit;
  max-height: inherit;
  border-radius: 0;
  margin-bottom: 0;
}

.tt-team.style-two.team-box .tt-team__info {
  padding: 25px 30px 18px;
  text-align: left;
}

.tt-team.style-three {
  border: 2px solid #ecedf0;
  padding: 20px 20px 25px;
  transition: all 0.3s ease-in-out;
}

.tt-team.style-three .tt-team__avater-wrap {
  max-width: 100%;
}

.tt-team.style-three .tt-team__avater-wrap .tt-team__avater {
  border-radius: 0;
}

.tt-team.style-three .tt-team__avater-wrap .tt-team__avater:before {
  display: none;
}

.tt-team.style-three .social-wrap {
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
}

.tt-team.style-three .social-wrap .phone-number {
  font-size: 16px;
  background-color: #2a5cff;
  box-shadow: 0 14px 24px 0 rgba(0, 88, 138, 0.3);
}

.tt-team.style-three .tt-team__info {
  text-align: center;
  padding: 30px 0 0;
}

.tt-team.style-three .tt-team__name {
  margin-bottom: 9px;
}

.tt-team.style-three:hover {
  box-shadow: 0 30px 70px 0 rgba(0, 9, 40, 0.12);
  border-color: #fff;
}

.tt-team.style-three:hover .tt-team__avater {
  box-shadow: none;
}

.tt-team.style-five .tt-team__avater-wrap {
  max-width: 100%;
  position: relative;
}

.tt-team.style-five .tt-team__avater {
  border-radius: 0;
}

.tt-team.style-five .tt-team__avater:before {
  background-color: #2a5cff;
}

.tt-team.style-five .tt-team__info-top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px 30px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.tt-team.style-five .tt-team__info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 26px 30px;
  z-index: 2;
}

.tt-team.style-five .tt-team__social-two {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 5px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.tt-team.style-five .tt-team__social-two li {
  display: inline-block;
}

.tt-team.style-five .tt-team__social-two li:not(:last-child) {
  margin-right: 5px;
}

.tt-team.style-five .tt-team__social-two li a {
  display: block;
  text-align: center;
  line-height: 33px;
  height: 36px;
  width: 36px;
  border: 2px solid rgba(255, 255, 255, 0.302);
  color: #fff;
  font-size: 15px;
}

.tt-team.style-five .tt-team__social-two li a:hover {
  background-color: #fff;
  color: #2a5cff;
}

.tt-team.style-five .tt-team__name {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.tt-team.style-five .tt-team__designation {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

.tt-team.style-five:hover .tt-team__avater {
  box-shadow: none;
}

.tt-team.style-five:hover .tt-team__info-top,
.tt-team.style-five:hover .tt-team__social-two {
  opacity: 1;
  visibility: visible;
}

.tt-team.style-five:hover .tt-team__info .tt-team__name,
.tt-team.style-five:hover .tt-team__info .tt-team__designation {
  opacity: 0;
  visibility: hidden;
}

.tt-team__avater-wrap {
  position: relative;
  max-width: 190px;
  margin: 0 auto;
}

.social-wrap {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 40px;
}

.social-wrap .link-expand,
.social-wrap .phone-number {
  width: 40px;
  height: 40px;
  box-shadow: 0px 14px 24px 0px rgba(10, 53, 194, 0.3);
  background-color: #2a5cff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 42px;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  display: block;
}

.social-wrap .tt-team__social-two {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.social-wrap .tt-team__social-two li {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
  opacity: 0;
}

.social-wrap .tt-team__social-two li:nth-child(2) {
  transition-delay: 0.2s;
}

.social-wrap .tt-team__social-two li:nth-child(3) {
  transition-delay: 0.3s;
}

.social-wrap .tt-team__social-two li:nth-child(4) {
  transition-delay: 0.4s;
}

.social-wrap .tt-team__social-two li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #0c1636;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 14px 24px 0px rgba(10, 53, 194, 0.3);
  transition: all 0.3s ease-in-out;
}

.social-wrap .tt-team__social-two li a:hover {
  background-color: #2a5cff;
  color: #fff;
  box-shadow: none;
}

.social-wrap.active .link-expand {
  transform: rotate(45deg);
}

.social-wrap.active .tt-team__social-two li {
  transform: translateY(0);
  opacity: 1;
}

/*--------------------------------------------------------------
## Blog Post Grid
--------------------------------------------------------------*/
.tt-blog-posts {
  position: relative;
}

.tt-blog-posts .section-circle-shape {
  left: 0;
  bottom: 75px;
  width: 320px;
}

.tt-blog-posts .section-circle-shape .circle-bottom {
  right: 0;
  bottom: 0;
}

.post-grid {
  position: relative;
}

.post-grid .post-category {
  position: absolute;
  bottom: 0;
}

.post-grid .post-category a {
  display: inline-block;
  font-size: 14px;
  background: #1A2C79;
  color: #ffffff;
  padding: 8px 17px;
  line-height: 1;
}

.post-grid .feature-image {
  position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 10px;
}

.post-grid .feature-image img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-grid .feature-image:hover img {
  transform: scale(1);
}

.post-grid .date {
  position: absolute;
  z-index: 2;
  height: 55px;
  width: 55px;
  top: 10px;
  right: 10px;
  background: #2a5cff;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  padding: 9px 0;
}

.post-grid .date p {
  margin: 0;
}

.post-grid .date span {
  display: block;
  font-weight: 400;
  font-size: 13px;
}

.post-grid .blog-content {
  padding: 0 20px;
  transform: translateY(-30px);
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .post-grid .blog-content {
    padding: 0 10px;
  }
}

.post-grid .blog-content .entry-title {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 33px;
}

.post-grid .blog-content .entry-header {
  background: #fff;
  padding: 20px 25px 35px;
  border-radius: 10px;
  box-shadow: 0px 30px 60px 0px rgba(0, 8, 46, 0.1);
  border-top: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}

.post-grid .blog-content .entry-header:hover {
  border-color: #2a5cff;
}

.post-grid .post-meta li i {
  margin-right: 5px;
}

.post-grid:hover {
  border-color: #2a5cff;
}

.post-grid:hover .feature-image img {
  transform: scale(1);
}

.tt-blog-meta-tag {
  padding: 8px 14px;
  background: rgba(42, 92, 255, 0.078);
  color: #2a5cff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1;
}

.tt-blog-meta-tag:hover {
  background: #2a5cff;
  color: #fff;
}

.blog-footer {
  margin-top: 26px;
}

/*--------------------------------------------------------------
## Icon Box
--------------------------------------------------------------*/
.tt-icon-box {
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.tt-icon-box .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 35px;
  transition: all 0.3s ease-in-out;
}

.tt-icon-box .box-title {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

.tt-icon-box .box-title a {
  color: #0c1636;
}

.tt-icon-box .box-title a:hover {
  color: #2a5cff;
}

.tt-icon-box .description {
  margin: 0;
}

@media (max-width: 1024px) {
  .tt-icon-box .description br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tt-icon-box.style-one {
    text-align: center;
    max-width: 350px;
    margin: 0 auto 40px;
  }
}

.tt-icon-box.style-one .icon-container {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: #2a5cff;
  background-image: linear-gradient(60deg, #2a5cff 0%, #54a0ff 100%);
}

.tt-icon-box.style-one .icon-container svg,
.tt-icon-box.style-one .icon-container img {
  width: 35px;
}

@media (max-width: 767px) {
  .tt-icon-box.style-one .icon-container {
    margin: 0 auto 35px;
  }
}

.tt-icon-box.style-one .description {
  line-height: 24px;
}

.tt-icon-box.style-one:hover .icon-container {
  box-shadow: 0 20px 30px 0 rgba(5, 30, 115, 0.3);
}

.tt-icon-box.style-two {
  padding: 40px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .tt-icon-box.style-two {
    box-shadow: 0px 10px 30px 0px rgba(0, 9, 40, 0.05);
  }
}

.tt-icon-box.style-two .icon-container {
  background-color: rgba(95, 21, 205, 0.059);
  border-radius: 6px;
  margin-bottom: 45px;
  padding: 0.5em;
  display: inline-block;
}

.tt-icon-box.style-two .icon-container img,
.tt-icon-box.style-two .icon-container svg {
  width: 30px;
}

.tt-icon-box.style-two .icon-container i,
.tt-icon-box.style-two .icon-container svg {
  width: 1em;
  height: 1em;
}

.tt-icon-box.style-two .description {
  margin-bottom: 16px;
}

.tt-icon-box.style-two .tt-more-link {
  opacity: 0;
}

.tt-icon-box.style-two:hover {
  background-color: #fff;
  box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.1);
}

.tt-icon-box.style-two:hover .tt-more-link {
  opacity: 1;
}

.tt-icon-box .tt-more-link {
  font-size: 15px;
  font-weight: 500;
  color: #4f5158;
}

.tt-icon-box .tt-more-link i {
  font-size: 15px;
  margin-left: 5px;
}

.tt-icon-box.style-three {
  background: #fff;
  box-shadow: 0 30px 70px 0 rgba(0, 9, 40, 0.1);
  border-radius: 6px;
  padding: 40px 40px 37px;
}

.tt-icon-box.style-three .icon-container {
  background-color: #fff5f4;
  border-radius: 6px;
  margin-bottom: 33px;
  color: #fa5441;
  padding: 0.5em;
  display: inline-block;
}

.tt-icon-box.style-three .icon-container img,
.tt-icon-box.style-three .icon-container svg {
  width: 30px;
}

.tt-icon-box.style-three .icon-container i,
.tt-icon-box.style-three .icon-container svg {
  width: 1em;
  height: 1em;
}

.tt-icon-box.style-three .box-title {
  margin-bottom: 13px;
}

.tt-icon-box.style-three .description {
  color: #4f5158;
}

.tt-icon-box.style-three .tt-more-link {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 500;
  display: block;
  color: #0c1636;
}

.tt-icon-box.style-three .tt-more-link:hover {
  color: #2a5cff;
}

.tt-icon-box.style-four {
  display: flex;
  max-width: 380px;
}

.tt-icon-box.style-four .icon-container {
  height: 50px;
  width: 50px;
  background-color: #0cb934;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  margin-right: 20px;
  margin-bottom: 0;
}

.tt-icon-box.style-four .box-content {
  flex: 2;
}

.tt-icon-box.style-four .box-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.tt-icon-box.style-four p {
  margin: 0;
}

.tt-icon-box.style-five {
  display: flex;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.12);
  padding: 40px 60px 38px;
}

@media (max-width: 480px) {
  .tt-icon-box.style-five {
    padding: 40px;
  }
}

@media (max-width: 360px) {
  .tt-icon-box.style-five {
    display: block;
    text-align: center;
  }
}

.tt-icon-box.style-five .icon-container {
  margin-right: 30px;
  min-width: 40px;
}

@media (max-width: 360px) {
  .tt-icon-box.style-five .icon-container {
    margin-right: 0;
  }
}

.tt-icon-box.style-five .icon-container img {
  max-height: 55px;
}

.tt-icon-box.style-five .box-title {
  margin-bottom: 6px;
}

.tt-icon-box.style-five:hover {
  transform: translateY(-5px);
}

.tt-icon-box.style-six {
  border-radius: 4px;
  padding: 30px 27px;
  border-top: 3px solid transparent;
}

.tt-icon-box.style-six .icon-container {
  max-width: 50px;
  margin: 0 0 22px;
  position: relative;
}

.tt-icon-box.style-six .icon-container:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #e9eeff;
  border-radius: 50%;
  right: 0;
  bottom: 0;
}

.tt-icon-box.style-six .icon-container img,
.tt-icon-box.style-six .icon-container i,
.tt-icon-box.style-six .icon-container svg {
  position: relative;
  z-index: 2;
  max-height: 50px;
}

.tt-icon-box.style-six .box-title {
  margin-bottom: 7px;
}

.tt-icon-box.style-six .box-title a:hover {
  color: #2a5cff;
}

.tt-icon-box.style-six .description {
  font-size: 15px;
}

.tt-icon-box.style-six:hover {
  box-shadow: 0px -3px 0px 0px rgba(246, 58, 111, 0.004), 0px 30px 30px 0px rgba(0, 9, 40, 0.12);
  background-color: #fff;
  border-top-color: #2a5cff;
}

.tt-icon-box.style-seven {
  border-top: 3px solid transparent;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 8, 46, 0.1);
}

.tt-icon-box.style-seven .icon-container {
  display: block;
  margin-bottom: 45px;
}

.tt-icon-box.style-seven:hover {
  border-color: #2a5cff;
  box-shadow: 0 -3px 0 0 rgba(42, 92, 255, 0.004), 0 40px 30px 0 rgba(0, 8, 46, 0.1);
}

.tt-icon-box.style-eight {
  border: 2px solid #e7e9f0;
  padding: 40px 30px 30px;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.tt-icon-box.style-eight .icon-container {
  margin-bottom: 27px;
}

.tt-icon-box.style-eight .icon-container img,
.tt-icon-box.style-eight .icon-container svg {
  max-height: 170px;
}

.tt-icon-box.style-eight .box-title {
  margin-bottom: 7px;
  font-weight: 700;
}

.tt-icon-box.style-eight .read-more-btn {
  color: #0c1636;
  border: 2px solid #ebedf3;
  border-radius: 6px;
  padding: 2px 30px;
  display: inline-block;
  margin-top: 33px;
}

.tt-icon-box.style-eight .read-more-btn:hover {
  color: #fff;
  background-color: #2a5cff;
  border-color: #2a5cff;
}

.tt-icon-box.style-eight:hover {
  background-color: #fff;
  box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.1);
  border-color: #fff;
}

.tt-icon-box.style-nine {
  background-color: #fff;
  box-shadow: 0px 30px 50px 0px rgba(0, 9, 40, 0.1);
  padding: 50px 30px;
  margin-bottom: 0;
}

.tt-icon-box.style-nine .icon-container {
  margin-bottom: 35px;
  justify-content: flex-start;
}

.tt-icon-box.style-nine .icon-container img,
.tt-icon-box.style-nine .icon-container svg {
  max-height: 60px;
}

.tt-icon-box.style-nine .box-title {
  margin-bottom: 7px;
  font-weight: 700;
}

.tt-icon-box.style-nine .read-more-btn {
  color: #0c1636;
  display: inline-block;
  margin-top: 17px;
  font-size: 15px;
}

.tt-icon-box.style-nine .read-more-btn i {
  margin-left: 3px;
  font-size: 14px;
}

.tt-icon-box.style-nine .read-more-btn:hover {
  color: #2a5cff;
}

.tt-icon-box.style-nine:hover {
  transform: translateY(-5px);
}

.tt-icon-box.style-eleven {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 30px 70px 0 rgba(0, 9, 41, 0.1);
  padding: 45px 30px 46px;
  position: relative;
}

.tt-icon-box.style-eleven:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  top: -80px;
  border-left: 2px dotted #b4b6ba;
  z-index: -1;
}

.tt-icon-box.style-eleven .process-count {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border: 1px solid #e8e8ec;
  border-radius: 50%;
  font-size: 15px;
  color: #111a3b;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  background-color: #fff;
  z-index: 2;
}

.tt-icon-box.style-eleven .icon-container {
  height: 74px;
  width: auto;
  align-items: flex-end;
}

.tt-icon-box.style-eleven .icon-container.tt-icon {
  display: block;
  height: auto;
}

.tt-icon-box.style-eleven .icon-container.center {
  justify-content: center;
}

.tt-icon-box.style-eleven .icon-container.right {
  justify-content: flex-end;
}

.tt-icon-box.style-eleven p {
  color: #444856;
}

.tt-icon-box.style-eleven:hover .process-count {
  background-color: #2a5cff;
  border-color: #2a5cff;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(4, 40, 156, 0.2);
}

.tt-icon-box.style-twelve {
  text-align: center;
  background-color: rgba(8, 29, 100, 0.851);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .tt-icon-box.style-twelve {
    margin-bottom: 30px;
  }
}

.tt-icon-box.style-twelve .icon-container {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 34px;
  border: 2px solid rgba(255, 255, 255, 0.502);
  color: #fff;
}

.tt-icon-box.style-twelve .icon-container img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}

.tt-icon-box.style-twelve .box-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tt-icon-box.style-twelve .box-title a {
  color: #fff;
}

.tt-icon-box.style-twelve .box-title a:hover {
  color: #2a5cff;
}

.tt-icon-box.style-twelve .description {
  color: rgba(255, 255, 255, 0.502);
  transition: all 0.3s ease-in-out;
}

.tt-icon-box.style-twelve .tt-more-link {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 24px;
  display: inline-block;
}

.tt-icon-box.style-twelve .tt-more-link:hover {
  color: #2a5cff;
}

.tt-icon-box.style-twelve:hover {
  background-color: #fff;
  border-color: #fff;
}

.tt-icon-box.style-twelve:hover .icon-container {
  border-color: #2a5cff;
  color: #2a5cff;
}

.tt-icon-box.style-twelve:hover .icon-container img {
  filter: none;
}

.tt-icon-box.style-twelve:hover .box-title,
.tt-icon-box.style-twelve:hover a {
  color: #0c1636;
}

.tt-icon-box.style-twelve:hover .description {
  color: #3c435b;
}

.process-box-wrapper {
  padding-top: 75px;
  position: relative;
}

.process-box-wrapper:after {
  content: "";
  position: absolute;
  width: 85%;
  border-bottom: 2px dotted #b4b6ba;
  height: 2px;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
}

.tt-icon-box-list {
  background-color: #fff;
  box-shadow: 0 30px 40px 0 rgba(2, 19, 79, 0.1);
  border-radius: 6px;
  padding: 40px 30px 38px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.tt-icon-box-list .icon-container {
  margin-bottom: 30px;
  height: 45px;
  font-size: 40px;
  color: #2a5cff;
}

.tt-icon-box-list .box-title {
  color: #11266d;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}

.tt-icon-box-list .box-title a {
  color: #11266d;
}

.tt-icon-box-list .tt-icon-box-list-item {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}

.tt-icon-box-list .tt-icon-box-list-item li {
  color: #11266d;
  font-size: 15px;
  line-height: 36px;
  font-weight: 500;
}

.tt-icon-box-list .tt-icon-box-list-item li i {
  margin-right: 10px;
  color: #2a5cff;
}

.tt-icon-box-list .feature-link {
  font-size: 15px;
  font-weight: 500;
  color: #2a5cff;
}

.tt-feature-slider .feature-pagination {
  margin-top: 0;
  position: static;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.tt-contact-info {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 50px 70px 0px rgba(0, 9, 40, 0.1);
  padding: 50px 30px;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tt-contact-info {
    padding: 50px 15px;
  }
}

.tt-contact-info .icon-container {
  margin-bottom: 25px;
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.tt-contact-info .box-title {
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tt-contact-info .box-title {
    font-size: 16px;
  }
}

.bg-wrap {
  position: relative;
}

.bg-wrap:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 350px;
  background: #f6f7f9;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: 50%;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .bg-wrap:after {
    height: 90%;
    width: 50%;
  }
}

/*--------------------------------------------------------------
## Process Box
--------------------------------------------------------------*/
.prosess-box-wrapper {
  position: relative;
}

.prosess-box-wrapper .border-shape {
  position: absolute;
  top: 85px;
  left: 54%;
  transform: translateX(-50%);
  z-index: 1;
  width: fit-content;
  text-align: center;
}

@media (max-width: 1024px) {
  .prosess-box-wrapper .border-shape {
    display: none;
  }
}

.at-process-box {
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 35px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.at-process-box .icon-container {
  font-size: 45px;
  color: #2a5cff;
  display: block;
  margin-bottom: 18px;
}

.at-process-box .icon-container i {
  line-height: 1;
}

.at-process-box .box-content .box-title {
  margin-bottom: 3px;
}

.at-process-box .box-content p {
  font-size: 15px;
  margin-bottom: 20px;
}

/* ==================== ##Services 3 ==================== */
.at_circuit_services .services_wrapper {
  position: relative;
  z-index: 1;
  height: 0;
  padding-top: 100%;
}

.at_circuit_services .services_wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.05);
}

.at_circuit_services .services_item-icon {
  position: absolute;
  z-index: 1;
  width: 18%;
  height: 18%;
  color: #2a5cff;
  font-size: 50px;
  border-radius: 50%;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
  left: 41%;
  top: 41%;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.at_circuit_services .services_item-icon .services_icon {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
  line-height: 1;
}

.at_circuit_services .services_item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25% 27%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.at_circuit_services .services_item-wrap.active .services_item-icon {
  color: #fff;
  background-color: #2a5cff;
}

.at_circuit_services .services_item-wrap.active .services_item-icon+.services_item-content {
  opacity: 1;
  visibility: visible;
}

.at_circuit_services .services_subtitle {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  color: #2a5cff;
}

.at_circuit_services .services_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.at_circuit_services.tablet_resp .services_descr {
  display: none;
}

.at_circuit_services.tablet_resp .services_title {
  font-size: 22px;
  margin-bottom: 0;
}

.at_circuit_services.tablet_resp .services_icon {
  font-size: 75%;
}

.at_circuit_services.mobile_resp .services_descr {
  display: none;
}

.at_circuit_services.mobile_resp .services_title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

.at_circuit_services.mobile_resp .services_subtitle {
  font-size: 13px;
}

.at_circuit_services.mobile_resp .services_icon {
  font-size: 55%;
}

@-webkit-keyframes circuit_service_hexagon_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes circuit_service_hexagon_1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes circuit_service_hexagon_1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circuit_service_hexagon_1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circuit_service_hexagon_2 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}

@-moz-keyframes circuit_service_hexagon_2 {
  0% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}

@-o-keyframes circuit_service_hexagon_2 {
  0% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}

@keyframes circuit_service_hexagon_2 {
  0% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}

@-moz-document url-prefix() {

  .services_icon-grad1,
  .services_icon-grad2 {
    -webkit-text-fill-color: initial;
  }
}

.prosess-box-two {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.prosess-box-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f7fbff;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.prosess-box-two img {
  border-radius: 5px;
}

.prosess-box-two .box-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 100px 40px;
}

.prosess-box-two .box-icon {
  font-size: 70px;
  color: #2a5cff;
  line-height: 1;
  margin-bottom: 25px;
}

.prosess-box-two .serial-number {
  font-family: "Inter", sans-serif;
  font-size: 90px;
  font-size: 6.4285714286em;
  font-weight: 700;
  color: #ecf0f3;
  position: absolute;
  right: 40px;
}

.prosess-box-two .box-title {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 600;
}

.prosess-box-two:hover:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
}

.prosess-box-two:hover .box-title {
  color: #fff;
}

.prosess-box-two:hover .description {
  color: #fff;
}

.prosess-box-two:hover .serial-number {
  color: rgba(255, 255, 255, 0.2);
}

.prosess-box-three .serial-number {
  font-family: "Inter", sans-serif;
  font-size: 70px;
  color: #fff;
  height: 117px;
  width: 117px;
  line-height: 128px;
  background: #2a5cff;
  border-radius: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
}

.prosess-box-three .box-title {
  font-size: 30px;
  margin-bottom: 11px;
}

.prosess-box-three .description {
  margin-bottom: 0;
}

.image-overlay-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.image-overlay-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}

.image-overlay-box img {
  border-radius: 15px;
}

.image-overlay-box .box-content {
  position: absolute;
  left: 90px;
  bottom: 75px;
  z-index: 2;
  max-width: 500px;
}

.image-overlay-box .box-title {
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
}

.image-overlay-box .description {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.image-overlay-box .at-btn {
  padding: 9px 37px;
}

.btm-shape {
  position: relative;
}

.btm-shape:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #fff;
}

/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/
.newsletter {
  padding: 116px 0 115px;
  background-color: #433580;
}

.newsletter .section-heading {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .newsletter .section-heading {
    text-align: center;
    margin-bottom: 40px;
  }
}

.newsletter .section-heading .section-title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 13px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .newsletter .section-heading .section-title {
    font-size: 30px;
  }
}

.newsletter .section-heading .description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.702);
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 768px) {
  .newsletter .section-heading {
    text-align: center;
    margin-bottom: 40px;
  }
}

.newsletter-form {
  max-width: 1050px;
}

@media (max-width: 991px) {
  .newsletter-form {
    max-width: 500px;
    margin: 0 auto;
  }
}

.newsletter-form .newsletter-inner {
  display: flex;
}

.newsletter-form .newsletter-inner.style_one {
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.502);
}

.newsletter-form .newsletter-inner.style_one:focus {
  border-color: #fff;
}

.newsletter-form .newsletter-inner.style_one .newsletter-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 161px;
}

.newsletter-form .newsletter-inner.style_one .newsletter-submit:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #fff;
  left: -2px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.newsletter-form .newsletter-inner.style_one .newsletter-submit:before {
  display: none;
}

.newsletter-form .newsletter-inner.style_two input:not([type=checkbox]):not([type=submit]) {
  border: 2px solid #5839cc;
  border-radius: 6px;
  background-color: #2e1781;
  margin-right: 10px;
}

.newsletter-form .newsletter-inner.style_two .newsletter-submit {
  overflow: hidden;
  border-radius: 6px;
}

.newsletter-form .newsletter-inner.style_two .newsletter-submit:before {
  background: #fff;
}

.newsletter-form .form-result {
  margin: 20px 5px 0;
}

.newsletter-form input:not([type=checkbox]):not([type=submit]) {
  border: 0;
  padding: 17px 25px;
  line-height: 19px;
  font-size: 14px;
  height: 50px;
  flex: 1;
  background: transparent;
  margin: 0;
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.newsletter-form input:not([type=checkbox]):not([type=submit])::placeholder {
  color: rgba(255, 255, 255, 0.502);
}

.newsletter-form input:not([type=checkbox]):not([type=submit]):focus {
  border-color: #fff;
  box-shadow: none;
}

.newsletter-form .newsletter-submit {
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  border: 0;
  padding: 0 26px;
  outline: 0;
  background-color: #fff;
  color: #0c1636;
  overflow: visible;
}

.newsletter-form .newsletter-submit .fa-spin {
  display: none;
}

.newsletter-form .newsletter-submit.clicked .fa-spin {
  display: block;
}

.newsletter-form .newsletter-submit.clicked span {
  display: none;
}

.newsletter-form.style_three .newsletter-inner {
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
}

.newsletter-form.style_three input[type=email] {
  height: 60px;
  border: 0;
  background-color: transparent;
  color: #0c1636;
}

.newsletter-form.style_three input[type=email]::placeholder {
  color: #8f9198;
}

.newsletter-form.style_three input[type=email]:focus {
  outline: 0;
  box-shadow: none;
}

.newsletter-form.style_three .newsletter-submit {
  border-radius: 6px;
  min-width: 140px;
  height: 60px;
  border: 2px solid #0c1636;
  overflow: hidden;
  color: #fff;
}

.newsletter-form.style_three .newsletter-submit:before {
  background-color: #0c1636;
}

.newsletter-form.style_three .newsletter-submit i {
  display: none;
}

.newsletter-form.style_three .newsletter-submit:hover {
  color: #0c1636;
}

.newsletter-info {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .newsletter-info {
    text-align: center;
  }
}

.newsletter-info li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-info li i {
  color: #fff;
  margin-right: 10px;
}

.newsletter-info li:not(:last-child) {
  margin-right: 15px;
}

.newsletter-four-section {
  margin-top: -320px;
}

@media (max-width: 991px) {
  .newsletter-four-section {
    margin-top: 0;
    padding: 80px 0;
  }

  .newsletter-four-section .newsletter-wrapper {
    max-width: 95%;
    margin: 0 auto;
  }
}

.newsletter-wrapper {
  border-radius: 10px;
  background-color: #2a5cff;
  box-shadow: 0px 40px 60px 0px rgba(17, 26, 59, 0.2);
  max-width: 970px;
  margin: 0 auto;
  padding: 90px 50px 75px;
  background-image: url(../../media/background/newsletter-four.png);
  background-size: cover;
  background-position: center center;
}

.newsletter-wrapper .section-heading {
  margin-bottom: 40px;
}

.newsletter-wrapper .section-heading .section-title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}

.newsletter-wrapper .newsletter-form {
  max-width: 570px;
  margin: 0 auto;
}

.newsletter-wrapper .newsletter-form input:not([type=checkbox]):not([type=submit]) {
  color: #0c1636;
  padding: 10px 15px;
}

.newsletter-wrapper .newsletter-form input:not([type=checkbox]):not([type=submit])::placeholder {
  color: #84878f;
}

.newsletter-wrapper .newsletter-inner {
  padding: 10px;
}

.newsletter-wrapper .newsletter-inner.style_four {
  background-color: #fff;
  border-radius: 6px;
}

.newsletter-wrapper .newsletter-inner .newsletter-submit {
  background-color: #ff393e;
  color: #fff;
  border-radius: 6px;
}

.newsletter-wrapper .newsletter-inner .newsletter-submit:hover {
  background-color: #d20005;
}

.newsletter-wrapper .newsletter-inner .form-control {
  color: #000;
}

.newsletter-wrapper .description {
  color: rgba(255, 255, 255, 0.702);
  text-align: center;
  margin-top: 17px;
}

/*--------------------------------------------------------------
## Seo Score
--------------------------------------------------------------*/
.seo-score-wrapper {
  padding: 71px 50px 74px;
  background: #fff;
  box-shadow: 0px 30px 80px 0px rgba(0, 9, 40, 0.14);
  border-radius: 6px;
  position: relative;
  z-index: 2;
  background-image: url(../../media/background/seo_score.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.seo-score-wrapper .section-heading {
  margin-bottom: 50px;
}

.seo-score-wrapper .bottom-content {
  margin-top: 23px;
  text-align: center;
}

.seo-score-wrapper .bottom-content p {
  font-size: 14px;
  line-height: 22px;
  color: #7b7d84;
  margin: 0;
}

@media (max-width: 576px) {
  .seo-score-wrapper .bottom-content p br {
    display: none;
  }
}

.score-form {
  max-width: 770px;
  margin: 0 auto;
}

.score-form .form-result {
  margin-top: 20px;
}

.scoreform-inner {
  display: flex;
  flex-wrap: wrap;
}

.scoreform-inner input:not([type=checkbox]):not([type=submit]) {
  margin-right: 10px;
  margin-bottom: 0;
  height: 50px;
  background-color: #f1f2f5;
  font-size: 14px;
  border-radius: 6px;
  padding: 15px 30px;
  box-shadow: none;
  border: 1px solid #f1f2f5;
}

.scoreform-inner input:not([type=checkbox]):not([type=submit])::placeholder {
  color: #83858c;
}

.scoreform-inner input:not([type=checkbox]):not([type=submit]):focus {
  border-color: #2a5cff;
}

.scoreform-inner #score-form-url {
  max-width: 300px;
}

@media (max-width: 767px) {
  .scoreform-inner #score-form-url {
    max-width: 100%;
    flex: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.scoreform-inner #score-form-email {
  max-width: 300px;
}

@media (max-width: 420px) {
  .scoreform-inner #score-form-email {
    width: 100%;
    flex: auto;
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.scoreform-inner .score-submit {
  font-size: 15px;
  padding: 14px 25px;
}

@media (max-width: 991px) {
  .scoreform-inner .score-submit {
    margin-top: 10px;
  }
}

.dot-right-shape {
  position: absolute;
  right: 0;
  bottom: -21px;
}

/*--------------------------------------------------------------
## Fun Fact
--------------------------------------------------------------*/
.tt-counter-box {
  background-color: #0257b6;
  padding: 56px 50px 60px;
  background-size: cover;
  background-position: center center;
}

.tt-counter-box__icon {
  width: 55px;
  font-size: 40px;
  color: #fff;
  fill: #fff;
}

.tt-counter-box__subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
}

.tt-counter-box__title {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 43px;
}

.tt-counter-box__item {
  display: flex;
  margin-bottom: 29px;
}

.tt-counter-box__icon {
  margin-right: 20px;
}

.tt-counter-box__count {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.1;
}

.tt-counter-box__count-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0;
}

.tt-counter-box .tt__btn {
  margin-top: 23px;
  border-radius: 6px;
  padding: 9px 34px;
}

/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.tabs-wrapper {
  position: relative;
}

#ultraland-tabs {
  position: relative;
  z-index: 2;
}

#ultraland-tabs #ultraland-tabs-nav {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

#ultraland-tabs #ultraland-tabs-nav li {
  display: inline-block;
}

#ultraland-tabs #ultraland-tabs-nav li:not(:last-child) {
  margin-right: 5px;
}

@media (max-width: 420px) {
  #ultraland-tabs #ultraland-tabs-nav li:not(:last-child) {
    margin-bottom: 10px;
  }
}

#ultraland-tabs #ultraland-tabs-nav li a {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 22px;
  line-height: 1;
  display: block;
  border: 2px solid rgba(12, 22, 54, 0.102);
  border-radius: 30px;
  background: transparent;
}

#ultraland-tabs #ultraland-tabs-nav li a:hover,
#ultraland-tabs #ultraland-tabs-nav li a:focus {
  color: #0c1636;
}

#ultraland-tabs #ultraland-tabs-nav li.active a {
  background-color: #2a5cff;
  color: #fff;
}

.ultraland-tabs {
  padding: 50px 70px 70px 100px;
  background-color: #f9e8dd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (max-width: 767px) {
  .ultraland-tabs {
    padding: 30px 50px 60px;
  }
}

@media (max-width: 420px) {
  .ultraland-tabs {
    padding: 30px 30px 30px;
  }
}

.ultraland-tabs-wrapper .content {
  position: relative;
}

.ultraland-tabs-wrapper .content:not(:first-child) {
  display: none;
}

.ultraland-tabs-wrapper .tab-image {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 40px 0 rgba(41, 16, 0, 0.1);
}

.ultraland-tabs-wrapper .tab-image img {
  border-radius: 6px;
  width: 100%;
}

.ultraland-tabs-wrapper .tab-image-two {
  position: absolute;
  bottom: -20px;
  left: -40px;
  width: 200px;
  height: 190px;
}

@media (max-width: 767px) {
  .ultraland-tabs-wrapper .tab-image-two {
    width: 130px;
  }
}

@media (max-width: 420px) {
  .ultraland-tabs-wrapper .tab-image-two {
    width: 80px;
    bottom: -50px;
  }
}

/* Feature Tab */
.feature-tab {
  background-color: #eff2f9;
  height: 450px !important;
  padding: 40px 0;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .feature-tab {
    padding: 40px;
    height: auto !important;
  }
}

.tt-tabs-content .tt-tab-item {
  display: none;
}

.tt-tabs-content .tt-tab-item .feature-tab__image {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  text-align: center;
}

.tt-tabs-content .tt-tab-item.active-tab {
  display: block;
}

.tt-tabs-content .tt-tab-item.active-tab .feature-tab__image {
  opacity: 1;
}

.feature-tab-nav {
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .feature-tab-nav {
    max-width: 100%;
    margin-top: 30px;
  }
}

.feature-tab-nav .feature_progress {
  position: absolute;
  width: 3px;
  background-color: #d4cfe6;
  left: 15px;
  top: 7px;
  bottom: 7px;
}

.feature-tab-nav .feature_progress:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: 0 0;
  animation-duration: 7000ms;
}

.feature-tab-nav__item {
  border-radius: 6px;
  padding: 5px 15px 6px 40px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.feature-tab-nav__item:hover {
  background-color: #f6f5fa;
}

.feature-tab-nav__item.active .feature-tab-nav__description {
  display: block;
}

.feature-tab-nav__item.active-tab {
  background-color: #2a5cff;
  padding: 15px 15px 25px 40px;
}

.feature-tab-nav__item.active-tab .feature-tab-nav__title {
  color: #fff;
}

.feature-tab-nav__item.active-tab .feature-tab-nav__description {
  color: rgba(255, 255, 255, 0.702);
}

.feature-tab-nav__item.active-tab .feature_progress {
  background-color: rgba(255, 255, 255, 0.102);
  top: 16px;
  bottom: 16px;
}

.feature-tab-nav__item.active-tab .feature_progress:before {
  animation: featureProgressScale 10s linear forwards;
}

.feature-tab-nav__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 0 7px;
}

.feature-tab-nav__description {
  margin: 0;
  display: none;
  font-size: 16px;
  line-height: 24px;
}

@keyframes featureProgressScale {
  0% {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes featureProgressScaleX {
  0% {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

/* Feature Tab Two */
.tt-feature-tab-two {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}

.tt-feature-tab-two .bg-shape {
  position: absolute;
  bottom: -90px;
  right: -30px;
  width: 601px;
}

@media (max-width: 576px) {
  .tt-feature-tab-two .bg-shape {
    display: none;
  }
}

.feature-tab-two-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-tab-two-nav li {
  display: inline-flex;
  align-items: baseline;
  padding: 20px 30px;
  background-color: #f6f5fa;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.feature-tab-two-nav li:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 576px) {
  .feature-tab-two-nav li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.feature-tab-two-nav li .tab-icon {
  margin-right: 10px;
  color: #2a5cff;
}

.feature-tab-two-nav li .tab-icon svg {
  width: 17px;
}

.feature-tab-two-nav li .feature-tab-two-nav__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-tab-two-nav li .feature_progress {
  height: 3px;
  width: 100%;
  background-color: #d4cfe5;
  position: relative;
}

.feature-tab-two-nav li .feature_progress:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #2a5cff;
  transform: scaleX(0);
  transform-origin: 0 0;
  animation-duration: 7000ms;
}

.feature-tab-two-nav li.active-tab {
  background-color: #fff;
  box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.1);
}

.feature-tab-two-nav li.active-tab .feature_progress:before {
  animation: featureProgressScaleX 10s linear forwards;
}

.feature-tab-two {
  background-color: #fff;
  padding: 35px 50px;
  box-shadow: 0 30px 70px 0 rgba(0, 9, 40, 0.1);
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media (max-width: 767px) {
  .feature-tab-two {
    padding: 30px;
  }
}

.feature-tab-two__content-wrap,
.feature-tab-two__image {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.feature-tab-two .tt-tab-item.active-tab {
  display: flex;
}

@media (max-width: 767px) {
  .feature-tab-two .tt-tab-item.active-tab {
    flex-wrap: wrap;
  }
}

.feature-tab-two .tt-tab-item.active-tab .feature-tab-two__content-wrap,
.feature-tab-two .tt-tab-item.active-tab .feature-tab-two__image {
  opacity: 1;
}

.feature-tab-two .feature-tab-two__item {
  align-items: center;
  flex-wrap: wrap;
}

.feature-tab-two .feature-tab-two__item>div {
  width: 50%;
}

@media (max-width: 767px) {
  .feature-tab-two .feature-tab-two__item>div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .feature-tab-two .feature-tab-two__item .ultraland-tabs-contents {
    order: 2;
  }
}

.feature-tab-two__title {
  font-size: 24px;
  font-weight: 800;
}

.feature-tab-two__image {
  text-align: right;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.feature-tab-two .tt__btn {
  margin-top: 14px;
  padding: 11px 27px;
}

.feature-tab-two .tt__btn i {
  margin-left: 5px;
  font-size: 20px;
}

/*--------------------------------------------------------------
## Faq
--------------------------------------------------------------*/
.tt-accordian {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 970px;
  margin: 0 auto;
}

.tt-accordian__nav {
  width: 300px;
  box-shadow: 0px 40px 70px 0px rgba(0, 9, 40, 0.1);
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 0;
  display: block;
  height: auto;
}

@media (max-width: 767px) {
  .tt-accordian__nav {
    width: 100%;
    margin-bottom: 40px;
  }
}

.tt-accordian__nav li {
  display: inline-block;
}

@media (max-width: 767px) {
  .tt-accordian__nav li {
    width: 90%;
  }
}

.tt-accordian__nav li a {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 40px;
  min-width: 230px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
}

.tt-accordian__nav li a.active {
  background-color: #2a5cff;
  color: #fff;
}

.tt-accordian__content {
  max-width: 570px;
  width: 100%;
}

@media (max-width: 991px) {
  .tt-accordian__content {
    flex: 2;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .tt-accordian__content {
    margin-left: 0;
    width: 100%;
  }
}

.tt-accordian .card {
  border: 0;
  margin-bottom: 10px;
}

.tt-accordian .card-header {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.tt-accordian h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 6px;
  box-shadow: 0px 30px 50px 0px rgba(0, 9, 40, 0.1);
  line-height: 1.3;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.tt-accordian h5 i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #2a5cff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .tt-accordian h5 i {
    right: 15px;
  }
}

.tt-accordian h5.collapsed {
  background-color: #f1f3f7;
  box-shadow: none;
}

.tt-accordian h5.collapsed i {
  color: #0c1636;
  transform: translateY(-50%) rotate(-180deg);
}

.tt-accordian .card-body {
  padding: 21px 30px 30px;
}

.tt-accordian .card-body p {
  margin: 0;
}

.tt-accordian .card-body ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.tt-accordian .card-body ul li {
  line-height: 28px;
}

.tt-accordian .card-body ul li i {
  margin-right: 10px;
  color: #089df1;
}

.tt-accordian.style-two {
  display: block;
}

.tt-accordian.style-two .card {
  background-color: #fff;
  border-radius: 4px;
}

.tt-accordian.style-two .card.active {
  box-shadow: 0px 30px 50px 0px rgba(0, 9, 40, 0.1);
  margin-bottom: 20px;
}

.tt-accordian.style-two h5 {
  box-shadow: none;
}

.tt-accordian.style-two h5.collapsed {
  background-color: transparent;
}

.tt-accordian.style-two h5.collapsed i {
  color: #0c1636;
}

.tt-accordian.style-two h5 i {
  color: #2a5cff;
}

.tt-accordian.style-two .card-body {
  padding: 0 30px 30px;
}

/*--------------------------------------------------------------
## Domain Search Form
--------------------------------------------------------------*/
.domain-wrapper {
  max-width: 770px;
  margin: 0 auto;
}

.domain-wrapper .tt-input-inner {
  display: flex;
  background: #fff;
  padding: 5px;
  border-radius: 40px;
  box-shadow: 0px 40px 30px 0px rgba(0, 8, 46, 0.1);
}

.domain-wrapper .tt-input-inner input {
  height: 60px;
  border-radius: 4px;
  margin: 0;
}

.domain-wrapper .tt-input-inner input::placeholder {
  color: #a5a7b0;
}

.domain-wrapper .tt-input-inner .sea-dom {
  border: 0 !important;
  margin: 0;
  border-radius: 30px;
  padding: 10px 30px;
  background: transparent;
}

.domain-wrapper .tt-input-inner .sea-dom:focus {
  box-shadow: none;
  background: transparent;
}

.domain-wrapper .tt-input-inner .form-control {
  margin: 0 10px;
  height: 60px;
  max-width: 90px;
  box-shadow: none;
  border-radius: 4px;
  border: 0;
  background-color: transparent;
}

@media (max-width: 576px) {
  .domain-wrapper .tt-input-inner #domainext {
    display: none;
  }
}

.domain-wrapper .tt-input-inner .tt__btn {
  border: transparent;
  outline: none;
  border-radius: 30px;
  padding: 13px 30px;
  min-width: 150px;
  text-align: center;
}

@media (max-width: 420px) {
  .domain-wrapper .tt-input-inner .tt__btn {
    min-width: 120px;
  }
}

.domain-wrapper .tt-input-inner .tt__btn:hover {
  background-color: #003af6;
  color: #fff;
}

.domain-element .section-heading {
  margin-bottom: 42px;
}

.domain-element .title {
  font-size: 30px;
  font-size: 2.1428571429em;
  font-weight: 900;
  margin-bottom: 5px;
}

.domain-element .description {
  margin-bottom: 0;
}

.result-wrapper {
  display: flex;
  width: 100%;
  padding: 5px 5px 5px 30px;
  align-items: center;
  border-radius: 30px;
}

.result-wrapper i {
  margin-right: 10px;
  font-size: 18px;
}

.result-wrapper .tt-btn-token {
  display: flex;
  align-items: center;
}

.domain-element-wdes .title {
  font-size: 30px;
  margin-bottom: 30px;
}

.spinner {
  width: 100%;
  height: 45px;
}

.tt-result-domain-box {
  margin-top: 20px;
}

.tt-result-domain-box .inner-block-result-item {
  display: flex;
  align-items: center;
  order: 2;
  width: 100%;
}

.tt-result-domain-box .available {
  font-weight: 500;
  margin: 0 5px;
}

.tt-result-domain-box .reasult-info {
  display: flex;
  flex: 2;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 5px;
  order: 1;
}

.tt-result-domain-box .reasult-info a {
  margin-left: auto;
}

.tt-result-domain-box .tt-btn {
  padding: 5px 15px;
  border-radius: 30px;
}

.tt-result-domain-box .tt-btn input:not([type=checkbox]):not([type=submit]) {
  background: #2a5cff;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 30px;
  margin-bottom: 0;
}

.tt-result-domain-box .tt-btn input:not([type=checkbox]):not([type=submit]):hover {
  color: #fff;
  background: #003af6;
}

.tt-result-domain-box .tt-btn:hover input {
  color: inherit;
}

.extensions-block {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

@media (max-width: 991px) {
  .extensions-block {
    justify-content: center;
  }
}

@media (max-width: 440px) {
  .extensions-block {
    display: block;
    text-align: center;
  }
}

.extensions-block .ext-item {
  color: #90929b;
  font-size: 16px;
  margin-right: 30px;
  font-weight: 5600;
}

@media (max-width: 440px) {
  .extensions-block .ext-item {
    display: inline-block;
    margin-right: 20px;
  }
}

.extensions-block .ext-item .ext-name {
  font-weight: 700;
  margin-right: 5px;
  color: #2a5cff;
}

.form-height .domain-wrapper .tt-input-inner input,
.form-height .domain-wrapper .tt-input-inner .form-control {
  height: 50px;
}

/* Bridge Style */
#order-standard_cart>.row {
  display: block;
}

#bridge #header {
  display: none;
}

#bridge #main-menu .navbar-nav {
  display: block;
}

.page-template #bridge .navbar-main {
  background-color: #2a5cff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-template #bridge section#main-body {
  padding: 100px 0 50px;
}

#bridge .header-lined h4 {
  font-size: 34px;
}

#bridge .vps-hosting-pricing-table-two>thead {
  background: #2a5cff;
}

#bridge .vps-hosting-pricing-table-two>thead tr th {
  color: #fff;
}

#bridge .dropdown-toggle::after {
  display: none;
}

#bridge section#footer {
  display: none;
}

/*--------------------------------------------------------------
## Call to action
--------------------------------------------------------------*/
.call-to-action {
  padding: 130px 0;
  background-color: #0c1636;
}

@media (max-width: 767px) {
  .call-to-action {
    padding: 80px 0;
  }
}

.call-to-action .actions-content {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}

.call-to-action .actions-content .action-title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .call-to-action .actions-content .action-title {
    font-size: 32px;
  }
}

.call-to-action .actions-content p {
  color: rgba(255, 255, 255, 0.502);
  margin-bottom: 51px;
}

.call-to-action .button-wrapper .tt__btn {
  max-width: 300px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
}

.author-info-box {
  display: flex;
  align-items: center;
  max-width: 280px;
  flex-wrap: wrap;
  text-align: left;
  margin: 20px auto 0;
}

.author-info-box .avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.author-info-box .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info-box .author-info {
  flex: 2;
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  line-height: 24px;
}

.author-info-box.style-two {
  max-width: inherit;
  margin-top: 0;
}

.author-info-box.style-two .author-info {
  color: #0c1636;
  font-size: 18px;
  font-weight: 700;
}

.author-info-box.style-two p {
  margin: 0;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.contact-info-wrapper .contact-info {
  margin-bottom: 23px;
}

.contact-info-wrapper .contact-info .info-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-info-wrapper .contact-info .info-title.style-two {
  color: #2a5cff;
}

.contact-info-wrapper .contact-info p {
  margin-bottom: 0;
}

.contact-info-wrapper .phone {
  display: flex;
  margin-bottom: 21px;
}

.contact-info-wrapper .phone i {
  color: #2a5cff;
  margin-right: 12px;
  font-size: 25px;
}

@media (max-width: 480px) {
  .contact-info-wrapper .phone i {
    font-size: 20px;
  }
}

.contact-info-wrapper .phone .phone-number {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 480px) {
  .contact-info-wrapper .phone .phone-number {
    font-size: 24px;
  }
}

.contact-info-wrapper .email {
  margin-bottom: 44px;
}

.contact-info-wrapper .email .email-id {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #4c4c4c;
  margin: 0;
}

.appointment-form .input-field input[type=checkbox],
.appointment-form .input-field select {
  height: 50px;
  border-radius: 0;
}

.appointment-form .input-field select {
  border: 2px solid #fff;
  color: #83858c;
}

.appointment-form .input-field select:focus {
  border-color: #2a5cff;
  border-radius: 0;
}

.appointment-form .input-field select:focus-visible {
  border-radius: 0;
}

.appointment-form .input-field input:not([type=checkbox]):not([type=submit]) {
  height: 50px;
}

.appointment-form .input-field input:not([type=checkbox]):not([type=submit]),
.appointment-form .input-field textarea {
  background-color: #fff;
  padding: 10px 25px;
  margin-bottom: 16px;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
}

.appointment-form .input-field input:not([type=checkbox]):not([type=submit])::placeholder,
.appointment-form .input-field textarea::placeholder {
  color: #83858c;
}

.appointment-form .input-field input:not([type=checkbox]):not([type=submit]):focus,
.appointment-form .input-field textarea:focus {
  border-color: #2a5cff;
}

.appointment-form .input-field textarea {
  margin-bottom: 9px;
  height: 130px;
}

.appointment-form .col-md-6,
.appointment-form .col-md-12 {
  padding: 0 8px;
}

.appointment-form .tt__btn.submit-btn {
  width: auto;
  border-radius: 0;
  padding: 14px 35px;
  border: 2px solid #2a5cff;
}

.appointment-form .tt__btn.submit-btn:hover {
  background: transparent;
  color: #2a5cff;
}

/*--------------------------------------------------------------
## Coming Soon
--------------------------------------------------------------*/
.countdown {
  text-align: center;
  font-weight: 600;
  color: #0c1636;
  font-size: 82px;
  display: flex;
  justify-content: center;
  margin: 53px 0 46px;
}

@media (max-width: 991px) {
  .countdown {
    margin: 30px 0 35px;
  }
}

.CountdownContent {
  font-size: 82px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  position: relative;
}

@media (max-width: 1400px) {
  .CountdownContent {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .CountdownContent {
    font-size: 36px;
  }
}

.CountdownContent .CountdownLabel {
  color: #0c1636;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 1200px) {
  .CountdownContent .CountdownLabel {
    font-size: 14px;
  }
}

.counting {
  position: relative;
  margin: 0 33px;
  line-height: 1;
  min-width: 100px;
}

@media (max-width: 1400px) {
  .counting {
    min-width: 80px;
    margin: 0 20px;
  }
}

@media (max-width: 1200px) {
  .counting {
    margin: 0 15px;
  }
}

@media (max-width: 991px) {
  .counting {
    margin: 0 10px;
    min-width: 70px;
  }
}

.counting .CountdownSeparator {
  position: absolute;
  right: -40px;
  top: 0;
  font-size: 63px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .counting .CountdownSeparator {
    font-size: 40px;
    right: -27px;
    top: 5px;
  }
}

@media (max-width: 1200px) {
  .counting .CountdownSeparator {
    right: -20px;
  }
}

@media (max-width: 991px) {
  .counting .CountdownSeparator {
    right: -15px;
  }
}

.counting .minus {
  line-height: 1;
  position: relative;
  top: -36px;
  left: -9px;
}

@media (max-width: 1400px) {
  .counting .minus {
    top: -28px;
    left: -9px;
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .counting .minus {
    top: -20px;
    font-size: 40px;
  }
}

.coming-soon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100vh;
  position: relative;
}

@media (max-width: 768px) {
  .coming-soon {
    height: auto;
    padding: 100px 0;
  }
}

.coming-soon .coming-soon-banner {
  flex: 36% 0 0;
  height: 100%;
}

.coming-soon .coming-soon-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .coming-soon .coming-soon-banner {
    display: none;
  }
}

.coming-soon .coming-soon-content {
  flex: 64% 0 0;
}

@media (max-width: 1280px) {
  .coming-soon .coming-soon-content {
    padding: 0 50px;
  }
}

@media (max-width: 768px) {
  .coming-soon .coming-soon-content {
    flex: 100% 0 0;
  }
}

.coming-soon .coming-soon-content .cu_btn.animate_btn_2 {
  max-width: 140px;
}

.coming-soon .top-logo {
  margin-bottom: 85px;
}

@media (max-width: 1280px) {
  .coming-soon .top-logo {
    margin-bottom: 35px;
  }
}

.coming-soon .top-logo img {
  max-height: 52px;
}

.coming-soon .soon-title {
  font-size: 48px;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .coming-soon .soon-title {
    font-size: 36px;
  }
}

.coming-soon .newsletter-form {
  max-width: 540px;
  margin: 0 auto;
}

.coming-soon .newsletter-form .newsletter-inner {
  display: flex;
}

.coming-soon .newsletter-form input:not([type=checkbox]):not([type=submit]) {
  border: 1px solid #e0e0e0;
  color: #899097;
  padding: 13px 30px;
  max-width: 380px;
  flex: 1;
  margin-right: 20px;
}

.coming-soon .cu_btn {
  min-width: 140px !important;
}

.coming-soon .footer-social-link {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .coming-soon .footer-social-link {
    margin-top: 30px;
  }
}

.coming-soon .right-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1400px) {
  .coming-soon .right-shape {
    display: none;
  }
}

/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
.image-wrapper {
  position: relative;
}

.image-wrapper .content-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.popup-play-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 55px;
  width: 55px;
  background: #fff;
  display: block;
  line-height: 58px;
  font-size: 24px;
  border-radius: 50%;
  animation: ripple-white 1s linear infinite;
  color: #2a5cff;
}

.popup-play-btn i {
  margin-left: 8px;
}

/*--------------------------------------------------------------
## Modal Box
--------------------------------------------------------------*/
button.tt-modal-btn {
  padding: 10px 30px;
  background-color: #2a5cff;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid #2a5cff;
  font-size: 16px;
}

button.tt-modal-btn.btn-sm {
  padding: 7px 20px;
  font-size: 14px;
}

button.tt-modal-btn.btn-lg {
  padding: 14px 40px;
  font-size: 18px;
}

button.tt-modal-btn:hover {
  background-color: #003af6;
  border-color: #003af6;
}

button.tt-modal-btn:focus {
  outline: 0;
}

.tt-modal-close-btn {
  padding: 7px 20px;
  background-color: #2a5cff;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid #2a5cff;
  font-size: 15px;
}

.tt-modal-close-btn:hover {
  background-color: #003af6;
  border-color: #003af6;
}

.tt-modal-close-btn:focus {
  outline: 0;
}

/*--------------------------------------------------------------
## Shop
--------------------------------------------------------------*/
.quiety-products-container {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .quiety-products-container {
    padding: 120px 0 50px;
  }
}

.woocommerce-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.woocommerce-products-header .woocommerce-result-count {
  margin-bottom: 0;
  color: #4f5158;
  font-size: 14px;
}

.quiety-products-container {
  padding: 120px 0 100px;
}

.quiety-products-container .woocommerce-products-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .quiety-products-container .woocommerce-products-header {
    display: block;
  }
}

.quiety-products-container .woocommerce-products-header .woocommerce-notices-wrapper {
  position: absolute;
}

.quiety-product-result-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
}

.quiety-product-result-wrapper p {
  margin: 0;
}

.quiety-product-result-wrapper .woocommerce-notices-wrapper {
  width: 100%;
}

.quiety-orderby-wrapper {
  display: flex;
  align-items: center;
}

.quiety-orderby-wrapper .product-layout {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 30px;
}

.quiety-orderby-wrapper .product-layout li {
  display: inline-block;
  color: #777777;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.quiety-orderby-wrapper .product-layout li:not(:last-child) {
  margin-right: 15px;
}

.quiety-orderby-wrapper .product-layout li.active {
  color: #2a5cff;
}

.quiety-orderby-wrapper select {
  font-size: 13px;
  background-color: #f6f6f7;
  border: 0;
  height: 28px;
  color: #4f5158;
}

.products .featured {
  padding-top: 0;
}

.products .product .quiety-product-item {
  overflow: hidden;
  margin-bottom: 52px;
  position: relative;
}

@media (max-width: 576px) and (min-width: 481px) {
  .products .product .quiety-product-item {
    max-width: 255px;
    margin: 0 auto;
  }
}

.products .product .quiety-product-item .woo_product_image .picture {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .products .product .quiety-product-item .woo_product_image .picture img {
    width: 100%;
  }
}

.products .product .quiety-product-item .woo_product_image .picture .woo_post-link {
  display: block;
}

.products .product .quiety-product-item .woo_product_image .picture:hover .woo_post-link:after {
  opacity: 1;
}

.products .product .quiety-product-item .woo_product_image .picture:hover .add_to_cart_button,
.products .product .quiety-product-item .woo_product_image .picture:hover .button,
.products .product .quiety-product-item .woo_product_image .picture:hover .added_to_cart {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.products .product .quiety-product-item .woo_product_image img {
  transition: all 0.4s;
  transform: scale(1);
  backface-visibility: hidden;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products .product .quiety-product-item .woo_product_image img:nth-child(2) {
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
  filter: blur(0);
  top: 0;
  left: 0;
  right: auto;
  transform: translate(-100%, 0);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.products .product .quiety-product-item .woo_product_image:hover .woo_button {
  opacity: 1;
  visibility: visible;
}

.products .product .quiety-product-item .woo_product_image:hover .picture:not(.no_effects) img {
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.products .product .quiety-product-item .woo_product_image:hover .picture:not(.no_effects) img:nth-child(2) {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.products .product .quiety-product-item .quiety-product-image {
  position: relative;
}

.products .product .quiety-product-item .quiety-product-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(42, 92, 255, 0.7);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.products .product .quiety-product-item .quiety-product-image:hover:before {
  opacity: 1;
}

.products .product .quiety-product-item .quiety-product-image:hover .add_to_cart_button,
.products .product .quiety-product-item .quiety-product-image:hover .button,
.products .product .quiety-product-item .quiety-product-image:hover .added_to_cart {
  opacity: 1;
  visibility: visible;
}

.products .product .quiety-product-item .woo_post-link {
  display: block;
  position: relative;
}

.products .product .quiety-product-item .woo_post-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(12, 22, 54, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.products .product .quiety-product-item .woo_button {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 20px 30px;
}

.products .product .quiety-product-item .woo_button .added_to_cart {
  display: none;
}

.products .product .quiety-product-item .woo_button>div,
.products .product .quiety-product-item .woo_button>a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background: #fff;
  color: #2a5cff;
  line-height: 36px;
  font-size: 16px;
  margin: 0 4px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  text-align: center;
}

.products .product .quiety-product-item .woo_button>div i,
.products .product .quiety-product-item .woo_button>a i {
  margin-right: 0;
}

.products .product .quiety-product-item .woo_button>div .fa-spinner,
.products .product .quiety-product-item .woo_button>a .fa-spinner {
  display: none !important;
}

.products .product .quiety-product-item .woo_button>div:hover,
.products .product .quiety-product-item .woo_button>div.added,
.products .product .quiety-product-item .woo_button>a:hover,
.products .product .quiety-product-item .woo_button>a.added {
  background: #2a5cff;
  border-color: #2a5cff;
  color: #fff;
}

.products .product .quiety-product-item .woo_button>div a {
  display: block;
}

.products .product .quiety-product-item .woo_button>div a i {
  color: #2a5cff;
}

.products .product .quiety-product-item .woo_button>div a:hover i {
  color: #fff;
}

.products .product .quiety-product-item .onsale {
  display: inline-block;
  border-radius: 4px;
  margin: 0 !important;
  top: 10px !important;
  left: 10px !important;
  font-size: 14px;
  line-height: 1;
  padding: 6px 10px;
  background-color: #2a5cff;
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 22;
}

.products .product .quiety-product-item .quiety-product-info {
  padding-top: 19px;
}

.products .product .quiety-product-item .quiety-product-info .star-rating {
  margin: 0 auto;
}

.products .product .quiety-product-item .quiety-product-info .quiety-product-list-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #0c1636;
}

.products .product .quiety-product-item .quiety-product-info .price {
  display: inline-flex;
  color: #0c1636;
  font-size: 14px;
  font-weight: 600;
  flex-direction: row-reverse;
  line-height: 1;
}

.products .product .quiety-product-item .quiety-product-info .price del {
  font-size: 14px;
  font-weight: 400;
  color: #4f5158;
  text-decoration: line-through;
  margin-left: 10px;
}

.products .product .quiety-product-item .quiety-product-info .price ins {
  background: transparent;
  color: #0c1636;
}

.products .product .quiety-product-item .quiety-product-info .product-description,
.products .product .quiety-product-item .quiety-product-info .quiety-product-category {
  display: none;
}

.related-products .products .product .quiety-product-item {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .related-products .products .product .quiety-product-item {
    margin-bottom: 30px;
  }
}

.animation.animated {
  transition: transform 0.65s, opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: none;
  opacity: 1;
  animation-name: fadeIn;
}

.animation {
  will-change: opacity, transform;
  opacity: 0;
  animation: none;
  transition: all 0.3s ease-in-out;
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.single_product .single-product-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.single_product .single-product-wrapper .onsale {
  position: absolute;
}

@media (min-width: 768px) {

  .single_product .woocommerce-product-gallery,
  .single_product .entry-summary {
    width: 50%;
  }
}

.single_product .woocommerce-product-gallery {
  padding-right: 30px;
}

.single_product .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.related .products {
  position: relative;
}

.related .products .slider-control {
  top: 29%;
  z-index: 1;
  height: auto;
}

.related .products .slider-control .product-button-prev,
.related .products .slider-control .product-button-next {
  border: 1px solid #fff;
  height: 65px;
  width: 65px;
  line-height: 57px;
  text-align: center;
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  outline: none;
  cursor: pointer;
}

.related .products .slider-control .product-button-prev svg,
.related .products .slider-control .product-button-next svg {
  width: 20px;
}

.related .products .slider-control .product-button-prev:hover,
.related .products .slider-control .product-button-next:hover {
  background-color: #2a5cff;
}

.related .products .slider-control .product-button-prev:hover svg path,
.related .products .slider-control .product-button-next:hover svg path {
  fill: #fff;
}

.related .products .slider-control .product-button-prev {
  left: -13%;
}

.related .products .slider-control .product-button-next {
  right: -13%;
}

.related .products .quiety-product-item {
  position: relative;
  margin-bottom: 0;
}

.quiety-products-single-wrapper .woocommerce-product-gallery {
  position: relative;
}

.quiety-products-single-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 22;
}

.quiety-products-single-wrapper .star-rating {
  float: none !important;
  width: 5.6em !important;
}

.quiety-products-single-wrapper .price {
  font-size: 24px;
  font-weight: 600;
  color: #0c1636;
  margin-bottom: 30px;
}

.quiety-products-single-wrapper .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.quiety-products-single-wrapper .cart {
  margin-bottom: 20px;
}

.quiety-products-single-wrapper .cart .quantity {
  width: 80px;
  margin-right: 20px;
  display: inline-block;
}

.quiety-products-single-wrapper .cart .quantity input {
  margin: 0 !important;
}

.woocommerce-cart-form .cart-collaterals {
  max-width: 40%;
  margin-left: auto;
}

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse {
  display: block !important;
}

/* Price Filter */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #2a5cff;
  box-sizing: border-box;
  margin-top: -0.4em;
  opacity: 1;
  border-radius: 50%;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #2a5cff;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #dbe2e9;
  border-radius: 3px;
}

.widget_price_filter .ui-slider-horizontal {
  height: 5px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min,
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
  width: 80px !important;
  background: transparent !important;
  border: 0 !important;
}

.woocommerce-product-search {
  display: flex;
  background: #f3f4f9;
  border: 1px solid #f3f4f9;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.woocommerce-product-search input {
  margin-bottom: 0 !important;
  border: 0 !important;
  background: transparent;
}

.woocommerce-product-search button {
  border: 0;
  background: transparent;
  padding: 0;
  padding-right: 20px;
  color: #7d7d7d;
}

.woocommerce-product-search:focus,
.woocommerce-product-search:hover {
  border-color: rgba(255, 112, 112, 0.5) !important;
  outline: 0;
}

.product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product_list_widget li {
  display: flex;
  margin-bottom: 30px !important;
  flex-wrap: wrap;
  align-items: center;
}

.product_list_widget li a {
  padding-left: 0 !important;
}

.product_list_widget li a:before {
  display: none;
}

.product_list_widget li>a {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.product_list_widget li>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.product_list_widget li .product-info {
  flex: 2;
}

.product_list_widget li .product-info .woocommerce-Price-amount,
.product_list_widget li .product-info ins,
.product_list_widget li .product-info del {
  font-weight: 400;
  color: #4f5158;
  font-size: 14px;
  line-height: 1;
}

.product_list_widget li .product-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}

.product_list_widget li .product-title a {
  color: #0c1636;
}

.product_list_widget li .product-title a:hover {
  color: #2a5cff;
}

.woocommerce-widget-layered-nav-list li {
  display: flex;
}

.woocommerce-widget-layered-nav-list li .count {
  display: inline;
  margin-left: 5px;
}

.wc-block-price-filter__range-input-wrapper input:not([type=checkbox]):not([type=submit]) {
  border: 0;
  padding: 0;
}

.wc-block-price-filter__range-input-wrapper input:not([type=checkbox]):not([type=submit]):focus,
.wc-block-price-filter__range-input-wrapper textarea:focus {
  border: 0 !important;
}

input.wc-block-components-price-slider__amount {
  padding: 0 !important;
  margin: 0;
  width: auto;
  background-color: transparent !important;
  height: max-content;
  border-radius: 0 !important;
}

.wc-block-components-price-slider__range-input-progress {
  --range-color: #2a5cff;
}

.wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider__range-input-progress {
  height: 3px;
  box-shadow: none;
}

.wc-block-price-filter__controls input {
  margin-bottom: 0 !important;
}

.wc-block-components-price-slider__controls {
  display: block;
}

wc-block-components-price-slider__range-input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  pointer-events: none;
  outline: none !important;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px !important;
  background: red;
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -6px 0 0;
  background-color: #2a5cff;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 0px rgba(0, 14, 58, 0.2);
  border: 2px solid #fff;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
  border: 0;
}

.wc-block-components-price-slider__range-input::-moz-range-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}

.wc-block-components-price-slider__range-input::-ms-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
  z-index: 21;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
  margin-left: -2px;
  background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  background-position-x: left;
  transform: translate(-2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
  background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
  z-index: 20;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
  background-position-x: right;
  margin-left: 2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  background-position-x: right;
  transform: translate(2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
  background-position-x: right;
}

/* Single product Style */
.entry-summary .cart {
  display: inline-flex;
}

.entry-summary .quantity {
  width: 110px;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: 2px solid #e3e5ee;
  border-radius: 6px;
}

.entry-summary .quantity input::-webkit-outer-spin-button,
.entry-summary .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity {
  width: 110px;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: 2px solid #e3e5ee;
  border-radius: 6px;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .qty {
  padding: 0 7px 0 12px;
  margin: 0;
  border-radius: 0;
  height: 40px;
  background-color: transparent;
  text-align: center;
  margin-bottom: 0 !important;
  background: transparent !important;
}

.quantity .qty:focus {
  border-color: transparent;
}

.quantity .minus-button {
  height: 100%;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.quantity .minus-button:before {
  content: "\e996";
  font-family: "feather" !important;
}

.quantity .plus-button {
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.quantity .plus-button:before {
  content: "\e9b1";
  font-family: "feather" !important;
}

.quiety-single-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.quiety-single-wrapper .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.quiety-single-wrapper .onsale {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #2a5cff;
  padding: 6px 10px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
}

.quiety-single-wrapper .quantity {
  margin-right: 10px;
}

.quiety-single-wrapper .price {
  font-size: 20px;
  font-weight: 500;
  color: #0c1636;
}

.quiety-single-wrapper .price del {
  color: #76787d;
  font-size: 16px;
}

.quiety-single-wrapper .woocommerce-product-gallery__image img {
  border-radius: 6px;
}

.quiety-single-wrapper .entry-summary {
  padding-top: 40px;
}

.quiety-single-wrapper .product_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #0c1636;
}

@media (max-width: 767px) {
  .quiety-single-wrapper .product_title {
    font-size: 22px;
  }
}

.quiety-single-wrapper .yith-wcwl-add-to-wishlist {
  display: inline-block;
}

.quiety-single-wrapper .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-left: 5px;
}

.quiety-single-wrapper .yith-wcwl-add-to-wishlist a {
  padding: 11px 14px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 2px solid #e3e5ee;
  margin-top: 0;
  border-radius: 6px;
  height: 44px;
  display: inline-block;
}

.quiety-single-wrapper .yith-wcwl-add-to-wishlist a i {
  margin-right: 0;
}

.single_add_to_cart_button {
  font-size: 15px;
  color: #fff;
  background: #2a5cff;
  border: 2px solid #2a5cff;
  border-radius: 6px;
  padding: 6px 33px;
  line-height: 1;
  height: 44px;
  font-weight: 500;
}

.flex-control-thumbs {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.flex-control-thumbs li {
  display: inline-block;
  width: 70px;
  height: 74px;
  margin-right: 10px;
}

.flex-control-thumbs li img {
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.flex-control-thumbs li img.flex-active {
  border-color: #2a5cff;
}

.product_meta {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #eff1f6;
}

.product_meta>span {
  display: block;
}

/* Breadcrumb */
.woocommerce-breadcrumb {
  margin-bottom: 60px;
}

/* Tabs */
.wc-tabs-wrapper {
  background-color: #f6f6f7;
  padding: 115px 20% 100px;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .wc-tabs-wrapper {
    padding: 80px 50px 80px;
  }
}

.tabs.wc-tabs {
  margin-bottom: 36px;
  list-style: none;
  border-bottom: 1px solid #dedfe3;
  padding: 0;
}

.tabs.wc-tabs li {
  display: inline-block;
  margin-right: 20px;
}

.tabs.wc-tabs li a {
  color: #0c1636;
  padding: 0 0 8px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.tabs.wc-tabs li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: #2a5cff;
  transition: all 0.3s ease-in-out;
}

.tabs.wc-tabs li.active a {
  color: #2a5cff;
}

.tabs.wc-tabs li.active a:after {
  width: 100%;
}

.woocommerce-Tabs-panel h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.woocommerce-Tabs-panel #comments {
  margin-top: 0;
}

.woocommerce-product-attributes {
  border-color: #dedfe3;
}

.woocommerce-product-attributes tbody>tr {
  border-top-color: #dedfe3;
}

.woocommerce-product-attributes td:last-child {
  border-right-color: #dedfe3;
}

.woocommerce-product-attributes p {
  margin-bottom: 0;
}

.comment-form-rating label {
  margin-right: 10px;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
  display: block;
  margin-bottom: 5px;
  color: #0c1636;
  font-weight: 600;
}

.woocommerce-Reviews input:not([type=checkbox]):not([type=submit]),
.woocommerce-Reviews textarea {
  background-color: #fff;
  border: 2px solid #fff;
}

.woocommerce-Reviews input:not([type=checkbox]):not([type=submit]):focus,
.woocommerce-Reviews textarea:focus {
  border-color: #2a5cff;
  background-color: #fff;
}

.woocommerce-Reviews .comment-form .comment-form-author,
.woocommerce-Reviews .comment-form .comment-form-email {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 22;
}

.woocommerce-Reviews .comment-form .comment-form-cookies-consent label:not(:empty) {
  padding-left: 20px;
}

.woocommerce-Reviews .comment-form textarea {
  height: 120px;
}

.woocommerce-Reviews .commentlist {
  margin-bottom: 76px;
  padding: 0;
  list-style: none;
}

.woocommerce-Reviews .commentlist li .thiscommentbody .commentava {
  float: left;
}

.woocommerce-Reviews .commentlist .comment_container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 30px 30px 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.woocommerce-Reviews .commentlist .comment_container img {
  max-width: 50px;
  flex: 1;
  height: max-content;
  margin-right: 20px;
  border-radius: 50%;
}

.woocommerce-Reviews .commentlist .comment_container .comment-text {
  flex: 2;
}

.woocommerce-Reviews .commentlist .meta {
  font-size: 14px;
  margin-bottom: 2px;
}

p.stars {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

p.stars a:before {
  display: block;
  font-family: "FontAwesome", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3em;
  color: #666;
  content: "\f006";
  transition: all 0.3s ease;
}

p.stars a {
  display: inline-block;
}

p.stars a:hover~a:before,
p.stars.selected:not(:hover) a.active~a:before {
  color: #666;
}

p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
  color: #ffbc53;
  content: "\f005";
}

p.stars a:before {
  display: block;
  font-family: "FontAwesome", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3em;
  color: #666;
  content: "\f005";
  transition: all 0.3s ease;
}

/* Related product */
.related-products {
  padding: 115px 0 0;
}

@media (max-width: 480px) {
  .related-products .row {
    margin: 0 !important;
  }
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
  margin-left: 15px;
  margin-top: 10px;
}

/* Cart Form */
.woocommerce-cart-form__cart-item .product-thumbnail a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #0c1636;
}

.woocommerce-cart-form__cart-item .product-thumbnail a:hover {
  color: #2a5cff;
}

.woocommerce-cart-form__cart-item .product-thumbnail .attachment-woocommerce_thumbnail {
  width: 60px;
  margin-right: 20px;
  border-radius: 4px;
}

.woocommerce-Price-amount {
  font-size: 14px;
  color: #0c1636;
  font-weight: 600;
}

.woocommerce-cart-form .coupon {
  display: flex;
  background-color: #f1f2f3;
  width: max-content;
  border-top-leftt-radius: 6px;
  border-bottom-leftt-radius: 6px;
}

.woocommerce-cart-form .coupon .input-text {
  margin: 0;
  background-color: transparent !important;
  max-width: 220px;
}

.woocommerce-cart-form .coupon .input-text:focus {
  border-color: transparent;
}

.woocommerce-cart-form .coupon button {
  background-color: #0c1636;
  border: 0;
  padding: 10px 25px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 15px;
  min-width: 150px;
}

.woocommerce-cart-form table {
  border: 0;
}

.woocommerce-cart-form table thead {
  background: transparent;
}

.woocommerce-cart-form table thead th {
  color: #76787d;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
}

.woocommerce-cart-form table td {
  padding: 20px 0;
}

.woocommerce-cart-form table td:last-child {
  border-right: 0;
}

.woocommerce-cart-form table .product-remove {
  text-align: right;
}

.woocommerce-cart-form .tt__btn {
  padding: 14px 30px;
}

.cart-collaterals {
  padding: 35px 40px 50px;
  background-color: #f6f6f7;
}

.cart-collaterals h2 {
  font-size: 20px;
}

.cart-collaterals .shop_table {
  border: 0;
  margin-bottom: 17px;
}

.cart-collaterals .shop_table th {
  padding: 16px 0;
  font-size: 14px;
}

.cart-collaterals .shop_table tbody>tr {
  border-top: 1px solid #e1e1e4;
}

.cart-collaterals .shop_table td:last-child {
  border-right: 0;
  text-align: right;
  padding: 0;
}

.cart-collaterals .shop_table .woocommerce-Price-amount {
  color: #76787d;
  font-weight: 500;
}

.cart-collaterals .shop_table .order-total .woocommerce-Price-amount {
  color: #2a5cff;
}

.cart-collaterals .checkout-button {
  padding: 9px 25px;
  display: block;
  background-color: #2a5cff;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}

/* Checkout Page */
.woocommerce-form-coupon-toggle {
  margin-bottom: 46px;
}

.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding-left: 15px;
  list-style: none;
}

.woocommerce-billing-fields>h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0c1636;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  display: block;
  margin-bottom: 24px;
}

.woocommerce-billing-fields__field-wrapper input:not([type=checkbox]):not([type=submit]),
.woocommerce-billing-fields__field-wrapper textarea.input-text {
  margin: 0;
  background-color: #f1f2f3 !important;
  font-size: 14px;
}

.woocommerce-billing-fields__field-wrapper input:not([type=checkbox]):not([type=submit]) {
  height: 50px;
}

.woocommerce-billing-fields__field-wrapper input:not([type=checkbox]):not([type=submit])::placeholder {
  color: #83858c;
}

.woocommerce-billing-fields__field-wrapper textarea.input-text {
  background-color: #f1f2f3 !important;
}

.woocommerce-billing-fields__field-wrapper .form-row-first {
  width: 50%;
  padding-right: 15px;
  float: left;
}

.woocommerce-billing-fields__field-wrapper .form-row-last {
  padding-left: 15px;
  width: 50%;
  float: right;
}

.woocommerce-additional-fields {
  margin-top: 26px;
}

.woocommerce-additional-fields textarea.input-text {
  background-color: #f1f2f3 !important;
  font-size: 14px;
}

.woocommerce-additional-fields>h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0c1636;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 6px;
  height: 50px;
  padding: 10px;
}

.form-row.notes {
  display: block;
}

.woocommerce-input-wrapper select {
  border: 0;
}

.select2-container--default .select2-selection--single {
  background-color: #f1f2f3;
  border: 0;
  border-radius: 6px;
  height: 50px;
  padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.tt_checkout-wrapper {
  padding: 30px;
  background-color: #f6f6f7;
}

.tt_checkout-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0c1636;
}

.tt_checkout-wrapper .woocommerce-checkout-review-order-table {
  border: 0;
}

.tt_checkout-wrapper .woocommerce-checkout-review-order-table .product-total,
.tt_checkout-wrapper .woocommerce-checkout-review-order-table .product-name {
  padding: 12px 0;
}

.tt_checkout-wrapper .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

.tt_checkout-wrapper .woocommerce-checkout-review-order-table tbody>tr {
  border-top-color: #e1e1e4;
}

.tt_checkout-wrapper .woocommerce-checkout-review-order-table td:last-child {
  border-right: 0;
}

.tt_checkout-wrapper .woocommerce-checkout-review-order-table tfoot th {
  padding: 10px 0;
  font-weight: 400;
  color: #0c1636;
}

.tt_checkout-wrapper .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  padding: 10px 0;
}

.tt_checkout-wrapper .woocommerce-checkout-review-order-table tfoot th,
.tt_checkout-wrapper .woocommerce-checkout-review-order-table tfoot td {
  border-top: 1px solid #e1e1e4;
}

.tt_checkout-wrapper #place_order {
  background-color: #2a5cff;
  border: 2px solid #2a5cff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  display: block;
  width: 100%;
  border-radius: 6px;
}

.woocommerce-info {
  background-color: #f6f6f7;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.wc_payment_methods {
  padding: 0;
  list-style: none;
}

.wc_payment_methods li {
  padding: 0;
}

/* Billing  Address */
.woocommerce-customer-details .woocommerce-columns.woocommerce-columns--2 {
  display: flex;
}

.woocommerce-customer-details .woocommerce-columns.woocommerce-columns--2 .woocommerce-column {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 !important;
}

.woocommerce-customer-details .woocommerce-columns.woocommerce-columns--2 .woocommerce-column .woocommerce-column__title {
  font-size: 20px;
  font-weight: 600;
}

/* wishlist */
.wishlist_table .product-add-to-cart a {
  padding: 7px 20px;
  display: inline-block !important;
  background-color: #2a5cff;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}

.wishlist_table .product-add-to-cart a:hover {
  background-color: #003af6;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: #2a5cff;
  font-size: 16px;
  font-weight: 500;
}

.wishlist_table .product-name>a {
  font-weight: 600;
  color: #0c1636;
  font-size: 16px;
}

.wishlist_table .product-name>a:hover {
  color: #2a5cff;
}

.wishlist_table .woocommerce-Price-amount {
  font-size: 18px;
}

.yith-wcwl-wishlistaddedbrowse.hide {
  display: none;
}

.exists .yith-wcwl-wishlistaddedbrowse.hide {
  display: block;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error_page {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error_page .error-page-content {
  position: relative;
  z-index: 2;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

.error_page .error-page-content .error-image {
  margin-bottom: 32px;
}

.error_page .error-page-content .error-title {
  font-size: 100px;
  margin-bottom: 3px;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .error_page .error-page-content .error-title {
    font-size: 70px;
  }
}

@media (max-width: 576px) {
  .error_page .error-page-content .error-title {
    font-size: 50px;
  }
}

.error_page .error-page-content p {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
}

.error_page .error-info {
  max-width: 600px;
  margin: 0 auto;
}

.error-animate-element {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .error-animate-element {
    display: none;
  }
}

.error-animate-element li img {
  position: absolute;
}

.error-animate-element li:nth-child(1) img {
  left: 10%;
  bottom: 35%;
}

.error-animate-element li:nth-child(2) img {
  left: 17%;
  top: 22%;
}

.error-animate-element li:nth-child(3) img {
  right: 12%;
  bottom: 44%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}

.comments-rating label {
  display: inline-block;
}

.rating-container {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}

.rating-container>input {
  display: none;
}

.rating-container>input+label {
  /* only enough room for the star */
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.rating-container>input+label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
  content: "\f155";
  color: #f0ae0f;
  text-shadow: 0 0 1px #333;
}

.rating-container>.star-cb-clear+label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.rating-container>.star-cb-clear+label:before {
  width: 0.5em;
}

.rating-container:hover>input+label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}

.rating-container:hover>input+label:hover~label:before,
.rating-container:hover>input+label:hover:before {
  content: "\f155";
  color: #f0ae0f;
  text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container>.star-cb-clear+label,
.comment-respond .rating-container>input+label:before {
  text-indent: 9999px;
}

.comment-respond .rating-container>input+label {
  text-indent: -9999px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #eff1f6;
  position: relative;
  overflow: hidden;
}

.site-footer .widget {
  position: relative;
  z-index: 2;
  padding: 0;
}

.site-footer .menu li {
  margin-bottom: 5px;
}

.site-footer .widgets-title,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  font-size: 20px;
}

.site-footer .widget-wrapper {
  border-bottom: 1px solid #e2e6ed;
  padding: 95px 0 60px;
}

@media (max-width: 1024px) {
  .site-footer .widget-wrapper {
    padding: 70px 0 30px !important;
  }
}

.site-footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #2d3853;
}

.site-footer .footer-top .footer-social-link {
  margin: 0;
  padding: 0;
}

@media (max-width: 420px) {
  .site-footer .footer-top {
    display: block;
  }

  .site-footer .footer-top .footer-social-link {
    margin-top: 20px;
  }
}

.site-footer .site-info-wrapper {
  justify-content: space-between;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .site-footer .site-info-wrapper {
    display: block !important;
    text-align: center;
  }
}

.site-footer .footer-social-wrapper .footer-share-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .site-footer .footer-social-wrapper {
    margin-top: 20px;
  }
}

.site-footer .footer-social-wrapper {
  padding-bottom: 20px;
}

.site-footer .footer-social-link {
  margin-left: 24px;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer .footer-social-link li {
  display: inline-block;
}

.site-footer .footer-social-link li:not(:last-child) {
  margin-right: 7px;
}

.site-footer .footer-social-link li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 2px solid #d8dbe2;
  text-align: center;
  border-radius: 6px;
  font-size: 13px;
}

.site-footer .footer-social-link li a:hover {
  color: #fff;
  background-color: #2a5cff;
  border-color: #2a5cff;
}

.site-footer.footer-style-two {
  background-color: #17285f;
}

.site-footer.footer-style-two .quiety-widget-recent-posts .post-title a {
  color: #fff;
}

.site-footer.footer-style-two .quiety-widget-recent-posts .date a {
  color: #acb1c2;
}

.site-footer.footer-style-two .quiety-widget-recent-posts .date a:hover {
  color: #fff;
}

.site-footer.footer-style-two .widget-wrapper {
  border-bottom: 0;
}

.site-footer.footer-style-two .site-info-wrapper {
  padding: 27px 0;
}

.site-footer.footer-style-two .site-info {
  border-color: rgba(255, 255, 255, 0.059);
}

.site-footer.footer-style-two .site-info .copyright p {
  color: #99a0b8;
}

.site-footer.footer-style-two .site-info .copyright p a {
  color: #fff;
}

.site-footer.footer-style-two .footer-share-title {
  color: #fff;
}

.site-footer .site-info {
  border-top: 1px solid rgba(237, 237, 237, 0.2);
  position: relative;
  z-index: 22;
}

.site-footer .site-info .site-info-inner {
  padding: 35px 0;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .site-footer .site-info .site-info-inner {
    display: block !important;
    text-align: center;
    padding: 20px 0;
  }

  .site-footer .site-info .site-info-inner .copyright {
    margin-bottom: 10px;
  }
}

.site-footer .site-info .copyright {
  text-align: center;
}

.site-footer .site-info .copyright p {
  margin: 0;
  color: #70737a;
  font-size: 14px;
}

.site-footer .site-info .copyright p a {
  color: #0c1636;
}

.site-footer .site-info .copyright p a:hover {
  color: #2a5cff;
}

.site-footer .widget .wp-block-latest-posts li {
  margin-bottom: 20px;
}

.site-footer .widget .wp-block-latest-posts li a {
  display: block !important;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 3px !important;
}

.site-footer .widget .wp-block-latest-posts li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer .widget .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  color: #acb1c2;
}

.site-footer.footer-style-three {
  background-color: #1a2e6b;
  background-size: cover;
  background-position: center center;
}

.site-footer.footer-style-three .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 38px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.site-footer.footer-style-three .footer-top .image-wrap {
  margin-right: 20px;
}

.site-footer.footer-style-three .footer-top p {
  color: #bfc1c8;
  max-width: 450px;
  margin-bottom: 0;
}

.site-footer.footer-style-three .footer-top .footer-phone-info {
  display: flex;
  align-items: center;
}

.site-footer.footer-style-three .footer-top .footer-social-top {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .site-footer.footer-style-three .footer-top .footer-social-top {
    margin: 20px auto 0;
    width: max-content;
  }
}

.site-footer.footer-style-three .footer-top .social-title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 20px;
}

.site-footer.footer-style-three .footer-top .footer-social-link-top {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer.footer-style-three .footer-top .footer-social-link-top li {
  display: inline-block;
}

.site-footer.footer-style-three .footer-top .footer-social-link-top li:not(:last-child) {
  margin-right: 7px;
}

.site-footer.footer-style-three .footer-top .footer-social-link-top li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.102);
  color: #fff;
  display: inline-block;
  text-align: center;
}

.site-footer.footer-style-three .quiety-block-contact-info li {
  color: #bfc1c8;
}

.site-footer.footer-style-three .widget-title {
  color: #fff;
  margin-bottom: 27px;
}

.site-footer.footer-style-three .menu li a {
  color: #bfc1c8;
  font-size: 15px;
  font-weight: 400;
}

.site-footer.footer-style-three .description {
  color: #bfc1c8;
}

.site-footer .footer-newsletter-form .newsletter-inner {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.site-footer .footer-newsletter-form .newsletter-inner .form-control {
  border: 0;
  background-color: #fff;
  height: 54px;
  padding: 15px 20px;
  margin-bottom: 0;
}

.site-footer .footer-newsletter-form .newsletter-inner .newsletter-submit {
  border-radius: 0;
  background-color: #2a5cff;
  outline: 0;
  border: 0;
}

.site-footer .footer-newsletter-form .newsletter-inner .newsletter-submit .fa-spin {
  display: none;
}

.site-footer .footer-newsletter-form .newsletter-inner .newsletter-submit.clicked .fa-spin {
  display: block;
}

.site-footer .footer-newsletter-form .newsletter-inner .newsletter-submit.clicked .feather-arrow-right {
  display: none;
}

.site-footer .footer-newsletter-form .newsletter-inner .newsletter-submit:hover {
  color: #fff;
}

.site-footer .footer-newsletter-form .form-result {
  margin-bottom: 0;
  margin-top: 20px;
  border-radius: 0;
}

.site-footer.footer-style-four {
  background-color: transparent;
}

.site-footer.footer-style-four .widget-wrapper {
  border-bottom: 0;
}

.site-footer.footer-style-four .footer-newsletter-form .newsletter-inner {
  background-color: #eff1f5;
}

.site-footer.footer-style-four .footer-newsletter-form .newsletter-inner .form-control {
  background-color: #eff1f5;
}

.site-footer.footer-style-four .footer-newsletter-form .newsletter-inner .form-control::placeholder {
  color: #666974;
}

.site-footer.footer-style-four .has-white-color {
  color: #1c1e21;
}

.site-footer.footer-style-four .footer-menu li {
  margin-bottom: 3px;
}

.site-footer.footer-style-four .site-info {
  background-color: #eff1f5;
  border-top: 0;
  background-image: url(../../media/background/footer_copright.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-footer.footer-style-four .copy-right {
  text-align: left;
}

@media (max-width: 767px) {
  .site-footer.footer-style-four .copy-right {
    text-align: center;
  }
}

.site-footer.footer-style-four .footer-contact-info li i {
  color: #fb514d;
}

.site-footer.footer-style-four .widget-title {
  color: #11266d;
  margin-bottom: 27px;
}

.site-footer.footer-style-four .footer-social-wrapper {
  padding-bottom: 0;
}

.site-footer.footer-style-four .site-info-wrapper {
  align-items: center;
}

.site-footer.footer-style-four .footer-social-link li {
  margin: 0;
}

.site-footer.footer-style-four .footer-social-link li:not(:last-child) {
  margin-right: 5px;
}

.site-footer.footer-style-four .footer-social-link li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 41px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  font-size: 16px;
}

.site-footer.footer-style-four .footer-social-link li a:hover {
  background-color: #2a5cff;
  color: #fff;
}

.footer-shape-element {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .footer-shape-element {
    display: none;
  }
}

.footer-shape-element li {
  position: absolute;
  margin: 0 !important;
}

.footer-shape-element li.element-left {
  left: 40px;
  bottom: 0;
}

.footer-shape-element li.element-left img {
  max-width: 209px;
  opacity: 0.6;
}

.footer-shape-element li.element-right {
  right: 55px;
  bottom: 0;
}

.footer-shape-element li.element-right img {
  width: 152px;
}

.footer-shape-element li.element {
  bottom: 170px;
  right: 100px;
}

.footer-shape-element li.element img {
  width: 182px;
}

.ultraland-block-social-link,
.ultraland-block-contact-info {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .footer-sticky {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}

@media (max-width: 991px) {
  body {
    padding-bottom: 0 !important;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding: 13px 41px;
  height: auto;
}

input[type=submit] {
  border: 0;
}

/* Back To Top */
.return-to-top {
  position: fixed;
  bottom: -40px;
  right: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 3%;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
}

.return-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  display: block;
  transform: scale(1);
  transition: all 0.3s ease;
  border-radius: inherit;
  transition: transform 0.5s ease, opacity 0.6s ease;
}

.return-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: inherit;
}

.return-to-top>i {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  color: transparent;
  text-shadow: 0px 0px #fff, 0px 50px #fff;
  transition: text-shadow 0.2s ease;
  z-index: 1;
}

.return-to-top:hover:after {
  transform: scale(1.07);
  background: #2a5cff;
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.return-to-top:hover>i {
  text-shadow: 0px -50px #fff, 0px 0px #fff;
}

.return-to-top.back-top {
  bottom: 30px;
  opacity: 1;
}

input:not([type=checkbox]):not([type=submit]),
textarea {
  margin-bottom: 20px;
  width: 100%;
  padding: 0 20px;
  border: 2px solid transparent;
  font-weight: 400;
  outline: 0;
  transition: all 0.3s linear;
  border-radius: 6px;
  background-color: #f5f6fa;
}

input:not([type=checkbox]):not([type=submit])::placeholder,
textarea::placeholder {
  color: #76787d;
}

input:not([type=checkbox]):not([type=submit]):focus,
textarea:focus {
  border-color: #2a5cff;
  box-shadow: none;
  background-color: transparent;
}

select {
  width: 100%;
  border: 2px solid #e3e5ee;
  padding: 10px;
  height: 55px;
  color: #909090;
  font-size: 15px;
  display: inline-block;
  background-position: right 10px center;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.656 490.656' style='enable-background:new 0 0 490.656 490.656;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M487.536,120.445c-4.16-4.16-10.923-4.16-15.083,0L245.317,347.581L18.203,120.445c-4.16-4.16-10.923-4.16-15.083,0 c-4.16,4.16-4.16,10.923,0,15.083l234.667,234.667c2.069,2.091,4.8,3.136,7.531,3.136s5.461-1.045,7.552-3.115l234.667-234.667 C491.696,131.368,491.696,124.627,487.536,120.445z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 6px;
}

select:focus {
  outline: 0;
}

.form-submit {
  margin: 0;
}

input {
  height: 60px;
}

textarea {
  height: 150px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

textarea:focus {
  border-color: rgba(42, 92, 255, 0.5);
}

.single_contact_form input {
  height: 54px;
}

.post-password-form input,
.post-password-form label {
  margin: 0;
}

.post-password-form input[type=password] {
  height: 50px;
  border-width: 1px;
  padding: 0 15px;
}

.post-password-form input[type=submit] {
  background: #2a5cff;
  color: #fff;
  border: 0;
  height: 50px;
  border-radius: 4px;
}

.post-password-form input[type=submit]:hover {
  background: #0c1636;
}

.quiety-contact-form input:not([type=checkbox]):not([type=submit]),
.quiety-contact-form textarea {
  border-radius: 4px;
  height: 56px;
}

.quiety-contact-form input:not([type=checkbox]):not([type=submit]):focus,
.quiety-contact-form textarea:focus {
  background: transparent;
  border-color: #2a5cff;
}

.quiety-contact-form input:not([type=checkbox]):not([type=submit])::placeholder,
.quiety-contact-form textarea::placeholder {
  color: #6a7c92;
}

.quiety-contact-form textarea {
  height: 210px !important;
  border-radius: 4px;
}

.quiety-contact-form textarea:focus {
  background: transparent;
  border-color: #2a5cff;
}

.quiety-contact-form .tt__btn {
  background: #2a5cff;
  color: #fff;
  border: 1px solid #2a5cff;
  font-family: "Inter", sans-serif;
}

.quiety-contact-form .tt__btn:hover {
  color: #2a5cff;
  background: transparent;
}

input[type=checkbox],
input[type=radio] {
  height: auto;
}

.tt-contact-form label {
  color: #0c1636;
  margin-bottom: 5px;
}

.tt-contact-form p {
  margin: 0;
}

.tt-contact-form input:not([type=checkbox]):not([type=submit]),
.tt-contact-form textarea {
  background-color: #f1f2f3;
}

.tt-contact-form input:not([type=checkbox]):not([type=submit])::placeholder,
.tt-contact-form textarea::placeholder {
  color: #83858c;
}

.tt-contact-form input:not([type=checkbox]):not([type=submit]):focus,
.tt-contact-form textarea:focus {
  background-color: transparent;
}

.tt-contact-form .input-field {
  margin-bottom: 21px;
  position: relative;
}

.tt-contact-form .input-field.input-textarea {
  margin-bottom: 6px;
}

.tt-contact-form .input-field.input-textarea textarea {
  height: 120px;
}

.tt-contact-form .input-field input:not([type=checkbox]):not([type=submit]),
.tt-contact-form .input-field textarea {
  padding: 15px 50px;
  margin-bottom: 0 !important;
}

.tt-contact-form .input-field i {
  position: absolute;
  left: 25px;
  top: 22px;
  z-index: 1;
  color: #83858c;
}

.tt-contact-form .wpcf7-exclusive-checkbox {
  display: block;
}

.tt-contact-form .wpcf7-list-item {
  margin-left: 0;
}

.tt-contact-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0c1636;
  font-weight: 500;
}

.tt-contact-form .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 10px;
  font-weight: 400;
}

.tt-contact-form .tt__btn {
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  margin-top: 14px;
  border: 2px solid #2a5cff;
}

.tt-contact-form .company input {
  margin-bottom: 10px !important;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2a5cff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-result {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f7f8fb inset !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0c1636;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #2a5cff;
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Primary Menu
--------------------------------------------------------------*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

.site-header .site-logo .site-title {
  font-size: 34px;
  font-weight: 500;
  padding: 8px 0;
  margin: 0;
}

.site-header .site-logo a {
  font-size: 30px;
  font-weight: 700;
  padding: 23px 0;
  display: block;
  color: #0c1636;
}

.site-header .site-logo a img {
  min-width: 50px;
}

.site-header .site-logo a h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.site-header .site-logo .logo-sticky {
  display: none;
}

.error404 .site-header .site-logo a {
  color: #0c1636;
}

.error404 .site-header .site-logo a h3 {
  color: #0c1636;
}

.site-header .add-menu {
  margin: 0;
  padding: 26px 0;
  list-style: none;
  font-weight: 500;
}

.site-header .add-menu li a {
  color: #fff;
}

.site-header .dt-hamburger {
  width: 24px;
  cursor: pointer;
}

.site-header .dt-hamburger.active {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .site-header .dt-hamburger {
    display: none;
  }
}

.site-header .dt-hamburger:focus {
  outline: 0;
}

.site-header .dt-hamburger .bar {
  background: #fff;
  height: 2px;
  display: block;
}

.site-header .dt-hamburger .bar:not(:last-child) {
  margin-bottom: 5px;
}

.site-header .nav-right .search-btn {
  margin-right: 20px;
}

.site-header .nav-right .search-btn svg {
  width: 20px;
}

.site-header .nav-right .nav-link i {
  margin-right: 10px;
  text-transform: capitalize;
}

.site-header .nav-right.style2 .tt__btn {
  border-radius: 6px;
}

@media (min-width: 992px) {
  .site-header .container {
    position: relative;
  }
}

.site-header .nav-right {
  display: none;
  align-items: center;
}

@media (max-width: 991px) {
  .site-header .nav-right {
    margin-left: 25px;
  }
}

.site-header .nav-right .nav-btn {
  padding: 11px 26px;
}

.site-header .nav-right .nav-link {
  padding: 0;
  margin-right: 30px;
}

.site-header .nav-right.style3 .tt__btn {
  border-radius: 6px;
}

.site-header .nav-right.style3 .tt__btn:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.site-header:not(.mobile-header) .main-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 80px;
  flex: 2;
}

.site-header:not(.mobile-header) .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header:not(.mobile-header) .menu>li {
  padding: 25px 0;
}

.site-header:not(.mobile-header) .menu>li>a {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 1;
}

.site-header:not(.mobile-header) .menu>li>a:after {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.site-header:not(.mobile-header) .menu>li>a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.site-header:not(.mobile-header) .menu>li.current_page_item a,
.site-header:not(.mobile-header) .menu>li.current-menu-parent a {
  color: rgba(255, 255, 255, 0.7);
}

.site-header:not(.mobile-header) .menu>li:nth-last-child(-n+4).has-submenu .sub-menu {
  left: auto;
  right: 0;
}

.site-header:not(.mobile-header) .menu>li:nth-last-child(-n+4).has-submenu .sub-menu li ul {
  right: 100%;
}

.site-header:not(.mobile-header) .menu>li:not(.mega-menu) {
  position: relative;
}

.menu-light .site-header:not(.mobile-header) .menu>li>a {
  color: #fff;
}

.site-header:not(.mobile-header) .menu li {
  display: inline-block;
}

.site-header:not(.mobile-header) .menu li i {
  display: none;
}

.site-header:not(.mobile-header) .menu li:not(:last-child) {
  margin-right: 35px;
}

@media (max-width: 1200px) {
  .site-header:not(.mobile-header) .menu li:not(:last-child) {
    margin-right: 25px;
  }
}

.site-header:not(.mobile-header) .menu li.has-submenu {
  position: relative;
}

.site-header:not(.mobile-header) .menu li.has-submenu i {
  position: absolute;
  top: 10px;
  right: 20px;
  transform: translateY(-50%);
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu {
  margin: 0;
  padding: 15px 0;
  position: absolute;
  top: 115%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  min-width: 220px;
  box-shadow: 0px 20px 30px 0px rgba(0, 9, 40, 0.1);
  z-index: 2222;
  display: block !important;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu.sub-menu-wide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 25px;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu.sub-menu-wide>.mega-menu-item>a.menu-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  color: #0c1636;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu.sub-menu-wide>.mega-menu-item>a.menu-link:after {
  display: none;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu.sub-menu-wide .sub-menu {
  position: unset;
  box-shadow: unset;
  visibility: unset;
  opacity: unset;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu li {
  display: block;
  position: relative;
  margin-right: 0;
  line-height: 36px;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu li a {
  font-size: 14px;
  padding: 7px 25px;
  display: block;
  line-height: 1.5;
  color: #0c1636;
  font-weight: 500;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu li a:hover {
  color: #2a5cff;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu li ul {
  padding: 15px 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 220px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 10px #14303a15;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu li.current-menu-item a {
  color: #2a5cff;
}

.site-header:not(.mobile-header) .menu li.has-submenu .sub-menu li.has-submenu:hover ul {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.site-header:not(.mobile-header) .menu li.has-submenu:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.site-header:not(.mobile-header) .header_dark .menu>li>a {
  color: #0c1636;
}

.site-header:not(.mobile-header) .header_dark .menu>li>a:hover {
  color: #2a5cff;
}

.site-header:not(.mobile-header) .header_dark .menu>li.current-menu-item a {
  color: #2a5cff;
}

.site-header:not(.mobile-header).submenu-align-right .menu-wrapper {
  width: auto;
}

.site-header:not(.mobile-header).submenu-align-right .menu>li:nth-last-child(-n+3).has-submenu .sub-menu {
  left: auto;
  right: 0;
}

.site-header:not(.mobile-header).submenu-align-right .menu>li:nth-last-child(-n+3).has-submenu .sub-menu li ul {
  right: 100%;
}

.site-header:not(.mobile-header).showed .menu li.current_page_item a,
.site-header:not(.mobile-header).showed .menu li.current-menu-parent a {
  color: #2a5cff;
}

.single-portfolio .site-header:not(.mobile-header) .menu li a {
  color: #0c1636;
}

.single-portfolio .site-header:not(.mobile-header) .menu li a:hover {
  color: #2a5cff;
}

.single-portfolio .site-header:not(.mobile-header) .nav-right .nav-link {
  color: #0c1636;
}

.single-portfolio .site-header:not(.mobile-header) .nav-right .nav-link:hover {
  color: #2a5cff;
}

.single-portfolio .site-header:not(.mobile-header) .dt-hamburger .bar {
  background: #0c1636;
}

.site-header:not(.mobile-header) #site-navigation.right .main-nav-container {
  justify-content: flex-end;
  margin-left: 0;
}

.site-header:not(.mobile-header) #site-navigation.right .nav-right {
  margin-left: 60px;
}

.single-product .site-header {
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 9, 40, 0.1);
}

.header-static .site-header .menu>li a,
.single-product .site-header .menu>li a {
  color: #0c1636;
}

.header-static .site-header .menu>li a:hover,
.single-product .site-header .menu>li a:hover {
  color: #2a5cff;
}

.header-static .site-header:not(.mobile-header) .menu>li.current_page_item a,
.header-static .site-header:not(.mobile-header) .menu>li.current-menu-parent a,
.single-product .site-header:not(.mobile-header) .menu>li.current_page_item a,
.single-product .site-header:not(.mobile-header) .menu>li.current-menu-parent a {
  color: #2a5cff;
}

.header-static .site-header:not(.showed) .nav-right .nav-link,
.single-product .site-header:not(.showed) .nav-right .nav-link {
  color: #0c1636;
}

.header-static .site-header:not(.showed) .nav-right .nav-link:hover,
.single-product .site-header:not(.showed) .nav-right .nav-link:hover {
  color: #2a5cff;
}

.header-static .site-header .site-logo a,
.single-product .site-header .site-logo a {
  color: #0c1636;
}

.header-static .site-header .site-logo a h3,
.single-product .site-header .site-logo a h3 {
  color: #0c1636;
}

.header-static .site-header .site-logo .main-logo,
.single-product .site-header .site-logo .main-logo {
  display: none;
}

.header-static .site-header .site-logo .logo-sticky,
.single-product .site-header .site-logo .logo-sticky {
  display: block;
}

.header-static .site-header .dt-hamburger .bar,
.single-product .site-header .dt-hamburger .bar {
  background: #0c1636;
}

.header-static .site-header:not(.showed) .nav-right.style2 .tt__btn,
.single-product .site-header:not(.showed) .nav-right.style2 .tt__btn {
  color: #fff;
  border-color: #2a5cff;
}

.header-static .site-header:not(.showed) .nav-right.style2 .tt__btn:before,
.single-product .site-header:not(.showed) .nav-right.style2 .tt__btn:before {
  background-color: #2a5cff;
}

.header-static .site-header:not(.showed) .nav-right.style2 .tt__btn:hover,
.single-product .site-header:not(.showed) .nav-right.style2 .tt__btn:hover {
  color: #2a5cff;
  border-color: #2a5cff;
}

.site-header:not(.showed) .site-logo .sticky-logo {
  display: block;
}

.site-header:not(.showed) .nav-right .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.site-header:not(.showed) .nav-right .nav-link:hover {
  color: #fff;
}

.site-header:not(.showed) .nav-right.style2 .tt__btn {
  border-color: #fff;
  color: #2a5cff;
}

@media (max-width: 991px) {
  .site-header:not(.showed) .nav-right.style2 .tt__btn {
    color: #fff;
    border-color: #2a5cff;
  }
}

.site-header:not(.showed) .nav-right.style2 .tt__btn:before {
  background-color: #fff;
}

.site-header:not(.showed) .nav-right.style2 .tt__btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 991px) {
  .site-header:not(.showed) .nav-right.style2 .tt__btn:hover {
    color: #2a5cff;
    border-color: #2a5cff;
  }
}

.site-header.header-fixed.showed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.header-position .site-header.header-fixed.showed {
  top: 32px;
}

@media (max-width: 782px) {
  .header-position .site-header.header-fixed.showed {
    top: 46px;
  }
}

.header-position .site-header.header-fixed.showed .fullscreen-menu {
  top: 0;
}

.site-header.header-fixed.showed .site-logo .main-logo {
  display: none;
}

.site-header.header-fixed.showed .site-logo .logo-sticky {
  display: block;
}

.site-header.header-fixed.showed .menu-trigger .dot_icon .dot {
  background: #0c1636;
}

.site-header.header-fixed.showed .nav-right.style2 .tt__btn {
  border-color: #2a5cff;
  color: #fff;
}

.site-header.header-fixed.showed .nav-right.style2 .tt__btn:before {
  background-color: #2a5cff;
}

.site-header.header-fixed.showed .nav-right.style2 .tt__btn:hover {
  color: #2a5cff;
}

.site-header.header-fixed.showed .nav-right.style3 .tt__btn:hover {
  border-color: #2a5cff;
  color: #2a5cff;
}

.site-header.header-fixed.showed .menu li a {
  color: #0c1636;
}

.site-header.header-fixed.showed .menu li a:hover {
  color: #2a5cff;
}

.single-portfolio .site-header:not(.showed) .nav-right.style2 .tt__btn {
  border-color: #2a5cff;
  color: #fff;
}

.single-portfolio .site-header:not(.showed) .nav-right.style2 .tt__btn:before {
  background-color: #2a5cff;
}

.single-portfolio .site-header:not(.showed) .nav-right.style2 .tt__btn:hover {
  color: #2a5cff;
}

.single-portfolio .site-header .site-logo .logo-sticky {
  display: block;
}

.single-portfolio .site-header .site-logo .main-logo {
  display: none;
}

.single-portfolio .site-header .dt-hamburger .bar {
  background: #0c1636;
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.menu-trigger {
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: 0px solid transparent;
}

@media (max-width: 991px) {
  .menu-trigger {
    justify-content: center;
    display: block !important;
  }
}

.menu-trigger .dot_icon {
  display: flex;
  flex-wrap: wrap;
  width: 24px;
  height: 24px;
  margin: -2px;
  overflow: hidden;
}

.menu-trigger .dot_icon .dot {
  width: 4px;
  height: 4px;
  background: #0c1636;
  margin: 2px;
  transition: all 0.3s linear;
}

.menu-light .menu-trigger .dot_icon .dot {
  background: #fff;
}

.menu-trigger:hover .dot_icon .dot:nth-child(odd) {
  transform: translate(8px, 8px);
}

.menu-trigger:hover .dot_icon .dot:nth-child(5) {
  opacity: 0;
}

#site-navigation {
  display: flex;
}

#site-navigation.menu-position-right {
  justify-content: space-between;
}

.site-header:not(.mobile-header) #site-navigation.menu-position-right .main-nav-container {
  flex: inherit;
}

#site-navigation.center {
  justify-content: space-between;
}

#site-navigation.center .main-nav-container {
  flex: inherit;
}

@media (min-width: 992px) {
  .close-menu {
    display: none;
  }
}

.close-menu {
  height: 50px;
  width: 50px;
  background: rgba(136, 136, 136, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  position: absolute;
  top: 25px;
  left: 20px;
  color: #051441;
  font-size: 22px;
}

.menu {
  list-style: none;
}

.menu ul {
  list-style: none;
}

/*--------------------------------------------------------------
### Main Nav Mobile
--------------------------------------------------------------*/
.mobile-header {
  height: auto;
  /*--------------------------------------------------------------
  ### Main Nav
  --------------------------------------------------------------*/
}

.mobile-header .site-logo .logo-sticky {
  display: none;
}

.mobile-header .dt-hamburger {
  display: block;
}

.mobile-header.showed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.mobile-header.showed .logo-sticky {
  display: block;
}

.mobile-header.showed .main-logo {
  display: none;
}

.mobile-header.showed .main-nav-container .menu-item-depth-0>a.active {
  color: #fff;
}

.mobile-header .site-logo a {
  padding: 13px 0;
}

.mobile-header .main-nav-container {
  position: fixed;
  top: 0;
  height: 100vh;
  background: #fff;
  max-width: 400px;
  width: 100%;
  text-align: left;
  overflow-y: auto;
  padding: 94px 0;
  left: -100px;
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.header-position .mobile-header .main-nav-container {
  top: 32px;
}

@media (max-width: 780px) {
  .header-position .mobile-header .main-nav-container {
    top: 46px;
  }
}

@media (max-width: 420px) {
  .mobile-header .main-nav-container {
    max-width: 100%;
  }
}

.mobile-header .main-nav-container.open {
  opacity: 1;
  left: 0;
  visibility: visible;
}

.mobile-header .main-nav-container li {
  border-bottom: 1px solid #edeef1;
}

.mobile-header .main-nav-container li a {
  font-size: 15px;
  color: #0c1636;
  position: relative;
  z-index: 1;
  padding: 11px 0;
  display: block;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}

.mobile-header .main-nav-container li.current-menu-parent a {
  color: #2a5cff;
}

.mobile-header .main-nav-container li.current-menu-item a {
  color: #2a5cff;
}

.mobile-header .main-nav-container li .sub-menu li {
  border: 0;
}

.mobile-header .main-nav-container li .sub-menu li.current-menu-item a {
  color: #2a5cff;
}

.mobile-header .main-nav-container li .sub-menu li a {
  padding: 9px 0;
}

.mobile-header .main-nav-container li .sub-menu li:last-child {
  margin-bottom: 10px;
}

.mobile-header .main-nav-container li .sub-menu li ul li:last-child {
  margin-bottom: 0;
}

.mobile-header .main-nav-container li.has-submenu {
  position: relative;
}

.mobile-header .main-nav-container li.has-submenu>a {
  position: relative;
}

.mobile-header .main-nav-container li.has-submenu>a.active:after {
  content: "\e622";
}

.mobile-header .main-nav-container li.has-submenu i {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 2;
  font-size: 15px;
  width: 30px;
  text-align: right;
  height: 20px;
  color: #52525c;
  display: block;
}

.mobile-header .main-nav-container li.has-submenu li a {
  font-size: 14px;
  color: #4f5158;
}

.mobile-header .main-nav-container .menu-item-depth-0>a.active {
  color: #fff;
  background: #2a5cff;
}

.header-position .mobile-header.showed {
  top: 32px;
}

@media (max-width: 782px) {
  .header-position .mobile-header.showed {
    top: 46px;
  }
}

.mobile-header .main-nav {
  position: static;
  z-index: 3333;
  line-height: 1.2;
}

.mobile-header .main-nav .menu {
  padding: 0 30px;
}

.mobile-header .main-nav .sub-menu {
  padding-left: 15px;
  margin-left: 0;
  margin-bottom: 0;
  display: none;
}

.mobile-header .main-nav .sub-menu.active .main-item>.menu-link {
  background: #f8f9fa;
}

.mobile-header .main-nav .sub-menu li a {
  border-top: 0;
}

.mobile-header .main-nav .sub-menu li.active a.active .ti-plus {
  color: #2a5cff;
}

.mobile-header .main-nav .sub-menu li.current-menu-item a.active {
  color: #2a5cff;
}

.mobile-header .main-nav .nav-item.active-main-item>.menu-link {
  color: #2a5cff;
  background: #f8f9fa;
  border-color: #2a5cff;
}

.mobile-header .main-nav .sub-menu {
  padding-left: 20px;
  margin-bottom: 0;
}

.mobile-header .main-nav {
  cursor: default;
  position: relative;
  z-index: 10;
  text-align: left;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-header .main-nav a:before,
.mobile-header .main-nav .close-bar {
  display: none;
}

.mobile-header .main-nav .site-logo a {
  font-size: 40px;
}

.mobile-header .main-nav .menu,
.mobile-header .main-nav .menu ul {
  list-style: none;
}

.mobile-header .main-nav .nav-item:before,
.mobile-header .main-nav .nav-item.current-menu-item:before,
.mobile-header .main-nav .nav-item.current-menu-ancestor:before {
  background-color: #2a5cff;
}

.mobile-header .main-nav .nav-item.active-main-item>.menu-link {
  color: #2a5cff;
}

.mobile-header .main-nav.hidden {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mobile-header .main-nav .close-menu {
    display: block;
  }
}

.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 222;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.alignright.size-full {
  margin-bottom: 60px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.content-area {
  padding: 120px 0;
  min-height: 35vh;
}

@media (max-width: 991px) {
  .content-area {
    padding: 80px 0;
  }
}

.blog-archive-wrapper {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .blog-archive-wrapper {
    padding: 80px 0;
  }
}

.sidebar_left {
  flex-direction: row-reverse;
}

.page_404_wrapper .banner_404_text {
  max-width: 500px;
  margin: 0 auto 40px;
}

.page_404_wrapper .search_result_form {
  max-width: 400px;
  margin: 0 auto 30px;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  text-align: center;
  height: 450px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-color: #2a5cff;
}

@media (max-width: 1024px) {
  .page-header {
    height: 350px !important;
  }
}

@media (max-width: 768px) {
  .page-header {
    height: auto !important;
    padding: 50px 0;
  }
}

.page-header .page-header_wrapper {
  position: relative;
  z-index: 22;
}

.page-header .page-header_title {
  font-size: 60px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
  margin-top: 35px;
}

@media (max-width: 991px) {
  .page-header .page-header_title {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .page-header .page-header_title {
    font-size: 28px !important;
  }
}

.page-header .breadcrumbs {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

.page-header .breadcrumbs a {
  color: #fff;
}

.page-header .breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.page-header .breadcrumbs .separator {
  display: inline-block;
  margin: 0 8px;
  height: 5px;
  width: 5px;
  border-radius: 20px;
  background-color: #fff;
}

.menu-transparent~.page-header .page-header_wrapper {
  margin-top: 85px;
}

/*--------------------------------------------------------------
## Middle Area
--------------------------------------------------------------*/
#header-middle-area>div {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 991.98px) {
  #header-middle-area>div {
    padding: 10px 0;
  }

  #header-middle-area #middle-logo {
    margin-bottom: 15px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Sideber Content
--------------------------------------------------------------*/
.sidebar_left .col-lg-4 {
  order: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets:not(:last-child) {
  margin-bottom: 56px;
}

.widgets .widget-title,
.widgets h2,
.widgets h3 {
  font-size: 20px;
  margin-bottom: 35px;
}

.widgets.quiety-recent-posts .widget-title {
  margin-bottom: 25px;
}

.widgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widgets ul li {
  position: relative;
  margin-bottom: 11px;
}

.widgets ul li a {
  font-size: 16px;
  color: #4f5158;
  position: relative;
}

.widgets ul li a .post_count {
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.widgets ul li a:hover {
  color: #2a5cff;
}

.sidebar ul li {
  margin-bottom: 11px;
}

.sidebar ul li a {
  font-size: 16px;
  color: #4f5158;
  padding-left: 18px;
  position: relative;
}

.sidebar ul li a:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background: #acadba;
  border-radius: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar ul li a .post_count {
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.sidebar ul li a:hover {
  color: #2a5cff;
}

.sidebar .widget-title {
  position: relative;
  display: block;
}

.sidebar .menu li a,
.sidebar .widget_rss li a {
  padding-left: 0;
}

.sidebar .menu li a:before,
.sidebar .widget_rss li a:before {
  display: none;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0;
  list-style-type: none;
  position: relative;
}

.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  border-bottom: 0;
}

.widget_recent_entries li .children,
.widget_recent_comments li .children,
.widget_archive li .children,
.widget_categories li .children,
.widget_meta li .children,
.widget_product_categories li .children,
.widget_rss li .children,
.widget_pages li .children,
.widget_nav_menu li .children {
  margin-top: 5px;
  padding-left: 20px;
}

.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  margin-bottom: 0;
}

.widget_recent_entries li a:hover .post-count,
.widget_recent_comments li a:hover .post-count,
.widget_archive li a:hover .post-count,
.widget_categories li a:hover .post-count,
.widget_meta li a:hover .post-count,
.widget_product_categories li a:hover .post-count,
.widget_rss li a:hover .post-count,
.widget_pages li a:hover .post-count,
.widget_nav_menu li a:hover .post-count {
  color: #2a5cff;
}

.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_product_categories a,
.widget_rss a,
.widget_pages a,
.widget_nav_menu a {
  display: block;
  font-size: inherit;
  font-family: inherit;
}

.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss a:hover,
.widget_pages a:hover,
.widget_nav_menu a:hover {
  color: #2a5cff;
}

.widget_recent_comments ul {
  margin-top: 10px;
}

.widget_rss ul li {
  padding-left: 0;
  margin-bottom: 25px;
}

.widget_rss ul li:before {
  display: none;
}

.widget_rss ul li .rsswidget {
  font-weight: 600;
  color: #051441;
  line-height: 1.4;
}

.widget_rss ul li .rssSummary {
  color: #051441;
  line-height: 1.4;
}

.widget_rss ul li .rss-date {
  margin-bottom: 5px;
  display: block;
  color: #808080;
}

.widget_rss ul li cite {
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
}

.widget_rss a {
  border-bottom: 0 !important;
  display: inline-block;
}

.post-count {
  color: #9fa0a5;
  transition: all 0.3s ease-in-out;
}

.widget_pages .sub-menu,
.widget_nav_menu .sub-menu {
  margin-top: 7px;
}

.widget_pages .sub-menu>li,
.widget_nav_menu .sub-menu>li {
  border-bottom: 0;
}

.widget_pages .sub-menu>li .sub-menu,
.widget_nav_menu .sub-menu>li .sub-menu {
  padding-left: 15px;
}

.widget_pages .sub-menu>li .sub-menu>li>a,
.widget_nav_menu .sub-menu>li .sub-menu>li>a {
  padding-left: 5px;
}

.widget_pages .sub-menu>li .sub-menu>li>a,
.widget_nav_menu .sub-menu>li .sub-menu>li>a {
  padding: 0;
}

.widget_categories li,
.widget_product_categories li {
  margin: 0;
  padding: 0;
  position: relative;
}

.widget_categories a,
.widget_product_categories a {
  display: block;
}

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

.widget_recent_comments .recentcomments {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  word-break: break-word;
  display: inline-block;
  border-top: 0 !important;
  width: 100%;
}

.widget_recent_comments .recentcomments a {
  line-height: 30px;
  border-bottom: 0 !important;
  padding-left: 0 !important;
}

.widget_recent_comments .recentcomments a:before {
  display: none;
}

.widget_recent_comments .recentcomments:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "v";
  font-family: "eleganticons";
  color: #465675;
  font-size: 20px;
}

.widget_recent_comments .recentcomments:last-child {
  margin-bottom: 0;
}

.widget_recent_comments .recentcomments a {
  display: inline-block;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
}

.widget_calendar td,
.widget_calendar th {
  padding: 10px 0;
  text-align: center;
  min-width: auto;
}

.widget_calendar td#today {
  background: #2a5cff;
  color: #fff;
  border-radius: 3px;
}

.widget_calendar td#today a {
  color: #fff;
}

@media (max-width: 991.98px) {
  .page-content .widget {
    margin: 0 0 52px;
  }
}

@media (max-width: 767.98px) {
  .page-content .widget {
    margin: 0 0 32px;
  }

  .page-sidebar {
    margin-bottom: 50px;
  }

  .page-sidebar .page-sidebar-inner .page-sidebar-content {
    padding-right: 30px;
    border: 1px solid #eee;
  }

  .page-sidebar .page-sidebar-inner .page-sidebar-content:after {
    display: none;
  }

  .single-post .page-main-content {
    padding-bottom: 20px;
  }
}

/* Recent Post */
.quiety-widget-recent-posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.quiety-widget-recent-posts .recent-posts-image_wrapper {
  width: 70px;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.quiety-widget-recent-posts .recent-posts-image_wrapper img {
  border-radius: 6px;
}

.quiety-widget-recent-posts .recent-posts-content_wrapper {
  flex: 1;
}

.quiety-widget-recent-posts .post-title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.quiety-widget-recent-posts .post-title a {
  color: #0c1636;
  line-height: 1.2;
}

.quiety-widget-recent-posts .post-title a:hover {
  color: #2a5cff;
}

.quiety-widget-recent-posts .date {
  color: #4f5158;
  font-size: 14px;
}

.quiety-widget-recent-posts .date a {
  color: #4f5158;
}

.about-widget_wrapper {
  max-width: 290px;
}

.about-widget_wrapper p {
  color: #0c1636;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.about-widget_wrapper .footer-logo {
  margin-bottom: 15px;
  max-width: 150px;
}

.about-widget_wrapper .footer-logo a {
  display: block;
  max-width: 150px;
}

.about-widget_wrapper .footer-logo a img {
  height: 52px;
  max-width: 150px;
}

.about-widget_wrapper h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.author-about-widget {
  text-align: center;
}

.author-about-widget .author-image {
  margin: 0 auto 23px;
  border: 2px solid #2a5cff;
  border-radius: 50%;
  max-width: 160px;
  height: 160px;
  padding: 8px;
}

.author-about-widget .author-image img {
  width: 100%;
  border-radius: 50%;
}

.author-about-widget .author_name {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 3px;
}

.author-about-widget .author-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.author-about-widget .author-social-link li {
  display: inline-block;
}

.author-about-widget .author-social-link li:not(:last-child) {
  margin-right: 15px;
}

.author-about-widget .author-social-link li a {
  font-size: 18px;
  color: #bbbcbd;
}

.author-about-widget .author-social-link li a:hover {
  color: #2a5cff;
}

/* Tags */
.tagcloud {
  color: #2b2350;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
}

.tagcloud a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  border: 2px solid #e3e5ee;
  color: #0c1636;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px !important;
  text-transform: capitalize;
  margin: 0 7px 10px 0;
  padding: 11px 18px;
  line-height: 1;
}

.tagcloud a:hover {
  border-color: #2a5cff;
  background-color: #2a5cff;
  color: #fff;
  position: relative;
  z-index: 2;
}

.tagcloud a .text___bg {
  border-width: 2px;
  border-color: #e3e5ee;
  border-style: solid;
  border-radius: 6px;
  background-color: rgba(42, 92, 255, 0);
  position: absolute;
  left: 375px;
  top: 2864px;
  width: 76px;
  height: 20px;
  z-index: 172;
}

.content_tags .tagcloud a {
  padding: 4px 15px;
  font-size: 12px;
}

.site-footer .widget-title {
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #0c1636;
  font-weight: 600;
}

.site-footer .widget {
  margin-bottom: 30px;
  border: 0;
}

.site-footer .widget ul li a {
  font-family: "Inter", sans-serif;
  color: #4f5158;
  font-size: 15px;
  position: relative;
  display: inline-block;
  font-weight: 400;
}

.site-footer .widget ul li a:hover {
  color: #2a5cff;
}

.site-footer .widget ul li a:hover:after {
  width: 100%;
}

.site-footer .widget ul.menu li:not(:last-child) {
  margin-bottom: 5px;
}

.site-footer .widget ul.menu li a:hover {
  color: #2a5cff;
}

.site-footer .widget ul.menu li .sub-menu {
  padding-left: 15px;
}

.site-footer .widget ul.menu li .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .site-footer .widget {
    margin-bottom: 60px;
  }
}

.site-footer .quiety-newsletter-widget .newsletter-inner input {
  border-radius: 4px;
  height: 46px;
  padding: 10px 15px;
  margin-bottom: 8px;
  border: 1px solid #a2a2a2;
}

.site-footer .quiety-newsletter-widget .newsletter-inner input::placeholder {
  color: #adadad;
}

.site-footer .quiety-newsletter-widget .newsletter-inner .newsletter-submit {
  font-family: "Inter", sans-serif;
  width: 100%;
  text-align: center;
  outline: 0;
  border: 1px solid #2a5cff;
}

.site-footer .quiety-newsletter-widget .newsletter-inner .newsletter-submit .fa-spin {
  display: none;
}

.site-footer .quiety-newsletter-widget .newsletter-inner .newsletter-submit.clicked .fa-spin {
  display: block;
}

.site-footer .quiety-newsletter-widget .newsletter-inner .newsletter-submit.clicked span {
  display: none;
}

.site-footer .quiety-newsletter-widget .form-result {
  margin: 10px 0;
}

.site-footer .widget_search .search-form,
.site-footer .widget_search button {
  background-color: #fff;
}

.site-footer .quiety-contact-widget .about_text {
  color: #4f5158;
  margin-bottom: 20px;
}

.site-footer .quiety-contact-widget .social-title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}

.site-footer .quiety-contact-widget .footer-contact-info li {
  margin-bottom: 10px;
  color: #0c1636;
}

.site-footer .quiety-contact-widget .footer-contact-info li i {
  margin-right: 10px;
  font-size: 17px;
  color: #2a5cff;
}

.site-footer .quiety-contact-widget .footer-social-link {
  margin-left: 0;
}

.site-footer .quiety-contact-widget .footer-social-link li a {
  font-size: 14px;
}

.site-footer .quiety-contact-widget .footer-social-link li a:hover {
  color: #fff !important;
}

.site-footer.footer-style-two {
  background-color: #17285f;
}

.site-footer.footer-style-two .widget-title {
  color: #fff;
  margin-bottom: 27px;
}

.site-footer.footer-style-two ul li {
  margin-bottom: 5px;
}

.site-footer.footer-style-two ul li a {
  color: #acb1c2;
}

.site-footer.footer-style-two ul li a:hover {
  color: #fff;
}

.site-footer.footer-style-two ul.menu li:not(:last-child) {
  margin-bottom: 6px;
}

.site-footer.footer-style-two ul.menu li a {
  position: relative;
}

.site-footer.footer-style-two ul.menu li a:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.site-footer.footer-style-two ul.menu li a:hover {
  color: #fff;
}

.site-footer.footer-style-two ul.menu li a:hover:after {
  width: 100%;
}

.site-footer.footer-style-two .about-widget_wrapper p {
  color: #fff;
}

.site-footer.footer-style-two .footer-social-link li a {
  border-color: rgba(255, 255, 255, 0.2);
}

.site-footer.footer-style-two .footer-social-link li a:hover {
  border-color: #2a5cff;
}

.site-footer.footer-style-two .footer-contact-info li {
  color: #acb1c2;
}

.site-footer.footer-style-two .quiety-widget-recent-posts .post-title {
  font-size: 14px;
}

.site-footer.footer-style-two .quiety-widget-recent-posts .post-title a {
  color: #fff;
}

.site-footer.footer-style-two .quiety-widget-recent-posts .date a {
  color: #acb1c2;
}

.site-footer.footer-style-two .quiety-widget-recent-posts .date a:hover {
  color: #fff;
}

.site-footer.footer-style-two .quiety-contact-widget .about_text,
.site-footer.footer-style-two .quiety-contact-widget .social-title {
  color: #fff;
}

.site-footer.footer-style-two .quiety-contact-widget .footer-contact-info li i {
  color: #14c89c;
}

@media (max-width: 991px) {
  .sidebar-container {
    padding-left: 15px !important;
  }

  .sidebar {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog-list .post.sticky {
  display: block;
  border-color: #2a5cff;
}

.blog-list .post.sticky .blog-content .entry-title a {
  color: #2a5cff;
}

.updated:not(.published) {
  display: none;
}

.no-results .page-content {
  padding: 50px 0 120px;
  text-align: left;
}

@media (max-width: 991px) {
  .no-results .page-content {
    padding: 50px 0 80px;
  }
}

.page-content,
.entry-content,
.entry-summary {
  word-break: break-word;
}

.page-content:after,
.entry-content:after,
.entry-summary:after {
  content: "";
  clear: both;
  display: block;
}

.page-header .page-title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 50px;
}

.page-content {
  padding: 120px 0;
}

.page-template-default .page-content {
  padding: 114px 0 97px;
}

.page-template-default .page-content .comments-area {
  padding: 34px 0 23px;
}

.page-template-default .page-content .page-links {
  margin-bottom: 20px;
}

.blog-post-archive {
  padding: 120px 0;
}

.search-no-results .page-content .page-content {
  padding: 20px 0 0;
}

.post-author {
  font-weight: 600;
  color: #0c1636;
  display: block;
}

.post-author img {
  border-radius: 50% !important;
  margin-right: 15px;
}

.post-author:hover {
  color: #2a5cff;
}

.post-wrapper .blog-post-list,
.blog-posts .blog-post-list {
  margin-bottom: 60px;
  border-bottom: 1px solid #e7e9ed;
}

.post-wrapper.blog-masonry {
  width: calc(100% + 30px);
}

.post-wrapper.blog-masonry .post-item {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 50px;
}

.post-wrapper.blog-masonry.column-3 .post-item {
  width: calc(33.33% - 30px);
}

.post-wrapper .post-item {
  margin-bottom: 60px;
}

/* Post Grid */
.tt-blog-grid {
  background-color: #fff;
  border-radius: 6px;
  padding: 35px;
  box-shadow: 0 30px 70px 0 rgba(0, 9, 40, 0.1);
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .tt-blog-grid {
    padding: 25px;
  }
}

.tt-blog-grid .feature-image {
  margin-bottom: 18px;
}

.tt-blog-grid .feature-image img {
  min-height: 200px;
  object-fit: cover;
  width: 100%;
}

.tt-blog-grid .entry-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.tt-blog-grid .entry-content .entry-meta {
  margin-bottom: 5px;
}

.tt-blog-grid .entry-content .entry-meta a {
  text-transform: capitalize;
  font-size: 14px;
}

.tt-blog-grid .entry-content p {
  margin-bottom: 18px;
}

.tt-blog-grid.style-two {
  padding: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 9, 40, 0.16);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.tt-blog-grid.style-two .post_content {
  padding: 15px 40px 40px;
}

.tt-blog-grid.style-two .post_content p {
  margin-bottom: 13px;
}

.tt-blog-grid.style-two .entry-meta {
  color: #70737a;
  font-size: 14px;
  margin-bottom: 7px;
}

.tt-blog-grid.style-two .entry-meta a {
  color: #70737a;
}

.tt-blog-grid.style-two .entry-meta a:hover {
  color: #2a5cff;
}

.tt-blog-grid.style-two .entry-meta i {
  color: #2a5cff;
}

.tt-blog-grid.style-two .entry-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}

.tt-blog-grid.style-two .entry-title a:hover {
  color: #2a5cff;
}

.tt-blog-grid.style-two .read-more {
  font-size: 15px;
  font-weight: 500;
  color: #0c1636;
}

.tt-blog-grid.style-two .read-more i {
  font-size: 15px;
  vertical-align: -1px;
}

.tt-blog-grid.style-two .read-more:hover {
  color: #2a5cff;
}

.tt-blog-grid.style-two:hover {
  box-shadow: 0px 30px 50px 0px rgba(0, 9, 40, 0.12);
}

.tt-blog-grid.style-three {
  padding: 0;
  box-shadow: 0 20px 50px 0 rgba(0, 9, 41, 0.08);
}

.tt-blog-grid.style-three .post-meta {
  padding-top: 0;
  margin-bottom: 13px;
}

.tt-blog-grid.style-three .entry-title {
  font-size: 20px;
  margin-bottom: 7px;
}

.tt-blog-grid.style-three .feature-image {
  margin-bottom: 0;
}

.tt-blog-grid.style-three .blog-content {
  padding: 30px 40px;
}

.tt-blog-grid.style-three .entry-content {
  margin-bottom: 12px;
}

.tt-blog-grid.style-three .tt__btn-link {
  color: #0c1636;
  font-size: 15px;
}

.tt-blog-grid.style-three .tt__btn-link i {
  vertical-align: -1px;
  margin-left: 3px;
  font-size: 15px;
}

.tt-blog-grid.style-three .tt__btn-link:hover {
  color: #2a5cff;
}

.tt-blog-grid.style-four {
  box-shadow: 0 20px 50px 0 rgba(0, 9, 41, 0.08);
  display: flex;
  padding: 0;
  align-items: center;
}

@media (max-width: 420px) {
  .tt-blog-grid.style-four {
    flex-wrap: wrap;
  }

  .tt-blog-grid.style-four .blog-content {
    width: 100%;
    order: 2;
  }

  .tt-blog-grid.style-four .feature-image {
    width: 100%;
    margin-bottom: 10px;
  }
}

.tt-blog-grid.style-four .feature-image {
  margin: 0;
  overflow: hidden;
  min-width: 211px;
}

.tt-blog-grid.style-four .blog-content {
  padding: 15px 30px;
  max-width: 359px;
}

@media (max-width: 1200px) {
  .tt-blog-grid.style-four .blog-content {
    max-width: 285px;
  }
}

@media (max-width: 991px) {
  .tt-blog-grid.style-four .blog-content {
    max-width: initial;
  }
}

@media (max-width: 420px) {
  .tt-blog-grid.style-four .blog-content {
    padding: 25px 30px;
  }
}

.tt-blog-grid.style-four .post-meta {
  padding-top: 0;
  margin-bottom: 13px;
}

@media (max-width: 480px) {
  .tt-blog-grid.style-four .post-meta li:not(:last-child) {
    margin-bottom: 0;
  }
}

.tt-blog-grid.style-four .entry-title {
  margin-bottom: 5px;
}

.tt-blog-grid.style-four .entry-content {
  margin-bottom: 9px;
}

.tt-blog-grid.style-four .tt__btn-link {
  color: #0c1636;
  font-size: 15px;
}

.tt-blog-grid.style-four .tt__btn-link i {
  vertical-align: -1px;
  margin-left: 3px;
  font-size: 15px;
}

.tt-blog-grid.style-four .tt__btn-link:hover {
  color: #2a5cff;
}

.post-meta {
  margin: 0;
  padding: 5px 0 0;
  line-height: 1;
}

.post-meta li {
  display: inline-flex;
  position: relative;
  font-size: 14px;
  color: #696969;
}

.post-meta li:not(:last-child) {
  margin-right: 10px;
}

.post-meta li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 41%;
  height: 2px;
  width: 2px;
  background-color: #97999c;
}

@media (max-width: 480px) {
  .post-meta li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.post-meta li .author {
  margin-left: 5px;
}

.post-meta li .author a {
  color: #0c1636;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}

.post-meta li .author a:hover {
  color: #2a5cff;
}

.post-meta li a {
  margin: 0;
  color: #76787d;
  line-height: normal;
}

.post-meta li a:hover {
  color: #2a5cff;
}

.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-categories li {
  display: inline-block;
  position: relative;
}

.post-categories li:not(:last-child) a:after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}

.entry-meta a,
.post-categories a {
  color: #2a5cff;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 20px;
  position: relative;
  line-height: 1.2;
  font-weight: 400;
}

.entry-meta a:not(:last-child):after,
.post-categories a:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}

/** Blog List */
.blog-post-list .post-thumbnail {
  display: block;
  overflow: hidden;
  margin-bottom: 19px;
  border-radius: 6px;
  overflow: hidden;
}

.blog-post-list .post-thumbnail img {
  border-radius: 6px;
}

.blog-post-list .blog-content {
  padding-bottom: 29px;
}

.blog-post-list .entry-header .entry-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 11px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-post-list .meta-category-wrapper {
  margin-bottom: 4px;
}

.blog-post-list .meta-category-wrapper a {
  font-size: 13px;
  display: inline-block;
  color: #2a5cff;
  margin-right: 10px;
  font-weight: 500;
}

.blog-post-list .meta-category-wrapper a:not(:last-child):after {
  content: ",";
}

.blog-post-list .meta-category-wrapper a:hover {
  color: #2a5cff;
}

.blog-post-list .entry-content .entry-title {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 13px;
}

.blog-post-list .entry-content .entry-title a {
  color: #0c1636;
}

.blog-post-list .entry-content .entry-title a:hover {
  color: #2a5cff;
}

.blog-post-list .entry-content p {
  margin-bottom: 19px;
}

.blog-post-list .post-meta {
  margin-bottom: 24px;
}

.blog-post-list .tt-link {
  font-size: 15px;
  font-weight: 500;
  color: #4f5158;
}

.blog-post-list .tt-link svg {
  width: 11px;
  display: inline-block;
  vertical-align: 1px;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}

.blog-post-list .tt-link:hover {
  color: #2a5cff;
}

.blog-post-list .tt-link:hover .arrow--right {
  stroke: #2a5cff;
}

.blog-post-list.sticky .post-thumbnail {
  margin-bottom: 0;
}

.blog-post-list.sticky .blog-content {
  background: #f9f9f9;
  padding: 20px 30px;
}

.blog-post-list.sticky .entry-content .entry-title a {
  color: #2a5cff;
}

.blog-post-list.sticky .entry-content .entry-title a:hover {
  color: #2a5cff;
}

.blog-post-list .blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-post-list .blog-footer .read-more {
  position: relative;
  color: #0c1636;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}

.blog-post-list .blog-footer .read-more i {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #2a5cff;
  margin-left: 5px;
}

.blog-post-list .blog-footer .read-more:hover {
  color: #2a5cff;
}

.blog-post-list .blog-footer .read-more:hover i {
  transform: translateX(5px);
  color: #2a5cff;
}

.blog-post-list .post-meta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-post-list .post-meta-wrapper .post-meta {
  color: #696969;
  font-size: 14px;
  line-height: 1;
}

.blog-post-list .post-meta-wrapper .post-meta i {
  display: inline-block;
  line-height: 1;
  color: #2a5cff;
}

.blog-post-list .post-meta-wrapper .post-meta li .author a {
  color: #0c1636;
}

.blog-post-list .post-meta-wrapper .post-meta li .author a:hover {
  color: #2a5cff;
}

.blog-post-list .post-meta-wrapper .post-meta a {
  color: #76787d;
  display: inline-block;
  font-size: 14px;
}

.blog-post-list .post-meta-wrapper .post-meta a:hover {
  color: #2a5cff;
}

.post-meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-meta-list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #696969;
  font-weight: 400;
}

.post-meta-list li i {
  margin-right: 10px;
  color: #5c6f96;
  font-size: 14px;
}

.post-meta-list li a {
  color: #696969;
  font-weight: 400;
  font-size: 16px;
}

.post-meta-list li a:hover {
  color: #2a5cff;
}

.image___bg {
  border-radius: 6px;
  background-color: #433580;
  position: absolute;
  left: 375px;
  top: 1336px;
  width: 770px;
  height: 400px;
  z-index: 156;
}

/* Post Formate */
.popup-video-post-wrapper {
  position: relative;
  border-radius: 6px;
  margin-bottom: 19px;
  overflow: hidden;
}

.popup-video-post-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(42, 92, 255, 0.5);
}

.popup-video-post-wrapper img {
  border-radius: 6px;
}

.popup-video-post-wrapper .blog-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a5cff;
  font-size: 24px;
  z-index: 2;
}

.popup-video-post-wrapper .blog-play-btn:before {
  content: "";
  height: 120px;
  width: 120px;
  position: absolute;
  left: -10px;
  top: -10px;
  border: 1px solid rgba(255, 255, 255, 0.302);
  border-radius: 50%;
  animation: videoBtnAnim 3s linear infinite;
  display: block;
}

.popup-video-post-wrapper .blog-play-btn i {
  margin-left: 5px;
}

.blog-post-list-link {
  background-color: #f5f6fa;
  padding: 41px 50px;
  border-bottom: 0 !important;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.blog-post-list-link i {
  position: absolute;
  transform: rotate(90deg);
}

.blog-post-list-link .link-left {
  font-size: 24px;
  color: #dedee2;
  top: -8px;
}

.blog-post-list-link .link-right {
  right: 45px;
  font-size: 55px;
  color: #dedee2;
}

.blog-post-list-link .blog-content {
  padding-bottom: 0;
}

.blog-post-list-link .entry-content {
  padding: 0;
}

.blog-post-list-link .entry-content p {
  margin-bottom: 0;
}

.blog-post-list-link .entry-content a {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #0c1636;
}

.blog-post-list-quote blockquote {
  margin-bottom: 30px;
}

.blog-post-list-quote .entry-content p {
  margin-bottom: 5px;
}

.related-post-wrapper {
  margin-top: 95px;
}

.related-post-wrapper .related-title {
  font-size: 20px;
  margin-bottom: 21px;
}

.related-post {
  background-color: #fff;
  box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.1);
  border-radius: 6px;
  overflow: hidden;
  padding: 20px;
}

.related-post .feature-image img {
  min-height: 160px;
  width: 100%;
  object-fit: cover;
}

.related-post .post-meta {
  margin-bottom: 7px;
  padding-top: 0;
}

.related-post .post-meta li a {
  font-size: 13px;
  color: #2a5cff;
}

.related-post .post-meta li .posted-on a {
  color: #76787d;
}

.related-post .post-meta li:not(:last-child):after {
  bottom: 3px;
}

.related-post .post-footer-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-post .post-footer-meta li {
  display: inline-block;
}

.related-post .post-footer-meta li:not(:last-child) {
  margin-right: 25px;
}

.related-post .post-footer-meta li a {
  color: #949292;
  font-size: 13px;
  font-weight: 400;
}

.related-post .post-footer-meta li a:hover {
  color: #2a5cff;
}

.related-post .post-footer-meta li i {
  font-size: 13px;
  color: #2a5cff;
  margin-right: 10px;
}

.related-post .blog-content {
  padding-top: 22px;
}

.related-post .blog-content .post-title {
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 20px;
}

.related-post .blog-content p {
  margin-bottom: 26px;
}

.share_social-wpapper {
  display: flex;
  padding: 0;
  align-items: center;
}

.share_social-wpapper .share-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0c1636;
  font-weight: 600;
}

.social-share-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.social-share-link li:not(:last-child) {
  margin-right: 8px;
}

.social-share-link li a {
  border: 2px solid #e6e7eb;
  border-radius: 6px;
  font-size: 13px;
  color: #0c1636;
  height: 36px;
  width: 36px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-share-link li a:hover {
  background-color: #2a5cff;
  border-color: #2a5cff;
  color: #fff;
}

.tag_list {
  margin-top: 30px;
}

.tag_list .tags {
  color: #051441;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.single-post-navigation {
  margin-top: 80px;
  border: 2px solid #e7e9ed;
  padding: 0 25px;
  border-radius: 6px;
  position: relative;
}

.single-post-nav {
  max-width: 270px;
  display: flex;
  align-items: center;
}

.single-post-nav .post-nav-wrapper {
  flex: 2;
  padding: 21px 0;
}

.single-post-nav .post-nav-title {
  font-size: 13px;
  font-weight: 400;
  color: #76787d;
  margin-bottom: 6px;
  line-height: 1;
}

.single-post-nav .post-title {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin: 0;
  color: #0c1636;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  max-width: 270px;
}

.single-post-nav .post-title:hover {
  color: #2a5cff;
}

.post-next:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e7e9ed;
}

@media (max-width: 767px) {
  .post-next:before {
    width: 100%;
    height: 2px;
  }
}

.post-next .single-post-nav {
  margin-left: auto;
}

.post-next .single-post-nav i {
  margin: 0 0 0 15px;
}

.post-next .post-nav-wrapper {
  text-align: right;
}

.portfolio-post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  border-top: 1px solid #e7e9ed;
  border-bottom: 1px solid #e7e9ed;
  margin-top: 60px;
}

.portfolio-post-navigation .middle-icon {
  color: #dadada;
  font-size: 30px;
  text-align: center;
}

.portfolio-post-navigation>div,
.portfolio-post-navigation .middle-icon {
  width: 33.33%;
}

blockquote.wp-block-quote {
  background-color: #f5f6fa;
  padding: 42px 50px 52px;
  position: relative;
  margin: 54px 0 52px;
  overflow: hidden;
  border-radius: 6px;
  border-left: 0;
}

blockquote.wp-block-quote p {
  font-size: 24px;
  color: #0c1636;
  font-style: normal;
  margin-bottom: 4px;
  line-height: 34px;
  font-weight: 400;
  padding: 0 !important;
}

blockquote.wp-block-quote cite {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #0c1636;
  padding-top: 15px;
  display: block;
  padding-left: 35px;
  position: relative;
}

blockquote.wp-block-quote cite:before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  height: 3px;
  width: 20px;
  background: #2a5cff;
}

blockquote.wp-block-quote:after {
  content: "";
  position: absolute;
  background-color: #e8ebf3;
  -webkit-mask-image: url(../images/quote.svg);
  mask-image: url(../images/quote.svg);
  -webkit-mask-size: cover;
  width: 130px;
  height: 100px;
  z-index: 1;
  right: 40px;
  bottom: -50px;
  background-repeat: no-repeat;
}

.blog-container {
  padding: 120px 0;
}

.single-post .page-content {
  padding: 0;
}

.blog .page-content {
  padding: 120px 0;
}

.post-grid .feature-image {
  overflow: hidden;
}

.post-grid .feature-image a {
  position: relative;
  display: block;
}

.post-grid .feature-image a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.post-grid .feature-image img {
  transition: all 0.5s ease-in-out;
  height: 260px;
  object-fit: cover;
}

.post-grid .feature-image:hover a:before {
  opacity: 1;
}

.post-grid .feature-image:hover img {
  transform: scale(1.07);
}

.post-single {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e9ed;
}

.post-single .feature-image {
  margin-bottom: 28px;
}

.post-single .post-meta {
  padding-top: 0;
}

.post-single .post-meta li {
  color: #949292;
}

.post-single .post-meta li .author a {
  color: #949292;
}

.post-single .post-meta li .author a:hover {
  color: #2a5cff;
}

.post-single .entry-header {
  padding-bottom: 40px;
}

.post-single .entry-title {
  font-size: 36px;
  margin: 10px 0 25px;
}

.post-single h3 {
  font-size: 30px;
  margin-bottom: 23px;
}

.post-single .blocks-gallery-grid li img {
  border-radius: 10px;
}

.post-single .wp-block-image {
  margin: 50px 0 53px;
  text-align: center;
}

.post-single .wp-block-image img {
  border-radius: 6px;
}

.post-single .edit-link {
  margin-left: 15px;
}

.post-single .single-post-header {
  margin-bottom: 50px;
}

.post-single .single-post-header .single-post-title {
  font-size: 36px;
  margin-bottom: 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-single .post-meta-cat {
  margin-bottom: 20px;
}

.post-single .post-meta-cat a {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  background-color: #37a45d;
  min-width: auto;
  font-weight: 400;
  margin: 0 5px;
  border: 0px solid transparent;
  display: inline-block;
}

.post-single .post-meta-cat a:first-child {
  background-color: #e9683e;
}

.post-single .meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-single .feature-image {
  text-align: center;
}

.post-single .feature-image img {
  border-radius: 6px;
}

.post-single .entry-content {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.post-single .entry-footer {
  margin-top: 60px;
}

.post-single .entry-footer .tag_list {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8ebf4;
}

.share-title {
  font-size: 16px;
  font-weight: 700;
  color: #0c1636;
  margin-top: 36px;
  margin-bottom: 20px;
}

.single-post-header-bg {
  text-align: left;
  position: relative;
  height: 650px;
}

.single-post-header-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 22, 54, 0.8);
}

.single-post-header-bg .single-post-header {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}

.single-post-header-bg .single-post-title {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  margin: 8px 0 11px;
  max-width: 780px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 991px) {
  .single-post-header-bg .single-post-title {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .single-post-header-bg .single-post-title {
    font-size: 32px;
  }
}

.single-post-header-bg .post-meta-wrapper {
  word-break: break-all;
}

.single-post-header-bg .post-meta-wrapper .tt-blog-meta-category {
  color: #1ca30d;
  margin-right: 10px;
}

.single-post-header-bg .post-meta-wrapper .tt-blog-meta-category:not(:last-child):after {
  content: ",";
}

.single-post-header-bg .post-meta li:not(:last-child) {
  margin-right: 18px;
}

.single-post-header-bg .post-meta li:after {
  height: 5px;
  width: 5px;
  right: -14px;
  border-radius: 10px;
  background-color: #fff;
}

.single-post-header-bg .post-meta li a {
  color: #fff;
}

.feature-image-banner {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .feature-image-banner {
    height: 380px;
  }
}

.feature-image-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.feature-image-banner .single-post-header {
  position: relative;
  z-index: 2;
}

.feature-image-banner .single-post-header .single-post-title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .feature-image-banner .single-post-header .single-post-title {
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  .feature-image-banner .single-post-header .single-post-title {
    font-size: 30px;
  }
}

.feature-image-banner .single-post-header .post-meta {
  margin-top: 24px;
}

.feature-image-banner .single-post-header .post-meta li,
.feature-image-banner .single-post-header .post-meta a {
  color: #fff;
}

.feature-image-banner .single-post-header .post-meta a:hover {
  color: #2a5cff;
}

.blog-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.blog-share .share-title p {
  color: #2b2350;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}

.share-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-link li {
  display: inline-block;
  margin-right: 5px;
  padding-left: 0 !important;
}

.share-link li:before {
  display: none;
}

.share-link li:last-child {
  margin-right: 0;
}

.share-link li a {
  display: block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 43px;
  color: #aba8a4;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid #e5dada;
}

.share-link li a:hover {
  background: #2a5cff;
  color: #fff;
  border-color: #2a5cff;
}

@media (max-width: 991px) {
  .post-wrapper.blog-masonry.column-3 .post-item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .post-wrapper.blog-masonry.column-3 .post-item {
    width: 100%;
    margin-right: 0;
  }

  .comment-list .comment .comment-body.menu-comments .comment-author {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }

  .comment-list .comment .comment-body .comment-author {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }

  .comment-list .comment .comment-body .comment-content {
    padding-bottom: 20px;
  }

  .comment-list .comment .comment-body .comment-content h4 {
    font-size: 18px;
  }

  .comment-list .comment .comment-body .comment-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .comment-list .children {
    padding-left: 70px;
  }

  .comment-respond .comment-reply-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

@media (max-width: 420px) {
  .comment-list .comment .comment-body .comment-content .ratings {
    position: static;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 20px;
}

.page-links a,
.page-links .current {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f8f6f2;
  color: #0c1636;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  margin-left: 5px;
}

.page-links a:hover,
.page-links .current:hover {
  background: #2a5cff;
  color: #fff;
}

.page-links .current {
  background: #2a5cff;
  color: #fff;
}

.post-navigation {
  margin-bottom: 50px;
}

.post-navigation .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  width: 102%;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 48%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #333;
  margin-right: 2%;
  flex: 1;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: block;
  outline: 0;
}

.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  color: #fff;
}

.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover {
  background: #2a5cff;
}

.post-navigation .nav-links .nav-previous {
  padding-right: 30px;
}

.post-navigation .nav-links .nav-next {
  padding-left: 30px;
}

.first-lg {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

/* Author Box */
.fiana_post_author_box {
  background: #faf8f5;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  border-radius: 6px;
  max-width: 670px;
}

.fiana_post_author_box .profile_image {
  width: 80px;
  margin-right: 20px;
  border-radius: 50%;
}

.fiana_post_author_box .profile_image img {
  border-radius: 50%;
}

.fiana_post_author_box .profile_content {
  flex: 1;
}

.fiana_post_author_box .profile_content .profile_name {
  font-size: 20px;
  line-height: 28px;
  color: #0c1636;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}

.fiana_post_author_box .profile_content .author-job {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  display: inline-block;
}

.fiana_post_author_box .profile_content .profile_bio p {
  font-size: 16px;
  color: #827f79;
  margin-bottom: 0;
  font-weight: 500;
}

.fiana_post_author_box .user-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fiana_post_author_box .user-social-link li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.post-share {
  display: inline-block;
  flex: 1;
}

.share-trigger .share-items {
  float: right;
}

.share-trigger .share-items a {
  height: 35px;
  width: 35px;
  display: inline-block;
  background: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  color: #fff;
}

.share-trigger .share-items a.facebook-bg {
  background: #3b5998;
}

.share-trigger .share-items a.facebook-bg:hover {
  background: #263961;
}

.share-trigger .share-items a.twitter-bg {
  background: #3cf;
}

.share-trigger .share-items a.twitter-bg:hover {
  background: #00ace6;
}

.share-trigger .share-items a.google-plus-bg {
  background: #dc4a38;
}

.share-trigger .share-items a.google-plus-bg:hover {
  background: #aa2d1e;
}

.share-trigger .share-items a.linkedin-bg {
  background: #0077B5;
}

.share-trigger .share-items a.linkedin-bg:hover {
  background: #004569;
}

@media (max-width: 991px) {
  .blog-container {
    padding: 80px 0;
  }

  #secondary {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .blog-container {
    padding: 50px 0;
  }
}

.search-header {
  margin-bottom: 30px;
}

.search_page_404_wrapper {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.search_page_404_wrapper .page-title {
  margin-bottom: 14px;
}

.search_page_404_wrapper .banner_404_text {
  margin-bottom: 30px;
}

.search_result_form .search-form {
  display: flex;
  border: 1px solid rgba(5, 20, 65, 0.2);
  margin-bottom: 20px;
  border-radius: 10px;
}

.search_result_form .search-form input {
  border: none;
  border-radius: 0;
  padding: 20px;
  margin: 0;
  background: transparent;
}

.search_result_form .search-form .search-submit {
  border: 0;
  background: transparent;
  padding: 15px 20px;
  color: #2a5cff;
}

.no-results .page-content {
  padding: 0 0 120px;
}

@media (max-width: 991px) {
  .no-results .page-content {
    padding: 0 0 80px;
  }
}

.pagination-wrapper~.sidebar {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination-wrapper {
  margin-top: 30px;
}

.blog-archive-wrapper #post-pagination {
  margin-top: 60px;
}

#post-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

#post-pagination .page-numbers li {
  display: inline-block;
}

#post-pagination .page-numbers li a,
#post-pagination .page-numbers li span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 36px;
  border: 2px solid #e3e5ee;
  text-align: center;
  color: #0c1636;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 14px;
}

#post-pagination .page-numbers li a:hover,
#post-pagination .page-numbers li a .current,
#post-pagination .page-numbers li span:hover,
#post-pagination .page-numbers li span .current {
  background: #2a5cff;
  border-color: #2a5cff;
  color: #fff;
}

#post-pagination .page-numbers li a:hover a,
#post-pagination .page-numbers li a .current a,
#post-pagination .page-numbers li span:hover a,
#post-pagination .page-numbers li span .current a {
  color: #fff;
}

#post-pagination .page-numbers li a.current,
#post-pagination .page-numbers li span.current {
  background: #2a5cff;
  color: #fff;
  border-color: #2a5cff;
}

#post-pagination .page-numbers li i {
  font-size: 20px;
}

#post-pagination .page-numbers li a.next,
#post-pagination .page-numbers li a.prev {
  padding: 0;
  border: 0;
  width: auto;
  font-size: 15px;
}

#post-pagination .page-numbers li a.next i,
#post-pagination .page-numbers li a.prev i {
  font-size: 15px;
  margin-left: 5px;
  vertical-align: -1px;
}

#post-pagination .page-numbers li a.next:hover,
#post-pagination .page-numbers li a.prev:hover {
  background: transparent;
  color: #2a5cff;
}

#post-pagination .page-numbers li a.next {
  margin-left: 10px;
}

#post-pagination .page-numbers li a.next i {
  margin-left: 5px;
}

#post-pagination .page-numbers li a.prev {
  margin-right: 10px;
}

#post-pagination .page-numbers li a.prev i {
  margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

.woocommerce nav.woocommerce-pagination .page-numbers li {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-right: 10px !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #e7e7f6;
  border-radius: 6px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li a,
.woocommerce nav.woocommerce-pagination .page-numbers li span {
  display: block;
  font-size: 16px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li a i,
.woocommerce nav.woocommerce-pagination .page-numbers li span i {
  font-size: 18px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li a.current,
.woocommerce nav.woocommerce-pagination .page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination .page-numbers li span.current,
.woocommerce nav.woocommerce-pagination .page-numbers li span:hover {
  background: #2a5cff;
  border-color: #2a5cff;
}

.woocommerce nav.woocommerce-pagination .page-numbers li i {
  font-size: 14px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li svg {
  height: 20px;
  width: 20px;
  transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination .page-numbers li.next,
.woocommerce nav.woocommerce-pagination .page-numbers li.prev {
  line-height: 45px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li a.prev:hover svg path,
.woocommerce nav.woocommerce-pagination .page-numbers li a.next:hover svg path {
  fill: #fff !important;
}

.woocommerce nav.woocommerce-pagination .page-numbers li:hover,
.woocommerce nav.woocommerce-pagination .page-numbers li .current {
  background: #2a5cff;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination .page-numbers li:hover a,
.woocommerce nav.woocommerce-pagination .page-numbers li .current a {
  color: #fff;
}

.woocommerce nav.woocommerce-pagination .page-numbers li.current {
  background: #2a5cff;
  color: #fff;
}

.woocommerce .pprefix-post-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  align-items: center;
  padding: 20px;
  border: 1px solid #eee;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper,
.woocommerce .pprefix-post-navigation .next-link_wrapper {
  width: 50%;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper a,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper a,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper a,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper a .next_title,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper a .prev_title,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper a .next_title,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper a .prev_title,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper a .next_title,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper a .prev_title,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper a .next_title,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper a .prev_title {
  font-size: 16px;
  font-weight: 600;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper a .date_post,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper a .date_post,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper a .date_post,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper a .date_post {
  font-size: 14px;
  font-weight: 500;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .meta-wrapper,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .meta-wrapper,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .meta-wrapper,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .meta-wrapper {
  display: block;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_exist,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .image_exist,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .image_exist,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_exist {
  display: block;
  width: 100px;
  position: relative;
  overflow: hidden;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_exist i,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .image_exist i,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .image_exist i,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_exist i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_exist:before,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .image_exist:before,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .image_exist:before,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_exist:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(42, 92, 255, 0.8);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_exist:hover:before,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .image_exist:hover:before,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .image_exist:hover:before,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_exist:hover:before {
  opacity: 1;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_exist:hover i,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .image_exist:hover i,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .image_exist:hover i,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_exist:hover i {
  opacity: 1;
  visibility: visible;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .prev-link-info_wrapper,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .next-link-info_wrapper,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .prev-link-info_wrapper,
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .next-link-info_wrapper,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .prev-link-info_wrapper,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .next-link-info_wrapper,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .prev-link-info_wrapper,
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .next-link-info_wrapper {
  flex: 2;
}

.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_prev {
  margin-right: 20px;
}

.woocommerce .pprefix-post-navigation .next-link_wrapper {
  width: 50%;
}

.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper {
  justify-content: flex-end;
  text-align: right;
}

.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_next {
  margin-left: 20px;
}

.woocommerce .gp-slider-nav-wrapper {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 22;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce .gp-slider-nav-wrapper .gp-slider-prev,
.woocommerce .gp-slider-nav-wrapper .gp-slider-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #2a5cff;
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
}

.woocommerce .gp-slider-nav-wrapper .gp-slider-next {
  position: absolute;
  right: 0;
}

.woocommerce .format-gallery .gp-slider-nav-wrapper {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 22;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-prev,
.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-next {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: left;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-prev {
  left: -80px;
  text-align: right;
}

.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-prev i {
  margin-right: 20px;
}

.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-next {
  right: -80px;
  text-align: left;
}

.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-next i {
  margin-left: 20px;
}

.woocommerce .format-gallery:hover .gp-slider-prev,
.woocommerce .format-gallery:hover .gp-slider-next {
  opacity: 1;
  visibility: visible;
}

.woocommerce .format-gallery:hover .gp-slider-prev {
  left: -40px;
  text-align: right;
}

.woocommerce .format-gallery:hover .gp-slider-next {
  right: -40px;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.widget_search {
  padding: 0;
  border: 0;
}

.widget_search .search-form {
  border-radius: 6px;
  position: relative;
  background-color: #f0f1f5;
  display: flex;
  overflow: hidden;
}

.widget_search .search-form label {
  margin: 0;
  width: 100%;
}

.widget_search .search-form input {
  padding: 11px 30px;
  border-radius: 0;
  border: 0;
  width: 100%;
  color: #696969;
  height: 55px;
  margin: 0;
  background: transparent;
  font-size: 16px;
}

.widget_search .search-form input::placeholder {
  color: #8f929b;
}

.widget_search .search-form input:focus {
  border-color: #2a5cff;
}

.widget_search .search-form .search-submit {
  border: 0;
  padding: 8px 20px 11px 25px;
  color: #0c1636;
  background: transparent;
}

.widget_search .search-form .search-submit svg {
  width: 16px;
}

.widget_search .search-form .search-submit:focus {
  outline: 0;
}

#search-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}

#search-menu-wrapper .close-search {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #2a5cff;
  color: #fff;
  z-index: 9999999;
  opacity: 5;
  position: absolute;
  right: 15px;
  top: 40px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 576px) {
  #search-menu-wrapper .close-search {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

#search-menu-wrapper .overlay-bg {
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#search-menu-wrapper.toggled {
  opacity: 1;
  visibility: visible;
}

#search-menu-wrapper .wrapper {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#search-menu-wrapper .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9b8b8;
}

#search-menu-wrapper .search-form input {
  font-family: "Inter", sans-serif;
  border-radius: 0;
  border: 0;
  background: transparent;
  height: 100px;
  padding: 0;
  color: #000;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  line-height: 2.5;
}

@media (max-width: 991px) {
  #search-menu-wrapper .search-form input {
    height: 60px;
    font-size: 40px;
  }
}

#search-menu-wrapper .search-form input::placeholder {
  color: #000;
}

#search-menu-wrapper .search-form button {
  background-color: #fff;
  color: #0c1636;
  border: 0;
  padding: 0;
  height: 80px;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
}

@media (max-width: 991px) {
  #search-menu-wrapper .search-form button {
    font-size: 32px;
  }
}

#search-menu-wrapper .search-form button:hover {
  color: #2a5cff;
}

.sea-wrapper .search-form {
  display: flex;
  align-items: center;
}

.sea-wrapper .search-form label {
  margin: 0;
  width: 100%;
}

.sea-wrapper .search-form input {
  margin: 0;
}

.sea-wrapper .search-form .search-submit {
  background: #2a5cff;
  color: #fff;
  border: 0;
  height: 54px;
  border-radius: 4px;
  margin-left: 20px;
}

.sea-wrapper .search-form .search-submit:hover {
  background: #004ce5;
  color: #fff;
}

/*--------------------------------------------------------------
## Author Box
--------------------------------------------------------------*/
.author-info_wrapper {
  padding: 32px 55px;
  margin-top: 75px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.09);
  display: flex;
  flex-wrap: wrap;
}

.author-info_wrapper .author {
  font-style: italic;
  color: #2a5cff;
  margin-bottom: 3px;
}

@media (max-width: 480px) {
  .author-info_wrapper {
    padding: 20px 15px;
  }
}

.author-info_avatar {
  margin-right: 20px;
  width: 90px;
}

@media (max-width: 480px) {
  .author-info_avatar {
    width: 80px;
  }
}

.author-info_avatar img {
  border-radius: 50%;
}

.author-info_content {
  flex: 2;
}

.author-info_name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 3px;
}

.author-info_name span {
  margin-right: 7px;
  font-size: 14px;
  display: block;
}

.author-info_description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.author-info_social-wrapper {
  line-height: 1;
  margin-top: 14px;
}

.author-info_wrapper .title_soc_share {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}

.author-info_social-link {
  display: inline-block;
  margin-right: 13px;
  color: #bfc1c2;
  font-size: 15px;
}

.author-info_social-wrapper a {
  color: #bbbcbd;
}

.author-info_social-wrapper a:hover {
  color: #2a5cff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-section {
  padding: 80px 0;
}

.comment-wrapper {
  margin-top: 55px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments {
  margin-top: 98px;
}

#comments .comments-title {
  font-size: 20px;
  margin-bottom: 26px;
}

.comments-area .comment-inner {
  margin-bottom: 50px;
}

.comments-area .reply-title {
  font-size: 24px;
  font-weight: 600;
  color: #0c1636;
  margin-bottom: 30px;
}

.comments-area .no-comments {
  margin: 0;
  line-height: 11px;
}

.comments-section .comment-list-wrapper {
  padding-top: 0;
  border: 0;
}

.comment-list {
  padding: 0;
  list-style: none;
  overflow: auto;
  margin-bottom: 0;
}

.comment-list .comment-body {
  margin-bottom: 30px;
}

.comment-list .comment .comment-body {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 23px;
  border: 1px solid #e7e9ed;
  padding: 28px 30px;
  border-radius: 6px;
}

.comment-list .comment .comment-body .comment-avatar {
  margin-right: 20px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.comment-list .comment .comment-body .comment-avatar img {
  border-radius: 50%;
}

.comment-list .comment .comment-body .comment_content {
  margin-top: 5px;
}

.comment-list .comment .comment-body .comment_content p {
  font-size: 14px;
  color: #4f5158;
  margin-bottom: 14px;
  line-height: 24px;
}

.comment-list .comment .comment-body .comment_info {
  position: relative;
  flex: 2;
  overflow-x: clip;
}

.comment-list .comment .comment-body .comment_info .comment_author_says {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #0c1636;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-right: 13px;
  position: relative;
}

.comment-list .comment .comment-body .comment_info .comment_author_says:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 3px;
  height: 3px;
  width: 3px;
  border-radius: 10px;
  background-color: #76787d;
}

.comment-list .comment .comment-body .comment_info .meta-wrapper {
  display: inline-block;
  font-weight: 400;
  color: #76787d;
  font-size: 14px;
}

.comment-list .comment .comment-body .comment_info .comment-reply-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.comment-list .comment .comment-body .comment_info p img {
  margin: 15px 0 5px;
}

.comment-list .comment .comment-body .comment-reply-link {
  color: #76787d;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 1;
}

.comment-list .comment .comment-body .comment-reply-link i {
  margin-right: 5px;
}

.comment-list .comment .comment-body .comment-reply-link:hover {
  color: #2a5cff;
}

.comment-list .comment .children {
  margin: 0;
  padding-left: 100px;
  list-style: none;
}

#comments .comment-list .comment-respond {
  margin: 20px 0;
  max-width: 100%;
}

#comments .comment-list .comment-respond #cancel-comment-reply-link {
  color: #2a5cff;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}

.children .comment-respond {
  margin-left: 80px !important;
}

.comment-respond .comment-reply-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 20px;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-bottom: 30px;
  font-size: 14px;
}

#review_form .comment-respond .comment-notes,
#review_form .comment-respond .logged-in-as {
  text-align: left;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 50%;
  display: inline-block;
  margin-bottom: 0;
}

.comment-form .comment-form-author {
  padding-right: 15px;
}

.comment-form .comment-form-email {
  padding-left: 15px;
  float: right;
}

.comment-form textarea {
  height: 200px;
  margin-bottom: 14px;
}

.comment-form #submit {
  margin-bottom: 0;
  background-color: #2a5cff;
  color: #fff;
  border: 2px solid transparent;
  padding: 12px 0;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  max-width: 180px;
  text-align: center;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
}

.comment-form #submit:hover {
  color: #2a5cff;
  border-color: #2a5cff;
  background: transparent;
}

.comment-form .comment-form-cookies-consent {
  margin-bottom: 24px !important;
  font-size: 14px;
  color: #797986;
  position: relative;
}

.comment-form .comment-form-cookies-consent:after {
  content: "";
  display: block;
  clear: both;
}

.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  height: auto;
  display: none;
}

.comment-form .comment-form-cookies-consent label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
  position: relative;
}

.comment-form .comment-form-cookies-consent label:not(:empty) {
  padding-left: 0.75em;
}

.comment-form .comment-form-cookies-consent label:before,
.comment-form .comment-form-cookies-consent label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}

.comment-form .comment-form-cookies-consent label:before {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(5, 20, 65, 0.2);
  cursor: pointer;
  transition: background 0.3s;
}

.comment-form .comment-form-cookies-consent input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}

.comment-form .comment-form-cookies-consent input[type=checkbox]:checked+label:before {
  background: #2a5cff;
  border: none;
}

.comment-form .comment-form-cookies-consent input[type=checkbox]:checked+label:after {
  transform: translate(0.17em, 0.25em) rotate(-45deg);
  width: 0.6em;
  height: 0.25em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}

@media (max-width: 991px) {
  .comment-list .comment .children {
    padding-left: 50px;
  }
}

@media (max-width: 576px) {
  .comment-list .comment .comment-body .comment-avatar {
    width: 55px;
    height: 55px;
  }

  .comment-list .comment .children {
    padding-left: 20px;
  }

  .comment-list .comment .children .comment .comment-body .comment-avatar {
    width: 40px;
    height: 40px;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

iframe {
  border-width: 0px;
}

.entry-content iframe {
  max-height: 500px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.blog-content .gallery {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
## Block
--------------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  background: #0c1636;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff;
  padding: 9px 25px;
}

.wp-block-button .wp-block-button__link:hover {
  background: #2a5cff;
  color: #fff;
}

.wp-block-button .wp-block-button__link br {
  display: none;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #0c1636;
  border-color: #0c1636;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #2a5cff;
  color: #2a5cff;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.ultraland_widget .wp-block-button__link {
  padding: 7px 25px;
  border: 2px solid #2a5cff;
  font-weight: 500;
}

.ultraland_widget .wp-block-button__link:hover {
  background-color: transparent !important;
  color: #2a5cff;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 30px);
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 30px 16px 0;
}

.wp-block-cover .wp-block-cover-text {
  padding: 30px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}

.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
  display: none;
}

.wp-block-cover p:not(.has-text-color) {
  color: #fff !important;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  background-color: transparent;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.6em;
  font-weight: 300;
}

.wp-block-quote.is-large:before,
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-style-large:after {
  display: none;
}

.wp-block-pullquote {
  border-top: 4px solid #F3F3F3;
  border-bottom: 4px solid #F3F3F3;
  color: #40464d;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  background-color: transparent;
}

.entry .entry-content .wp-block-pullquote blockquote:before,
.entry .entry-content .wp-block-pullquote blockquote:after {
  display: none;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: 4rem;
  margin-bottom: 4.33rem;
  margin-right: 0;
  padding-left: 0;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}

.entry .entry-content .wp-block-archives li time,
.entry .entry-content .wp-block-categories li time,
.entry .entry-content .wp-block-latest-posts li time {
  line-height: 1;
}

.entry .entry-content .wp-block-archives li:before,
.entry .entry-content .wp-block-categories li:before,
.entry .entry-content .wp-block-latest-posts li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #7d92bb;
}

.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  font-size: 16px;
  color: #465675;
}

.entry .entry-content .wp-block-archives li a:hover,
.entry .entry-content .wp-block-categories li a:hover,
.entry .entry-content .wp-block-latest-posts li a:hover {
  color: #2a5cff;
}

.entry .entry-content .wp-block-archives li .children,
.entry .entry-content .wp-block-categories li .children,
.entry .entry-content .wp-block-latest-posts li .children {
  padding-left: 30px;
}

.entry .entry-content .wp-block-categories-list .children li {
  padding-left: 0;
}

.entry .entry-content .wp-block-categories-list .children li:before {
  display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 15px;
}

pre.wp-block-preformatted {
  margin-top: 20px;
}

.post_format-post-format-quote blockquote {
  margin-top: 0;
}

.wp-block-archives,
.wp-block-categories-list {
  padding: 0;
  list-style: none;
}

.wp-block-archives li,
.wp-block-categories-list li {
  line-height: 32px;
}

.wp-block-archives-dropdown select {
  height: 50px;
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 20px;
}

.wp-block-latest-comments__comment {
  font-size: 16px;
  line-height: 26px;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  color: #0c1636;
  font-weight: 600;
  font-size: 16px;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
  color: #2a5cff;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  margin-left: 0;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 20px;
}

.wp-block-categories-dropdown .postform {
  margin-bottom: 20px;
}

.wp-block-search .wp-block-search__button {
  padding: 0 20px;
  height: 60px;
  border: 0;
  background: #2a5cff;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
}

.wp-block-search .wp-block-search__button:hover {
  background: #0c1636;
}

.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child,
.wp-block-gallery.is-cropped {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }

  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.22em;
    color: #fff;
  }

  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }

  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(66.6666666667vw - 28px);
  }

  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(66.6666666667vw - 28px);
  }
}

@media only screen and (min-width: 1168px) {

  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(50vw - 28px);
  }

  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(50vw - 28px);
  }
}

.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

.entry .entry-content .wp-block-separator.is-style-dots:before,
.entry .entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}

.wp-block-table.is-style-stripes td {
  border-color: #F3F3F3;
  border-bottom-width: 1px;
}

.wp-block-table.is-style-stripes td:not(:first-child) {
  border-left-width: 1px;
}

.wp-block-table.is-style-stripes tr {
  border-top: 1px solid #F3F3F3;
}

.wp-block-table.is-style-stripes tr:last-child td {
  border-bottom-width: 1px;
}

.wc-block-product-categories-list {
  list-style: none;
  padding-left: 0;
}

/*# sourceMappingURL=app.css.map */