/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Portfoy - Creative Portfolio HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 topbar
	2.2 navigation

3. content
	3.1 hero-style-section
	3.2 portfoy-skill-section
	3.3 portfoy-portfolio-section
	3.4 portfoy-service-section
	3.5 portfoy-testimonial-section
	3.6 portfoy-blog-section
	3.7 portfoy-contact-section

4. wpo-footer

6. modal-portfolio-single

7. modal-service-single

8. modal-portfolio-single


----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap");
/* 1.1	Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: #687693;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  color: #687693;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #070143;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-validation-active label.error {
  color: #fff;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #161A22;
  display: inline-block;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(22, 26, 34, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #161A22;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #161A22;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title span {
  text-transform: uppercase;
  font-size: 20px;
  color: #161A22;
  font-family: "Space Grotesk", sans-serif;
  padding: 6px 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  background: linear-gradient(270deg, #6943BA 0%, #FF8329 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.section-title span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #323843;
  z-index: -1;
}
.section-title h2 {
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  margin-top: 0;
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  color: #fff;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 330px) {
  .section-title h2 {
    font-size: 30px;
  }
}
.section-title p {
  font-size: 18px;
}

.theme-btn, .view-cart-btn {
  padding: 15px 24px;
  z-index: 1;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #0D4BEC 0%, #2AE480 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.theme-btn:after, .view-cart-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background: #1E232D;
  z-index: -1;
}
@media (max-width: 991px) {
  .theme-btn, .view-cart-btn {
    font-size: 14px;
  }
}
.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active {
  background: linear-gradient(90deg, #2AE480 0%, #0D4BEC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 767px) {
  .theme-btn, .view-cart-btn {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.theme-btn-s2 {
  display: inline-block;
  padding: 15px 24px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.theme-btn-s2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  background: linear-gradient(270deg, #6943BA 0%, #FF8329 100%);
}
@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
  }
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  color: #fff;
}
.theme-btn-s2:hover:after {
  background: linear-gradient(270deg, #FF8329 0%, #6943BA 100%);
}
@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
}
.view-cart-btn:after {
  display: none;
}
.view-cart-btn:hover {
  background-color: #060709;
}
.view-cart-btn.s1 {
  background: #ddd;
}
.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #161A22;
  -o-box-shadow: 0 0 5px 0 #2a3241;
  -ms-box-shadow: 0 0 5px 0 #2a3241;
  box-shadow: 0 0 5px 0 #2a3241;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand { /* for IE 11 */
  display: none;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #2a3241;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #161A22;
}

.wpo-breadcumb-area {
  background: url(../images/page-title.html) no-repeat center top/cover;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-breadcumb-area {
    min-height: 250px;
  }
}
.wpo-breadcumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 65, 104, 0.8);
  content: "";
  z-index: -1;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap {
  text-align: center;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap h2 {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wpo-breadcumb-area .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
    font-size: 18px;
  }
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:after {
  content: "/";
  position: relative;
  left: 7px;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child span {
  color: #cbd4fd;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child:after {
  display: none;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a:hover {
  color: #161A22;
}

.wpo-about-section.wpo-about-section-s2 {
  padding-top: 170px;
}

.preloader {
  background-color: #161A22;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** wpo-contact-widget ***/
}
@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
.blog-sidebar .widget h3 {
  font-size: 23px;
  font-size: 1.5333333333rem;
  color: #070143;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "Space Grotesk", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.blog-sidebar .widget h3:before {
  content: "";
  background-color: #161A22;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar .widget h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  background-color: rgba(22, 26, 34, 0.15);
  height: 70px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s;
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(22, 26, 34, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #fff;
  background-color: #161A22;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  transform: translateY(-50%);
}
.blog-sidebar .about-widget {
  text-align: center;
  background-color: #fafbfe;
  padding: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}
.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}
.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}
.blog-sidebar .about-widget ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}
.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}
.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.blog-sidebar .about-widget h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}
.blog-sidebar .about-widget a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #070143;
  text-decoration: underline;
}
.blog-sidebar .about-widget a:hover {
  color: #161A22;
}
.blog-sidebar .category-widget ul {
  list-style: none;
}
.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.2666666667rem;
  position: relative;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}
.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}
.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fafbfe;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #161A22;
}
.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}
.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}
.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}
.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #070143;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #161A22;
}
.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #161A22;
}
.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}
.blog-sidebar .wpo-instagram-widget ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.blog-sidebar .wpo-instagram-widget ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.blog-sidebar .wpo-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}
.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}
.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px 18px;
  color: #070143;
  background: #ecf4fb;
  border-radius: 5px;
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #161A22;
  color: #fff;
}
.blog-sidebar .wpo-contact-widget {
  border: 0;
  background: url(../images/bg-2.html) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 30px 40px;
}
.blog-sidebar .wpo-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}
@media (max-width: 1200px) {
  .blog-sidebar .wpo-contact-widget {
    padding: 20px;
  }
}
.blog-sidebar .wpo-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.blog-sidebar .wpo-contact-widget h2::before {
  left: 28px;
  background: url(../images/Single-title-shape2.html) no-repeat right center;
}
.blog-sidebar .wpo-contact-widget p {
  color: #fff;
  font-size: 18px;
}
.blog-sidebar .wpo-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}
.blog-sidebar .wpo-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .wpo-blog-single-section.wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #070143;
  background: #ebf4fc;
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #161A22;
  border-color: #161A22;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*6. modal-portfolio-single*/
.modal-portfolio {
  z-index: 99999;
}
.modal-portfolio .modal-body {
  padding: 0;
  padding-top: 20px;
}

.modal-dialog {
  background: transparent;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 860px !important;
  }
}
.modal-dialog .btn-close {
  position: absolute;
  z-index: 11;
  background: transparent;
  right: 10px;
  top: 10px;
  border: 1px solid #fff;
}
.modal-dialog .btn-close::before {
  position: absolute;
  content: "\e646";
  font-family: "themify";
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.modal-content {
  background: #1E232D;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  overflow-y: auto;
  max-height: calc(100% - 64px);
  margin: 0 auto;
  position: relative;
  padding: 25px;
}
@media (max-width: 425px) {
  .modal-content {
    padding: 25px 0;
  }
}

.wpo-project-single-title h3 {
  font-weight: 500;
  font-size: 27px;
  line-height: 130.5%;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .wpo-project-single-title h3 {
    font-size: 20px;
  }
}
.wpo-project-single-item {
  margin-bottom: 40px;
}
.wpo-project-single-item p {
  color: #fff;
  font-size: 14px;
}

.wpo-project-single-item:last-child {
  margin-bottom: 0;
}

.wpo-project-single-item .wpo-project-single-main-img {
  margin-bottom: 30px;
}
.wpo-project-single-item .wpo-project-single-main-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 425px) {
  .wpo-project-single-item .wpo-project-single-main-img img {
    height: 300px;
  }
}

