/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Navigations One
# Mobile Nav
# Navigations Two
# Navigations Three
# Search Popup
# Main Slider
# Main Slider Two
# Main Slider Three
# About One
# Services One
# Call To Action
# Project One
# Testimonial One
# Why Choose One
# Blog One
# Subscribe One
# Site Footer
# Services Two
# About Two
# Project Two
# Video One
# Call To Action Two
# Testimonial Two
# Team One
# Team Two
# Blog One
# Subscribe Two
# Site Footer
# About Three
# Services Three
# Why Choose Two
# Portfolio Three
# Video Two
# How It work
# Testimonial Three
# Blog Three
# Site Footer Three
# Page Header
# Shop Page One
# Shop Details
# Review One
# Review Form One
# Related Products
# Cart Page
# Cart Page
# Checkout Page
# Pricing Page
# Contact Info
# Google Map
# Contact One
# FAQ Page
# Testimonials Page
# Contact Our Team
# Services Page
# Portfolio Page
# Blog List
## Sidebar
# Blog Details
## Comments
# Portfolio Details
# Services Details
# Team Page
# Our Mission
# Error Page
# Blog Page
# About Page Team
# About Page Portfolio
# Call To Action Three
# Company Page Portfolio
# Video Three
# Portfolio Page Two
# Boxed Version
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --orkoz-font: 'Outfit', sans-serif;
  --orkoz-font-two: 'DM Sans', sans-serif;
  --orkoz-white: #ffffff;
  --orkoz-white-rgb: 255, 255, 255;
  --orkoz-base: #fc5d28;
  --orkoz-base-rgb: 70, 44, 123;
  --orkoz-primary: #248ccc;
  --orkoz-primary-rgb: 255, 255, 50;
  --orkoz-black: #131216;
  --orkoz-black-rgb: 19, 18, 22;
  --orkoz-extra: #f8f7fa;
  --orkoz-extra-rgb: 248, 247, 250;
  --orkoz-bdr-radius: 3px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--orkoz-font);
  color: rgba(var(--orkoz-black-rgb), .80);
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--orkoz-base);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--orkoz-black);
  margin: 0;
  font-family: var(--orkoz-font-two);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--orkoz-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 20px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #6649a1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section-title__title {
  margin: 0;
  color: var(--orkoz-black);
  font-size: 40px;
  line-height: 62px;
  font-weight: 700;
  margin-top: 6px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 16px;
  color: var(--orkoz-white);
  background-color: var(--orkoz-base);
  border-radius: 3px;
  padding: 13px 62px 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -1px;
  height: 100%;
  background-color: var(--orkoz-primary);
  border-radius: 3px;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.thm-btn:hover {
  color: var(--orkoz-base);
}

.thm-btn-two {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 18px;
  color: var(--orkoz-white);
  background-color: var(--orkoz-base);
  border-radius: 3px;
  padding: 17px 61px 16px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn-two:after {
  position: absolute;
  content: "";
  top: 0;
  left: -202px;
  right: -1px;
  bottom: -10px;
  height: 100px;
  background-color: var(--orkoz-primary);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform: rotate(109deg);
  z-index: -1;
}

.thm-btn-two:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.thm-btn-two:hover {
  color: var(--orkoz-base);
}

.thm-btn-three {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--orkoz-white);
  font-weight: 400;
  background-color: var(--orkoz-base);
  padding: 11.5px 35px 11.5px;
  border-radius: 32px;
  overflow: hidden;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  z-index: 1;
}

.thm-btn-three:hover {
  color: var(--orkoz-black);
}

.thm-btn-three:after {
  position: absolute;
  bottom: -17px;
  right: -28px;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  background-color: var(--orkoz-primary);
  content: "";
  -webkit-transition: all 0.8s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.thm-btn-three:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  bottom: 0;
  right: 0;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--orkoz-base);
  color: var(--orkoz-white);
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--orkoz-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--orkoz-base);
  color: var(--orkoz-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--orkoz-black);
  position: fixed;
  bottom: 15px;
    right: 25px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: var(--orkoz-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--orkoz-base);
}

.scroll-to-top:hover i {
  color: var(--orkoz-white);
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--orkoz-base);
  border-color: var(--orkoz-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--orkoz-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--orkoz-white);
  color: var(--orkoz-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--orkoz-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 991;
}

.main-header__top {
  position: relative;
  display: block;
  background-color: #0f0d1d;
  z-index: 1;
}

.main-header__top-wrapper {
  position: relative;
  display: block;
  padding: 26px 70px 27px;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-header__top-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header__logo {
  position: relative;
  display: block;
  margin-right: 140px;
  padding: 2px 0;
}

.main-header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 1px;
  background-color: var(--orkoz-black);
}

.main-header__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li+li {
  margin-left: 65px;
}

.main-header__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  width: 57px;
  background-color: var(--orkoz-white);
  border-radius: 50%;
  font-size: 30px;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list li:hover .icon {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.main-header__contact-list li .content {
  margin-left: 15px;
}

.main-header__contact-list li .content p {
  margin-bottom: 2px;
}

.main-header__contact-list li .content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.main-header__contact-list li .content h4 a {
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list li:hover .content h4 a {
  color: var(--orkoz-base);
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1px 0;
}

.main-header__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__social a {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #000000;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 1;
}

.main-header__social a:hover {
  color: var(--orkoz-white);
}

.main-header__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--orkoz-base);
  border-radius: 2px;
  transform: scaleY(0.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.main-header__social a:hover:after {
  transform: scaleY(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.main-header__social a+a {
  margin-left: 10px;
}

.main-header__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}


.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  padding: 0px 70px 0px;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--orkoz-white);
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__consultant-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 50px;
  padding: 41px 0px 27px;
  padding-right: 25px;
  z-index: 1;
}

.main-menu__consultant-box:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -1000000px;
  right: 0;
  bottom: 0;
  background-color: #f9f8f4;
  z-index: -1;
}

.main-menu__consultant-text {
  font-size: 18px;
  color: var(--orkoz-black);
  line-height: 18px;
  margin-right: 35px;
}

.main-menu__consultant-btn {
  position: relative;
  display: inline-block;
  background-color: var(--orkoz-primary);
  font-size: 16px;
  color: var(--orkoz-black);
  padding: 0 25px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__consultant-btn:hover {
  color: var(--orkoz-white);
  background-color: var(--orkoz-base);
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: block;
}

.main-menu__search-location-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__search-box {
  position: relative;
  display: block;
  margin-right: 0px;
  padding: 29px 0 16px;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  height: 55px;
  width: 55px;
  background-color: #f8f8f8;
  border-radius: 50%;
  font-size: 20px;
  color: #49484b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.main-menu__location-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 30px;
  padding-left: 30px;
  z-index: 1;
}

.main-menu__location-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1000000px;
  top: 10px;
  background-color: #f9f8f4;
  z-index: -1;
}

.main-menu__location-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__location-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--orkoz-base);
}

.main-menu__location-text {
  color: #141317;
  opacity: .80;
  margin-left: 10px;
}


.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 34px;
  padding-bottom: 34px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 35px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--orkoz-black);
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--orkoz-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--orkoz-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--orkoz-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--orkoz-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--orkoz-black);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--orkoz-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--orkoz-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--orkoz-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--orkoz-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--orkoz-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--orkoz-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--orkoz-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
      display: none;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--orkoz-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--orkoz-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--orkoz-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--orkoz-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--orkoz-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--orkoz-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--orkoz-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two__top {
  position: relative;
  display: block;
  background-color: #f1f7f5;
  z-index: 1;
}

.main-header-two__top-wrapper {
  position: relative;
  display: block;
  padding: 20px 70px 60px;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-header-two__top-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header-two__logo {
  position: relative;
  display: block;
  padding: 7px 0;
  margin-right: 120px;
}

.main-header-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16.5px 0 16.5px;
}

.main-header-two__contact-list:before {
  content: "";
  position: absolute;
  top: 16.5px;
  bottom: 16.5px;
  left: -40px;
  width: 1px;
  background-color: var(--orkoz-black);
}

.main-header-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li+li {
  margin-left: 65px;
}

.main-header-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  width: 57px;
  background-color: var(--orkoz-white);
  border-radius: 50%;
  font-size: 30px;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__contact-list li:hover .icon {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.main-header-two__contact-list li .content {
  margin-left: 15px;
}

.main-header-two__contact-list li .content p {
  margin-bottom: 2px;
}

.main-header-two__contact-list li .content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.main-header-two__contact-list li .content h4 a {
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__contact-list li:hover .content h4 a {
  color: var(--orkoz-base);
}

.main-header-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__social {
  position: relative;
  display: flex;
  align-items: center;
  padding: 17.5px 0;
}

.main-header-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 50px;
  background-color: var(--orkoz-white);
  border-radius: 2px;
  font-size: 20px;
  color: var(--orkoz-black);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}

.main-header-two__social a:hover {
  color: var(--orkoz-white);
}

.main-header-two__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--orkoz-base);
  border-radius: 2px;
  transform: scaleY(0.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.main-header-two__social a:hover:after {
  transform: scaleY(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.main-header-two__social a+a {
  margin-left: 10px;
}

.main-header-two__consultant-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 29px 50px 29px;
  padding-right: 25px;
  background-color: var(--orkoz-white);
  margin-left: 30px;
  z-index: 1;
}

.main-header-two__consultant-text {
  font-size: 18px;
  color: var(--orkoz-black);
  line-height: 18px;
  margin-right: 35px;
}

.main-header-two__consultant-btn {
  position: relative;
  display: inline-block;
  background-color: var(--orkoz-primary);
  font-size: 16px;
  color: var(--orkoz-black);
  padding: 0 25px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__consultant-btn:hover {
  color: var(--orkoz-white);
  background-color: var(--orkoz-base);
}


.main-menu-two__wrapper {
  position: relative;
  display: block;
  padding: 0px 0px 0px;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--orkoz-white);
  padding-left: 40px;
  margin-top: -40px;
  z-index: 1;
}

.main-menu-two__left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: block;
}

.main-menu-two__location-search-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f9f8f4;
  padding: 12px 25px 17px;
  padding-left: 35px;
  margin-top: 2px;
  margin-right: 3px;
  margin-bottom: -8px;
}

.main-menu-two__location-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__location-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__location-icon span {
  font-size: 30px;
  color: var(--orkoz-base);
}

.main-menu-two__location-text {
  color: #141317;
  opacity: .80;
  margin-left: 15px;
}

.main-menu-two__search-box {
  position: relative;
  display: block;
  margin-left: 60px;
}

.main-menu-two__search-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  background-color: #cdd4d2;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  background-color: var(--orkoz-base);
  border-radius: 50%;
  font-size: 20px;
  color: var(--orkoz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  background-color: var(--orkoz-black);
  color: var(--orkoz-white);
}


.main-menu-two .main-menu__list>li+li,
.stricky-header.main-menu-two .main-menu__list>li+li {
  margin-left: 35px;
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 24px;
  padding-bottom: 24px;
}

.stricky-header .main-menu-two__wrapper-inner {
  margin-top: 0;
  padding-left: 0;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three .main-header-two__top {
  background-color: #faf2f3;
}

.main-header-two__consultant-btn {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.main-header-two__consultant-btn:hover {
  background-color: var(--orkoz-black);
}

.main-menu-three .main-menu-two__wrapper-inner {
  background-color: var(--orkoz-base);
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--orkoz-white);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--orkoz-white);
}

.main-menu-three .main-menu-two__location-icon span {
  color: #407d69;
}

.main-menu-three .main-menu-two__search {
  background-color: var(--orkoz-black);
}

.main-menu-three .main-menu-two__search:hover {
  background-color: var(--orkoz-base);
}

.stricky-header.main-menu-three {
  background-color: var(--orkoz-base);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--orkoz-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--orkoz-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
  background-color: var(--orkoz-black);
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--orkoz-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--orkoz-white);
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: #312f35;
}

.main-slider .container {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  z-index: 30;
}

.image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
}

.main-slider__title {
  position: relative;
  font-size: 85px;
  color: var(--orkoz-white);
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__text {
  font-size: 22px;
  color: var(--orkoz-white);
  font-weight: 400;
  padding-bottom: 55px;
  line-height: 36px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn {
  padding: 16.5px 50px 16.5px;
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__text,
.main-slider .swiper-slide-active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


#main-slider-pagination {
  z-index: 10;
  left: 45px;
  top: 45%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  line-height: 0;
  height: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--orkoz-white);
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 5px;
}

#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-top: 20px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--orkoz-white);
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(1);
}


.main-slider__nav {
  position: absolute;
  top: 37%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding: 0 50px;
  height: 0;
  line-height: 0;
}


.main-slider__nav .swiper-button-next, .main-slider__nav .swiper-button-prev {
    position: relative;
    inset: auto;
    z-index: 100;
    width: 70px;
    height: 70px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: rgba(var(--orkoz-white-rgb), 1);
    background-color: #fc5d28;
    border: 0px;
    border-radius: 50px;
    margin: 0px;
    text-align: center;
    transition: 500ms;
    padding: 27px 0px;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: rgba(var(--orkoz-white-rgb), 1);
  background-color: rgba(32, 23, 51, .70);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 10px;
}

.main-slider__nav .swiper-button-prev i {
  position: relative;
  display: inline-block;
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  margin-top: -40px;
  z-index: 1;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: #312f35;
}

.main-slider-two .container {
  position: relative;
  padding-top: 195px;
  padding-bottom: 200px;
  z-index: 30;
}

.image-layer-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-two__sub-title-box {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 1;
}

.main-slider-two__sub-title-box:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: var(--orkoz-base);
}

.main-slider-two__sub-title-box:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  height: 5px;
  width: 5px;
  background-color: var(--orkoz-primary);
}

.main-slider-two__sub-title {
  font-size: 20px;
  color: var(--orkoz-white);
  font-weight: 400;
  line-height: 20px;
}

.main-slider-two__title {
  position: relative;
  font-size: 85px;
  color: var(--orkoz-white);
  font-weight: 700;
  line-height: 100px;
  margin-top: 20px;
  margin-bottom: 48px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn {
  padding: 16.5px 50px 16.5px;
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__sub-title-box,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two .main-slider__nav .swiper-button-next,
.main-slider-two .main-slider__nav .swiper-button-prev {
  background-color: rgba(21, 21, 21, .40);
}

.main-slider-two .main-slider__nav .swiper-button-next:hover,
.main-slider-two .main-slider__nav .swiper-button-prev:hover {
  background-color: rgba(64, 125, 105, .70);
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  margin-top: -40px;
  z-index: 1;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: #4a4a4a;
}

.main-slider-three .container {
  position: relative;
  padding-top: 222px;
  padding-bottom: 230px;
  z-index: 30;
}

.image-layer-three {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-three .swiper-slide-active .image-layer-three {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider-three__overly-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.08;
  z-index: -1;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-three__sub-title-box {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 1;
}

.main-slider-three__sub-title-box:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: var(--orkoz-white);
}

.main-slider-three__sub-title-box:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  height: 5px;
  width: 5px;
  background-color: var(--orkoz-base);
}

.main-slider-three__sub-title {
  font-size: 20px;
  color: var(--orkoz-white);
  font-weight: 400;
  line-height: 20px;
}

.main-slider-three__title {
  position: relative;
  font-size: 85px;
  color: var(--orkoz-white);
  font-weight: 700;
  line-height: 100px;
  margin-top: 21px;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__text {
  font-size: 22px;
  color: var(--orkoz-white);
  font-weight: 400;
  line-height: 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn-one {
  background-color: var(--orkoz-white);
  color: var(--orkoz-black);
  padding: 17px 50px 16px;
}

.main-slider-three__btn-one:hover {
  color: var(--orkoz-white);
}

.main-slider-three__btn-one:after {
  background-color: var(--orkoz-base);
}

.main-slider-three__btn-two {
  background-color: transparent;
  border: 2px solid var(--orkoz-white);
  padding: 13px 45px 15px;
  font-size: 18px;
  margin-left: 30px;
}

.main-slider-three__btn-two:after {
  background-color: var(--orkoz-white);
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__text,
.main-slider-three .swiper-slide-active .main-slider-three__sub-title-box,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three .main-slider__nav .swiper-button-next,
.main-slider-three .main-slider__nav .swiper-button-prev {
  background-color: rgba(21, 21, 21, .40);
}

.main-slider-three .main-slider__nav .swiper-button-next:hover,
.main-slider-three .main-slider__nav .swiper-button-prev:hover {
  background-color: rgba(244, 38, 71, .30);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 110px 0 110px;
  z-index: 1;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 1px;
  margin-left: 1px;
  margin-top: 43px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img-box::before {
  position: absolute;
  top: -47px;
  right: -13px;
  width: 98px;
  height: 93px;
  background-color: var(--orkoz-base);
  border-radius: 1px;
  content: "";
  -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
  z-index: 1;
}

.about-one__img-box::after {
  position: absolute;
  top: -23px;
  right: 114px;
  width: 50px;
  height: 47px;
  background-color: var(--orkoz-primary);
  border-radius: 1px;
  content: "";
  z-index: 1;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.about-one__img {
  position: relative;
  display: block;
}

.about-one__img img {
  width: 100%;
}

.about-one__experience {
  position: absolute;
  bottom: 0;
  right: 12px;
  background-color: var(--orkoz-base);
  max-width: 286px;
  width: 100%;
  padding: 27px 30px 37px;
  z-index: 1;
}

.about-one__experience::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -23px;
  width: 50px;
  height: 50px;
   
  border-radius: 1px;
  z-index: -1;

  animation-name: zoomInOut;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.about-one__experience-shape-1 {
  position: absolute;
  top: 39px;
  right: 84px;
}

.about-one__experience-shape-1 img {
  width: auto;
}

.about-one__experience-year {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  color: var(--orkoz-white);
  font-family: var(--orkoz-font);
}

.about-one__experience-title {
  font-size: 24px;
  line-height: 34px;
  color: var(--orkoz-white);
  font-family: var(--orkoz-font);
  margin-top: 6px;
  margin-bottom: 1px;
}

.about-one__experience-text {
  color: rgba(var(--orkoz-white-rgb), .80);
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 55px;
}

.about-one__right .section-title {
  margin-bottom: 27px;
}

.about-one__right .section-title__tagline {
  color: #fc5d28;
}

.about-one__text {
  font-size: 18px;
  line-height: 34px;
}

.about-one__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 34px;
  margin-bottom: 13px;
}

.about-one__text-2 {
  font-size: 18px;
  line-height: 34px;
}

.about-one__points-and-img-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
}

.about-one__points-box {
  position: relative;
  display: block;
}

.about-one__points {
  position: relative;
  display: block;
}

.about-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points li+li {
  margin-top: 7px;
}

.about-one__points-shape {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--orkoz-base);
  margin-right: 15px;
}

.about-one__points-shape::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: var(--orkoz-primary);
  transform: translateX(-50%) translateY(-50%);
}

.about-one__points li p {
  font-size: 18px;
  line-height: 34px;
  color: var(--orkoz-black);
}

.about-one__creative-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f5f4ec;
  max-width: 307px;
  padding: 16px 21px 26px;
  margin-top: 47px;
}

.about-one__creative-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  right: -5px;
  bottom: 4px;
  border: 1px solid var(--orkoz-black);
}

.about-one__creative-box .icon {
  position: relative;
  display: inline-block;
}

.about-one__creative-box .icon span {
  position: relative;
  display: inline-block;
  font-size: 83px;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-one__creative-box .icon:hover span {
  transform: scale(.9);
}

.about-one__creative-box .text {
  position: relative;
  display: block;
  margin-left: 15px;
}

.about-one__creative-box .text h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.about-one__points-img-box {
  position: relative;
  display: block;
  margin-top: 5px;
}

.about-one__points-img {
  position: relative;
  display: block;
}

.about-one__points-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #271e3b;
  opacity: .61;
}

.about-one__points-img img {
  width: 100%;
}

.about-one__feedback {
  position: absolute;
  left: 37px;
  bottom: 31px;
}

.about-one__feedback h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  font-family: var(--orkoz-font);
  color: var(--orkoz-primary);
}

.about-one__feedback p {
  font-size: 18px;
  line-height: 24px;
  color: var(--orkoz-white);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  background-color: #29272c;
  counter-reset: count;
  overflow: hidden;
  z-index: 1;
  padding: 120px 0 120px;
}

.services-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .30;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  z-index: -1;
}

.services-one__top {
  position: relative;
  display: block;
}

.services-one__top .section-title__tagline {
  color: var(--orkoz-white);
}

.services-one__top .section-title__title {
  color: var(--orkoz-white);
}

.services-one__top .section-title {
  margin-bottom: 57px;
}

.services-one__single {
  position: relative;
  display: block;
  background-color: #fff;
    border: 1px solid #E1E5EE;
    border-radius: 10px;
  padding: 40px 35px 45px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #fc5d28b8;
  border-radius: 3px;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-one__single:hover:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-one__count {
  position: absolute;
  top: 40px;
  right: 141px;
}

.services-one__count:before {
  position: absolute;
  font-size: 95px;
  line-height: 50px;
  font-weight: 700;
  counter-increment: count;
  content: "0"counter(count);
  color: #957cca;
  opacity: .10;
  font-family: var(--orkoz-font-two);
}

.services-one__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.services-one__icon::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 4px;
    width: 80px;
    height: 80px;
    background-color: #fc5d2800;
    border-radius: 8%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.services-one__single:hover .services-one__icon::before {
  background-color: #19172100;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 79px;
  color: var(--orkoz-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__icon:hover span {
  transform: scale(.9);
}

.services-one__single:hover .services-one__icon span {
  color: var(--orkoz-primary);
}

.services-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.services-one__title a {
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
  color: var(--orkoz-white);
}

.services-one__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 300;
 }

.services-one__single:hover .services-one__text {
  color: var(--orkoz-white);
}

.services-one__read-more {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.services-one__read-more a {
  background-color: hsl(0, 0%, 100%);
  color:  hsl(253, 14%, 13%);;
  padding: 3px 20px 7px;
  font-size: 16px;
  padding-right: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__read-more a {
  background-color: transparent;
  color: white;
}

.services-one__read-more a i {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--orkoz-white);
  border-radius: 50%;
  font-size: 11px;
  line-height: 20px;
  color: #0f0f0f;
  margin-left: 13px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__bottom {
  position: relative;
  display: block;
  margin-top: 60px;
}

.services-one__bottom-text {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  font-family: var(--orkoz-font-two);
  color: var(--orkoz-white);
  text-align: center;
}

.services-one__bottom-text h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px !important;
  font-family: var(--orkoz-font-two) !important;
  color: var(--orkoz-white);
  margin-top: -7px;
}

.services-one__bottom-text h3::before {
  position: absolute;
  bottom: 7px;
  left: 3px;
  height: 4px;
  right: -231px;
  background-color: var(--orkoz-primary);
  content: "";
  z-index: -1;
}

.services-one__brand {
  position: relative;
  display: block;
  margin-top: 67px;
}

.services-one__brand .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-one__brand .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  max-width: 100%;
}

.services-one__brand .swiper-slide img:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  position: relative;
  display: block;
  margin-top: -112px;
  z-index: 2;
}

.call-to-action__left {
  position: relative;
  display: block;
  margin-top: 65px;
}

.call-to-action__title-box {
  position: relative;
  display: block;
  background-color: #6649a1;
  margin-right: -42px;
  padding: 53px 40px 53px;
}

.call-to-action__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: var(--orkoz-white);
}

.call-to-action__video-link {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.call-to-action__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 21px;
  color: var(--orkoz-black);
  background-color: var(--orkoz-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.call-to-action__video-icon:hover {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.call-to-action__video-link .ripple,
.call-to-action__video-icon .ripple:before,
.call-to-action__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--orkoz-black-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--orkoz-black-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--orkoz-black-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--orkoz-black-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.call-to-action__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.call-to-action__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.call-to-action__counter {
  position: relative;
  display: block;
  margin-top: 65px;
}

.call-to-action__counter-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-to-action__counter-list li {
  position: relative;
  display: block;
}

.call-to-action__counter-list li+li {
  margin-left: 84px;
}

.call-to-action__counter-icon-and-count-box {
  position: relative;
  display: flex;
  align-items: center;
}

.call-to-action__counter-icon {
  position: relative;
  display: inline-block;
  margin-right: 13px;
}

.call-to-action__counter-icon img {
  width: auto;
}

.call-to-action__counter-count-box {
  position: relative;
  display: block;
}

.call-to-action__counter-count-box h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  font-family: var(--orkoz-font-two) !important;
}

.call-to-action__counter-count-plus {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  font-family: var(--orkoz-font-two) !important;
  position: relative;
  top: 16px;
  color: var(--orkoz-black)
}

.call-to-action__counter-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 19px;
  color: var(--orkoz-black);
}

.call-to-action__right {
  position: relative;
  display: block;
  margin-left: 12px;
}

.call-to-action__img-box {
  position: relative;
  display: block;
}

.call-to-action__img {
  position: relative;
  display: block;
}

.call-to-action__img img {
  width: 100%;
  border-radius: var(--orkoz-bdr-radius);
  filter: grayscale(1);
}

.call-to-action__build-your-business {
  position: absolute;
  right: -26px;
  bottom: 33px;
  background-color: var(--orkoz-base);
  display: flex;
  align-items: center;
  max-width: 331px;
  width: 100%;
  padding: 14px 15px 14px;
}

.call-to-action__build-your-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--orkoz-primary);
}

.call-to-action__build-your-business .icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.call-to-action__build-your-business .icon span {
  position: relative;
  display: inline-block;
  font-size: 80px;
  color: var(--orkoz-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.call-to-action__build-your-business:hover .icon span {
  transform: scale(.9);
}

.call-to-action__build-your-business .text {
  position: relative;
  display: block;
}

.call-to-action__build-your-business .text p {
  font-size: 18px;
  line-height: 29px;
  color: var(--orkoz-white);
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.portfolio-one {
  position: relative;
  display: block;
  padding-top: 120px;
  overflow: hidden;
  z-index: 1;
}

.portfolio-one::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 626px;
  background-color: var(--orkoz-base);
  z-index: -1;
}

.portfolio-one__bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: -555px;
  z-index: -1;
}

.portfolio-one__bg-shape-1 img {
  width: auto;
}

.portfolio-one__bg-shape-2 {
  position: absolute;
  right: -30px;
  bottom: -509px;
  z-index: -1;
}

.portfolio-one__bg-shape-2 img {
  width: auto;
}

.portfolio-one__top {
  position: relative;
  display: block;
}

.portfolio-one__top .container {
  max-width: 1800px;
}

.portfolio-one .section-title {
  margin-bottom: 66px;
}

.portfolio-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-one__img-box {
  position: relative;
  display: block;
}

.portfolio-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 1;
}

.portfolio-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--orkoz-black-rgb), .40);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 0%;
  transform: translatex(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.portfolio-one__single:hover .portfolio-one__img:before {
  transform: translateY(0);
  width: 100%;
}

.portfolio-one__img img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.portfolio-one__single:hover .portfolio-one__img img {
  transform: scale(1.1);
}

.portfolio-one__content-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  border: 1px solid var(--orkoz-black);
  border-radius: var(--orkoz-bdr-radius);
  margin-top: -1px;
  z-index: 2;
}

.portfolio-one__content-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 30px;
  width: 4px;
  background-color: var(--orkoz-primary);
  z-index: 2;
}

.portfolio-one__content-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px 30px;
  padding-right: 7px;
  overflow: hidden;
  z-index: 1;
}

.portfolio-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 155px solid #f8f6ff;
  border-right: 155px solid transparent;
  z-index: -1;
}

.portfolio-one__shape-2 {
  position: absolute;
  bottom: 0;
  left: 22px;
  border-bottom: 154px solid #fbf8fe;
  border-left: 154px solid transparent;
  z-index: -1;
}

.portfolio-one__shape-3 {
  position: absolute;
  width: 37px;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: #f2f1f3;
  clip-path: polygon(0 21%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.portfolio-one__content {
  position: relative;
  display: block;
}

.portfolio-one__sub-title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #6649a1;
  margin-left: 30px;
  text-transform: uppercase;
}

.portfolio-one__sub-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -27px;
  height: 2px;
  width: 22px;
  background-color: var(--orkoz-base);
}

.portfolio-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 6px;
}

.portfolio-one__title a {
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-one__title a:hover {
  color: var(--orkoz-base);
}

.portfolio-one__arrow-box {
  position: relative;
  display: block;
}

.portfolio-one__arrow-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--orkoz-base);
  border-radius: 50%;
  font-size: 14px;
  color: var(--orkoz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-one__arrow-box a:hover {
  background-color: var(--orkoz-primary);
  color: var(--orkoz-black);
}

.portfolio-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--orkoz-primary);
  padding: 53px 60px 60px;
  padding-right: 50px;
  margin-top: 70px;
  overflow: hidden;
}

.portfolio-one__bottom-shape-1 {
  position: absolute;
  top: -66px;
  left: -112px;
}

.portfolio-one__bottom-shape-1 img {
  width: auto;
}

.portfolio-one__bottom-title-box {
  position: relative;
  display: block;
}

.portfolio-one__bottom-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: var(--orkoz-base);
}

.portfolio-one__btn-box {
  position: relative;
  display: block;
}

.portfolio-one__btn {
  background-color: transparent;
  border: 2px solid var(--orkoz-black);
  color: var(--orkoz-black);
  padding: 11px 55px 13px;
}

.portfolio-one__btn:hover {
  border: 2px solid var(--orkoz-base);
  color: var(--orkoz-white);
}

.portfolio-one__btn::after {
  background-color: var(--orkoz-base);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 120px 0 84px;
  z-index: 1;
}

.testimonial-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 495px;
  background-color: #2e2c33;
  z-index: -1;
}

.testimonial-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.testimonial-one__top .section-title {
  margin-bottom: 0;
}

.testimonial-one__top .section-title__title {
  color: var(--orkoz-white);
}

.testimonial-one__btn-box {
  position: relative;
  display: block;
}

.testimonial-one__bottom {
  position: relative;
  display: block;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: #fbf9fe;
  text-align: center;
  padding: 10px 15px 15px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-one__shape-1 {
  position: absolute;
  top: -80px;
  left: -94px;
  width: 212px;
  height: 212px;
  background-color: var(--orkoz-white);
  border-radius: 50%;
  z-index: -1;
}

.testimonial-one__shape-2 {
  position: absolute;
  bottom: -115px;
  left: 132px;
  width: 281px;
  height: 281px;
  background-color: var(--orkoz-white);
  border-radius: 50%;
  z-index: -1;
}

.testimonial-one__icon {
  position: absolute;
  left: 23px;
  top: 34px;
}

.testimonial-one__icon img {
  width: auto !important;
}

.testimonial-one__client-details {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  width: 85px;
  margin: 0 auto;
}

.testimonial-one__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-one__client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 15px;
}

.testimonial-one__client-text {
  font-size: 20px;
  line-height: 34px;
  color: var(--orkoz-black);
}

.testimonial-one__carousel.owl-carousel .owl-dots {
  position: relative;
  display: block;
  margin-top: 30px !important;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d5d4d3;
  margin: 0px 7px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  content: "";
  border: 2px solid var(--orkoz-base);
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  background-color: #f8f7fb;
  padding: 120px 0 120px;
}

.why-choose-one__left {
  position: relative;
  display: block;
  margin-right: -20px;
}

.why-choose-one__left .row {
  --bs-gutter-x: 50px;
}

.why-choose-one__left .section-title__tagline {
  color: var(--orkoz-base);
}

.why-choose-one__single {
    position: relative;
    display: block;
    background-color: #ff94605;
    padding: 15px 15px 15px;
    padding-right: 15px;
    border-radius: var(--orkoz-bdr-radius);
    overflow: hidden;
    z-index: 1;
    margin-bottom: 15px;
}

.why-choose-one__shape-1 {
  position: absolute;
  width: 34px;
  height: 305px;
  transform: rotate(-43deg);
  background-color: #fbf9ff;
  top: -76px;
  right: 32px;
  z-index: -1;
}

.why-choose-one__icon-and-arrow-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why-choose-one__icon {
  position: relative;
  display: inline-block;
}

.why-choose-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 61px;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.why-choose-one__icon:hover span {
  transform: scale(.9);
}

.why-choose-one__arrow {
  position: relative;
  display: block;
  top: 3px;
}

.why-choose-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  background-color: var(--orkoz-base);
  border-radius: 3px;
  font-size: 16px;
  color: var(--orkoz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__arrow a:hover {
  background-color: var(--orkoz-primary);
  color: var(--orkoz-black);
}

.why-choose-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 11px;
  margin-bottom: 17px;
}

.why-choose-one__title a {
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__title a:hover {
  color: var(--orkoz-base);
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 65px;
}

.why-choose-one__img-box {
  position: relative;
  display: block;
}

.why-choose-one__shape-2 {
  position: absolute;
  top: -46px;
  right: 209px;
  width: 74px;
  height: 74px;
  background-color: var(--orkoz-primary);
  z-index: 1;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.why-choose-one__shape-3 {
  position: absolute;
  top: 150px;
  left: -30px;
  width: 58px;
  height: 58px;
  background-color: var(--orkoz-base);
  z-index: 1;

  animation-name: zoomInOut;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.why-choose-one__img {
  position: relative;
  display: block;
}

.why-choose-one__img img {
  width: 100%;
  border-radius: var(--orkoz-bdr-radius);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.blog-one .container {
  max-width: 1600px;
}

.blog-one .section-title {
  margin-bottom: 57px;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__img-box {
  position: relative;
  display: block;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: var(--orkoz-bdr-radius);
  border-top-right-radius: var(--orkoz-bdr-radius);
  z-index: 1;
}

.blog-one__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: var(--orkoz-bdr-radius);
  border-top-right-radius: var(--orkoz-bdr-radius);
  background-color: rgba(var(--orkoz-black-rgb), .50);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.blog-one__img img {
  width: 100%;
  border-top-left-radius: var(--orkoz-bdr-radius);
  border-top-right-radius: var(--orkoz-bdr-radius);
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__tag {
  position: absolute;
  bottom: 12px;
  left: 30px;
  border-radius: var(--orkoz-bdr-radius);
  background-color: var(--orkoz-primary);
  padding: 1px 11px 2px;
  z-index: 1;
}

.blog-one__tag p {
  font-size: 15px;
  line-height: 20px;
}

.blog-one__content-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgba(209, 210, 212, 0.35);
    padding: 8px 16px 8px;
}

.blog-one__content-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 224px;
  height: 2px;
  background-color: var(--orkoz-base);
}

.blog-one__content-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 146px;
  height: 2px;
  background-color: #cbcdd4;
}

.blog-one__meta-list {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__meta-list li {
  position: relative;
  display: block;
}

.blog-one__meta-list li+li {
  margin-left: 20px;
}

.blog-one__meta-list li a {
  color: rgba(var(--orkoz-black-rgb), .70);
}

.blog-one__meta-list li a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.blog-one__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-top: -5px;
    margin-bottom: 14px;
    text-align: left;
}

.blog-one__title a {
  color: var(--orkoz-black);
}

/*--------------------------------------------------------------
# Subscribe One
--------------------------------------------------------------*/
.subscribe-one {
  position: relative;
  display: block;
  padding: 70px 0 68px;
  background-color: var(--orkoz-base);
  overflow: hidden;
  z-index: 1;
}

.subscribe-one__shape-1 {
  position: absolute;
  left: 0;
  top: -130px;
}

.subscribe-one__shape-1 img {
  width: auto;
}

.subscribe-one__shape-2 {
  position: absolute;
  right: 0;
  top: -145px;
}

.subscribe-one__shape-2 img {
  width: auto;
}

.subscribe-one__inner {
  position: relative;
  display: block;
}

.subscribe-one__left {
  position: relative;
  display: block;
  margin-left: 20px;
}

.subscribe-one__left::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -20px;
  bottom: 3px;
  width: 4px;
  background-color: var(--orkoz-primary);
}

.subscribe-one__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--orkoz-white);
}

.subscribe-one__text {
  font-size: 18px;
  line-height: 32px;
  color: var(--orkoz-white);
  margin-top: 3px;
}

.subscribe-one__right {
  position: relative;
  display: block;
  margin-left: 30px;
}

.subscribe-one__form {
  position: relative;
  display: block;
  margin-top: 2px;
}

.subscribe-one__input-box {
  position: relative;
  display: block;
}

.subscribe-one__input-box input[type="email"] {
  height: 79px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 25px;
  font-size: 15px;
  color: rgba(132, 132, 132, .70);
  font-weight: 400;
  background-color: var(--orkoz-white);
  border-radius: var(--orkoz-bdr-radius);
  padding-right: 215px;
}

.subscribe-one__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  background-color: #2e2c33;
  color: var(--orkoz-white);
  font-size: 18px;
  font-weight: 400;
  border-radius: 3px;
  padding-left: 35px;
  padding-right: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.subscribe-one__btn:hover {
  background-color: var(--orkoz-primary);
  color: var(--orkoz-black);
}

.subscribe-one__btn span {
  font-size: 31px;
  top: 13px;
  margin-left: 20px;
  position: relative;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  padding-top: 10px;
  background-color: #312e2e;
  z-index: 1;
  overflow: hidden;
}