.wpo-project-single-item .wpo-project-single-content-des-right {
  max-width: 380px;
  flex-basis: 35%;
  margin-left: auto;
  margin-bottom: 50px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 1200px) {
  .wpo-project-single-item .wpo-project-single-content-des-right {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-project-single-item .wpo-project-single-content-des-right {
    margin-left: 0;
    max-width: 100%;
    margin-top: 20px;
  }
}
.wpo-project-single-item .wpo-project-single-content-des-right ul {
  list-style: none;
  padding: 50px 20px;
  box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
}

@media (max-width: 575px) {
  .wpo-project-single-item .wpo-project-single-content-des-right ul {
    padding: 50px 20px;
  }
}
.wpo-project-single-item .wpo-project-single-content-des-right ul li {
  display: flex;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  position: relative;
  justify-content: space-between;
  font-weight: 600;
}

.wpo-project-single-item .wpo-project-single-content-des-right ul li span {
  flex-basis: 60%;
  color: #D8D8D8;
  font-weight: 400;
}

.wpo-project-single-item .wpo-project-single-content-des-right ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wpo-project-single-item .wpo-project-single-content-des-right ul li:first-child {
  padding-top: 0;
}

.list-widget ul {
  list-style: none;
}

.list-widget ul li {
  padding: 7px 0;
  padding-left: 35px;
  position: relative;
  color: #fff;
}

.list-widget ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: rgba(89, 195, 120, 0.1);
  content: "\e64c";
  font-family: "themify";
  text-align: center;
  color: #59C378;
  font-size: 14px;
}

.wpo-p-details-img {
  margin-bottom: 10px;
}

.wpo-project-single-item-quote {
  padding: 45px;
  background: #131313;
  text-align: center;
  border-radius: 15px;
}

@media (max-width: 991px) {
  .wpo-project-single-item-quote {
    padding: 20px;
    margin-top: 30px;
  }
}
.wpo-project-single-item-quote p {
  font-size: 19px;
  margin-bottom: 30px;
  color: #D8D8D8;
  line-height: 44px;
}

@media (max-width: 991px) {
  .wpo-project-single-item-quote p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}
.wpo-project-single-item-quote span {
  font-size: 22px;
}

@media (max-width: 991px) {
  .wpo-project-single-item-quote span {
    font-size: 16px;
  }
}
.wpo-project-single-item-quote span span {
  color: #59C378;
}

@media (max-width: 991px) {
  .list-widget-s {
    margin-top: 30px;
  }
}
.wpo-project-single-gallery {
  margin-bottom: 30px;
}

.wpo-project-contact-area {
  padding: 30px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

.wpo-project-contact-area .wpo-contact-title {
  margin-bottom: 30px;
}
.wpo-project-contact-area .wpo-contact-title h2 {
  color: #fff;
}

.wpo-project-contact-area .wpo-contact-form-area .col {
  margin-bottom: 30px;
}

.wpo-project-contact-area .wpo-contact-form-area .form-control {
  height: 50px;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: #2c2c2c;
  color: #D8D8D8;
  width: 100%;
}

.wpo-project-contact-area .wpo-contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}

.wpo-project-contact-area .wpo-contact-form-area .form-control::-moz-placeholder {
  color: #D8D8D8;
}

.wpo-project-contact-area .wpo-contact-form-area .form-control::placeholder {
  color: #D8D8D8;
}

.wpo-project-contact-area .wpo-contact-form-area textarea.form-control {
  height: 120px;
}

.wpo-project-contact-area .wpo-contact-form-area select.form-control {
  background: #2c2c2c url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.wpo-project-contact-area .wpo-contact-form-area .submit-area button {
  border-radius: 0px;
  border: 0;
}

/* 7. modal-service-single */
.modal-service {
  z-index: 99999;
}
.modal-service .modal-body {
  padding: 0;
  padding-top: 20px;
}

.modal-dialog {
  background: transparent;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 860px !important;
  }
}
.modal-dialog .btn-close {
  position: absolute;
  z-index: 11;
  background: transparent;
  right: 10px;
  top: 10px;
  border: 1px solid #fff;
}
.modal-dialog .btn-close::before {
  position: absolute;
  content: "\e646";
  font-family: "themify";
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.modal-content {
  background: #1E232D;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  overflow-y: auto;
  max-height: calc(100% - 64px);
  margin: 0 auto;
  position: relative;
  padding: 25px;
}
@media (max-width: 425px) {
  .modal-content {
    padding: 25px 0;
  }
}

.wpo-service-single-wrap .wpo-service-single-title h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 130.5%;
  margin-bottom: 20px;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wpo-service-single-wrap .wpo-service-single-title h3 {
    font-size: 25px;
  }
}
.wpo-service-single-wrap .wpo-service-single-item {
  margin-bottom: 40px;
}
.wpo-service-single-wrap .wpo-service-single-item p {
  color: #fff;
}
.wpo-service-single-wrap .wpo-service-single-item .wpo-service-single-main-img {
  margin-bottom: 30px;
}
.wpo-service-single-wrap .wpo-service-single-item:last-child {
  margin-bottom: 0;
}
.wpo-service-single-wrap .list-widget {
  max-width: 590px;
}
.wpo-service-single-wrap .list-widget ul {
  list-style: none;
}
.wpo-service-single-wrap .list-widget ul li {
  padding: 10px 0;
  padding-left: 35px;
  position: relative;
}
.wpo-service-single-wrap .list-widget ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: #fff;
  content: "\e64c";
  font-family: "themify";
  text-align: center;
  color: #161A22;
  font-size: 14px;
}
.wpo-service-single-wrap .wpo-p-details-img {
  margin-bottom: 10px;
}
.wpo-service-single-wrap .wpo-service-area {
  padding-bottom: 0;
}
.wpo-service-single-wrap .wpo-service-area .wpo-service-item {
  padding: 20px;
  border: 1px solid #333;
}
.wpo-service-single-wrap .wpo-service-area .wpo-service-item .fi:before {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
    padding: 20px 10px;
  }
}
.wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 10px;
  color: #fff;
}
@media (max-width: 1400px) {
  .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
    font-size: 22px;
  }
}
.wpo-service-single-wrap .wpo-service-area .wpo-service-item p {
  margin-bottom: 5px;
  color: #fff;
}
.wpo-service-single-wrap .wpo-service-contact-area {
  padding: 30px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}
.wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-title {
  margin-bottom: 30px;
  color: #fff;
}
.wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-title h2 {
  color: #fff;
}
.wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .col {
  margin-bottom: 30px;
}
.wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control {
  height: 50px;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: #2c2c2c;
  color: #8188a9;
  width: 100%;
}
.wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control::-moz-placeholder {
  color: #8188a9;
}
.wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control::placeholder {
  color: #8188a9;
}
.wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area textarea.form-control {
  height: 120px;
}
.wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area select.form-control {
  background: #2c2c2c url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .submit-area button {
  border: none;
}

/*8. modal-portfolio-single */
.modal-blog {
  z-index: 99999;
}
.modal-blog .modal-body {
  padding: 0;
  padding-top: 20px;
}

.modal-dialog {
  background: transparent;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 860px !important;
  }
}
.modal-dialog .btn-close {
  position: absolute;
  z-index: 11;
  background: transparent;
  right: 10px;
  top: 10px;
  border: 1px solid #fff;
}
.modal-dialog .btn-close::before {
  position: absolute;
  content: "\e646";
  font-family: "themify";
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.modal-content {
  background: #1E232D;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  overflow-y: auto;
  max-height: calc(100% - 64px);
  margin: 0 auto;
  position: relative;
  padding: 25px;
}
@media (max-width: 425px) {
  .modal-content {
    padding: 25px 0;
  }
}

.wpo-blog-content {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}
@media (min-width: 1440px) {
  .wpo-blog-content .container {
    max-width: 1320px;
  }
}
.wpo-blog-content .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .wpo-blog-content .entry-meta {
    margin: 25px 0;
  }
}
.wpo-blog-content .entry-meta ul {
  list-style: none;
}
.wpo-blog-content .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.9333333333rem;
  float: left;
  text-transform: uppercase;
  color: #fff;
}
.wpo-blog-content .entry-meta ul li a {
  color: #fff;
}
.wpo-blog-content .entry-meta ul li a:hover {
  color: #ADADAD;
}
.wpo-blog-content .entry-meta ul li i {
  position: relative;
  top: 0px;
  margin-right: 3px;
}
.wpo-blog-content .entry-meta ul li i.fi:before {
  font-size: 15px;
}
.wpo-blog-content .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.wpo-blog-content .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, #0D4BEC 0%, #2AE480 100%), #FFFFFF;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .wpo-blog-content .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .wpo-blog-content .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-blog-content .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .wpo-blog-content .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.wpo-blog-content .entry-media img {
  width: 100%;
}
.wpo-blog-content .post h2 {
  font-size: 35px;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 991px) {
  .wpo-blog-content .post h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-content .post h2 {
    font-size: 25px;
  }
}
.wpo-blog-content .post p {
  margin-bottom: 1.5em;
  color: #ADADAD;
}
.wpo-blog-content .post h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
  color: #fff;
}
@media (max-width: 991px) {
  .wpo-blog-content .post h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-content .post h3 {
    font-size: 20px;
  }
}
.wpo-blog-content .post blockquote {
  background-color: rgba(47, 47, 47, 0.47);
  color: #ADADAD;
  font-size: 19px;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  font-weight: 600;
  line-height: 35px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .wpo-blog-content .post blockquote {
    padding: 55px 25px;
  }
}
.wpo-blog-content .post blockquote:before {
  font-family: "themify";
  content: "\e67f";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 50px;
  border: 2px solid #2c2c2c;
  background: #242323;
  color: #ADADAD;
  border-radius: 50%;
}
.wpo-blog-content .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}
.wpo-blog-content .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}
.wpo-blog-content .post .gallery img {
  width: 100%;
}
.wpo-blog-content .tag-share, .wpo-blog-content .tag-share-s2 {
  border-bottom: 1px solid #ADADAD;
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #070143;
}
@media (max-width: 767px) {
  .wpo-blog-content .tag-share, .wpo-blog-content .tag-share-s2 {
    margin-top: 40px;
  }
}
.wpo-blog-content .tag-share ul, .wpo-blog-content .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
.wpo-blog-content .tag-share ul li, .wpo-blog-content .tag-share-s2 ul li {
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-content .tag-share ul li, .wpo-blog-content .tag-share-s2 ul li {
    margin: 2px;
  }
}
.wpo-blog-content .tag-share ul > li + li, .wpo-blog-content .tag-share-s2 ul > li + li {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .wpo-blog-content .tag-share ul > li + li, .wpo-blog-content .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}
.wpo-blog-content .tag-share .tag, .wpo-blog-content .tag-share-s2 .tag {
  display: flex;
  align-items: center;
}
.wpo-blog-content .tag-share .tag > span, .wpo-blog-content .tag-share-s2 .tag > span {
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}
.wpo-blog-content .tag-share .tag ul, .wpo-blog-content .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}
.wpo-blog-content .tag-share .tag li, .wpo-blog-content .tag-share-s2 .tag li {
  position: relative;
}
.wpo-blog-content .tag-share .tag a, .wpo-blog-content .tag-share-s2 .tag a {
  font-size: 13px;
  display: inline-block;
  padding: 5px 18px;
  color: #fff;
  background: #2c2c2c;
  border-radius: 5px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .wpo-blog-content .tag-share .tag a, .wpo-blog-content .tag-share-s2 .tag a {
    font-size: 13px;
  }
}
.wpo-blog-content .tag-share .tag a:hover, .wpo-blog-content .tag-share-s2 .tag a:hover {
  color: #ADADAD;
}
.wpo-blog-content .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}
.wpo-blog-content .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #fff;
}
.wpo-blog-content .author-box {
  margin: 35px 0 60px;
}
.wpo-blog-content .author-box .author-avatar {
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-content .author-box .author-avatar {
    float: none;
  }
}
.wpo-blog-content .author-box .author-avatar img {
  border-radius: 50%;
}
.wpo-blog-content .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .wpo-blog-content .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}
.wpo-blog-content .author-box .author-content p {
  margin-bottom: 20px;
  color: #ADADAD;
}
.wpo-blog-content .author-box .author-name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}
.wpo-blog-content .author-box .social-link {
  display: inline-block;
  list-style: none;
}
.wpo-blog-content .author-box .social-link li {
  float: left;
  margin-right: 12px;
}
.wpo-blog-content .author-box .social-link a {
  display: block;
  font-size: 13px;
  color: #fff;
}
.wpo-blog-content .author-box .social-link a:hover {
  color: #ADADAD;
}
.wpo-blog-content .more-posts {
  overflow: hidden;
  border: 1px solid #ADADAD;
  padding: 0 25px;
}
.wpo-blog-content .more-posts > div {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-content .more-posts > div {
    width: 100%;
    float: none;
  }
}
.wpo-blog-content .more-posts > div > a {
  display: inline-block;
}
.wpo-blog-content .more-posts .previous-post,
.wpo-blog-content .more-posts .next-post {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .wpo-blog-content .more-posts .previous-post,
  .wpo-blog-content .more-posts .next-post {
    padding: 25px 15px !important;
  }
}
.wpo-blog-content .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #ADADAD;
  padding-left: 15px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .wpo-blog-content .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #ADADAD;
  }
}
.wpo-blog-content .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-blog-content .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}
.wpo-blog-content .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .wpo-blog-content .more-posts .next-post .post-control-link:before {
    display: none;
  }
}
.wpo-blog-content .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}
.wpo-blog-content .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-blog-content .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}
.wpo-blog-content .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .wpo-blog-content .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}
.wpo-blog-content .more-posts .previous-post > a > span,
.wpo-blog-content .more-posts .next-post > a > span {
  display: block;
}
.wpo-blog-content .more-posts .post-control-link {
  font-size: 14px;
  color: #8188a9;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.wpo-blog-content .more-posts .post-name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0.7em 0 0;
}
@media (max-width: 991px) {
  .wpo-blog-content .more-posts .post-name {
    font-size: 18px;
  }
}
.wpo-blog-content .more-posts a:hover .post-control-link {
  color: #ADADAD;
}
.wpo-blog-content .comments-area {
  margin-top: 70px;
}
.wpo-blog-content .comments-area li > div {
  border-bottom: 1px solid #ADADAD;
  padding: 35px;
}
@media (max-width: 991px) {
  .wpo-blog-content .comments-area li > div {
    padding: 35px 25px;
  }
}
.wpo-blog-content .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.wpo-blog-content .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}
.wpo-blog-content .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.wpo-blog-content .comments-area .comments-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ADADAD;
}
@media (max-width: 991px) {
  .wpo-blog-content .comments-area .comments-title {
    font-size: 20px;
  }
}
.wpo-blog-content .comments-area li > div {
  position: relative;
}
.wpo-blog-content .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}
@media (max-width: 767px) {
  .wpo-blog-content .comments-area .comment-theme {
    position: static;
  }
}
.wpo-blog-content .comments-area .comment-theme img {
  border-radius: 50%;
}
.wpo-blog-content .comments-area .comment-main-area {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .wpo-blog-content .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.wpo-blog-content .comments-area .comment-main-area p {
  margin-bottom: 20px;
  color: #ADADAD;
}
.wpo-blog-content .comments-area .comments-meta h4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 1em;
}
.wpo-blog-content .comments-area .comments-meta h4 span {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .wpo-blog-content .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}
.wpo-blog-content .comments-area .comment-reply-link {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wpo-blog-content .comments-area .comment-reply-link:hover {
  color: #ADADAD;
}
.wpo-blog-content .comment-respond {
  margin-top: 70px;
}
.wpo-blog-content .comment-respond .comment-reply-title {
  font-size: 22px;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
@media (max-width: 991px) {
  .wpo-blog-content .comment-respond .comment-reply-title {
    font-size: 20px;
  }
}
.wpo-blog-content .comment-respond form input,
.wpo-blog-content .comment-respond form textarea {
  background-color: #1E232D;
  width: 100%;
  height: 55px;
  border: 1px solid #ADADAD;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s;
  color: #fff;
}
.wpo-blog-content .comment-respond form input:focus,
.wpo-blog-content .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #161A22;
}
@media (max-width: 991px) {
  .wpo-blog-content .comment-respond form input,
  .wpo-blog-content .comment-respond form textarea {
    height: 50px;
  }
}
.wpo-blog-content .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}
@media (max-width: 991px) {
  .wpo-blog-content .comment-respond form textarea {
    height: 150px;
  }
}
.wpo-blog-content .comment-respond .form-inputs {
  overflow: hidden;
}
.wpo-blog-content .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-content .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}
.wpo-blog-content .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}
@media (max-width: 767px) {
  .wpo-blog-content .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}