.site-footer__shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.site-footer__shape-1 img {
  width: auto;
}

.site-footer__shape-2 {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: -1;
}

.site-footer__shape-2 img {
  width: auto;
}

.site-footer__top {
  position: relative;
  display: block;
  padding-bottom: 44px;
}

.footer-widget__address-box {
  position: relative;
  display: block;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.footer-widget__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--orkoz-white);
  line-height: 32px;
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__contact li {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.footer-widget__contact li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  height: 1px;
  background-color: #323434;
}

.footer-widget__contact li:last-child::before {
  display: none;
}

.footer-widget__contact li+li {
  margin-top: 14px;
}

.footer-widget__contact li .title {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.footer-widget__contact li .title h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: var(--orkoz-white);
}

.footer-widget__content {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__content .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 50px;
  width: 100%;
  background-color: #383838;
  border-radius: 50%;
}

.footer-widget__content .icon i {
  font-size: 24px;
  color: var(--orkoz-white);
}

.footer-widget__content .icon-two i {
  color: var(--orkoz-white);
}

.footer-widget__content .text {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget__content .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(var(--orkoz-white-rgb), .60);
}

.footer-widget__content .text p a {
  position: relative;
  display: block;
  color: rgba(var(--orkoz-white-rgb), .60);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__content .text p a:hover {
  color: var(--orkoz-white);
}

.footer-widget__explore {
  position: relative;
  display: block;
  margin-left: 82px;
}

.footer-widget__explore .footer-widget__title-box {
  margin-bottom: 32px;
}

.footer-widget__explore-points-box {
  position: relative;
  display: flex;
}

.footer-widget__explore-list {
  position: relative;
  display: block;
}

.footer-widget__explore-list li+li {
  margin-top: 8px;
}

.footer-widget__explore-list li a {
  font-size: 16px;
  color: rgba(var(--orkoz-white-rgb), .60);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.footer-widget__explore-list li a:hover {
  color: var(--orkoz-white);
}

.footer-widget__explore-list-2 {
  margin-left: 50px;
}

.footer-widget__explore-lets-start {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-widget__explore-lets-start .icon {
  position: relative;
  display: inline-block;
  top: 2px;
}

.footer-widget__explore-lets-start .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #4c4c4c;
  border-radius: 50%;
  font-size: 20px;
  color: var(--orkoz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__explore-lets-start .icon span:hover {
  background-color: var(--orkoz-primary);
  color: var(--orkoz-black);
}

.footer-widget__explore-lets-start .text {
  position: relative;
  display: block;
}

.footer-widget__explore-lets-start .text a {
  color: var(--orkoz-primary);
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__explore-lets-start .text a:hover {
  color: var(--orkoz-white);
}

.footer-widget__latest-post {
  position: relative;
  display: block;
  margin-left: 40px;
}

.footer-widget__latest-post .footer-widget__title-box {
  margin-bottom: 36px;
}

.footer-widget__latest-post-list {
  position: relative;
  display: block;
}

.footer-widget__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__latest-post-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 34px;
  height: 1px;
  background-color: #3e3e3e;
}

.footer-widget__latest-post-list li:first-child:before {
  display: none;
}

.footer-widget__latest-post-list li+li {
  margin-top: 16px;
  padding-top: 31px;
}

.footer-widget__latest-post-img {
  position: relative;
  display: block;
}

.footer-widget__latest-post-img img {
  width: auto;
  border-radius: 2px;
}

.footer-widget__latest-post-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.footer-widget__latest-post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #787878;
}

.footer-widget__latest-post-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--orkoz-font);
}

.footer-widget__latest-post-title a {
  color: var(--orkoz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__latest-post-title a:hover {
  color: var(--orkoz-primary);
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 47px 0 49px;
  border-top: 1px solid #383737;
  justify-content: space-between;
}

.footer-widget__logo-box {
  position: relative;
  display: block;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__logo a {
  position: relative;
  display: block;
}

.footer-widget__logo a img {
  width: 100%;
}

.site-footer__bottom-text {
  color: rgba(var(--orkoz-white-rgb), .80);
}

.footer-widget__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__social-tag {
  color: var(--orkoz-white);
  margin-right: 20px;
  position: relative;
}

.footer-widget__social-box {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__social-box li+li {
  margin-left: 10px;
}

.footer-widget__social-box a {
  width: 35px;
  height: 35px;
  background-color: var(--orkoz-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #433838;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.footer-widget__social-box a:hover {
  color: var(--orkoz-white);
  background-color: var(--orkoz-base);
}

.footer-widget__social-box a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--orkoz-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scalex(0);
  transform: scalex(0);
  z-index: -1;
}

.footer-widget__social-box a:hover:after {
  opacity: 1;
  -webkit-transform: scalex(1);
  transform: scalex(1);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.services-two .section-title {
  margin-bottom: 67px;
}

.services-two .section-title__tagline {
  color: var(--orkoz-base);
}

.services-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: #fdbba545;
  z-index: 1;
}

.services-two__single:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  background-color: transparent;
  box-shadow: 0.733px 41.994px 81px 0px rgba(200, 200, 200, 0.35);
  transform: scale(0, 1);
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  z-index: -1;
}

.services-two__single:hover:before {
  transform: scaleY(1.0) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-two__inner {
  position: relative;
  display: block;
  text-align: center;
 padding: 20px 15px 20px;
  overflow: hidden;
  z-index: 3;
}

.services-two__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 9px;
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 98px;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-two__single:hover .services-two__icon span {
  transform: scale(.9);
}

.services-two__title-box {
  position: relative;
  display: block;
  z-index: 3;
}

.services-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
 
.services-two__title a {
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__title a:hover {
  color: var(--orkoz-base);
}

.services-two__text {
  margin-top: 17px;
  margin-bottom: 8px;
}

.services-two__btn-box {
  position: relative;
  display: block;
}

.services-two__btn {
  background-color: var(--orkoz-white);
  border: 1px solid var(--orkoz-black);
  font-weight: 400;
  color: var(--orkoz-black);
  padding: 3px 34px 6px;
  border-radius: 2px;
}

.services-two__btn:hover {
  color: var(--orkoz-black);
  border: 1px solid var(--orkoz-primary);
}

.services-two__shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid var(--orkoz-black);
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__shape {
  transform: scaleY(1);
}

.services-two__shape-1 {
  position: absolute;
  bottom: -107px;
  left: -45px;
  width: 222px;
  height: 222px;
  background-color: var(--orkoz-white);
  border-radius: 50%;
  z-index: -1;
}

.services-two__shape-2 {
  position: absolute;
  bottom: -162px;
  right: 67px;
  width: 215px;
  height: 215px;
  background-color: #ebf5f2;
  border-radius: 50%;
  z-index: -1;
}

.services-two__shape-3 {
  position: absolute;
  bottom: -54px;
  right: 106px;
  z-index: -1;
}

.services-two__shape-3 img {
  width: auto;
}

.services-two__shape-4 {
  position: absolute;
  top: 160px;
  left: 99px;
  z-index: -1;
}

.services-two__shape-4 img {
  width: auto;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 90px;
}

.about-two__left .section-title__tagline {
  color: var(--orkoz-base);
}

.about-two__left .section-title {
  margin-bottom: 27px;
}

.about-two__text {
  font-size: 18px;
  line-height: 34px;
}

.about-two__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 34px;
  margin-bottom: 13px;
}

.about-two__text-2 {
  font-size: 18px;
  line-height: 34px;
}

.about-two__points-list {
  position: relative;
  display: block;
  margin-top: 41px;
}

.about-two__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points-list li+li {
  margin-top: 9px;
}

.about-two__points-shape {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--orkoz-base);
  margin-right: 15px;
}

.about-two__points-shape::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: var(--orkoz-primary);
  transform: translateX(-50%) translateY(-50%);
}

.about-two__points-list li p {
  font-size: 18px;
  line-height: 32px;
  color: var(--orkoz-black);
}

.about-two__right {
  position: relative;
  display: block;
  margin-left: 18px;
  margin-right: -375px;
  margin-top: 43px;
}

.about-two__img-box {
  position: relative;
  display: block;
}

.about-two__img {
  position: relative;
  display: block;
}

.about-two__img img {
  width: 100%;
}

.about-two__experience-box {
  position: absolute;
  bottom: 0;
  left: -358px;
  display: flex;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(202, 202, 202, 0.35);
  max-width: 446px;
  width: 100%;
  padding: 24px 32px 21px;
}

.about-two__experience-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--orkoz-base);
}

.about-two__experience-img {
  position: relative;
  display: block;
  width: 144px;
}

.about-two__experience-img img {
  width: 100%;
  border-radius: 50%;
}

.about-two__experience-content {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 3px;
}

.about-two__experience-year {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  font-family: var(--orkoz-font);
  color: var(--orkoz-base);
}

.about-two__experience-title {
  font-size: 24px;
  line-height: 34px;
  margin-top: 7px;
}

.about-two__shape-2 {
  position: absolute;
  right: 59px;
  top: 37px;
}

.about-two__shape-2 img {
  width: auto;
}

.about-two__shape-3 {
  position: absolute;
  top: 0;
  left: 4px;
  width: 30px;
  height: 30px;
  border-radius: 1px;
  background-color: var(--orkoz-primary);
}

.about-two__shape-4 {
  position: absolute;
  top: -47px;
  left: -50px;
  width: 98px;
  height: 93px;
  border-radius: 1px;
  background-color: var(--orkoz-base);
}

.about-two__shape-5 {
  position: absolute;
  top: 123px;
  left: -30px;
  width: 49px;
  height: 47px;
  border-radius: 1px;
  background-color: var(--orkoz-primary);
}

.about-two__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f4ec;
  padding: 17px 25px 23px;
  margin-top: 60px;
}

.about-two__title-box {
  position: relative;
  display: block;
}

.about-two__bottom-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  font-family: var(--orkoz-font);
}

.about-two__btn-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-two__btn-box::before {
  content: "";
  position: absolute;
  top: -34px;
  left: -36px;
  right: -30px;
  bottom: -29px;
  border: 2px solid var(--orkoz-black);
  z-index: -1;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.portfolio-two {
  position: relative;
  display: block;
  padding-top: 120px;
  overflow: hidden;
  z-index: 1;
}

.portfolio-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 626px;
  background-color: var(--orkoz-base);
  z-index: -1;
}

.portfolio-two__bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: -555px;
  z-index: -1;
}

.portfolio-two__bg-shape-1 img {
  width: auto;
}

.portfolio-two__bg-shape-2 {
  position: absolute;
  right: 0;
  bottom: -509px;
  z-index: -1;
}

.portfolio-two__bg-shape-2 img {
  width: auto;
}

.portfolio-two__top {
  position: relative;
  display: block;
}

.portfolio-two__top .container {
  max-width: 1830px;
}

.portfolio-two .section-title {
  margin-bottom: 66px;
}

.portfolio-two .section-title__tagline {
  color: var(--orkoz-base);
}

.portfolio-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-two__img-box {
  position: relative;
  display: block;
  margin-right: 15px;
}

.portfolio-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 1;
}

.portfolio-two__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--orkoz-black-rgb), .40);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 0%;
  transform: translatex(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.portfolio-two__single:hover .portfolio-two__img:before {
  transform: translateY(0);
  width: 100%;
}

.portfolio-two__img img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.portfolio-two__single:hover .portfolio-two__img img {
  transform: scale(1.1);
}

.portfolio-two__content-box {
  position: relative;
  display: block;
  background-color: #faf8ec;
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  padding: 28px 30px 30px;
  padding-right: 7px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border: 1px solid var(--orkoz-white);
  z-index: 1;
}

.portfolio-two__content-box::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 32px;
  width: 4px;
  background-color: var(--orkoz-primary);
}

.portfolio-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 154px solid var(--orkoz-white);
  border-right: 154px solid transparent;
  z-index: -1;
}

.portfolio-two__shape-2 {
  position: absolute;
  bottom: 0;
  left: 22px;
  border-bottom: 154px solid var(--orkoz-white);
  border-left: 154px solid transparent;
  z-index: -1;
}

.portfolio-two__shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 153px solid var(--orkoz-white);
  border-left: 154px solid transparent;
  z-index: -1;
}

.portfolio-two__content {
  position: relative;
  display: block;
}

.portfolio-two__sub-title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: var(--orkoz-base);
  margin-left: 30px;
  text-transform: uppercase;
}

.portfolio-two__sub-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -27px;
  height: 2px;
  width: 22px;
  background-color: var(--orkoz-base);
}

.portfolio-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 6px;
}

.portfolio-two__title a {
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-two__title a:hover {
  color: var(--orkoz-base);
}

.portfolio-two__arrow-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-two__arrow {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--orkoz-base);
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  padding: 14px 18px 14px;
  padding-left: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-two__arrow:hover {
  background-color: var(--orkoz-primary);
  color: var(--orkoz-base);
}

.portfolio-two__arrow i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--orkoz-base);
  border-radius: 50%;
  font-size: 14px;
  color: var(--orkoz-white);
  margin-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-two__arrow i:hover {
  background-color: var(--orkoz-black);
}

.portfolio-two__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--orkoz-primary);
  padding: 53px 60px 60px;
  padding-right: 50px;
  margin-top: 90px;
  overflow: hidden;
}

.portfolio-two__bottom-shape-1 {
  position: absolute;
  top: -66px;
  left: -112px;
}

.portfolio-two__bottom-shape-1 img {
  width: auto;
}

.portfolio-two__bottom-title-box {
  position: relative;
  display: block;
}

.portfolio-two__bottom-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: var(--orkoz-base);
}

.portfolio-two__btn-box {
  position: relative;
  display: block;
}

.portfolio-two__btn {
  background-color: transparent;
  border: 2px solid var(--orkoz-black);
  color: var(--orkoz-black);
  padding: 11px 55px 13px;
}

.portfolio-two__btn:hover {
  border: 2px solid var(--orkoz-base);
  color: var(--orkoz-white);
}

.portfolio-two__btn::after {
  background-color: var(--orkoz-base);
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  background-color: #09100e;
  padding-bottom: 207px;
  z-index: 1;
}

.video-one__bg-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.video-one__inner {
  position: relative;
  display: block;
  padding: 220px 0 220px;
  text-align: center;
  z-index: 1;
}

.video-one__bg-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: var(--orkoz-bdr-radius);
  border-bottom-right-radius: var(--orkoz-bdr-radius);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one__video-link {
  position: relative;
  display: block;
}

.video-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 117px;
  height: 117px;
  line-height: 117px;
  text-align: center;
  font-size: 21px;
  color: var(--orkoz-black);
  background-color: var(--orkoz-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-one__video-icon:hover {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 117px;
  height: 117px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--orkoz-black-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--orkoz-black-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--orkoz-black-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--orkoz-black-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-one__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: var(--orkoz-primary);
  text-transform: uppercase;
  margin-top: 14px;
}

.video-one__bottom {
  position: relative;
  display: block;
  margin-top: 70px;
}

.video-one__bottom-text {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  font-family: var(--orkoz-font-two);
  color: var(--orkoz-white);
  text-align: center;
}

.video-one__bottom-text h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px !important;
  font-family: var(--orkoz-font-two) !important;
  color: var(--orkoz-white);
  margin-top: -7px;
}

.video-one__bottom-text h3::before {
  position: absolute;
  bottom: 7px;
  left: 3px;
  height: 4px;
  right: -231px;
  background-color: var(--orkoz-primary);
  content: "";
  z-index: -1;
}

.video-one__brand {
  position: relative;
  display: block;
  margin-top: 67px;
}

.video-one__brand .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-one__brand .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  max-width: 100%;
}

.video-one__brand .swiper-slide img:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Call To Action Two
--------------------------------------------------------------*/
.call-to-action-two {
  position: relative;
  display: block;
  margin-top: 40px;
  z-index: 2;
}

.call-to-action-two__left {
  position: relative;
  display: block;
  margin-top: 65px;
}

.call-to-action-two__title-box {
  position: relative;
  display: block;
  background-color: #f0f9f6;
  margin-right: -42px;
  padding: 53px 34px 53px;
  padding-left: 225px;
  overflow: hidden;
  z-index: 1;
}

.call-to-action-two__img-box-two {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.call-to-action-two__img-box img {
  width: auto;
}

.call-to-action-two__shape-1 {
  position: absolute;
  top: -14px;
  left: 294px;
  bottom: -13px;
  width: 3px;
  background-color: var(--orkoz-white);
  z-index: -1;
  transform: rotate(-16deg);
}

.call-to-action-two__shape-2 {
  position: absolute;
  top: -14px;
  left: 37px;
  bottom: -13px;
  width: 3px;
  background-color: #9fbdb3;
  z-index: -1;
  transform: rotate(-16deg);
}

.call-to-action-two__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  color: var(--orkoz-black);
}

.call-to-action-two__title span {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px !important;
  color: var(--orkoz-black);
  font-family: var(--orkoz-font-two) !important;
}

.call-to-action-two__counter {
  position: relative;
  display: block;
  margin-top: 65px;
}

.call-to-action-two__counter-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-to-action-two__counter-list li {
  position: relative;
  display: block;
}

.call-to-action-two__counter-list li+li {
  margin-left: 84px;
}

.call-to-action-two__counter-icon-and-count-box {
  position: relative;
  display: flex;
  align-items: center;
}

.call-to-action-two__counter-icon {
  position: relative;
  display: inline-block;
  margin-right: 13px;
}

.call-to-action-two__counter-icon img {
  width: auto;
}

.call-to-action-two__counter-count-box {
  position: relative;
  display: block;
}

.call-to-action-two__counter-count-box h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  font-family: var(--orkoz-font-two) !important;
}

.call-to-action-two__counter-count-plus {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  font-family: var(--orkoz-font-two) !important;
  position: relative;
  top: 16px;
  color: var(--orkoz-black)
}

.call-to-action-two__counter-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 19px;
  color: var(--orkoz-black);
}

.call-to-action-two__right {
  position: relative;
  display: block;
  margin-left: 12px;
}

.call-to-action-two__img-box {
  position: relative;
  display: block;
}

.call-to-action-two__img {
  position: relative;
  display: block;
}

.call-to-action-two__img img {
  width: 100%;
  border-radius: var(--orkoz-bdr-radius);
}

.call-to-action-two__build-your-business {
  position: absolute;
  right: -26px;
  bottom: 33px;
  background-color: var(--orkoz-base);
  display: flex;
  align-items: center;
  max-width: 331px;
  width: 100%;
  padding: 14px 15px 14px;
}

.call-to-action-two__build-your-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--orkoz-primary);
}