.wpo-blog-content .comment-respond .form-submit input {
  font-family: "Space Grotesk", sans-serif;
  max-width: 180px;
  background-color: #161A22;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 5px;
  line-height: 41px;
}
.wpo-blog-content .comment-respond .form-submit input:hover {
  background-color: #040506;
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: #163967;
  padding: 0 130px;
}

@media (max-width: 991px) {
  .topbar {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-style-1 {
    text-align: center;
    padding: 20px 0;
  }
}
.topbar {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

.topbar ul {
  overflow: hidden;
  list-style: none;
  float: left;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar ul {
    float: none;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.topbar ul li {
  font-size: 16px;
  float: left;
  padding: 15px 10px;
  color: #e5e3e3;
  line-height: 1em;
}
@media (max-width: 991px) {
  .topbar ul li {
    padding: 15px 10px;
  }
}

.topbar .contact-info li {
  position: relative;
}
.topbar .contact-info li:nth-child(1):before, .topbar .contact-info li:nth-child(2):before {
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}
@media (max-width: 767px) {
  .topbar .contact-info li:nth-child(1):before, .topbar .contact-info li:nth-child(2):before {
    display: none;
  }
}

.topbar .contact-info ul li a {
  color: #e4e4e4;
}

.topbar .contact-info ul li a:hover {
  color: #161A22;
}

.topbar ul li:first-child {
  padding-left: 0;
}

.topbar .contact-intro ul {
  float: right;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .topbar .contact-intro ul {
    float: none;
  }
}

@media (max-width: 1200px) {
  .topbar ul li {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .topbar ul li {
    font-size: 13px;
  }
  .topbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .topbar ul li {
    float: left;
    border: none;
    padding: 8px 6px;
    font-size: 13px;
  }
}
@media (max-width: 590px) {
  .topbar ul li {
    float: none;
  }
  .topbar .contact-info ul li {
    float: left;
  }
  .topbar ul {
    flex-wrap: wrap;
  }
}
.topbar .theme-btn-s2 {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -3px;
  color: #fff !important;
}

.topbar ul .fi {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 3px;
}

.topbar ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #fff;
}

/* 2.2 navigation */
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  background-color: #1E232D;
}

.wpo-site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.wpo-site-header .navigation > .container {
  position: relative;
}

.wpo-site-header .row {
  width: 100%;
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}
.wpo-site-header #navbar {
  transition: all 0.5s;
}

.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
  background: linear-gradient(270deg, #6943BA 0%, #FF8329 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wpo-site-header #navbar > ul li a:hover::before,
.wpo-site-header #navbar > ul li a:focus::before {
  text-decoration: none;
  background: linear-gradient(270deg, #6943BA 0%, #FF8329 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
    justify-content: end;
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.wpo-site-header .container-fluid {
  padding-right: 0;
}

@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .wpo-site-header .header-right {
    right: -10px;
  }
  .wpo-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}
.wpo-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul {
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #161A22;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}
.wpo-site-header .header-right {
  display: flex;
  justify-content: flex-end;
  z-index: 991;
  position: relative;
  align-items: center;
}

.wpo-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.wpo-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

.wpo-site-header .header-right .call span {
  display: block;
  font-weight: 500;
  font-size: 17px;
  background: linear-gradient(90deg, #0D4BEC 0%, #2AE480 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 399px) {
  .wpo-site-header .header-right .call span {
    font-size: 12px;
  }
}
.wpo-site-header .header-right .call strong {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .wpo-site-header .header-right .call strong {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-header .header-right .call strong {
    display: none;
  }
}

@media (max-width: 450px) {
  .wpo-site-header .header-right > div {
    margin-right: 10px;
  }
  .wpo-site-header .header-right {
    right: -30px;
  }
}
.wpo-site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-site-header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}

.wpo-site-header .header-right .header-search-form-wrapper {
  position: relative;
}

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 18px;
}

@media (max-width: 450px) {
  .wpo-site-header .header-right .cart-toggle-btn {
    display: none;
  }
}

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
  background-color: rgba(7, 1, 67, 0.05);
  line-height: 0.66em;
  color: #232f4b;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn .fi:before,
  .wpo-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}
.wpo-site-header .header-right .search-toggle-btn .ti-close,
.wpo-site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.cart-search-contact .fi {
  font-size: 30px;
  font-size: 2rem;
  color: #070143;
}
.cart-search-contact > div {
  float: left;
  position: relative;
}
.cart-search-contact > div + div {
  margin-left: 12px;
}
.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .cart-search-contact .header-search-form {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .cart-search-contact .header-search-form {
    width: 260px;
    padding: 15px;
  }
}
.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem;
}
.cart-search-contact form div {
  position: relative;
}
.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
}
.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ebebeb;
}
.cart-search-contact input:focus {
  box-shadow: none;
  border-color: #161A22;
}

.wpo-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  transform: scale(1);
}

.mini-cart .cart-count {
  background: #161A22;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.5333333333rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-weight: 600;
}

.mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}
.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}
.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}
.mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #070143;
  margin: 0;
  text-transform: uppercase;
}
.mini-cart-content .mini-cart-items {
  padding: 100px 20px 25px;
}
.mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}
.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}
.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}
.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}
.mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 600;
  text-align: left;
  color: #070143;
}
.mini-cart-content .mini-cart-item-des a:hover {
  color: #161A22;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #888;
  display: block;
  margin-top: 3px;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.8rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.mini-cart-content .visible-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: 0.02;
  z-index: -1;
}
.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}
.mini-cart-content .mini-cart-action .mini-btn {
  width: 240px;
}
.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #070143;
  display: block;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart-content .mini-cart-action .mini-checkout-price span {
  color: #c79652;
  font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}
.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-search-area h3 {
  font-size: 45px;
  margin: 0 0 1em;
}

.header-search-area form {
  position: relative;
}

.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: none;
}

.header-search-area input:focus {
  box-shadow: none;
  border-color: #161A22;
}

.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header-search-area form button:focus {
  border: none;
  outline: none;
}

.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99;
}

.header-search-area .close-form button:focus {
  border: 0;
  outline: 0;
}

@media (max-width: 1199px) {
  .wpo-site-header #navbar {
    right: -34px;
    position: relative;
  }
}
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}
.wpo-site-header .navigation {
  background-color: #1E232D;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.wpo-site-header .navigation > .container {
  position: relative;
}
@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}
.wpo-site-header #navbar {
  transition: all 0.5s;
}
.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #0c0e13;
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > a {
    font-size: 16px;
    padding: 35px 20px;
    display: block;
    color: #fff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 992px) and (max-width: 1870px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 35px 18px;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 225px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    display: block;
    padding: 10px 15px;
    color: #070143;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.7333333333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before::before {
    color: #161A22;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }
  .wpo-site-header #navbar > ul > li a:hover, .wpo-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #ddd;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:hover, .wpo-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.7333333333rem;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    transform: rotate(90deg);
    top: 29%;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header .open-btn {
    display: none;
  }
  .wpo-site-header #navbar .close-navbar {
    display: none;
  }
}
.wpo-site-header .menu-close {
  display: none;
}
@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header .container {
    width: 100%;
  }
  .wpo-site-header .mobail-menu button {
    background-color: #161A22;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }
  .wpo-site-header .mobail-menu button:focus {
    outline: none;
    box-shadow: none;
  }
  .wpo-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .wpo-site-header #navbar {
    background: #161A22;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar .navbar-nav {
    display: block;
  }
  .wpo-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #161A22;
  }
  .wpo-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .wpo-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .wpo-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
.wpo-site-header .navbar-header .navbar-brand img {
  max-width: 170px;
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 440px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}
@media (max-width: 370px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}
@media (max-width: 1700px) {
  .wpo-site-header {
    padding: 0 30px;
  }
}
@media (max-width: 1500px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
  .wpo-site-header {
    padding: 0 10px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 10px;
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 14px;
    font-size: 15px;
  }
  .wpo-site-header .header-right .theme-btn, .wpo-site-header .header-right .view-cart-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 13px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-right .theme-btn, .header-right .view-cart-btn {
    padding: 20px 12px;
  }
  .wpo-site-header .header-right .close-form {
    display: none;
  }
}
.wpo-header-style-2 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.wpo-header-style-2 .navigation {
  background: transparent;
}
.wpo-header-style-2 .navigation.sticky-on {
  background: #29395b;
}
.wpo-header-style-2 #navbar > ul > li > a {
  color: #fff;
}
.wpo-header-style-2 .header-right .cart-toggle-btn,
.wpo-header-style-2 .header-right .search-toggle-btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.wpo-header-style-2 .header-right .cart-toggle-btn .fi,
.wpo-header-style-2 .header-right .search-toggle-btn .fi {
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header,
  .wpo-header-style-2 {
    z-index: 99999;
  }
}
.wpo-site-header .navigation.sticky-header {
  padding: 0 130px;
}

@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}
/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*-------------------------------------------
	3.1 hero-style-section