.call-to-action-two__build-your-business .icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.call-to-action-two__build-your-business .icon span {
  position: relative;
  display: inline-block;
  font-size: 80px;
  color: var(--orkoz-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.call-to-action-two__build-your-business:hover .icon span {
  transform: scale(.9);
}

.call-to-action-two__build-your-business .text {
  position: relative;
  display: block;
}

.call-to-action-two__build-your-business .text p {
  font-size: 18px;
  line-height: 29px;
  color: var(--orkoz-white);
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--orkoz-white);
  z-index: 1;
}

.testimonial-two:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 360px;
  background-color: #ffb27b45;
  z-index: -1;
}

.testimonial-two .section-title__tagline {
  color: var(--orkoz-base);
}

.testimonial-two .container {
  max-width: 1800px;
}

.testimonial-two .testimonial-one__single {
  border: 1px solid var(--orkoz-black);
}

.testimonial-two__shape-1 {
  position: absolute;
  bottom: -105px;
  right: -112px;
  width: 281px;
  height: 281px;
  background-color: var(--orkoz-white);
  border-radius: 50%;
  z-index: -1;
}

.testimonial-two .testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  background-color: #fc5d28;
}

.testimonial-two .testimonial-one__carousel.owl-carousel .owl-dots .owl-dot:before {
  border: 2px solid #fc5d28;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  background-color: var(--orkoz-white);
  z-index: 1;
}

.team-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 327px;
  background-color: #508d79;
  z-index: -1;
}

.team-one__wrap {
  position: relative;
  display: block;
  max-width: 1770px;
  width: 100%;
  margin: 0 auto;
  background-color: var(--orkoz-white);
  padding: 120px 0 0px;
  z-index: 1;
}

.team-one__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}

.team-one__top .section-title__tagline {
  color: var(--orkoz-base);
}

.team-one__top .section-title {
  margin-bottom: 0;
}

.team-one__btn-box {
  position: relative;
  display: block;
  margin-top: 6px;
}

.team-one__btn {
  background-color: transparent;
  color: var(--orkoz-black);
  border: 2px solid var(--orkoz-black);
  padding: 11px 48px 13px;
}

.team-one__btn:hover {
  color: var(--orkoz-black);
  border: 2px solid var(--orkoz-primary);
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.team-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.team-one__img-box::before {
  position: absolute;
  left: -1px;
  bottom: 0;
  height: 3px;
  width: 185px;
  content: "";
  background-color: #508d79;
  z-index: 2;
}

.team-one__img-box::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 186px;
  content: "";
  background-color: var(--orkoz-primary);
  z-index: 2;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.05);
  opacity: .6;
}

.team-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 25px;
}

.team-one__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.team-one__name a {
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--orkoz-base);
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  background-color: transparent;
}

.team-two:before {
  display: none;
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 90px 0 90px;
  z-index: 1;
}

.blog-two.section-title {
  margin-bottom: 57px;
}

.blog-two .section-title__tagline {
  color: var(--orkoz-base);
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-two__img-box {
  position: relative;
  display: block;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: var(--orkoz-bdr-radius);
  border-top-right-radius: var(--orkoz-bdr-radius);
  z-index: 1;
}

.blog-two__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: var(--orkoz-bdr-radius);
  border-top-right-radius: var(--orkoz-bdr-radius);
  background-color: rgba(var(--orkoz-black-rgb), .50);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.blog-two__single:hover .blog-two__img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.blog-two__img img {
  width: 100%;
  border-top-left-radius: var(--orkoz-bdr-radius);
  border-top-right-radius: var(--orkoz-bdr-radius);
  transition: all 500ms ease;
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.05);
}

.blog-two__tag {
  position: absolute;
  bottom: 12px;
  left: 30px;
  border-radius: var(--orkoz-bdr-radius);
  background-color: var(--orkoz-primary);
  padding: 1px 11px 2px;
  z-index: 1;
}

.blog-two__tag p {
  font-size: 15px;
  line-height: 20px;
}

.blog-two__content-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(209, 210, 212, 0.35);
  padding: 36px 30px 34px;
}

.blog-two__content-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  top: 0;
  background-color: var(--orkoz-base);
}

.blog-two__meta-list {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-two__meta-list li {
  position: relative;
  display: block;
}

.blog-two__meta-list li+li {
  margin-left: 20px;
}

.blog-two__meta-list li a {
  color: rgba(var(--orkoz-black-rgb), .70);
  transition: all 500ms ease;
}

.blog-two__meta-list li a:hover {
  color: var(--orkoz-base);
}

.blog-two__meta-list li a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.blog-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 16px;
  margin-bottom: 29px;
}

.blog-two__title a {
  color: var(--orkoz-black);
  transition: all 500ms ease;
}

.blog-two__title a:hover {
  color: var(--orkoz-base);
}

.blog-two__btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-two__btn {
  background-color: transparent;
  position: relative;
  display: flex;
  border: 1px solid var(--orkoz-base);
  border-radius: var(--orkoz-bdr-radius);
  font-size: 18px;
  color: var(--orkoz-base);
  padding: 9px 27px 9px;
}

.blog-two__btn:hover {
  border: 1px solid var(--orkoz-primary);
  color: var(--orkoz-black);
}

.blog-two__btn i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--orkoz-base);
  border-radius: 50%;
  font-size: 18px;
  color: var(--orkoz-white);
  margin-left: 16px;
  transition: all 500ms ease;
}

.blog-two__btn i:hover {
  background-color: var(--orkoz-black);
}

/*--------------------------------------------------------------
# Subscribe Two
--------------------------------------------------------------*/
.subscribe-two {
  background-color: #312e2e;
  padding: 0;
}

.subscribe-two__wrap {
  position: relative;
  display: block;
  max-width: 1770px;
  width: 100%;
  margin: 0 auto;
  background-color: var(--orkoz-base);
  padding: 70px 0 68px;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  padding-top: 112px;
  background-color: #312e2e;
  z-index: 1;
  overflow: hidden;
}

.site-footer-two__shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.site-footer-two__shape-1 img {
  width: auto;
}

.site-footer-two__shape-2 {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: -1;
}

.site-footer-two__shape-2 img {
  width: auto;
}

.site-footer-two__top {
  position: relative;
  display: block;
  padding-bottom: 54px;
}

.footer-widget-two__about {
  position: relative;
  display: block;
  margin-right: 62px;
  margin-top: 5px;
}

.footer-widget-two__logo {
  position: relative;
  display: flex;
}

.footer-widget-two__logo a {
  position: relative;
  display: block;
}

.footer-widget-two__logo a img {
  width: 100%;
}

.footer-widget-two__location {
  position: relative;
  display: block;
}

.footer-widget-two__location-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: var(--orkoz-white);
  margin-top: 38px;
  margin-bottom: 13px;
}

.footer-widget-two__location-text {
  color: rgba(var(--orkoz-white-rgb), .66);
}

.footer-widget-two__location-number {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  display: inline-block;
  margin-left: 36px;
  margin-top: 17px;
  margin-bottom: 20px;
}

.footer-widget-two__location-number::before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: -36px;
  width: 27px;
  height: 3px;
  background-color: var(--orkoz-primary);
}

.footer-widget-two__location-number a {
  color: rgba(var(--orkoz-white-rgb), .66);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__location-number a:hover {
  color: var(--orkoz-primary);
}

.footer-widget-two__location-lets-start {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__location-lets-start .icon {
  position: relative;
  display: inline-block;
  top: 2px;
}

.footer-widget-two__location-lets-start .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #4c4c4c;
  border-radius: 50%;
  font-size: 20px;
  color: var(--orkoz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__location-lets-start .icon span:hover {
  background-color: var(--orkoz-primary);
  color: var(--orkoz-black);
}

.footer-widget-two__location-lets-start .text {
  position: relative;
  display: block;
}

.footer-widget-two__location-lets-start .text a {
  color: var(--orkoz-primary);
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__location-lets-start .text a:hover {
  color: var(--orkoz-white);
}

.footer-widget-two__title-box {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.footer-widget-two__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--orkoz-white);
  line-height: 32px;
}

.footer-widget-two__explore {
  position: relative;
  display: block;
  margin-left: 10px;
}

.footer-widget-two__explore .footer-widget__title-box {
  margin-bottom: 32px;
}

.footer-widget-two__explore-points-box {
  position: relative;
  display: flex;
}

.footer-widget-two__explore-list {
  position: relative;
  display: block;
}

.footer-widget-two__explore-list li+li {
  margin-top: 8px;
}

.footer-widget-two__explore-list li a {
  font-size: 16px;
  color: rgba(var(--orkoz-white-rgb), .60);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.footer-widget-two__explore-list li a:hover {
  color: var(--orkoz-white);
}

.footer-widget-two__address-box {
  position: relative;
  display: block;
  margin-left: 50px;
  margin-right: -19px;
}

.footer-widget-two__contact {
  position: relative;
  display: block;
}

.footer-widget-two__contact li {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.footer-widget-two__contact li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  height: 1px;
  background-color: #323434;
}

.footer-widget-two__contact li:last-child::before {
  display: none;
}

.footer-widget-two__contact li+li {
  margin-top: 14px;
}

.footer-widget-two__contact li .title {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.footer-widget-two__contact li .title h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: var(--orkoz-white);
}

.footer-widget-two__content {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__content .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 50px;
  width: 100%;
  background-color: #383838;
  border-radius: 50%;
}

.footer-widget-two__content .icon i {
  font-size: 24px;
  color: var(--orkoz-white);
}

.footer-widget-two__content .icon-two i {
  color: var(--orkoz-white);
}

.footer-widget-two__content .text {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget-two__content .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(var(--orkoz-white-rgb), .60);
}

.footer-widget-two__content .text p a {
  position: relative;
  display: block;
  color: rgba(var(--orkoz-white-rgb), .60);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__content .text p a:hover {
  color: var(--orkoz-white);
}

.footer-widget-two__latest-post {
  position: relative;
  display: block;
  margin-left: 42px;
}

.footer-widget-two__latest-post .footer-widget__title-box {
  margin-bottom: 36px;
}

.footer-widget-two__latest-post-list {
  position: relative;
  display: block;
}

.footer-widget-two__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__latest-post-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 34px;
  height: 1px;
  background-color: #3e3e3e;
}

.footer-widget-two__latest-post-list li:first-child:before {
  display: none;
}

.footer-widget-two__latest-post-list li+li {
  margin-top: 16px;
  padding-top: 31px;
}

.footer-widget-two__latest-post-img {
  position: relative;
  display: block;
}

.footer-widget-two__latest-post-img img {
  width: auto;
  border-radius: 2px;
}

.footer-widget-two__latest-post-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.footer-widget-two__latest-post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #787878;
}

.footer-widget-two__latest-post-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--orkoz-font);
}

.footer-widget-two__latest-post-title a {
  color: var(--orkoz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__latest-post-title a:hover {
  color: var(--orkoz-primary);
}

.site-footer-two__bottom {
  position: relative;
  display: block;
}

.site-footer-two__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0 39px;
  border-top: 1px solid #383737;
  justify-content: space-between;
}

.site-footer-two__bottom-text {
  color: rgba(var(--orkoz-white-rgb), .80);
}

.footer-widget-two__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__social-tag {
  color: var(--orkoz-white);
  margin-right: 20px;
  position: relative;
}

.footer-widget-two__social-box {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__social-box li+li {
  margin-left: 10px;
}

.footer-widget-two__social-box a {
  width: 35px;
  height: 35px;
  background-color: var(--orkoz-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #433838;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.footer-widget-two__social-box a:hover {
  color: var(--orkoz-white);
  background-color: var(--orkoz-base);
}

.footer-widget-two__social-box a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--orkoz-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scalex(0);
  transform: scalex(0);
  z-index: -1;
}

.footer-widget-two__social-box a:hover:after {
  opacity: 1;
  -webkit-transform: scalex(1);
  transform: scalex(1);
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 60px 0 60px;
}

.about-three__left {
  position: relative;
  display: block;
  margin-right: 61px;
  margin-top: 5px;
}

.about-three__img-box {
  position: relative;
  display: block;
}

.about-three__img {
  position: relative;
  display: block;
}

.about-three__img img {
  width: 100%;
}

.about-three__img-2 {
  position: absolute;
  left: -202px;
  bottom: -57px;
}

.about-three__img-2 img {
  width: auto;
  border: 10px solid var(--orkoz-white);
}

.about-three__shape-1 {
  position: absolute;
  top: -47px;
  right: -23px;
  width: 98px;
  height: 93px;
  background-color: var(--orkoz-base);
  border-radius: 1px;
  z-index: 1;
}

.about-three__shape-2 {
  position: absolute;
  top: 367px;
  left: -28px;
  width: 49px;
  height: 47px;
  background-color: var(--orkoz-primary);
  border-radius: 1px;
  z-index: 1;
}

.section-title__tagline {
  color: var(--orkoz-base);
}

.about-three__right {
  position: relative;
  display: block;
}

.about-three__right .section-title {
  margin-bottom: 27px;
}

.about-three__text {
  font-size: 18px;
  line-height: 34px;
}

.about-three__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 34px;
  margin-bottom: 13px;
}

.about-three__text-2 {
  font-size: 18px;
  line-height: 34px;
}

.about-three__points-box {
  position: relative;
  display: flex;
  margin-right: -218px;
  margin-top: 40px;
}

.about-three__points-list {
  position: relative;
  display: block;
}

.about-three__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__points-list li+li {
  margin-top: 9px;
}

.about-three__points-list li .icon {
  position: relative;
  display: inline-block;
  top: 4px;
  margin-right: 10px;
}

.about-three__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--orkoz-black);
}

.about-three__points-list li .text {
  position: relative;
  display: block;
}

.about-three__points-list li .text p {
  font-size: 18px;
  color: var(--orkoz-black);
}

.about-three__experience-box {
  position: relative;
  display: flex;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(202, 202, 202, 0.35);
  max-width: 446px;
  width: 100%;
  padding: 24px 32px 21px;
  margin-left: 60px;
  margin-top: 5px;
}

.about-three__experience-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--orkoz-base);
}

.about-three__experience-img {
  position: relative;
  display: block;
  width: 144px;
}

.about-three__experience-img img {
  width: 100%;
  border-radius: 50%;
}

.about-three__experience-content {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 3px;
}

.about-three__experience-year {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  font-family: var(--orkoz-font);
  color: var(--orkoz-base);
}

.about-three__experience-title {
  font-size: 24px;
  line-height: 34px;
  margin-top: 7px;
}

.about-three__shape-3 {
  position: absolute;
  right: 59px;
  top: 37px;
}

.about-three__shape-3 img {
  width: auto;
}

.about-three__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f4ec;
  padding: 17px 25px 23px;
  margin-top: 66px;
}

.about-three__title-box {
  position: relative;
  display: block;
}

.about-three__bottom-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  font-family: var(--orkoz-font);
}

.about-three__btn-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-three__btn-box::before {
  content: "";
  position: absolute;
  top: -34px;
  left: -36px;
  right: -30px;
  bottom: -29px;
  border: 2px solid var(--orkoz-black);
  z-index: -1;
}

.about-three__btn:hover {
  color: var(--orkoz-white);
}

.about-three__btn::after {
  background-color: var(--orkoz-black);
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  padding-bottom: 50px;
}

.services-three .section-title {
  margin-bottom: 67px;
}

.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: #ff863929;
  z-index: 1;
}

.services-three__inner {
  position: relative;
  display: block;
padding: 15px 20px 16px;
overflow: hidden;
}

.services-three__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.services-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 81px;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-three__single:hover .services-three__icon span {
  transform: scale(.9);
}

.services-three__title-box {
  position: relative;
  display: block;
  z-index: 3;
}

.services-three__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.services-three__title a {
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__title a:hover {
  color: var(--orkoz-base);
}

.services-three__text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.services-three__btn-box {
  position: relative;
  display: block;
}

.services-three__btn {
  background-color: var(--orkoz-white);
  border: 1px solid var(--orkoz-black);
  font-weight: 400;
  color: var(--orkoz-black);
  padding: 3px 35px 6px;
  border-radius: 2px;
}

.services-three__btn:hover {
  color: var(--orkoz-white);
  border: 1px solid var(--orkoz-base);
}

.services-three__btn::after {
  background-color: var(--orkoz-base);
}

.services-three__shape-1 {
  position: absolute;
  bottom: -107px;
  left: -45px;
  width: 222px;
  height: 222px;
  background-color: var(--orkoz-white);
  border-radius: 50%;
  z-index: -1;
}

.services-three__shape-2 {
  position: absolute;
  bottom: -163px;
  right: -34px;
  width: 215px;
  height: 215px;
  background-color: #ebf5f2;
  border-radius: 50%;
  z-index: -1;
}

.services-three__shape-3 {
  position: absolute;
  bottom: 140px;
  left: -46px;
  z-index: -1;
}

.services-three__shape-3 img {
  width: auto;
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  background-color: #1e191a;
  padding: 120px 0 120px;
  z-index: 1;
}

.why-choose-two__bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.why-choose-two__bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .28;
  mix-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.why-choose-two .section-title__title {
  color: var(--orkoz-white);
}

/*--------------------------------------------------------------
# Portfolio Three
--------------------------------------------------------------*/
.portfolio-three {
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 1;
}

.portfolio-three .portfolio-two__content-box {
  position: relative;
  display: block;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(245, 243, 243);
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  padding: 28px 30px 30px;
  padding-right: 7px;
  z-index: 1;
  margin-right: -15px;
  border-radius: 3px;
  border: 1px solid var(--orkoz-white);
}

.portfolio-three .portfolio-two__bottom-title {
  color: #2d5f4f;
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
  position: relative;
  display: block;
  background-color: #b7b6b2;
  padding-bottom: 97px;
  z-index: 1;
}

.video-two .video-one__bottom-text {
  color: var(--orkoz-black);
}

.video-two .video-one__bottom-text h3 {
  color: var(--orkoz-black);
}

/*--------------------------------------------------------------
# How It work
--------------------------------------------------------------*/
.how-it-work {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  counter-reset: count;
  z-index: 1;
}

.how-it-work .section-title {
  margin-bottom: 100px;
}

.how-it-work__single {
  position: relative;
  display: block;
  background-color: #fdbba545;
  padding: 48px 42px 55px;
  margin-bottom: 30px;
  border-left: 2px solid var(--orkoz-primary);
  z-index: 1;
}

.how-it-work__count {
  position: absolute;
  top: 23px;
  right: 168px;
}

.how-it-work__count:before {
  position: absolute;
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  counter-increment: count;
  content: "0"counter(count);
  color: var(--orkoz-white);
  font-family: var(--orkoz-font-two);
}

.how-it-work__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.how-it-work__icon span {
  position: relative;
  display: inline-block;
  font-size: 63px;
  color: var(--orkoz-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.how-it-work__icon:hover span {
  transform: scale(.9);
}

.how-it-work__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 13px;
  margin-bottom: 18px;
}

.how-it-work__single-2 {
  margin-top: -68px;
}

.how-it-work__shape-1 {
  position: absolute;
  top: -47px;
  left: 38px;
}

.how-it-work__shape-1 img {
  width: auto;
}

.how-it-work__shape-2 {
  position: absolute;
  bottom: -52px;
  left: 47px;
}

.how-it-work__shape-2 img {
  width: auto;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  padding-bottom: 5px;
  z-index: 1;
}

.testimonial-three__bg {
  position: absolute;
  top: 335px;
  left: 0;
  right: 0;
  bottom: -267px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
   background-blend-mode: overlay;
  z-index: -1;
}

.testimonial-three .container {
  max-width: 1800px;
}

.testimonial-three .section-title {
  margin-bottom: 70px;
}

.testimonial-three .testimonial-one__single {
  border: 1px solid var(--orkoz-black);
}

.testimonial-three .testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  background-color: var(--orkoz-white);
}

.testimonial-three .testimonial-one__carousel.owl-carousel .owl-dots .owl-dot:before {
  border: 2px solid var(--orkoz-white);
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three .blog-two__content-box::before {
  display: none;
}

.blog-three .blog-two__btn {
  border: 1px solid var(--orkoz-black);
  color: var(--orkoz-black);
}

.blog-three .blog-two__btn i {
  background-color: var(--orkoz-black);
}

.blog-three .blog-two__btn:hover:after {
  display: none;
}

.blog-three .blog-two__btn:hover {
  border: 1px solid var(--orkoz-base);
  color: var(--orkoz-base);
}

.blog-three .blog-two__btn:hover i {
  background-color: var(--orkoz-base);
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three .footer-widget-two__location-number {
  margin-bottom: 0;
}

.footer-widget-two__newsletter {
  position: relative;
  display: block;
  margin-left: 60px;
}

.footer-widget-two__newsletter-text {
  font-size: 18px;
  color: rgba(var(--orkoz-white-rgb), .66);
  font-weight: 400;
}

.footer-widget-two__subscribe {
  position: relative;
  display: block;
  margin-top: 26px;
  margin-bottom: 22px;
}

.footer-widget-two__subscribe-box {
  position: relative;
  display: block;
}

.footer-widget-two__subscribe-input-box {
  position: relative;
  display: block;
  background-color: #171617;
}

.footer-widget-two__subscribe-input-box input[type="email"] {
  height: 80px;
  width: 100%;
  background-color: var(--orkoz-white);
  outline: none;
  font-size: 15px;
  color: rgba(132, 132, 132, .70);
  border: none;
  padding-right: 90px;
  padding-left: 20px;
  border-radius: var(--orkoz-bdr-radius);
}

.footer-widget-two__subscribe-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 102px;
  height: 100%;
  border: none;
  background-color: var(--orkoz-base);
  border-radius: var(--orkoz-bdr-radius);
  font-size: 33px;
  color: var(--orkoz-white);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__subscribe-btn:hover {
  background-color: var(--orkoz-black);
  color: var(--orkoz-white);
}

.footer-widget-two__newsletter-text-2 {
  color: rgba(var(--orkoz-white-rgb), .66);
  margin-bottom: 23px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 193px 0 160px;
  background-color: #312f35;
  margin-top: -40px;
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: left;
  z-index: 15;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--orkoz-white);
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 7px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--orkoz-white);
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--orkoz-primary);
  opacity: 1;
}

.page-header__inner h2 {
  font-size: 65px;
  color: var(--orkoz-white);
  line-height: 65px;
  font-weight: 700;
  margin-bottom: 9px;
}


/* Main Header Two consultant Css */
.main-header-two__consultant-btn.clr-primary {
  background-color: var(--orkoz-primary);
  color: var(--orkoz-black);
}

.main-header-two__consultant-btn.clr-primary:hover {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}


/*--------------------------------------------------------------
# Shop Page One
--------------------------------------------------------------*/
.shop-page-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.shop-page-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.shop-page-one__showing-text-box {
  position: relative;
  display: block;
}

.shop-page-one__showing-text {
  color: var(--orkoz-black);
}

.shop-page-one__showing-sort-and-menu {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 415px;
  width: 100%;
}

.shop-page-one__showing-sort {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
}

.shop-page-one__showing-sort .select-box .nice-select {
  background-color: var(--orkoz-base);
  border-radius: var(--orkoz-bdr-radius);
  color: var(--orkoz-white);
  font-size: 15px;
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 0px;
}

.shop-page-one__showing-sort .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.shop-page-one__menu {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.shop-page-one__menu-icon-one {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-page-one__menu-icon-one:hover {
  color: var(--orkoz-base);
}

.shop-page-one__menu-icon-two {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #686868;
  margin-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-page-one__menu-icon-two:hover {
  color: var(--orkoz-base);
}

.shop-page-one__bottom {
  position: relative;
  display: block;
}

.shop-page-one__sidebar {
  position: relative;
  display: block;
  background-color: #f7f5fb;
  padding: 40px 35px 48px;
}

.shop-page-one__sidebar-search-form {
  position: relative;
}

.shop-page-one__sidebar-search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--orkoz-white);
  color: rgba(15, 14, 14, .54);
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  height: 70px;
  width: 100%;
  padding-right: 50px;
  border-radius: 0;
}

.shop-page-one__sidebar-search-form button[type="submit"] {
  background-color: transparent;
  color: rgba(15, 14, 14, .54);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.shop-page-one__sidebar-categories {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 23px;
}

.shop-page-one__sidebar-title {
  position: relative;
  display: block;
  background-color: var(--orkoz-white);
  padding: 13px 15px 13px;
  margin-bottom: 21px;
}

.shop-page-one__sidebar-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.shop-page-one__sidebar-title-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.shop-page-one__sidebar-title-icon span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 23px;
  color: var(--orkoz-black);
}

.shop-page-one__sidebar-categories-list {
  position: relative;
  display: block;
}

.shop-page-one__sidebar-categories-list li {
  position: relative;
  display: block;
}

.shop-page-one__sidebar-categories-list li+li {
  margin-top: 6px;
}

.shop-page-one__sidebar-categories-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #656060;
  font-weight: 400;
  padding-left: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.shop-page-one__sidebar-categories-list li a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #e4e2e2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-page-one__sidebar-categories-list li a:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 5px;
  height: 6px;
  width: 6px;
  background-color: var(--orkoz-base);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-page-one__sidebar-categories-list li:hover a,
.shop-page-one__sidebar-categories-list li.active a {
  color: var(--orkoz-base);
}

.shop-page-one__sidebar-categories-list li:hover a:before,
.shop-page-one__sidebar-categories-list li.active a:before {
  border: 1px solid var(--orkoz-base);
}

.shop-page-one__sidebar-categories-list li:hover a:after,
.shop-page-one__sidebar-categories-list li.active a:after {
  opacity: 1;
}


.shop-page-one__sidebar-color {
  position: relative;
  display: block;
}

.shop-page-one__sidebar-color-list {
  position: relative;
  display: block;
}

.shop-page-one__sidebar-color-list li {
  position: relative;
  display: block;
}

.shop-page-one__sidebar-color-list li+li {
  margin-top: 6px;
}

.shop-page-one__sidebar-color-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #656060;
  font-weight: 400;
  padding-left: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.shop-page-one__sidebar-color-list li a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #e4e2e2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-page-one__sidebar-color-list li a:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 5px;
  height: 6px;
  width: 6px;
  background-color: var(--orkoz-base);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-page-one__sidebar-color-list li:hover a,
.shop-page-one__sidebar-color-list li.active a {
  color: var(--orkoz-base);
}

.shop-page-one__sidebar-color-list li:hover a:before,
.shop-page-one__sidebar-color-list li.active a:before {
  border: 1px solid var(--orkoz-base);
}

.shop-page-one__sidebar-color-list li:hover a:after,
.shop-page-one__sidebar-color-list li.active a:after {
  opacity: 1;
}


.shop-page-one__right {
  position: relative;
  display: block;
}

.shop-page-one__single {
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.shop-page-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 1;
}

.shop-page-one__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--orkoz-black-rgb), .10);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.shop-page-one__single:hover .shop-page-one__img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.shop-page-one__img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 500ms ease;
}

.shop-page-one__single:hover .shop-page-one__img img {
  transform: scale(1.05);
}

.shop-page-one__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 15px;
  color: var(--orkoz-black);
  background-color: #f7f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 6px 0 6px;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 3;
}

.shop-page-one__single:hover .shop-page-one__btn {
  color: var(--orkoz-white);
}

.shop-page-one__btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -1px;
  height: 100%;
  background-color: var(--orkoz-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.shop-page-one__single:hover .shop-page-one__btn:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.shop-page-one__sale {
  position: absolute;
  top: 15px;
  left: 20px;
  background-color: var(--orkoz-primary);
  padding: 5px 15px 6px;
  z-index: 3;
}

.shop-page-one__sale p {
  font-size: 15px;
  color: var(--orkoz-black);
  line-height: 15px;
}

.shop-page-one__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 37px;
  z-index: 1;
}

.shop-page-one__title-box {
  position: relative;
  display: block;
}

.shop-page-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 13px;
}

.shop-page-one__title a {
  color: var(--orkoz-black);
  transition: all 500ms ease;
}

.shop-page-one__title a:hover {
  color: var(--orkoz-base);
}

.shop-page-one__price {
  font-size: 18px;
  font-weight: 400;
  color: var(--orkoz-base);
  line-height: 18px;
}

.shop-page-one__price span {
  position: relative;
  display: inline-block;
  color: #0f0e0e;
  opacity: .70;
}

.shop-page-one__price span:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 6px;
  height: 1px;
  background-color: #392917;
}

.shop-page-one__rating {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-one__rating span {
  font-size: 16px;
  color: #ed8a19;
}

.shop-page-one__rating span+span {
  margin-left: 4px;
}


.shop-page__pagination {
  position: relative;
  display: block;
  padding: 40px 0px 0px;
}

.shop-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 6px;
}

.shop-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.shop-page__pagination .pg-pagination li.prev {
  margin-right: 16px;
}

.shop-page__pagination .pg-pagination li.next {
  margin-left: 9px;
}

.shop-page__pagination .pg-pagination li a {
  text-align: center;
  display: inline-block;
  color: var(--orkoz-black);
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #e1e1e1;
  padding: 8px 15px 8px;
}

.shop-page__pagination .pg-pagination li a:hover {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
  border: 1px solid var(--orkoz-base);
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.shop-details {
  position: relative;
  display: block;
  padding: 120px 0 116px;
}

.shop-details__top {
  position: relative;
  display: block;
}

.shop-detils-top__left {
  position: relative;
  display: block;
  margin-right: 35px;
}

.shop-detils-top__left-inner {
  position: relative;
  display: block;
}

.shop-detils-top__thumb-box {
  position: absolute;
  bottom: -115px;
  right: 0;
  max-width: 400px;
}

#shop-details-one__thumb {
  z-index: 10;
}

.shop-details-top__thumb-img {
  position: relative;
  display: block;
  width: 125px !important;
  cursor: pointer;
}

.shop-details-top__thumb-img img {
  width: 100%;
}

.shop-details-top__thumb-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--orkoz-black);
  opacity: 0;
  transition: all 500ms ease;
}


#shop-details-one__thumb .swiper-slide-thumb-active .shop-details-top__thumb-img:before {
  opacity: 1;
}

.shop-details-top__content-box {
  position: relative;
  display: block;
}

.shop-details-top__img {
  position: relative;
  display: block;
}

.shop-details-top__img img {
  width: 100%;
}


.shop-details-top__nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  z-index: 100;
}

.shop-details-top__nav .swiper-button-next,
.shop-details-top__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: var(--orkoz-black);
  background-color: var(--orkoz-white);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
  z-index: 100;
}


.shop-details-top__nav .swiper-button-next:hover,
.shop-details-top__nav .swiper-button-prev:hover {
  color: var(--orkoz-white);
  background-color: var(--orkoz-base);
}

.shop-details-top__nav .swiper-button-next {
  margin-top: 10px;
}

.shop-details-top__nav .swiper-button-next i,
.shop-details-top__nav .swiper-button-prev i {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-details-top__nav .swiper-button-next::after,
.shop-details-top__nav .swiper-button-prev::after {
  display: none;
}

.shop-detils-top__right {
  position: relative;
  display: block;
  margin-top: -10px;
}

.shop-detils__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.shop-detils-top__price-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 19px;
}

.shop-detils-top__price-box h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.shop-detils-top__price-box h3 .discount-rate {
  font-size: 14px;
  font-weight: 400;
  color: #090909;
  opacity: .50;
  position: relative;
  display: inline-block;
  top: -4px;
}

.shop-detils-top__price-box h3 .discount-rate:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #9b9a9a;
}

.shop-detils-top__price-box h3 .in-stock {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: var(--orkoz-font);
  top: -5px;
  font-weight: 400;
}

.shop-detils-top__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background-color: #f9f7f7;
  border-radius: 50%;
  margin-left: 25px;
}

.shop-detils-top__icon span {
  font-size: 20px;
  color: var(--orkoz-black);
}

.shop-detils-top__review-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -8px;
}

.shop-detils-top__review {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-detils-top__review i {
  font-size: 15px;
  color: #efce4a;
}

.shop-detils-top__review i+i {
  margin-left: 4px;
}

.shop-detils-top__review-text {
  font-size: 14px;
  color: #1c2035;
  margin-left: 5px;
}

.shop-detils-top__text-1 {
  padding-top: 26px;
  padding-bottom: 19px;
}

.shop-detils-top__points {
  position: relative;
  display: block;
}

.shop-detils-top__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-detils-top__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-detils-top__points li .icon span {
  font-size: 15px;
  color: var(--orkoz-black);
}

.shop-detils-top__points li .text {
  margin-left: 15px;
}


.shop-detils-top__buttons-quantity-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 44px;
}

.shop-detils__btn-one {
  padding: 8px 38px 10px;
}

.shop-detils-top__buttons-quantity-box .quantity-box {
  position: relative;
  width: 160px;
  border-radius: 0;
  height: 50px;
  border: 1px solid #dddddd;
  margin-left: 20px;
  margin-right: 20px;
}

.shop-detils-top__buttons-quantity-box .quantity-box input {
  height: 50px;
  border: 0;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--orkoz-black);
  background-color: transparent;
  width: 160px;
  text-align: center;
}

.shop-detils-top__buttons-quantity-box .quantity-box input::-webkit-outer-spin-button,
.shop-detils-top__buttons-quantity-box .quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop-detils-top__buttons-quantity-box .quantity-box input[type=number] {
  -moz-appearance: textfield;
}

.shop-detils-top__buttons-quantity-box .quantity-box button.sub {
  width: 35px;
  height: 35px;
  background-color: #f9f7f7;
  color: var(--orkoz-black);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 9px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
  padding: 0;
  transform: translateY(-50%);
}

.shop-detils-top__buttons-quantity-box .quantity-box button.add {
  width: 35px;
  height: 35px;
  background-color: #f9f7f7;
  color: var(--orkoz-black);
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 9px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
  transform: translateY(-50%);
}

.shop-detils__btn-two {
  background-color: transparent;
  border: 1px solid var(--orkoz-black);
  color: var(--orkoz-black);
  padding: 7px 47px 9px;
}

.shop-detils__btn-two:hover {
  border: 1px solid var(--orkoz-primary);
}

.shop-detils-top__points-two {
  position: relative;
  display: block;
}

.shop-detils-top__points-two li {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-detils-top__points-two li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-detils-top__points-two li .icon span {
  font-size: 15px;
  color: var(--orkoz-black);
}

.shop-detils-top__points-two li .text {
  margin-left: 10px;
}

.shop-detils-top__points-two li .text p {
  font-size: 15px;
  color: #5f5f60;
}

.shop-detils-top__points-two li .text p span {
  font-size: 16px;
  color: var(--orkoz-black);
  font-weight: 600;
}

.shop-detils__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 31px;
}

.shop-detils__social p {
  margin-right: 10px;
}

.shop-detils__social a {
  font-size: 16px;
  color: #212330;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-detils__social a:hover {
  color: var(--orkoz-base);
}

.shop-detils__social a+a {
  margin-left: 25px;
}

.shop-details__bottom {
  position: relative;
  display: block;
  padding: 200px 0 0;
}

.shop-details__description {
  position: relative;
  display: block;
}

.shop-details__main-tab-box {
  position: relative;
  display: block;
  border: 1px solid #dddddd;
}

.shop-details__main-tab-box .tab-buttons {
  position: relative;
  display: block;
}

.shop-details__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
}

.shop-details__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 5px;
}

.shop-details__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 18px;
  line-height: 18px;
  color: var(--orkoz-black);
  background-color: #f0f0f0;
  padding: 16px 25px 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--orkoz-font-two);
  transition: all 0.3s ease;
  z-index: 1;
}

.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--orkoz-white);
}

.shop-details__main-tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--orkoz-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.shop-details__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.shop-details__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.shop-details__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.shop-details__tab-content-inner {
  position: relative;
  display: block;
  padding: 40px 40px 50px;
}

.shop-details__description-content {
  position: relative;
  display: block;
}

.shop-details__description-text-1 {
  padding-bottom: 24px;
}

.shop-details__additional-information-content {
  position: relative;
  display: block;
}

.shop-details__additional-information-text-1 {
  padding-bottom: 24px;
}

/*--------------------------------------------------------------
# Review One
--------------------------------------------------------------*/
.review-one {
  position: relative;
  display: block;
}

.comments-area {
  position: relative;
  display: block;
}

.review-one__title {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.review-one__title h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  margin: 0;
}


.comments-area .comment-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}

.comments-area .comment {
  position: relative;
  display: flex;
  align-items: center;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  display: block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
}

.comments-area .comment-box .author-thumb figure {
  margin: 0;
}

.review-one__content {
  position: relative;
  display: block;
  padding-left: 45px;
  flex: 1;
}

.review-one__content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.review-one__content-top .info {
  position: relative;
  display: block;
}

.review-one__content-top .info h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
}

.review-one__content-top .info h2 span {
  color: var(--orkoz-base);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
}

.review-one__content-top .reply-btn {
  position: relative;
  display: block;
}

.review-one__content-top .reply-btn i:before {
  color: var(--orkoz-primary);
  font-size: 15px;
}

.review-one__content-bottom {
  position: relative;
  display: block;
}

.review-one__content-bottom p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

/*--------------------------------------------------------------
# Review Form One
--------------------------------------------------------------*/
.review-form-one {
  position: relative;
  display: block;
  padding: 16px 0px 0px;
}