--------------------------------------------*/
.static-hero {
  background: #161A22;
  height: 850px;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .static-hero {
    height: 1150px;
  }
}
@media (max-width: 575px) {
  .static-hero {
    height: 850px;
  }
}
.static-hero .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media (max-width: 991px) {
  .static-hero .hero-inner {
    position: unset;
    display: block;
  }
}
.static-hero .hero-inner .container {
  position: relative;
}
.static-hero .content {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .static-hero .content {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .static-hero .content {
    margin-top: 80px;
  }
}
.static-hero .slide-title {
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 85px;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .static-hero .slide-title {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .static-hero .slide-title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .static-hero .slide-title {
    font-size: 30px;
    line-height: 45px;
  }
}
.static-hero .slide-title .icon img {
  margin-top: -15px;
}
@media (max-width: 575px) {
  .static-hero .slide-title .icon img {
    margin-top: -7px;
    width: 75px;
  }
}
.static-hero .sud-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 100px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #6943BA 0%, #FF8329 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  padding-left: 181px;
}
@media (max-width: 1399px) {
  .static-hero .sud-title {
    padding-left: 140px;
  }
}
@media (max-width: 1199px) {
  .static-hero .sud-title {
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  .static-hero .sud-title {
    font-size: 45px;
  }
}
.static-hero .sud-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 49%;
  width: 188px;
  height: 70px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #6943BA 0%, #FF8329 100%), #FFFFFF;
}
@media (max-width: 1399px) {
  .static-hero .sud-title::before {
    width: 154px;
  }
}
@media (max-width: 1199px) {
  .static-hero .sud-title::before {
    width: 70px;
  }
}
@media (max-width: 575px) {
  .static-hero .sud-title::before {
    height: 35px;
  }
}
.static-hero h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  text-decoration-line: underline;
  color: #5A5F66;
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .static-hero h3 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .static-hero h3 {
    line-height: 25px;
  }
}
.static-hero h3 span {
  text-decoration-line: underline;
  color: #FFFFFF;
}
.static-hero .theme-btn::after, .static-hero .view-cart-btn::after {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.static-hero .theme-btn .hide-img, .static-hero .view-cart-btn .hide-img {
  display: none;
}
.static-hero .hero-image-content {
  position: absolute;
  width: 366px;
  right: -14%;
  top: -41%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .static-hero .hero-image-content {
    right: 22%;
    top: 130%;
    transform: translateY(-50%);
  }
}
@media (max-width: 575px) {
  .static-hero .hero-image-content {
    right: 23%;
  }
}
@media (max-width: 499px) {
  .static-hero .hero-image-content {
    right: 23%;
  }
}
@media (max-width: 424px) {
  .static-hero .hero-image-content {
    right: 13%;
  }
}
.static-hero .hero-image-content .image {
  position: relative;
  right: 0;
  position: absolute;
  width: 366px;
  height: 514px;
}
@media (max-width: 575px) {
  .static-hero .hero-image-content .image {
    width: 250px;
  }
}
.static-hero .hero-image-content .image img {
  border: 12px solid #161A22;
  border-radius: 10000px;
}
@media (max-width: 575px) {
  .static-hero .hero-image-content .image img {
    border: 5px solid #161A22;
  }
}
.static-hero .hero-image-content .shape-1 {
  position: absolute;
  top: -29px;
  left: 22px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 575px) {
  .static-hero .hero-image-content .shape-1 {
    width: 267px;
    top: 79px;
    left: 65%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 423px) {
  .static-hero .hero-image-content .shape-1 {
    display: none;
  }
}
.static-hero .hero-image-content .shape-2 {
  position: absolute;
  left: 22px;
  width: 100%;
  z-index: -1;
  height: 100%;
  bottom: -343px;
}
@media (max-width: 575px) {
  .static-hero .hero-image-content .shape-2 {
    width: 220px;
    left: 132px;
    bottom: -233px;
  }
}
@media (max-width: 423px) {
  .static-hero .hero-image-content .shape-2 {
    display: none;
  }
}
.static-hero .hero-image-content .round-text {
  width: 144px;
  height: 144px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: -62px;
  top: 150px;
  padding: 2px;
  animation: rotating 50s linear infinite;
}
@media (max-width: 575px) {
  .static-hero .hero-image-content .round-text {
    left: 46px;
  }
}
.static-hero .hero-image-content .round-text svg {
  fill: #000000;
  height: auto;
  max-width: 100vmin;
  transform-origin: center;
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.static-hero .hero-image-content .round-text .shape {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0D4BEC 0%, #2AE480 100%), #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.static-hero .hero-icon {
  position: absolute;
  width: 280px;
  left: 38%;
  bottom: -135px;
}
@media (max-width: 991px) {
  .static-hero .hero-icon {
    display: none;
  }
}
.static-hero .hero-icon li {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.static-hero .hero-icon li::before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1E232D;
  transition: all 0.3s ease-in-out;
}
.static-hero .hero-icon li::after {
  z-index: -11;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 102%;
  height: 102%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(22, 26, 34, 0) 0%, #E87940 100%);
  transition: all 0.3s ease-in-out;
}
.static-hero .hero-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.static-hero .hero-icon li a i {
  font-size: 17px;
  line-height: 70px;
  color: #fff;
}
.static-hero .hero-icon li:hover::before {
  background: linear-gradient(180deg, #0D4BEC 0%, #2AE480 100%), #D9D9D9;
}
.static-hero .hero-icon li:hover::after {
  left: -2px;
  top: -2px;
  width: 105%;
  height: 105%;
  background: #FFFFFF;
}
.static-hero .hero-icon li:nth-child(2)::before {
  background: linear-gradient(180deg, #0D4BEC 0%, #2AE480 100%), #D9D9D9;
}
.static-hero .hero-icon li:nth-child(2)::after {
  left: -2px;
  top: -2px;
  width: 105%;
  height: 105%;
  background: #FFFFFF;
}
.static-hero .hero-icon .shape {
  position: absolute;
  left: 60%;
  top: 127%;
  transform: translate(-50%, -50%);
  z-index: -111;
  width: 250px;
}
.static-hero .hero-icon .shape-1 {
  position: absolute;
  left: 139px;
  top: 40px;
  transform: translateX(-50%);
  z-index: -111;
}
@media (min-width: 1400px) {
  .static-hero .header-line {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) {
  .static-hero .header-line {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .static-hero .header-line {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .static-hero .header-line {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .static-hero .header-line {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .static-hero .header-line {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .static-hero .header-line {
    max-width: 540px;
  }
}
.static-hero .line-border-1,
.static-hero .line-border-2,
.static-hero .line-border-3,
.static-hero .line-border-4,
.static-hero .line-border-5 {
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  background: linear-gradient(180deg, #1E232D 0%, rgba(22, 26, 34, 0) 100%);
  opacity: 0.6;
  z-index: -1111;
  transform: translateX(-50%);
}
.static-hero .line-border-1 {
  left: 373px;
}
.static-hero .line-border-2 {
  left: 650px;
}
.static-hero .line-border-3 {
  left: 935px;
}
.static-hero .line-border-4 {
  right: 550px;
}
.static-hero .line-border-5 {
  right: 260px;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }
  to {
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}
/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
  background: url(../images/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  padding-top: 170px;
}
.wpo-site-footer::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #1E232D;
  z-index: -1;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .wpo-site-footer {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer {
    padding-top: 0px;
  }
}
.wpo-site-footer ul {
  list-style: none;
}
.wpo-site-footer p {
  color: #fff;
}
.wpo-site-footer li {
  color: #fff;
}
.wpo-site-footer .container {
  position: relative;
}
.wpo-site-footer .wpo-upper-footer {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.wpo-site-footer .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title {
    margin-bottom: 20px;
  }
}
.wpo-site-footer .widget-title h3 {
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 10px;
  position: relative;
}
.wpo-site-footer .widget-title h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 5px;
  height: 4px;
  background: linear-gradient(270deg, #6943BA 0%, #FF8329 100%);
  transform: translateX(-50%);
}
.wpo-site-footer .about-widget .logo {
  max-width: 180px;
}
.wpo-site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #ADADAD;
}
@media (max-width: 575px) {
  .wpo-site-footer .about-widget p {
    font-size: 15px;
    line-height: 26px;
  }
}
.wpo-site-footer .about-widget p:last-child {
  margin-bottom: 0;
}
.wpo-site-footer .wpo-service-link-widget {
  padding-left: 70px;
}
.wpo-site-footer .link-widget {
  overflow: hidden;
}
.wpo-site-footer .link-widget.s2 {
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .wpo-site-footer .link-widget {
    padding-left: 75px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-footer .link-widget {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .link-widget {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .link-widget {
    max-width: 350px;
  }
}
.wpo-site-footer .link-widget ul li {
  position: relative;
}
.wpo-site-footer .link-widget ul li a {
  color: #fff;
  font-size: 15px;
  position: relative;
  text-transform: capitalize;
  padding-left: 10px;
}
.wpo-site-footer .link-widget ul li a:hover {
  color: #ADADAD;
}
.wpo-site-footer .link-widget ul li a::before {
  position: absolute;
  left: 0;
  top: 22%;
  content: "\e649";
  font-family: themify;
  font-size: 10px;
  transform: translateX(-50%);
}
.wpo-site-footer .link-widget ul li + li {
  padding-top: 15px;
}
.wpo-site-footer .tag-widget ul {
  display: flex;
  flex-wrap: wrap;
}
.wpo-site-footer .tag-widget ul li a {
  display: block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.wpo-site-footer .social-widget ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.wpo-site-footer .social-widget ul li a:hover {
  color: #161A22;
}
.wpo-site-footer .social-widget ul li a i {
  margin-right: 10px;
}
.wpo-site-footer .wpo-lower-footer {
  position: relative;
  background: #161A22;
}
.wpo-site-footer .wpo-lower-footer .row {
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.wpo-site-footer .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  text-align: left;
  color: #ADADAD;
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    text-align: center;
  }
}
.wpo-site-footer .wpo-lower-footer .copyright span {
  background: linear-gradient(180deg, #0D4BEC 0%, #2AE480 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    float: none;
    display: block;
  }
}
.wpo-site-footer .wpo-lower-footer .social {
  text-align: end;
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-lower-footer .social {
    text-align: center;
    margin-top: 20px;
  }
}
.wpo-site-footer .wpo-lower-footer .social ul li {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 1px solid #ADADAD;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.wpo-site-footer .wpo-lower-footer .social ul li::before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #6943BA 0%, #FF8329 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.wpo-site-footer .wpo-lower-footer .social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-site-footer .wpo-lower-footer .social ul li a i {
  font-size: 15px;
  line-height: 46px;
  color: #fff;
}
.wpo-site-footer .wpo-lower-footer .social ul li:hover {
  border: 1px solid transparent;
}
.wpo-site-footer .wpo-lower-footer .social ul li:hover::before {
  opacity: 1;
  visibility: visible;
}
.wpo-site-footer .instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}
.wpo-site-footer .instagram ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.wpo-site-footer .instagram ul li img {
  width: 100%;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/* 3.2 portfoy-skill-section */
.portfoy-skill-section {
  position: relative;
  z-index: 1;
  background: url(../images/service/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90px;
}
.portfoy-skill-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #1E232D;
  z-index: -1;
  opacity: 0.4;
}
.portfoy-skill-section .section-title h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 20px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .portfoy-skill-section .section-title h4 {
    margin: 0;
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .portfoy-skill-section .section-title h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .portfoy-skill-section .section-title h4 {
    font-size: 15px;
  }
}

.skill-item {
  display: flex;
  align-items: center;
  background: #161A22;
  border-radius: 10000px;
  padding: 10px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .skill-item {
    display: block;
    text-align: center;
    border-radius: 10px;
  }
}
.skill-item .images {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 10000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .skill-item .images {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.skill-item .info {
  margin-left: 16px;
}
@media (max-width: 1199px) {
  .skill-item .info {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .skill-item .info {
    margin-left: 0px;
  }
}
.skill-item .info h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.skill-item .info p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ADADAD;
}
@media (max-width: 1199px) {
  .skill-item .info p {
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .skill-item .info p {
    font-size: 13px;
  }
}

/*3.3 portfoy-portfolio-section */
.portfoy-portfolio-section {
  background: #161A22;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .portfoy-portfolio-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .portfoy-portfolio-section {
    padding-bottom: 50px;
  }
}
.portfoy-portfolio-section .section-title {
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .portfoy-portfolio-section .section-title {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .portfoy-portfolio-section .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .portfoy-portfolio-section .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .portfoy-portfolio-section .section-title h2 {
    font-size: 20px;
  }
}
.portfoy-portfolio-section .portfolio-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .portfoy-portfolio-section .portfolio-btn {
    text-align: center;
    margin-bottom: 50px;
  }
}

.portfolio-tap {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .portfolio-tap {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .portfolio-tap {
    justify-content: center;
  }
}
.portfolio-tap .nav-link {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 57px;
  padding: 14px 35px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.portfolio-tap .nav-link.active {
  background-color: transparent;
}
.portfolio-tap .active {
  background-color: transparent;
  background: linear-gradient(90deg, #0D4BEC 0%, #2AE480 100%);
  border: 1px solid transparent;
}

.portfolio-single {
  margin-bottom: 30px;
}
.portfolio-single .image img {
  width: 100%;
}
.portfolio-single .text {
  margin-top: 18px;
}
.portfolio-single .text h2 span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 575px) {
  .portfolio-single .text h2 span {
    font-size: 15px;
  }
}
.portfolio-single .text h2:hover span {
  color: #ADADAD;
}
.portfolio-single .text span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #ADADAD;
}

/* 3.4 portfoy-service-section */
.portfoy-service-section {
  position: relative;
  z-index: 1;
  background: url(../images/service/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfoy-service-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #1E232D;
  z-index: -1;
  opacity: 0.4;
}
.portfoy-service-section .theme-btn-s2.s2 {
  width: 170px;
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
}

.service-single-card {
  padding: 40px 35px;
  background: #161A22;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .service-single-card {
    padding: 35px 20px;
  }
}
@media (max-width: 1199px) {
  .service-single-card {
    padding: 25px 10px;
  }
}
@media (max-width: 991px) {
  .service-single-card {
    padding: 35px 20px;
  }
}
.service-single-card .icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
}
.service-single-card .text {
  text-align: center;
}
.service-single-card .text h2 {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.service-single-card .text h2 span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.service-single-card .text h2:hover span {
  background: linear-gradient(270deg, #6943BA 0%, #FF8329 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.service-single-card .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #ADADAD;
  margin-bottom: 0;
}

/*3.5 portfoy-testimonial-section */
.portfoy-testimonial-section {
  background: #161A22;
}

.testimonial-left-content .section-title {
  text-align: left;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-right: 75px;
}
@media (max-width: 1399px) {
  .testimonial-left-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .testimonial-left-content .section-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 919px) {
  .testimonial-right {
    margin-top: 120px;
  }
}
@media (max-width: 575px) {
  .testimonial-right {
    margin-top: 60px;
  }
}
.testimonial-right .single-item {
  width: 538px;
  margin: 0 auto;
  padding: 60px 40px 60px 60px;
  position: relative;
  z-index: 1;
  border: 2px solid #1E232D;
}
@media (max-width: 575px) {
  .testimonial-right .single-item {
    width: 100%;
    padding: 30px 20px;
  }
}
.testimonial-right .single-item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #1E232D;
  transform: rotate(-5deg);
  z-index: -1;
}
@media (max-width: 575px) {
  .testimonial-right .single-item::before {
    transform: rotate(0deg);
  }
}
.testimonial-right .single-item h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
}
.testimonial-right .single-item span {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(270deg, #6943BA 0%, #FF8329 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.testimonial-right .single-item p {
  padding-top: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
}
.testimonial-right .single-item ul {
  list-style: none;
}
.testimonial-right .single-item ul li {
  display: inline-block;
  color: #EEAB00;
  padding-left: 5px;
}
.testimonial-right .owl-nav button {
  position: absolute;
  left: -12%;
  top: 50%;
  transform: translateY(-50%);
  height: 55px;
  width: 55px;
  line-height: 46px;
  text-align: center;
  background: #1E232D;
  border-radius: 50%;
  border: 0;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1610px) {
  .testimonial-right .owl-nav button {
    left: -5%;
  }
}
@media (max-width: 1440px) {
  .testimonial-right .owl-nav button {
    left: -15%;
  }
}
@media (max-width: 991px) {
  .testimonial-right .owl-nav button {
    display: none;
  }
}
.testimonial-right .owl-nav button:hover {
  background: #080c0f;
}
.testimonial-right .owl-nav button.owl-next {
  left: 108%;
  transform: translateY(-50%);
}
@media (max-width: 1610px) {
  .testimonial-right .owl-nav button.owl-next {
    left: 101%;
  }
}
@media (max-width: 1440px) {
  .testimonial-right .owl-nav button.owl-next {
    left: 108%;
  }
}
@media (max-width: 1199px) {
  .testimonial-right .owl-nav button.owl-next {
    left: 103%;
  }
}
.testimonial-right .owl-dots {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 991px) {
  .testimonial-right .owl-dots {
    display: none;
  }
}
.testimonial-right .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 50px;
}
.testimonial-right .owl-dots button.active {
  background: #2153f2;
}

/*3.6 portfoy-blog-section */
.portfoy-blog-section {
  position: relative;
  z-index: 1;
  background: url(../images/blog/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfoy-blog-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #1E232D;
  z-index: -1;
  opacity: 0.8;
}
.portfoy-blog-section .section-title {
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .portfoy-blog-section .section-title {
    padding: 0;
  }
}

.blog-wrap {
  position: relative;
}
.blog-wrap .blog-single-item {
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: end;
  position: relative;
}
@media (max-width: 991px) {
  .blog-wrap .blog-single-item {
    padding: 25px 0;
  }
}
@media (max-width: 575px) {
  .blog-wrap .blog-single-item {
    display: block;
  }
}
.blog-wrap .blog-single-item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 570px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .blog-wrap .blog-single-item .content {
    padding: 0;
    width: 475px;
  }
}
@media (max-width: 575px) {
  .blog-wrap .blog-single-item .content {
    display: block;
    width: 100%;
  }
}
.blog-wrap .blog-single-item .content .text {
  width: 445px;
}
@media (max-width: 575px) {
  .blog-wrap .blog-single-item .content .text {
    display: block;
    width: 100%;
  }
}
.blog-wrap .blog-single-item .content .text h2 span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #fff;
  cursor: pointer;
}
.blog-wrap .blog-single-item .content .text span {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #ADADAD;
}
.blog-wrap .blog-single-item .content .icon {
  width: 70px;
  height: 70px;
  background: #161A22;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .blog-wrap .blog-single-item .content .icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin-top: 10px;
  }
}
.blog-wrap .blog-single-item .content .icon:hover {
  background: transparent;
  border: 1px solid #161A22;
}
.blog-wrap .blog-single-item .left-img {
  position: absolute;
  left: 80px;
  top: -118px;
  width: 228.57px;
  height: 414.81px;
  transform: rotate(20deg);
  z-index: 1;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1399px) {
  .blog-wrap .blog-single-item .left-img {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .blog-wrap .blog-single-item .left-img {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .blog-wrap .blog-single-item .left-img {
    top: -110px;
    width: 180px;
    height: 200px;
    transform: rotate(0deg);
  }
}
.blog-wrap .blog-single-item .left-img img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.blog-wrap .blog-single-item.active {
  transition: all 0.3s ease-in-out;
}
.blog-wrap .blog-single-item.active .content .text h2 span {
  background: linear-gradient(90deg, #0D4BEC 0%, #2AE480 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.blog-wrap .blog-single-item.active .content .icon {
  transform: rotate(90deg);
}
.blog-wrap .blog-single-item.active .left-img {
  opacity: 1;
  visibility: visible;
  left: 120px;
}
@media (max-width: 1399px) {
  .blog-wrap .blog-single-item.active .left-img {
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .blog-wrap .blog-single-item.active .left-img {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .blog-wrap .blog-single-item.active .left-img {
    opacity: 0;
    visibility: hidden;
  }
}
.blog-wrap .blog-single-item:hover .content .text h2 a {
  background: linear-gradient(90deg, #0D4BEC 0%, #2AE480 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.blog-wrap .blog-single-item:hover .content .icon {
  transform: rotate(90deg);
}
.blog-wrap .blog-single-item:hover .left-img {
  opacity: 1;
  visibility: visible;
  left: 120px;
}
@media (max-width: 1399px) {
  .blog-wrap .blog-single-item:hover .left-img {
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .blog-wrap .blog-single-item:hover .left-img {
    left: 10px;
  }
}
.blog-wrap .col:first-child .blog-single-item .left-img {
  top: 22px;
}
.blog-wrap .col:last-child .blog-single-item .left-img {
  top: -260px;
}
@media (max-width: 991px) {
  .blog-wrap .col:last-child .blog-single-item .left-img {
    top: -230px;
  }
}

/* 3.7 portfoy-contact-section */
.portfoy-contact-section {
  background: #161A22;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .portfoy-contact-section {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .portfoy-contact-section {
    padding-bottom: 80px;
  }
}

.contact-wrap {
  margin-bottom: -170px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .contact-wrap {
    margin-bottom: 0;
  }
}

.contact-from {
  background: #1E232D;
  border: 2px solid #6B44B9;
  padding: 70px;
  height: 604px;
}
@media (max-width: 991px) {
  .contact-from {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .contact-from {
    padding: 10px;
  }
}
.contact-from .form-control {
  width: 100%;
  height: 60px;
  background: #161A22;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 46px;
  color: #ADADAD;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
  border: transparent;
}
.contact-from .form-control:focus {
  border: transparent;
  box-shadow: 0 0 0 0.25rem transparent;
}
.contact-from .form-control .current {
  line-height: 50px;
}
.contact-from .form-control.text-area {
  height: 210px;
  margin-bottom: 30px;
}
.contact-from .nice-select .list {
  width: 100%;
}
.contact-from .form-btn {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
  position: relative;
  padding: 20px 45px;
  z-index: 1;
  background: transparent;
  border: transparent;
}
@media (max-width: 767px) {
  .contact-from .form-btn {
    padding: 12px 30px;
  }
}
.contact-from .form-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0D4BEC 0%, #2AE480 100%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.contact-from .form-btn:hover::before {
  background: linear-gradient(90deg, #2AE480 0%, #0D4BEC 100%);
}

.contact-wrap .contact-info {
  background: linear-gradient(270deg, #FF8329 0%, #6943BA 100%);
  padding: 70px;
  height: 604px;
}
@media (max-width: 1199px) {
  .contact-wrap .contact-info {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .contact-info {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .contact-wrap .contact-info {
    padding: 20px;
  }
}
.contact-wrap .contact-info .contact-title span {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #161A22;
  background: #fff;
  padding: 5px 15px;
}
.contact-wrap .contact-info .contact-title h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .contact-wrap .contact-info .contact-title h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .contact-wrap .contact-info .contact-title h2 {
    font-size: 25px;
  }
}
.contact-wrap .contact-info .Info {
  list-style: none;
  margin-top: 60px;
}
.contact-wrap .contact-info .Info li {
  display: flex;
  margin-bottom: 40px;
}
.contact-wrap .contact-info .Info li:last-child {
  margin-bottom: 0;
}
.contact-wrap .contact-info .Info li .icon {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  display: flex;
  align-content: center;
  justify-content: center;
}
.contact-wrap .contact-info .Info li .icon img {
  width: 20px;
}
.contact-wrap .contact-info .Info li .text {
  padding-left: 25px;
}
.contact-wrap .contact-info .Info li .text span {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
}
.contact-wrap .contact-info .Info li .text h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .contact-wrap .contact-info .Info li .text h4 {
    font-size: 17px;
  }
}/*# sourceMappingURL=style.css.map */