.review-form-one__inner {
  position: relative;
  display: block;
}

.review-form-one__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.review-form-one__rate-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 37px;
}

.review-form-one__rate-text {
  font-size: 18px;
  font-weight: 500;
}

.review-form-one__rate {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 17px;
}

.review-form-one__rate i {
  font-size: 16px;
  color: var(--orkoz-primary);
}

.review-form-one__rate i+i {
  margin-left: 5px;
}

.review-form-one__form {
  position: relative;
  display: block;
}

.review-form-one__form .row {
  --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
  font-size: 14px;
  color: var(--orkoz-gray);
  height: 160px;
  width: 100%;
  background-color: var(--orkoz-white);
  padding: 20px 30px 30px;
  border: 1px solid #dddddd;
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
  border-radius: var(--orkoz-bdr-radius);
}

.review-form-one__input-box.text-message-box {
  height: 160px;
}

.review-form-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
  height: 50px;
  width: 100%;
  border: 1px solid #dddddd;
  background-color: var(--orkoz-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--orkoz-gray);
  display: block;
  font-weight: 500;
  border-radius: var(--orkoz-bdr-radius);
}

.review-form-one__btn {
  border: none;
}

/*--------------------------------------------------------------
# Related Products
--------------------------------------------------------------*/
.related-products {
  position: relative;
  display: block;
  padding: 0 0 90px;
}

.related-products__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  display: block;
  background: var(--orkoz-white);
  padding: 113px 0px 120px;
}

.cart-page__left {
  position: relative;
  display: block;
  margin-right: -32px;
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
  .cart-table {
    min-width: 800px;
  }
}

.cart-table {
  margin-bottom: 22px;
}

.cart-table thead th {
  color: var(--orkoz-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding: 0;
  border: none;
  padding-bottom: 10px;
  font-family: var(--orkoz-font-two);
}

.cart-table thead th:last-child {
  text-align: right;
}

.cart-table tbody tr {
  vertical-align: middle;
}

.cart-table tbody tr:last-child {
  border-bottom: 1px solid #eaeaea;
}

.cart-table tbody td {
  font-size: 15px;
  font-weight: 500;
  color: var(--orkoz-black);
  vertical-align: middle;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0;
}

.cart-table tbody td:last-child {
  text-align: right;
}

.cart-table .product-box {
  display: flex;
  align-items: center;
}

.cart-table .product-box .img-box {
  position: relative;
  display: block;
  width: 105px;
  margin-right: 35px;
}

.cart-table .product-box .img-box img {
  width: 100%;
}

.product-box-croos-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  height: 24px;
  width: 24px;
  background-color: var(--orkoz-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.cart-table h3 {
  color: var(--orkoz-black);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  font-family: var(--orkoz-font);
}

.cart-table h3 a {
  color: var(--orkoz-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-table h3 a:hover {
  color: var(--orkoz-base);
}

.cart-table .quantity-box {
  position: relative;
  width: 160px;
  border-radius: 0;
  height: 50px;
  border: 1px solid #dddddd;
  background-color: #f9f7f7;
}

.cart-table .quantity-box input {
  height: 50px;
  border: 0;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--orkoz-black);
  background-color: transparent;
  width: 160px;
  text-align: center;
}

.cart-table .quantity-box input::-webkit-outer-spin-button,
.cart-table .quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-table .quantity-box input[type=number] {
  -moz-appearance: textfield;
}

.cart-table .quantity-box button.sub {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  color: var(--orkoz-black);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 9px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
  padding: 0;
  transform: translateY(-50%);
}

.cart-table .quantity-box button.add {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  color: var(--orkoz-black);
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 9px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
  transform: translateY(-50%);
}

.cart-cupon__form-box {
  position: relative;
  display: block;
}

.cart-cupon__sub-title {
  font-size: 18px;
  color: var(--orkoz-black);
  font-weight: 700;
  font-family: var(--orkoz-font-two);
  line-height: 18px;
  margin-bottom: 15px;
}

.cart-cupon__form {
  position: relative;
  display: block;
}

.cart-cupon__input {
  width: 100%;
  max-width: 290px;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--orkoz-font);
  font-size: 15px;
  color: rgba(9, 9, 9, .50);
  height: 60px;
  border: 1px solid #dddddd;
  outline: none;
  font-weight: 500;
  margin-bottom: 7px;
}

.cart-cupon__form ::placeholder {
  color: rgba(9, 9, 9, .50);
  opacity: 1;
}

.cart-cupon__form button {
  top: -2px;
  left: -4px;
  border: none;
  outline: none !important;
  background-color: #f6f6f6;
  color: var(--orkoz-black);
}

.cart-cupon__btn {
  font-size: 15px;
  color: var(--orkoz-black);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-cupon__btn:hover {
  color: var(--orkoz-base);
}

.cart-cupon__btn:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #7c7c7d;
}


.cart-page__right {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 7px;
}

.cart-page__total-box {
  position: relative;
  display: block;
}

.cart-page__total-table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
  background-color: #f9f9f9;
  padding-bottom: 25px;
}

.cart-page__total-table {
  min-width: 330px;
  width: 100%;
}

.cart-page__total-table tbody {
  position: relative;
}

.cart-page__total-table tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px;
  border-bottom: 1px solid #e4e2e0;
  margin-left: 20px;
  margin-right: 20px;
}

.cart-page__total-table tbody tr:first-child {
  background-color: #f4f0ec;
  padding: 13px 20px;
  border-bottom: 0;
  margin: 0;
}

.cart-page__total-table tbody tr:last-child {
  border-bottom: 0;
}

.cart-page__total-table tbody tr td {
  font-size: 18px;
  font-weight: 500;
  color: var(--orkoz-black);
}

.cart-page__total-table tbody tr td .flat-rate {
  font-size: 16px;
  line-height: 20px;
}

.cart-page__total-table tbody tr td .shipping-usa {
  font-size: 14px;
  color: #090909;
  opacity: .70;
  line-height: 20px;
}

.cart-page__total-table tbody tr td .change-address {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fd3333;
  line-height: 14px;
}

.cart-page__total-table tbody tr td .change-address:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fba9a9;
}

.proceed-checkout {
  font-size: 16px;
  font-weight: 500;
  color: var(--orkoz-white);
  background-color: var(--orkoz-base);
  border: none;
  outline: none;
  padding: 9px 0;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.proceed-checkout:hover {
  background-color: var(--orkoz-black);
}

/*--------------------------------------------------------------
# Checkout Page
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  display: block;
  padding: 117px 0 120px;
}

.checkout-page__left {
  position: relative;
  display: block;
}

.checkout-page__billing {
  position: relative;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.checkout-page__billing h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.checkout-page .checkout-page__form .field-label {
  color: var(--orkoz-black);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 9px;
  text-transform: capitalize;
  font-family: var(--orkoz-font-two);
}

.checkout-page .checkout-page__form .field-input {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.checkout-page .checkout-page__form .field-input input[type="text"],
.checkout-page .checkout-page__form .field-input input[type="email"],
.checkout-page .checkout-page__form .field-input input[type="tel"] {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  color: rgba(19, 18, 22, .50);
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-family: var(--orkoz-font);
  outline: none;
  transition: all 500ms ease;
}

.checkout-page .checkout-page__form .field-input input[type="text"]:focus {
  border-color: #e0e0e0;
}

.checkout-page .checkout-page__form .field-input textarea {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  color: rgba(9, 9, 9, .50);
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 120px;
  padding: 10px 20px;
  outline: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.checkout-page .checkout-page__form .field-input textarea:focus {
  border-color: #e0e0e0;
}

.checkout-page .checkout-page__form .field-input.text-message-box {
  margin-bottom: 0px;
  height: 160px;
}


.checkout-page .checkout-page__form .field-input .nice-select {
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #e0e0e0;
  text-align: left;
  font-family: var(--orkoz-font);
  font-size: 15px;
  font-weight: 500;
  color: rgba(19, 18, 22, .50);
  height: 60px;
  line-height: 60px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.checkout-page .checkout-page__form .field-input .nice-select:after {
  position: absolute;
  right: 20px;
  top: 50%;
  border-bottom: 1px solid #141414;
  border-right: 1px solid #141414;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  pointer-events: none;
}



.checkout-page .create-acc {
  position: relative;
  display: block;
  padding-top: 0;
  padding-bottom: 11px;
}

.checkout-page .create-acc .checkbox {
  position: relative;
  display: block;
}

.checkout-page .create-acc .checkbox label {
  color: var(--orkoz-black);
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.checkout-page .create-acc .checkbox input {
  position: relative;
  top: 1px;
}

.checkout-page .shipping-info input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  top: 0px;
  vertical-align: middle;
}

.checkout-page__right {
  position: relative;
  display: block;
  margin-top: 3px;
}

.checkout-page__order-summary {
  position: relative;
  display: block;
  background-color: #f9f9f9;
  padding: 30px 20px 0;
}

.checkout-page__order-summary-table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.checkout-page__order-summary-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid #e4e2e0;
  padding-bottom: 20px;
}

.checkout-page__order-summary-table {
  min-width: 330px;
  width: 100%;
}

.checkout-page__order-summary-table tbody {
  position: relative;
}

.checkout-page__order-summary-table tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-page__order-summary-table tbody tr td {
  font-size: 18px;
  font-weight: 500;
  color: var(--orkoz-black);
  padding: 30px 0;
}

.checkout-page__order-summary-img-box {
  position: relative;
  display: flex;
  align-items: center;
}

.checkout-page__order-summary-img {
  position: relative;
  display: block;
  width: 55px;
  margin-right: 12px;
}

.checkout-page__order-summary-img img {
  width: 100%;
}

.checkout-page__order-summary-content {
  font-size: 15px;
  line-height: 15px;
  font-family: var(--orkoz-font);
}

.checkout-page__order-summary-content i {
  font-size: 11px;
}


.checkout-page__right .cart-page__total-table-outer {
  padding-bottom: 15px;
}

.checkout-page__right .cart-page__total-table tbody tr:first-child {
  background-color: #efecf5;
}

.checkout__payment-info-box {
  position: relative;
  display: block;
  background-color: #f9f9f9;
  padding: 32px 20px 35px;
  margin-top: 25px;
}

.checkout__payment-info-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid #e4e2e0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.checkout__payment {
  position: relative;
  display: block;
}

.checkout__payment__item {
  position: relative;
  display: block;
  border: 1px solid #eae7e7;
  padding: 22px 20px 23px;
}

.checkout__payment__item--active {
  border: 1px solid #232323;
}

.checkout__payment__title {
  display: flex;
  color: var(--orkoz-black);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  align-items: center;
  cursor: pointer;
  font-family: var(--orkoz-font);
}

.checkout__payment__title::before {
  content: '';
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: 2px solid #d6d3d0;
  border-radius: 0;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  transition: all 500ms ease;
}

.checkout__payment__title::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #fc5d28;
  top: 29px;
  left: 26px;
  opacity: 0;
  transition: all 500ms ease;
}

.checkout__payment__item--active .checkout__payment__title::before {
  border: 2px solid #fc5d28;
}

.checkout__payment__item--active .checkout__payment__title::after {
  opacity: 1;
}

.checkout__payment__content {
  font-size: 16px;
  line-height: 30px;
  color: var(--orkoz-gray);
  font-weight: 500;
  margin-top: 9px;
}

.checkout__payment-info-box .checked-box {
  position: relative;
  display: block;
  margin-top: 24px;
}

.checkout__payment-info-box .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--orkoz-gray);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  font-family: var(--orkoz-font);
}

.checkout__payment-info-box .checked-box input[type="checkbox"] {
  display: none;
}

.checkout__payment-info-box .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  vertical-align: middle;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #d6d3d0;
}

.checkout__payment-info-box .checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  border-bottom: 2px solid #d6d3d0;
  border-right: 2px solid #d6d3d0;
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.checkout__payment-info-box .checked-box input[type="checkbox"]:checked+label span {
  border-color: #d6d3d0;
}

.checkout__payment-info-box .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.checkout__payment-btn {
  position: relative;
  display: block;
  margin-top: 30px;
}

.checkout__payment-btn a {
  position: relative;
  display: block;
  background-color: var(--orkoz-base);
  font-size: 18px;
  color: var(--orkoz-white);
  font-weight: 500;
  text-align: center;
  padding: 9px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.checkout__payment-btn a:hover {
  background-color: var(--orkoz-black);
}

/*--------------------------------------------------------------
# Pricing Page
--------------------------------------------------------------*/
.pricing-page {
  position: relative;
  display: block;
  padding: 114px 0 90px;
}

.pricing-page__sec-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 70px;
}

.pricing-page__sec-title h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 23px;
}

.pricing-page__sec-title p {
  font-size: 18px;
}

.pricing-page__single {
  position: relative;
  display: block;
  background-color: #f9f8fa;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.pricing-page__single:hover {
  background-color: #eeebf3;
}

.pricing-page__price-box {
  position: relative;
  display: block;
  background-color: #eeebf3;
  border-radius: 8px;
  padding: 38px 40px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.pricing-page__single:hover .pricing-page__price-box {
  background-color: #eeebf3;
  overflow: visible;
}

.pricing-page__price {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 34px;
}

.pricing-page__price span {
  font-size: 18px;
  font-family: var(--orkoz-font);
  font-weight: 500;
  line-height: 18px;
  position: relative;
  top: -10px;
}

.pricing-page__pack-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--orkoz-black);
  font-family: var(--orkoz-font-two);
  line-height: 20px;
}

.pricing-page__content {
  position: relative;
  display: block;
  padding: 50px 40px 60px;
}

.pricing-page__content-list {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.pricing-page__content-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-page__content-list li+li {
  margin-top: 5px;
}

.pricing-page__content-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-page__content-list li .icon i {
  font-size: 15px;
  color: #666464;
}

.pricing-page__content-list li .text {
  margin-left: 10px;
}

.pricing-page__btn {
  padding: 8px 50px 10px;
  background-color: var(--orkoz-black);
}

.pricing-page__shape-1 {
  position: absolute;
  top: -50px;
  right: -130px;
  z-index: -1;
}

.pricing-page__shape-1 img {
  width: auto;
}

.pricing-page__shape-2 {
  position: absolute;
  bottom: -205px;
  right: -260px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.pricing-page__shape-2 img {
  width: auto;
}

.pricing-page__single:hover .pricing-page__shape-2 {
  opacity: 0;
}

.pricing-page__shape-3 {
  position: absolute;
  bottom: -205px;
  right: -260px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.pricing-page__shape-3 img {
  width: auto;
}

.pricing-page__single:hover .pricing-page__shape-3 {
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.contact-info__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-info__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px 0px rgba(171, 171, 171, 0.35);
  padding: 30px 35px 56px;
  z-index: 1;
}

.contact-info__shape-1 {
  position: absolute;
  top: -380px;
  right: -325px;
  z-index: -1;
}

.contact-info__shape-1 img {
  width: auto;
}

.contact-info__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #f3f3f3;
  font-size: 40px;
  color: var(--orkoz-black);
  border-radius: 50%;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-info__single:hover .contact-info__icon {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.contact-info__title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  font-family: var(--orkoz-font);
  margin-top: 16px;
}

.contact-info__title a {
  position: relative;
  display: block;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-info__title a:hover {
  color: var(--orkoz-base);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 610px;
  width: 100%;
}


/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: #e3dfdf;
  z-index: 1;
}

.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: -1;
  opacity: .90;
}

.contact-one__inner {
  position: relative;
  display: block;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(202, 198, 196, 0.35);
  z-index: 1;
}

.contact-one__map {
  position: absolute;
  top: 67px;
  left: 60px;
  z-index: -1;
}

.contact-one__map img {
  width: auto;
}

.contact-one__inner-content {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 68px 100px 70px;
  text-align: center;
}

.contact-one__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 28px;
}

.contact-one__tagline {
  font-size: 22px;
  color: var(--orkoz-base);
}


.contact-one__content {
  position: relative;
  display: block;
  margin-top: 27px;
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-one__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-one__form-input-box input[type="text"],
.contact-one__form-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid var(--orkoz-black);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--orkoz-black);
  display: block;
  font-weight: 500;
  border-radius: 0;
}

.contact-one__form-input-box textarea {
  font-size: 16px;
  color: rgba(19, 18, 22, .50);
  height: 220px;
  width: 100%;
  background-color: transparent;
  padding: 25px 20px 30px;
  border: 1px solid var(--orkoz-black);
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
  border-radius: 0;
}

.contact-one__form-input-box.text-message-box {
  height: 220px;
}

.contact-one__btn-box {
  position: relative;
  display: block;
  text-align: center;
}

.contact-one__btn {
  border: none;
}


/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.faq-page__left {
  position: relative;
  display: block;
  margin-right: 18px;
}

.faq-page__form-box {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: rgb(247, 243, 255);
  box-shadow: 0px 0px 26px 0px rgba(161, 161, 161, 0.35);
  z-index: 1;
}

.faq-page__form-box-inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 43px 30px 40px;
  background-color: rgb(247, 243, 255);
  z-index: 1;
}

.faq-page__form-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: -1;
}

.faq-page__form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 27px;
}


.faq-page__form {
  position: relative;
  display: block;
}

.faq-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.faq-page__form-input-box input[type="text"],
.faq-page__form-input-box input[type="email"] {
  height: 56px;
  width: 100%;
  border: 0;
  background-color: #f3f1f7;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 15px;
  color: rgba(19, 18, 22, .70);
  display: block;
  font-weight: 500;
  border-radius: 0;
}

.faq-page__form-input-box textarea {
  font-size: 15px;
  color: rgba(19, 18, 22, .70);
  height: 120px;
  width: 100%;
  background-color: #f3f1f7;
  padding: 15px 20px 20px;
  border: 0;
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
  border-radius: 0;
}

.faq-page__form-input-box.text-message-box {
  height: 120px;
}

.faq-page__btn-box {
  position: relative;
  display: block;
  text-align: center;
}

.faq-page__btn {
  border: none;
  width: 100%;
}

.faq-page__right {
  position: relative;
  display: block;
  margin-top: -11px;
  margin-left: 45px;
}

.faq-page__faq {
  position: relative;
  display: block;
}

.faq-page__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 45px;
}

.faq-page__faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 0;
}

.faq-page__faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 14px 20px 14px;
  padding-left: 65px;
  border: 1px solid #b5b5b5;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page__faq .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--orkoz-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__faq .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 10px;
}

.faq-page__faq .faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: #f3f1f7;
  border: 1px solid #f3f1f7;
}

.faq-page__faq .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--orkoz-black);
}

.faq-page__faq .faq-one-accrodion .accrodion-title h4::before {
  content: "\e924";
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-size: 13px;
  color: var(--orkoz-white);
  position: absolute;
  top: 50%;
  left: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: 30px;
  width: 30px;
  background-color: #fc5d28;
  border-radius: 50%;
}

.faq-page__faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e91e";
  color: var(--orkoz-white);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orkoz-base);
}

.faq-page__faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 20px 25px 20px;
}

.faq-page__faq .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: var(--orkoz-black);
  opacity: .80;
}


/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.testimonials-page .testimonial-one__single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Contact Our Team
--------------------------------------------------------------*/
.contact-our-team {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.contact-our-team__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f4ec;
  padding: 32px 25px 33px;
  z-index: 1;
}

.contact-our-team__inner:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: 6px;
  width: 305px;
  border: 1px solid var(--orkoz-black);
  z-index: -1;
}

.contact-our-team__title {
  font-size: 32px;
  font-family: var(--orkoz-font);
  font-weight: 400;
  line-height: 42px;
}

.contact-our-team__btn {
  padding: 17px 55px 16px;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
.portfolio-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.portfolio-page .container {
  max-width: 1800px;
}

.portfolio-one__bottom-content {
  position: relative;
  display: block;
}

.portfolio-one__bottom-content .container {
  max-width: 1200px;
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-list__single {
  position: relative;
  display: block;
}

.blog-list__single+.blog-list__single {
  margin-top: 30px;
}

.blog-list__img-box {
  position: relative;
  display: block;
}

.blog-list__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-list__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--orkoz-black-rgb), .50);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.blog-list__single:hover .blog-list__img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.blog-list__img img {
  width: 100%;
  transition: all 500ms ease;
}

.blog-list__single:hover .blog-list__img img {
  transform: scale(1.05);
}

.blog-list__tag {
  position: absolute;
  bottom: 14px;
  left: 30px;
  border-radius: 2px;
  background-color: var(--orkoz-primary);
  padding: 1px 11px 2px;
  z-index: 1;
}

.blog-list__tag p {
  font-size: 15px;
  line-height: 20px;
}

.blog-list__content-box {
  position: relative;
  display: block;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(191, 191, 191, 0.35);
  padding: 28px 30px 40px;
}

.blog-list__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list__meta li+li {
  margin-left: 20px;
}

.blog-list__meta li a {
  font-size: 14px;
  color: rgba(var(--orkoz-black-rgb), .88);
  font-weight: 500;
  transition: all 500ms ease;
}

.blog-list__meta li a:hover {
  color: var(--orkoz-base);
}

.blog-list__meta li a i {
  font-size: 17px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.blog-list__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 11px;
  margin-bottom: 30px;
}

.blog-list__title a {
  color: var(--orkoz-black);
  transition: all 500ms ease;
}

.blog-list__title a:hover {
  color: var(--orkoz-base);
}

.blog-list__btn-and-social-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-list__btn-and-date {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list__btn-box {
  position: relative;
  display: block;
}

.blog-list__btn {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--orkoz-base);
  border-radius: var(--orkoz-bdr-radius);
  padding: 8px 26px 9px;
  font-size: 18px;
  color: var(--orkoz-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__btn:hover {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.blog-list__btn i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--orkoz-base);
  border-radius: 50%;
  font-size: 18px;
  color: var(--orkoz-white);
  margin-left: 16px;
  transition: all 500ms ease;
}

.blog-list__btn:hover i {
  background-color: var(--orkoz-white);
  color: var(--orkoz-base);
}

.blog-list__date {
  position: relative;
  display: block;
  margin-left: 15px;
}

.blog-list__date a {
  font-size: 14px;
  color: rgba(var(--orkoz-black-rgb), .88);
  font-weight: 500;
  transition: all 500ms ease;
}

.blog-list__date a i {
  position: relative;
  font-size: 17px;
  top: 1px;
  margin-right: 3px;
}

.blog-list__social {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 50px;
  background-color: #f8f7fa;
  border-radius: 2px;
  font-size: 20px;
  color: var(--orkoz-black);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}

.blog-list__social a:hover {
  color: var(--orkoz-white);
}

.blog-list__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--orkoz-base);
  border-radius: 2px;
  transform: scaleY(0.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.blog-list__social a:hover:after {
  transform: scaleY(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.blog-list__social a+a {
  margin-left: 10px;
}

.blog-page__pagination {
  position: relative;
  display: block;
  margin-top: 55px;
}

.blog-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 7px;
}

.blog-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination .prev a {
  width: 83px;
}

.blog-page__pagination .pg-pagination .next a {
  width: 83px;
}

.blog-page__pagination .pg-pagination li a {
  height: 54px;
  width: 51px;
  text-align: center;
  line-height: 54px;
  display: inline-block;
  color: var(--orkoz-black);
  background-color: #f8f7fa;
  border-top-right-radius: 1px;
  font-weight: 500;
  font-size: 19px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sideber {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__search {
  position: relative;
  display: block;
  background-color: var(--orkoz-extra);
  padding: 32px 43px 33px;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form-inner {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  position: relative;
  display: block;
  outline: none;
  background-color: var(--orkoz-white);
  color: #25242e;
  opacity: .60;
  font-size: 14px;
  padding-left: 20px;
  height: 65px;
  font-weight: 500;
  width: 100%;
  padding-right: 80px;
  border: 1px solid #e2e2e2;
}

.sidebar__search-form button[type="submit"] {
  color: var(--orkoz-base);
  font-size: 21px;
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  bottom: 0;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: var(--orkoz-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.sidebar__single+.sidebar__single {
  margin-top: 40px;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: var(--orkoz-extra);
  border: 1px solid var(--orkoz-black);
  padding: 37px 40px 51px;
}

.sidebar__title-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.sidebar__title-shape-1 {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background-color: var(--orkoz-base);
  margin-right: 12px;
}

.sidebar__title-shape-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background-color: var(--orkoz-primary);
  transform: translateX(-50%) translateY(-50%);
}

.sidebar__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.sidebar__category-box {
  position: relative;
  display: block;
}

.sidebar__category-box li {
  position: relative;
  display: block;
}

.sidebar__category-box li+li {
  margin-top: 20px;
}

.sidebar__category-list {
  position: relative;
  display: block;
}

.sidebar__category-list a {
  font-size: 18px;
  font-weight: 500;
  color: var(--orkoz-black);
  padding: 10px 43px 10px;
  position: relative;
  display: block;
  border: 1px solid #e2e2e2;
  background-color: var(--orkoz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-box li:hover .sidebar__category-list a {
  background-color: var(--orkoz-base);
  border: 1px solid var(--orkoz-black);
  color: var(--orkoz-white);
}

.sidebar__category-box li.active .sidebar__category-list a {
  background-color: var(--orkoz-base);
  border: 1px solid var(--orkoz-black);
  color: var(--orkoz-white);
}

.sidebar__category-list a span {
  margin-left: 10px;
}

.sidebar__category-list a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  background-color: var(--orkoz-base);
  margin-right: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-list a::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 5px;
  height: 5px;
  background-color: var(--orkoz-primary);
}

.sidebar__category-box li:hover .sidebar__category-list a::before {
  background-color: #407e69;
}

.sidebar__category-box li.active .sidebar__category-list a::before {
  background-color: #407e69;
}

.sidebar__post {
  position: relative;
  display: block;
  background-color: var(--orkoz-extra);
  border: 1px solid var(--orkoz-black);
  padding: 15px 15px 15px;
  padding-right: 15px;
}

.sidebar__post-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  padding: 20px 17px 20px;
  border-radius: 4px;
  border: 1px solid #cfcfd1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-list li+li {
  margin-top: 30px;
}

.sidebar__post-content {
  position: relative;
  display: block;
}

.sidebar__post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
  margin-top: 2px;
}

.sidebar__post-title a {
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-title a:hover {
  color: var(--orkoz-base);
}

.sidebar__post-content-meta {
  font-size: 13px;
  font-weight: 500;
  color: var(--orkoz-black);
  opacity: .80;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  font-size: 15px;
  font-weight: 700;
  color: var(--orkoz-black);
  padding-right: 3px;
  position: relative;
  top: 1px;
}

.sidebar__post-image {
  position: relative;
  display: block;
}

.sidebar__post-image>img {
  width: 81px;
}

.sidebar__quote-box {
  position: relative;
  display: block;
  text-align: center;
  background-color: #faf8ed;
  padding: 40px 50px 54px;
  overflow: hidden;
  z-index: 2;
}

.sidebar__quote-shape-1 {
  position: absolute;
  bottom: -119px;
  right: 27px;
  width: 163px;
  height: 163px;
  background-color: #e7f2f0;
  border-radius: 50%;
  z-index: 1;
}

.sidebar__quote-shape-2 {
  position: absolute;
  bottom: -71px;
  right: -52px;
  width: 163px;
  height: 163px;
  background-color: var(--orkoz-white);
  border-radius: 50%;
  z-index: -1;
}

.sidebar__quote-icon {
  position: relative;
  display: block;
}

.sidebar__quote-icon img {
  width: auto;
}

.sidebar__quote-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  color: var(--orkoz-black);
  margin-top: 26px;
  margin-bottom: 18px;
}

.sidebar__quote-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  color: var(--orkoz-black);
  position: relative;
  display: inline-block;
}

.sidebar__quote-name::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 32px;
  background-color: #434343;
  left: -47px;
  top: 17px;
}

.sidebar__book-a-call {
  position: relative;
  display: block;
  background-color: var(--orkoz-extra);
  border: 1px solid var(--orkoz-black);
  padding: 37px 40px 55px;
}

.sidebar__book-a-call .sidebar__title-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.sidebar__book-a-call-img-box {
  position: relative;
  display: block;
}

.sidebar__book-a-call-img {
  position: relative;
  display: block;
}

.sidebar__book-a-call-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 325px;
  background: rgb(225, 240, 237);
  background: linear-gradient(0deg, rgba(225, 240, 237, 1) 9%, rgba(70, 44, 123, 0.938813025210084) 48%, rgba(70, 44, 123, 0) 100%);
}

.sidebar__book-a-call-img img {
  width: 100%;
  border-top-left-radius: var(--orkoz-bdr-radius);
  border-top-right-radius: var(--orkoz-bdr-radius);
}

.sidebar__book-a-call-title-box {
  position: absolute;
  bottom: 40px;
  left: 25px;
  right: 25px;
  text-align: center;
  z-index: 2;
}

.sidebar__book-a-call-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: var(--orkoz-white);
}

.sidebar__book-a-call-title span {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px !important;
  color: var(--orkoz-white);
  font-family: var(---orkoz-font-two) !important;
}

.sidebar__book-a-call-count-plus {
  position: relative;
  top: 2px;
}

.sidebar__book-a-call-btn-box {
  position: relative;
  display: block;
  margin-top: 62px;
}

.sidebar__book-a-call-btn {
  font-size: 18px;
  background-color: var(--orkoz-white);
  color: var(--orkoz-black);
  border-radius: 0;
  padding: 7px 62px 6px;
}

.sidebar__book-a-call-btn:hover {
  color: var(--orkoz-black);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img-box {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
}

.blog-details__tag {
  position: absolute;
  bottom: 14px;
  left: 30px;
  border-radius: 2px;
  background-color: var(--orkoz-primary);
  padding: 1px 17px 2px;
  z-index: 1;
}

.blog-details__tag p {
  font-size: 15px;
  line-height: 20px;
  color: var(--orkoz-black);
}

.blog-details__social {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -26px;
  right: 26px;
}

.blog-details__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 50px;
  background-color: #f8f7fa;
  border-radius: 2px;
  font-size: 20px;
  color: var(--orkoz-black);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}

.blog-details__social a:hover {
  color: var(--orkoz-white);
}

.blog-details__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--orkoz-base);
  border-radius: 2px;
  transform: scaleY(0.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.blog-details__social a:hover:after {
  transform: scaleY(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.blog-details__social a+a {
  margin-left: 10px;
}

.blog-details__content-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(191, 191, 191, 0.35);
  padding: 28px 30px 47px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__meta li+li {
  margin-left: 20px;
}

.blog-details__meta li a {
  font-size: 14px;
  color: rgba(var(--orkoz-black-rgb), .88);
  font-weight: 500;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--orkoz-base);
}

.blog-details__meta li a i {
  font-size: 17px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.blog-details__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 11px;
  margin-bottom: 21px;
}

.blog-details__title-2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 32px;
  margin-bottom: 11px;
}

.blog-details__points {
  position: relative;
  display: block;
  margin-bottom: 33px;
  margin-top: 32px;
}

.blog-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__points li+li {
  margin-top: 23px;
}

.blog-details__points-shape-1 {
  position: relative;
  display: block;
  max-width: 9px;
  width: 100%;
  height: 18px;
  background-color: var(--orkoz-primary);
  margin-right: 18px;
}

.blog-details__points-shape-1::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 9px;
  height: 12px;
  background-color: var(--orkoz-base);
}

.blog-details__points-shape-1::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 9px;
  height: 13px;
  background-color: var(--orkoz-base);
}

.blog-details__points-two {
  position: relative;
  display: block;
}

.blog-details__points-two li {
  position: relative;
  display: flex;
}

.blog-details__points-two li+li {
  margin-top: 16px;
}

.blog-details__points-two li .icon {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  top: 12px;
}

.blog-details__points-two li .icon span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--orkoz-black);
}

.blog-details__img-two {
  position: relative;
  display: block;
  margin-top: 50px;
  margin-bottom: 65px;
}

.blog-details__img-two img {
  width: 100%;
}

.blog-details__quote-box {
  position: relative;
  display: block;
}

.blog-details__quote-text {
  position: relative;
  display: block;
  border: 1px solid var(--orkoz-black);
  padding: 30px 34px 37px;
  padding-right: 115px;
}

.blog-details__quote-text p {
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  color: #fc5d28;
}

.blog-details__quote-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  background-color: #faf8ed;
  top: 2px;
  right: 2px;
  bottom: 2px;
}

.blog-details__quote-icon span {
  font-size: 60px;
  color: var(--orkoz-black);
  transform: rotate(180deg);
}

.blog-details__title-3 {
  margin-top: 36px;
  margin-bottom: 9px;
}

.blog-details__title-4 {
  margin-top: 41px;
  margin-bottom: 11px;
}

.blog-details__tags {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 57px;
  border: 1px solid var(--orkoz-black);
  padding: 23px 20px 23px;
  margin-bottom: 68px;
}

.blog-details__tags p {
  font-size: 20px;
  font-weight: 600;
  color: var(--orkoz-black);
  margin-right: 16px;
}

.blog-details__tags-list {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__tags-list a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(var(--orkoz-black-rgb), .80);
  padding: 0 18px 0;
  line-height: 30px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags-list a+a {
  margin-left: 10px;
}

.blog-details__tags-list a:hover {
  background-color: var(--orkoz-base);
  border: 1px solid var(--orkoz-base);
  color: var(--orkoz-white);
}

.author {
  position: relative;
  display: flex;
  align-items: center;
}

.author__img {
  position: relative;
  display: block;
}

.author__img img {
  width: 144px;
  border-radius: 50%;
}

.author__content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.author__content h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.author__content p {
  font-size: 18px;
  font-weight: 400;
  color: #fc5d28;
  line-height: 32px;
  padding: 8px 0 20px;
}

.author__social {
  position: relative;
  display: flex;
  align-items: center;
}

.author__social span {
  color: var(--orkoz-black);
  margin-right: 20px;
  margin-top: -3px;
}

.author__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--orkoz-black);
  background-color: #f8f7fb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.author__social a:hover {
  color: var(--orkoz-white);
  background-color: var(--orkoz-base);
}

.author__social a+a {
  margin-left: 10px;
}

.back-news {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--orkoz-black);
  border-bottom: 1px solid var(--orkoz-black);
  margin-top: 55px;
}

.back-news__content {
  position: relative;
  display: block;
  align-items: center;
  background-color: #e7f2f0;
  padding: 34px 30px 38px;
  max-width: 348px;
  padding-left: 72px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f7fb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__arrow a {
  font-size: 30px;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__content-2 {
  position: relative;
  display: block;
  align-items: center;
  background-color: #e7f2f0;
  padding: 34px 30px 38px;
  max-width: 348px;
  padding-right: 72px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__arrow-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f7fb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__arrow-2 a {
  font-size: 30px;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__text-box {
  position: relative;
}

.back-news__text {
  font-size: 18px;
  color: var(--orkoz-black);
  font-weight: 700;
  line-height: 30px;
  font-family: var(--orkoz-font-two);
}

.back-news__2nd-text {
  text-align: right;
}

.back-news__content:hover .back-news__arrow {
  background-color: var(--orkoz-base);
}

.back-news__content:hover .back-news__arrow a {
  color: var(--orkoz-white);
}

.back-news__content-2:hover .back-news__arrow-2 {
  background-color: var(--orkoz-base);
}

.back-news__content-2:hover .back-news__arrow-2 a {
  color: var(--orkoz-white);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.blog-details__comment-and-form {
  position: relative;
  display: block;
  margin-top: 97px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--orkoz-black);
  font-size: 24px;
  margin-bottom: 47px;
  font-weight: 700;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 34px;
  margin-bottom: 36px;
}

.comment-one__single--two {
  margin-left: 80px;
}

.comment-one__content {
  position: relative;
  margin-left: 25px;
  margin-top: 5px;
}

.comment-one__content h3 {
  font-size: 24px;
  color: var(--orkoz-black);
  font-weight: 700;
}

.comment-one__content span {
  color: rgba(var(--orkoz-black-rgb), .70);
}

.comment-one__content p {
  color: rgba(var(--orkoz-black-rgb), .70);
  margin-top: 5px;
  margin-bottom: 10px;
}

.comment-one__btn {
  padding: 0px 12px;
  position: absolute;
  bottom: 1px;
  left: 111px;
  background-color: #efeeee;
  font-size: 13px;
  line-height: 23px;
  color: var(--orkoz-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__btn:hover {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  width: auto;
  border-radius: 50%;
}

.comment-form {
  position: relative;
  display: block;
  padding-top: 14px;
}

.comment-form .comment-form__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 70px;
  width: 100%;
  border: 1px solid #e3e3e3;
  background-color: var(--orkoz-white);
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: rgba(var(--orkoz-black-rgb), .60);
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box input[type="text"]:focus,
.comment-form__input-box input[type="email"]:focus {
  border: 1px solid var(--orkoz-black);
}

.comment-form__input-box textarea {
  font-size: 15px;
  color: rgba(var(--orkoz-black-rgb), .60);
  height: 218px;
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 15px 30px 30px;
  outline: none;
  margin-bottom: 0px;
  border-radius: var(--orkoz-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box textarea:focus {
  border: 1px solid var(--orkoz-black);
}

.comment-form__btn {
  border: none;
  font-size: 16px;
  color: var(--orkoz-white);
  background-color: var(--orkoz-base);
  border-radius: 2px;
  padding: 11px 30px;
  font-weight: 500;
  padding-right: 37px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn:hover {
  background-color: var(--orkoz-black);
  color: var(--orkoz-white);
}

.comment-form__input-box.text-message-box {
  height: 218px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.portfolio-details__inner {
  position: relative;
  display: block;
}

.portfolio-details__banner {
  position: relative;
  display: block;
}

.portfolio-details__img {
  position: relative;
  display: block;
}

.portfolio-details__img img {
  width: 100%;
}

.portfolio-details__title-box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fdfaec;
  padding: 21px 30px 18px;
  padding-left: 393px;
  border-radius: 2px;
}

.portfolio-details__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
}

.portfolio-details__points-box {
  position: absolute;
  bottom: 0;
  left: 37px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  max-width: 310px;
  width: 100%;
  padding: 38px 38px 47px;
}

.portfolio-details__points-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 189px;
  background-color: var(--orkoz-primary);
}

.portfolio-details__points-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 161px;
  background-color: #50c4a7;
}

.portfolio-details__points {
  position: relative;
  display: block;
}

.portfolio-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-details__points li+li {
  margin-top: 48px;
}

.portfolio-details__points li .icon {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 8px;
}

.portfolio-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 43px;
  color: var(--orkoz-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.portfolio-details__points li:hover span {
  transform: scale(.9);
}

.portfolio-details__points li .text {
  position: relative;
  display: block;
}

.portfolio-details__points-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(var(--orkoz-black-rgb), .70);
}

.portfolio-details__points-sub-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.portfolio-details__points-sub-title-date {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.portfolio-details__title-2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 60px;
  margin-bottom: 15px;
}

.portfolio-details__text-1 {
  font-size: 18px;
  line-height: 34px;
}

.portfolio-details__text-2 {
  font-size: 18px;
  line-height: 34px;
  margin-top: 27px;
  margin-bottom: 50px;
}

.portfolio-details__points-box-and-content-creation {
  position: relative;
  display: flex;
}

.portfolio-details__points-list {
  position: relative;
  display: block;
  max-width: 490px;
  width: 100%;
  background-color: #f5f4ec;
  border-radius: var(--orkoz-bdr-radius);
  padding: 35px 40px 23px;
  margin-top: 9px;
}

.portfolio-details__points-list::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--orkoz-base);
  content: "";
}

.portfolio-details__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-details__points-list li+li {
  margin-top: 8px;
}

.portfolio-details__points-list li .icon {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.portfolio-details__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #57524e;
}

.portfolio-details__points-list li .text {
  position: relative;
  display: block;
}

.portfolio-details__points-list li .text p {
  color: rgba(var(--orkoz-black-rgb), .90);
}

.portfolio-details__content-creation {
  position: relative;
  display: block;
  max-width: 529px;
  margin-left: 113px;
}

.portfolio-details__content-creation-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.portfolio-details__content-creation-text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 22px;
}

.portfolio-details__title-3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 61px;
  margin-bottom: 15px;
}

.portfolio-details__text-3 {
  font-size: 18px;
  line-height: 34px;
}

.portfolio-details__solutions-strategy-and-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 43px;
}

.portfolio-details__solutions-strategy {
  position: relative;
  display: block;
  max-width: 563px;
}

.portfolio-details__solutions-strategy-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.portfolio-details__solutions-strategy-text-1 {
  font-size: 18px;
  line-height: 34px;
  margin-top: 13px;
  margin-bottom: 22px;
}

.portfolio-details__solutions-strategy-text-2 {
  font-size: 18px;
  line-height: 34px;
}

.portfolio-details__solutions-strategy-img {
  position: relative;
  display: block;
  margin-top: 4px;
}

.portfolio-details__solutions-strategy-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 9px;
  background-color: var(--orkoz-primary);
}

.portfolio-details__solutions-strategy-img img {
  width: 100%;
}

.portfolio-details__title-4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 18px;
}

.portfolio-details__bottom {
  position: relative;
  display: block;
  background-color: #f5f4ec;
  z-index: 1;
}

.portfolio-details__bottom:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: 6px;
  width: 305px;
  border: 1px solid var(--orkoz-black);
  z-index: -1;
}

.portfolio-details__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 30px 36px;
  padding-right: 25px;
  overflow: hidden;
}

.portfolio-details__bottom-title-box {
  position: relative;
  display: block;
}

.portfolio-details__bottom-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  font-family: var(--orkoz-font);
}

.portfolio-details__btn-box {
  position: relative;
  display: block;
  z-index: 1;
}

.portfolio-details__btn {
  padding-right: 43px !important;
  padding: 17px 57px 16px;
}

.portfolio-details__shape-1 {
  position: absolute;
  top: -31px;
  left: -97px;
  width: 209px;
  height: 209px;
  background-color: #f9f1c0;
  border-radius: 50%;
}

.portfolio-details__shape-2 {
  position: absolute;
  top: -30px;
  left: -135px;
  width: 209px;
  height: 209px;
  background-color: #fcfcfc;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.services-details__right {
  position: relative;
  display: block;
}

.services-details__img {
  position: relative;
  display: block;
}

.services-details__img img {
  width: 100%;
}

.services-details__title-1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 47px;
  margin-bottom: 32px;
}

.services-details__text-1 {
  font-size: 18px;
  line-height: 32px;
}

.services-details__text-2 {
  font-size: 18px;
  line-height: 32px;
  margin-top: 28px;
  margin-bottom: 50px;
}

.services-details__title-2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.services-details__text-3 {
  font-size: 18px;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 47px;
}

.services-details__strategy-consulting-and-digital-consulting {
  position: relative;
  display: block;
}

.services-details__strategy-consulting-and-digital-consulting .row {
  --bs-gutter-x: 20px;
}

.services-details__strategy {
  position: relative;
  display: block;
  background-color: #e7f2f0;
  padding: 37px 30px 35px;
}

.services-details__strategy-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 17px;
}

.services-details__digital {
  position: relative;
  display: block;
  background-color: #faf7f6;
}

.services-details__text-4 {
  font-size: 18px;
  line-height: 32px;
  margin-top: 37px;
  margin-bottom: 38px;
}

.services-details__points-list {
  position: relative;
  display: block;
}

.services-details__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points-list li+li {
  margin-top: 19px;
}

.services-details__points-list li .icon {
  position: relative;
  display: inline-block;
  margin-right: 22px;
}

.services-details__points-list li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--orkoz-base);
  border-radius: 50%;
  font-size: 13px;
  color: var(--orkoz-white);
}

.services-details__points-list li .text {
  position: relative;
  display: block;
}

.services-details__points-list li .text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  font-family: var(--orkoz-font-two);
}

.services-strategy-box {
  position: relative;
  display: block;
  background-color: #f9f9f6;
  padding: 48px 35px 35px;
  margin-top: 50px;
  border-radius: var(--orkoz-bdr-radius);
}

.services-strategy-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.services-strategy-box__img {
  position: relative;
  display: block;
}

.services-strategy-box__img img {
  width: auto;
}

.services-strategy-box__content {
  position: relative;
  display: block;
  margin-left: 40px;
}

.services-strategy-box__text {
  font-size: 18px;
  line-height: 32px;
  color: var(--orkoz-black);
}

.services-strategy-box__points {
  position: relative;
  display: block;
  margin-top: 30px;
}

.services-strategy-box__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-strategy-box__points li+li {
  margin-top: 4px;
}

.services-strategy-box__points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.services-strategy-box__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--orkoz-black);
}

.services-strategy-box__bottom {
  position: relative;
  display: block;
  margin-top: 26px;
}

.services-strategy-box__bottom-text {
  position: relative;
  display: block;
  background-color: var(--orkoz-primary);
  padding: 9px 30px 11px;
}

.services-strategy-box__bottom-text p {
  font-size: 20px;
  line-height: 30px;
  color: var(--orkoz-black);
}

.services-strategy-box__btn a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--orkoz-base);
  width: 142px;
  font-size: 18px;
  color: var(--orkoz-white);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-strategy-box__btn a:hover {
  background-color: var(--orkoz-black);
}

.Protfolio-details__faq {
  position: relative;
  display: block;
  background-color: #eff8f6;
  padding: 45px 20px 45px;
  border-radius: var(--orkoz-bdr-radius);
}

.Protfolio-details__faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 0;
  background-color: transparent;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 12px 20px 11px;
  background-color: var(--orkoz-white);
  border: 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-left: 28px;
  border: 1px solid #f7f7f7;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--orkoz-black);
  font-family: var(--orkoz-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 8px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--orkoz-white);
  border: 1px solid transparent;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--orkoz-black);
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title h4::before {
  content: "\e924";
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-size: 12px;
  color: var(--orkoz-white);
  position: absolute;
  top: 50%;
  left: inherit;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: 28px;
  width: 28px;
  background-color: #bfb3b3;
  border-radius: 50%;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e91e";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orkoz-black);
  color: var(--orkoz-white);
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 17px 20px 8px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: var(--orkoz-black);
  opacity: .80;
  font-size: 16px;
  line-height: 32px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title::before {
  display: none;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title::before {
  display: none;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 50px;
  z-index: 1;
}

.team-page .team-one__img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: rgb(70, 44, 123);
  background: linear-gradient(0deg, rgba(70, 44, 123, 1) 6%, rgba(70, 44, 123, 0) 100%);
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 2;
}

.team-page .team-one__single:hover .team-one__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.team-one__social {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 17.5px 0;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.team-page .team-one__single:hover .team-one__social {
  transform: translateX(-50%) scaleX(1);
}

.team-one__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 50px;
  background-color: var(--orkoz-white);
  border-radius: 2px;
  font-size: 20px;
  color: var(--orkoz-black);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}

.team-one__social a:hover {
  color: var(--orkoz-white);
}

.team-one__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--orkoz-base);
  border-radius: 2px;
  transform: scaleY(0.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.team-one__social a:hover:after {
  transform: scaleY(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team-one__social a+a {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Our Mission
--------------------------------------------------------------*/
.our-mission {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.our-mission__inner {
  position: relative;
  display: block;
  padding-top: 85px;
  border-top: 1px solid #e5e5e5;
}

.our-mission__left {
  position: relative;
  display: block;
  margin-top: 10px;
}

.our-mission__points-list {
  position: relative;
  display: block;
}

.our-mission__points-list li {
  position: relative;
  display: block;
}

.our-mission__points-list li+li {
  margin-top: 42px;
}

.our-mission__points-list li .icon {
  position: relative;
  display: inline-block;
}

.our-mission__points-list li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background-color: var(--orkoz-base);
  font-size: 40px;
  color: var(--orkoz-white);
  border-radius: 1px;
}

.our-mission__points-list li .icon-2 span {
  background-color: var(--orkoz-primary);
  color: var(--orkoz-black);
}

.our-mission__points-list li .icon-3 span {
  background-color: #407e69;
}

.our-mission__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 23px;
  margin-bottom: 13px;
}

.our-mission__right {
  position: relative;
  display: block;
  margin-left: 44px;
}

.our-mission__right-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.our-mission__right-text-1 {
  font-size: 18px;
  line-height: 34px;
  margin-top: 33px;
  margin-bottom: 38px;
}

.our-mission__right-text-2 {
  font-size: 18px;
  line-height: 34px;
}

.our-mission__right-img {
  position: relative;
  display: block;
  margin-top: 54px;
}

.our-mission__right-img img {
  width: 100%;
}

.our-mission__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f4ec;
  padding: 29px 30px 36px;
  padding-right: 25px;
  margin-top: 120px;
}

.our-mission__bottom-title-box {
  position: relative;
  display: block;
}

.our-mission__bottom-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  font-family: var(--orkoz-font);
}

.our-mission__btn-box {
  position: relative;
  display: block;
  z-index: 1;
}

.our-mission__btn-box::before {
  content: "";
  position: absolute;
  top: -33px;
  left: -36px;
  right: -30px;
  bottom: -30px;
  border: 1px solid var(--orkoz-black);
  z-index: -1;
}

.our-mission__btn {
  padding-right: 43px !important;
  padding: 17px 57px 16px;
}

/*--------------------------------------------------------------
# Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 100px 0 120px;
  z-index: 1;
}

.error-page__left {
  position: relative;
  display: block;
  margin-left: -236px;
  margin-right: -15px;
  margin-top: 20px;
}

.error-page__img {
  position: relative;
  display: block;
}

.error-page__img img {
  width: 100%;
}

.error-page__right {
  position: relative;
  display: block;
  margin-left: 80px;
}

.error-page__title-box {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 250px;
  line-height: 250px;
  font-weight: 800;
  color: #fafafa;
  -webkit-text-stroke: 6px var(--orkoz-base);
}

.error-page__bottom {
  position: relative;
  display: block;
  margin-left: 10px;
}

.error-page__tagline {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  color: var(--orkoz-black);
  font-family: var(--orkoz-font);
  margin-top: 47px;
  margin-bottom: 2px;
}

.error-page__text {
  font-size: 20px;
  font-weight: 500;
}

.error-page__form {
  position: relative;
  display: block;
  margin-top: 51px;
  margin-bottom: 42px;
}

.error-page__form-input {
  position: relative;
  display: block;
}

.error-page__form input[type="search"] {
  height: 70px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f0f0f0;
  font-size: 16px;
  color: rgba(var(--orkoz-black-rgb), .70);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 93px;
}

.error-page__form button[type="submit"] {
  background-color: var(--orkoz-white);
  color: var(--orkoz-black);
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 83px;
  outline: none;
  border: 1px solid var(--orkoz-black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.error-page__form button[type="submit"]:hover {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
}

.error-page__btn {
  background-color: var(--orkoz-base);
  color: var(--orkoz-white);
  padding: 16px 62px 17px;
}

.error-page__btn:hover {
  color: var(--orkoz-black);
}

.error-page__btn:after {
  background-color: var(--orkoz-primary);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# About Page Team
--------------------------------------------------------------*/
.about-page-team {
  padding-bottom: 90px;
}

/*--------------------------------------------------------------
# About Page Portfolio
--------------------------------------------------------------*/
.about-page-portfolio {
  padding-top: 0;
  background-color: #f8f7fb;
}

.about-page-portfolio:before {
  display: none;
}

.about-page-portfolio .portfolio-two__bottom {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Call To Action Three
--------------------------------------------------------------*/
.call-to-action-three {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Company Page Portfolio
--------------------------------------------------------------*/
.company-page-portfolio {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Video Three
--------------------------------------------------------------*/
.video-three {
  margin-bottom: 120px;
}

/*--------------------------------------------------------------
# Portfolio Page Two
--------------------------------------------------------------*/
.portfolio-page-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.portfolio-page-two .container {
  max-width: 1830px;
}

.portfolio-page-two .portfolio-two__sub-title::before {
  background-color: #f42647;
}




/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
  background-color: var(--orkoz-extra);
}


.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .main-menu__location-box {
  display: none;
}

    .newsletter-section {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 80px 20px;
      background: #fefefe;
      overflow: hidden;
    }

    /* Floating Icons */
    .floating-icon {
      position: absolute;
      width: 40px;
      height: 40px;
      opacity: 0.15;
      animation: floatIcon 12s linear infinite;
      z-index: 0;
    }

    .floating-icon:nth-child(1) {
      top: 10%;
      left: 5%;
      animation-delay: 0s;
    }

    .floating-icon:nth-child(2) {
      top: 20%;
      right: 8%;
      animation-delay: 4s;
    }

    .floating-icon:nth-child(3) {
      bottom: 15%;
      left: 10%;
      animation-delay: 2s;
    }

    .floating-icon:nth-child(4) {
      bottom: 10%;
      right: 12%;
      animation-delay: 6s;
    }

    @keyframes floatIcon {
      0% { transform: translateY(0); }
      50% { transform: translateY(-20px); }
      100% { transform: translateY(0); }
    }

    .newsletter-container {
      max-width: 1200px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative;
      padding: 0 120px;
      z-index: 1;
    }

    .newsletter-left {
      max-width: 700px;
    }

    .newsletter-left h2 {
      font-size: 36px;
      color: #fe4c1c;
      margin-bottom: 10px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .newsletter-left h3 {
      font-size: 26px;
      color: #111827;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .newsletter-left p {
      font-size: 16px;
      color: #4b5563;
      margin-bottom: 20px;
    }

    .newsletter-form {
      display: flex;
      max-width: 500px;
      margin: 0 auto;
    }

    .newsletter-form input[type="email"] {
      flex: 1;
      padding: 12px 16px;
      font-size: 15px;
      border: none;
      border-radius: 4px 0 0 4px;
      background: #f3f4f6;
      outline: none;
    }

    .newsletter-form button {
      background: #fe4c1c;
      border: none;
      color: #fff;
      padding: 12px 24px;
      font-size: 15px;
      font-weight: 600;
      border-radius: 0 4px 4px 0;
      cursor: pointer;
      transition: background 0.3s;
    }

    .newsletter-form button:hover {
      background: #ea580c;
    }

    .plane-left, .plane-right {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 200px;
      height: 200px;
      opacity: 0.9;
      z-index: 0;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      animation-duration: 8s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
    }

    .plane-left {
      left: 0;
      background-image: url('https://cdn.pixabay.com/animation/2025/01/26/10/06/10-06-28-677_512.gif');
      animation-name: flyPlaneLeft;
    }

    .plane-right {
      right: 0;
       animation-name: flyPlaneRight;
    }

    .plane-left img,
    .plane-right img {
      width: 100px;
      height: auto;
    }

    @keyframes flyPlaneLeft {
      0% { transform: translateY(-50%) translateX(-10px) rotate(-5deg); }
      50% { transform: translateY(-50%) translateX(0px) rotate(0deg); }
      100% { transform: translateY(-50%) translateX(-10px) rotate(-5deg); }
    }

    @keyframes flyPlaneRight {
      0% { transform: translateY(-50%) translateX(10px) rotate(5deg); }
      50% { transform: translateY(-50%) translateX(0px) rotate(0deg); }
      100% { transform: translateY(-50%) translateX(10px) rotate(5deg); }
    }

    @media (max-width: 768px) {
      .newsletter-container {
        flex-direction: column;
        padding: 20px;
      }

      .newsletter-form {
        flex-direction: column;
      }

      .newsletter-form input[type="email"],
      .newsletter-form button {
        width: 100%;
        border-radius: 4px;
        margin: 5px 0;
      }

      .plane-left, .plane-right {
        display: none;
      }

      .floating-icon {
        display: none;
      }
    }
    
    .testimonial-four::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
   
    opacity: 0.1;
    z-index: 0;
}