/*-----------------------------------------------------------------------------------

    Template Name:  Qurifolio - Personal Portfolio HTML5 Template
    Author: CreativeGigs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mean-menu
    09. mobile-menu
    10. typography
    11. search
    12. custom-animation
    13. btn


-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default font
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800;900&display=swap");
/* 1. Theme default css */
body {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  color: #777c90;
}

.light-bg {
  background: #f1ebe7;
}

.main-page-wrapper {
  overflow-x: hidden;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Public Sans", sans-serif;
  color: #181818;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Public Sans", sans-serif;
  color: #777c90;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid rgab(white, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #181818;
}

*::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-video {
  color: white;
  background: #ff8a00;
  border-radius: 50%;
  font-size: 24px;
  line-height: 110px;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: white;
  background: #ff8a00;
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  user-select: none;
  margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(255, 138, 0, 0.12);
  position: relative;
  font-size: 50px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #ff8a00;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
#scrollToTopBtn {
  font-size: 18px;
  display: inline-block;
  background: #ff8a00;
  position: fixed;
  width: 35px;
  height: 35px;
  right: 7px;
  bottom: 7px;
  border-radius: 6px;
  line-height: 35px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scrollToTopBtn i {
  color: #fff;
}

#scrollToTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

html {
  scroll-behavior: smooth;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.page-content {
  width: 980px;
  position: relative;
  right: -58.6%;
  margin-top: 0px;
  transform: translateX(-50%);
}
@media (max-width: 1399.98px) {
  .page-content {
    width: 800px;
  }
}
@media (max-width: 1200px) {
  .page-content {
    right: -63%;
  }
}
@media (max-width: 1199.98px) {
  .page-content {
    width: 600px;
    right: -65%;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-content {
    right: 0;
    transform: unset;
    left: 0;
    width: 100%;
  }
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #111;
  width: 70px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.bi-moon-fill {
  color: #f1c40f;
}

.bi-sun-fill {
  color: #f39c12;
}

.checkbox-label .ball {
  background-color: #1b1b1b;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.dark-theme .checkbox-label .ball {
  transform: translateX(44px);
}

.gear-box {
  position: fixed;
  right: -180px;
  top: 100px;
  background: #202020;
  min-height: 200px;
  width: 180px;
  z-index: 999;
  padding: 20px 0 20px 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.gear-box .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -50px;
  background: #202020;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 48px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.gear-box .icon span {
  animation: rotation 5s infinite linear;
  display: inline-block;
}
.gear-box .color-mode button {
  padding: 8px 25px;
  border: transparent;
  background: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
}
.gear-box ul.nav-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}
.gear-box ul.nav-menu-list li a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.gear-box ul.nav-menu-list li a:hover {
  color: #ff8a00;
}
.gear-box .close-icon {
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  font-size: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.gear-box.open-gear .gear-icon {
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  font-size: 0;
}
.gear-box.open-gear .close-icon {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  font-size: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.gear-box.open-gear {
  right: 0;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}
.overlay-soft::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: white;
}

[data-overlay="dark"]::before {
  background-color: #ff8a00;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.header-custom-container {
  max-width: 1480px;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

.logo-area img {
  max-width: 100%;
}
.logo-area .black-logo {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.logo-area .white-logo {
  display: none;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* Hamburger-menu */
.hamburger-menu {
  display: inline-block;
}

.round-menu {
  display: inline-block;
  border: 2px solid #181818;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  line-height: 42px;
}
.round-menu i {
  color: #181818;
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

.main-menu {
  position: relative;
  z-index: 11;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.main-menu ul li:last-child a {
  margin-right: 0;
}
.main-menu ul li:last-child a:before {
  display: none;
}
.main-menu ul li.active {
  color: #181818;
}
.main-menu ul li.active a {
  color: #181818;
}
.main-menu ul li a {
  color: #181818;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 60px 0 0;
  padding: 19px 0 20px 0;
}
@media only screen and (max-width: 1600px) {
  .main-menu ul li a {
    margin: 0 40px 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li a::before {
    display: none;
  }
}
.main-menu ul li a::after {
  display: none;
}
.main-menu ul li a:hover {
  color: #ff8a00;
}
.main-menu ul li a i {
  font-size: 14px;
}
.main-menu ul li:hover > a {
  color: #ff8a00;
}
.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu ul li ul.sub-menu li {
  display: block;
  position: relative;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
}
.main-menu ul li ul.sub-menu li a {
  color: #181818;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  padding: 14px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.main-menu ul li ul.sub-menu li a::before {
  display: none;
}
.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
  float: right;
}
.main-menu ul li ul.sub-menu li a:hover, .main-menu ul li ul.sub-menu li a.active {
  color: white;
  background-color: transparent;
  background: #ff8a00;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sticky-menu {
  position: fixed;
  background: #f1ebe7;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999999;
}
.sticky-menu .hamburger-menu {
  top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-menu .hamburger-menu {
    top: 35px;
  }
}

.theme-menu-one {
  border-bottom: 2px solid rgba(255, 138, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 111;
}
.theme-menu-one .custom-container-header {
  max-width: 1480px;
}
.theme-menu-one .main-menu ul li:nth-child(2) a::before {
  display: none;
}
.theme-menu-one .main-menu ul li a {
  padding: 24px 0 25px 0;
}
.theme-menu-one .main-menu ul li a::before {
  top: 25px;
}
@media only screen and (max-width: 1199.98px) {
  .theme-menu-one .main-menu ul li a {
    margin-right: 18px;
  }
}
.theme-menu-one .sticky-menu {
  padding: 15px 0;
}
.theme-menu-one .sticky-menu .menu-list {
  margin: 0;
}
.theme-menu-one .hamburger-menu .round-menu {
  margin-top: -7px;
}
.theme-menu-one .header-info {
  position: relative;
  z-index: 1010;
}
.theme-menu-one .main-header-area {
  padding-left: 120px;
  padding-right: 120px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .theme-menu-one .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-menu-one .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .theme-menu-one .logo-area img {
    max-width: 90%;
  }
}

.social-media-2 a {
  color: #181818;
  font-size: 20px;
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 50%;
  line-height: 50px;
  background: rgba(24, 24, 24, 0.05);
  margin: 0 9px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social-media-2 a:hover {
  color: white;
  background: #ff8a00;
}

.theme-menu-two {
  border-bottom: 2px solid rgba(255, 138, 0, 0.1);
}
.theme-menu-two .main-header-area {
  padding-left: 120px;
  padding-right: 120px;
}
.theme-menu-two .main-header-area.sticky-menu {
  padding-top: 8px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .theme-menu-two .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-menu-two .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-menu-two .hamburger-menu {
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-two .ht_btn {
    font-size: 14px;
    font-weight: 400;
    padding: 19px 10px;
  }
}

.hamburger-menu .round-menu {
  background: #181818;
  width: 60px;
  height: 60px;
  line-height: 48px;
}
.hamburger-menu .round-menu .line {
  display: inline-block;
  width: 18px;
  height: 3px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  margin-left: -8px;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.hamburger-menu .round-menu .line::before {
  content: " ";
  position: absolute;
  left: 0;
  top: -10px;
  width: 26px;
  height: 3px;
  background: white;
  border-radius: 6px;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.hamburger-menu .round-menu .line::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  width: 26px;
  height: 3px;
  background: white;
  border-radius: 6px;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 767px) {
  .hamburger-menu .round-menu {
    width: 45px;
    height: 45px;
    line-height: 32px;
  }
  .hamburger-menu .round-menu .line {
    width: 12px;
    height: 2px;
  }
  .hamburger-menu .round-menu .line::after, .hamburger-menu .round-menu .line::before {
    width: 17px;
    height: 2px;
  }
  .hamburger-menu .round-menu .line::before {
    top: -6px;
  }
  .hamburger-menu .round-menu .line::after {
    top: 6px;
  }
}
.hamburger-menu .text {
  color: #181818;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  transform: translateY(5px);
}
.hamburger-menu:hover .round-menu .line {
  width: 26px;
  margin-left: 0;
}

.header-section .main-header-area {
  padding: 10px 10px 3px 10px;
  border-bottom: 2px solid rgba(18, 18, 18, 0.03);
}
.header-section .side-menu {
  position: fixed;
  top: 30px;
  left: 58px;
  z-index: 11;
  padding: 33px 0 0px;
  background-color: #fff;
  border-radius: 30px;
  transition: all 0.5s;
  width: 500px;
  overflow: hidden;
}
.header-section .auhtor-info h2 {
  font-size: 48px;
  margin-bottom: 4px;
}
.header-section .auhtor-info h4 {
  color: #ff8a00;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 27px;
}
.header-section .auhtor-info img {
  border-radius: 12px;
}
.header-section .auhtor-info .author-avatar {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1800px) {
  .header-section .side-menu {
    width: 380px;
    left: 15px;
  }
}
@media only screen and (max-width: 1600px) {
  .header-section .side-menu {
    width: 300px;
    left: 15px;
  }
  .header-section .auhtor-info h2 {
    font-size: 24px;
  }
  .header-section .auhtor-info h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
  }
  .header-section .auhtor-info .author-avatar {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-section .left-menu ul li a {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.left-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.left-menu ul li a {
  color: #777c90;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
  display: inline-block;
}

.bottom-section {
  background: #ff8a00;
  padding: 30px 0 20px 0;
}

.social-media-3 a {
  color: white;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 52px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social-media-3 a:hover {
  color: #181818;
  background: white;
}

.offset-sidebar .left-menu ul {
  text-align: left;
}
.offset-sidebar .left-menu ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
  display: inline-block;
}

.page-title-area {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.page-title-wrapper {
  position: relative;
  z-index: 2;
}
.page-title-wrapper .page-title {
  color: #181818;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.page-title-wrapper .page-title::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 3px;
  background: #ff8a00;
  right: 0;
  bottom: -15px;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .page-title-wrapper .page-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .page-title-wrapper .page-title {
    font-size: 55px;
  }
  .page-title-wrapper .page-title::before {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 24px;
  }
}

ul.breadcrumb {
  display: inline-block;
  padding: 12px 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(12.5px);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 40px;
}
ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li a {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
ul.breadcrumb li a::before {
  content: "";
  position: absolute;
  background: white;
  width: 2px;
  height: 18px;
  right: -1px;
  top: 1px;
  z-index: 1;
  transform: rotate(14deg);
}
ul.breadcrumb li.active {
  color: white;
  font-weight: 700;
}
@media only screen and (max-width: 1199.98px) {
  ul.breadcrumb {
    padding: 5px 15px;
  }
  ul.breadcrumb li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  ul.breadcrumb {
    padding: 5px 5px;
  }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 0.5em 4%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
  font-size: 16px;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  color: #ff8a00;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 2;
  font-weight: 700;
  border: none !important;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  transform: rotate(180deg);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #181818;
  z-index: 9999999;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-bar {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #ff8a00;
}
.open-mobile-menu a.active {
  background: #ff8a00;
}

.close-mobile-menu a {
  color: white;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.offset-widget .info-widget p {
  color: white;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: white;
}

.fw-exbold {
  font-weight: 800;
}

.fw-bold {
  font-weight: 700;
}

.fw-semi {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-normal {
  font-weight: 400;
}

.fw-light {
  font-weight: 300;
}

.fw-thin {
  font-weight: 100;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f1ebe7;
}

.white-bg {
  background: white;
}

.black-bg {
  background: #181818;
}

.black-bg2 {
  background: #202020;
}

.heding-bg {
  background: #181818;
}

.theme-bg {
  background: #ff8a00;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: white;
}

.text-prime {
  color: #ff8a00;
}

.text-black {
  color: black;
}

.text-theme {
  color: #ff8a00;
}

.text-body {
  color: #777c90;
}

.text-heding {
  color: #181818;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "Public Sans", sans-serif;
}

.heding-font {
  font-family: "Public Sans", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

.bg-none {
  background: none;
}

/* search-area */
.search-area .search_input {
  color: white;
  font-size: 25px;
}

/* Full screen search
-------------------------------------------------------*/
.offcanvas-top {
  min-height: 150px;
}
.offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.search-wrap {
  padding-bottom: 100px;
}
.search-wrap input {
  color: white;
  font-size: 80px;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  display: inline-block;
  height: auto;
  padding: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 2px solid white;
}
.search-wrap input::placeholder {
  color: white;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Public Sans", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::placeholder {
    font-size: 20px;
  }
}
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
  color: white;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Public Sans", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

/*domain__search__area*/
.domain__search__area {
  position: relative;
  z-index: 1;
}
.domain__search__area::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.03);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.domain__search-wrapper {
  text-align: center;
  position: relative;
  z-index: 3;
}
.domain__search-title {
  font-size: 32px;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .domain__search-title {
    font-size: 26px;
  }
}

.domain__shape {
  position: absolute;
}
.domain__shape.one {
  left: 7.81%;
}
.domain__shape.two {
  right: 7.81%;
}
.domain__shape.three {
  right: 78.85%;
}
.domain__shape.four {
  right: 32%;
}

.domain__search-box.mb-30 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.domain__search-box.mb-30 .nice-select.domain-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  height: 60px;
  width: 100%;
  display: block;
  border-radius: 5px;
  color: #777c90;
  line-height: 58px;
  font-weight: 500;
  font-family: "Public Sans", sans-serif;
  margin-right: 10px;
}
.domain__search-box.mb-30 .nice-select.domain-select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  border-bottom: unset;
  border-right: unset;
  transform: rotate(0);
  top: 7px;
  right: 30px;
  transform-origin: unset;
  color: #ff5c65;
}
.domain__search-box.mb-30 .nice-select.domain-select .list {
  width: 100%;
}
.domain__search-box.mb-30 button {
  padding: 21px 40px;
  border: 0;
  border-radius: 5px;
  width: 225px;
}
@media only screen and (max-width: 991.98px) {
  .domain__search-box.mb-30 {
    display: block;
  }
  .domain__search-box.mb-30 button {
    margin-top: 20px;
  }
}

.domain__search-list {
  padding-left: 0;
  clear: both;
}
.domain__search-list li {
  display: inline-block;
  list-style: none;
}
.domain__search-list li:last-child a {
  padding-right: 0;
  margin-right: 0;
}
.domain__search-list li:last-child a::before {
  display: none;
}
.domain__search-list li a {
  color: white;
  font-size: 17px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.domain__search-list li a::before {
  content: "";
  position: absolute;
  background: white;
  width: 1px;
  height: 20px;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 575.98px) {
  .domain__search-list li a {
    margin-right: 4px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

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

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

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

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

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

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

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

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

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }

  25% {
    right: 100px;
    top: 0px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 0px;
    top: 200px;
  }

  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #ff8a00;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #ff8a00;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #ff8a00;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #ff8a00;
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #ff8a00;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #ff8a00;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-100px) rotate(180deg);
  }

  66% {
    transform: translateX(200px) rotate(-90deg);
  }

  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
/*--
	-theme-btn
----------------------------------------*/
.ht_btn {
  overflow: hidden;
  color: white;
  background: #181818;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  line-height: 16px;
  padding: 22px 30px 19px 30px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  transition: all;
  text-transform: uppercase;
  z-index: 3;
}
.ht_btn::before {
  content: "";
  background: #ff8a00;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht_btn:hover {
  color: white;
}
.ht_btn:hover::before {
  width: 100%;
}
.ht_btn.hover-bg::before {
  background: #181818;
}
.ht_btn.hover-bg:hover::before {
  width: 100%;
}

.ht-btn-two {
  color: white;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 70px;
  background: #ff8a00;
  text-align: center;
  transition: 0.4s ease-out;
}
.ht-btn-two:hover {
  color: white;
  background: black;
  transform: rotate(20deg);
}

.ht-btn-three {
  overflow: hidden;
  color: #181818;
  background: white;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  line-height: 16px;
  padding: 22px 30px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  transition: all;
  text-transform: uppercase;
  z-index: 3;
}
.ht-btn-three::before {
  content: "";
  background: #ff8a00;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-btn-three:hover {
  color: white;
}
.ht-btn-three:hover::before {
  width: 100%;
}

.ht-btn-four {
  color: white;
  font-size: 16px;
  border: 0;
  border-radius: 6px;
  padding: 20px 50px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  background: #ff8a00;
  position: relative;
  z-index: 2;
}
.ht-btn-four::before {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-btn-four:hover {
  color: #181818;
}
.ht-btn-four:hover::before {
  width: 100%;
  border-radius: 6px;
}

.ht-btn-five {
  color: white;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 70px;
  background: #181818;
  text-align: center;
  transition: 0.4s ease-out;
}
.ht-btn-five:hover {
  color: white;
  background: #ff8a00;
  transform: rotate(20deg);
}

.sub-title {
  color: rgba(255, 255, 255, 0.15);
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .sub-title {
    font-size: 35px;
  }
}

.name-title {
  color: white;
  font-size: 78px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .name-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .name-title {
    font-size: 35px;
  }
}

.upper-title {
  color: #ff8a00;
  font-size: 16px;
  font-weight: 600;
  background: rgba;
}

/*-- custom start --*/

.p-upper-title {
  color: #ff8a00;
  font-size: 16px;
  font-weight: 600;
  background: rgba;
}

/*-- custom end --*/

.section-title {
  font-size: 40px;
  line-height: 1.3;
}


@media only screen and (max-width: 1199.98px) {
  .section-title {
    font-size: 28px;
  }
}

.wrapper-title {
  font-size: 64px;
  line-height: 1.4;
}

.wrapper-title-2 {
  font-size: 32px;
  line-height: 1.4;
}

@media only screen and (max-width: 1600px) {
  .wrapper-title {
    font-size: 44px;
  }
  .wrapper-title-2 {
  font-size: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .wrapper-title {
    font-size: 32px;
  }
  .wrapper-title-2 {
  font-size: 24px;
  }
}

.upper-title-2 {
  color: #181818;
  font-size: 24px;
  font-weight: 500;
}

.md-title {
  font-size: 32px;
}
@media only screen and (max-width: 1199.98px) {
  .md-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .md-title {
    font-size: 22px;
  }
}

.theme-main-banner .author-thumb {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
  z-index: 3;
}
.theme-main-banner .title-wrapper {
  position: absolute;
  z-index: 5;
  top: 44%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
}
.theme-main-banner .title-two {
  color: #181818;
  font-size: 260px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.theme-main-banner .title-two .clipping-text {
  color: #181818;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
.theme-main-banner .title-two::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #181818;
  -webkit-text-stroke: 0vw #383d52;
  overflow: hidden;
  animation: dataanimate 6s linear infinite;
}
.theme-main-banner .shape_01 {
  position: absolute;
  right: 45.87%;
  bottom: 0;
  z-index: -1;
}
.theme-main-banner .scroll-btn {
  position: absolute;
  width: 216px;
  height: 216px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
  bottom: -12%;
  z-index: 10;
}
.theme-main-banner .scroll-btn .bg-round {
  animation: rotation infinite 59s linear;
}
.theme-main-banner .scroll-btn .icon {
  background: #ff8a00;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 23%;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  line-height: 122px;
}
.theme-main-banner .scroll-btn .icon i {
  color: white;
  font-size: 50px;
}
@media only screen and (max-width: 1600px) {
  .theme-main-banner .title-two {
    font-size: 160px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-main-banner .title-wrapper {
    position: relative;
    padding-bottom: 50px;
  }
  .theme-main-banner .title-two {
    font-size: 80px;
    margin-top: 15px;
  }
  .theme-main-banner .author-thumb {
    position: relative;
  }
  .theme-main-banner .author-thumb img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-main-banner .title-two {
    font-size: 45px;
  }
}

@keyframes dataanimate {
  0%,
  10%,
  100% {
    width: 0;
  }

  70%,
  90% {
    width: 100%;
  }
}
.inner-content {
  position: relative;
  z-index: 1;
  padding-bottom: 300px;
}
@media only screen and (max-width: 991.98px) {
  .inner-content {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .inner-content {
    padding-bottom: 0px;
  }
}
.inner-content .title-one {
  color: #181818;
  font-size: 140px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 1600px) {
  .inner-content .title-one {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1210px) {
  .inner-content .title-one {
    font-size: 105px;
  }
}
@media only screen and (max-width: 991.98px) {
  .inner-content .title-one {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .inner-content .title-one {
    font-size: 38px;
  }
}

.theme-main-banner-two .subtitle-two {
  color: #ff8a00;
  font-size: 24px;
  font-weight: 500;
}
.theme-main-banner-two .title-three {
  font-size: 76px;
  line-height: 1.3;
}
@media only screen and (max-width: 1600px) {
  .theme-main-banner-two .title-three {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-main-banner-two .title-three {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-main-banner-two .inner-content {
    margin-bottom: 50px;
  }
}

.hero-img-wrapper .shape-01 {
  position: absolute;
  z-index: -1;
  right: -68px;
  top: 0;
}
@media only screen and (max-width: 1199.98px) {
  .hero-img-wrapper .shape-01 {
    display: none;
  }
}
.hero-img-wrapper .shape-02 {
  position: absolute;
  right: -6%;
  top: 35%;
  animation: float-bob-y 5s linear infinite;
}
.hero-img-wrapper .scroll-btn {
  position: absolute;
  left: 0;
  bottom: 55px;
  z-index: 1;
}
.hero-img-wrapper .scroll-btn .icon {
  position: absolute;
  z-index: 1;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: #ff8a00;
  font-size: 30px;
  line-height: 122px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
}
.hero-img-wrapper .scroll-btn .icon i {
  font-weight: 700;
  position: relative;
  z-index: 1;
  right: -7px;
  top: -5px;
}
.hero-img-wrapper .scroll-btn .icon i::after {
  content: " ";
  position: absolute;
  left: -33%;
  top: 71%;
  width: 16px;
  height: 16px;
  background: #ff8a00;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.theme-main-banner-three .portfolio-thumb {
  height: 577px;
  width: 440px;
  position: absolute;
  right: -13%;
  top: 0;
  z-index: 2;
}
.theme-main-banner-three .shape-01 {
  position: absolute;
  right: 17%;
  bottom: 0;
  z-index: -1;
}
.theme-main-banner-three .subtitle-three {
  font-size: 24px;
}
.theme-main-banner-three .title-four {
  font-size: 76px;
  line-height: 1.3;
}
.theme-main-banner-three .title-four .highlight-text {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.theme-main-banner-three .title-four .highlight-text::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #ff8a00;
  -webkit-text-stroke: 0vw #383d52;
  overflow: hidden;
  animation: dataanimate 6s linear infinite;
}
@media only screen and (max-width: 1600px) {
  .theme-main-banner-three .title-four {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .theme-main-banner-three .title-four {
    font-size: 40px;
  }
  .theme-main-banner-three .portfolio-thumb {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-main-banner-three .title-four {
    font-size: 32px;
  }
}

.text-wrapper {
  border-radius: 12px;
}

.text-img img {
  border-radius: 12px 12px 12px 12px;
}
@media only screen and (max-width: 1199.98px) {
  .text-img img {
    width: 100%;
  }
}
.text-img .webdesign {
  margin-left: -27px;
}
@media only screen and (max-width: 991.98px) {
  .text-img .webdesign {
    margin-left: 0;
  }
}

.text-wrapper-one .upper-title {
  background: rgba(255, 138, 0, 0.1);
  display: inline-block;
  padding: 2px 24px;
  border-radius: 30px;
}

/*-- custom start --*/
.text-wrapper-one .p-upper-title {
  background: rgba(255, 138, 0, 0.1);
  display: inline-block;
  padding: 2px 24px;
  border-radius: 30px;
}

/*-- custom end --*/

.text-wrapper-one p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 31px;
}
@media only screen and (max-width: 1199.98px) {
  .text-wrapper-one p {
    font-size: 20px;
  }
}

.skills-wrapper {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.skills-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(7.5px);
  left: 0;
  right: 0;
  border-radius: 12px;
  z-index: -1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.skills-wrapper .img-holder {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -87px;
  bottom: -87px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.skills-wrapper:hover {
  border: 0;
  margin-top: 70px;
  margin-bottom: 70px;
}
.skills-wrapper:hover::before {
  width: 100%;
}
.skills-wrapper:hover .img-holder {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.skills-wrapper:hover .skills-name {
  text-align: right;
}
@media only screen and (max-width: 991.98px) {
  .skills-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.skills-name {
  color: white;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 767px) {
  .skills-name {
    font-size: 28px;
  }
  .skills-name span {
    display: block;
  }
}

.skills-desc p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 65%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .skills-desc p {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.skills-desc .ht-btn-two {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.skills-desc .ht-btn-two:hover {
  color: white;
  background: #ff8a00;
  transform: rotate(20deg);
  border: 0;
}

.skills-secion .shape-1a {
  position: absolute;
  left: 3%;
  bottom: 118px;
  opacity: 0.5;
  max-width: 250px;
}
.skills-secion .shape-2a {
  position: absolute;
  right: 5%;
  top: 100px;
  max-width: 250px;
  opacity: 0.5;
}

.portfolio-wrapper {
  padding: 40px 25px;
  border-bottom: 2px solid rgba(255, 138, 0, 0.2);
  position: relative;
  z-index: 1;
}
.portfolio-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 0;
  border-radius: 12px;
  background: white;
  left: 0;
  right: 0;
  border-radius: 12px;
  z-index: -1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrapper .img-holder {
  width: 100%;
  height: 0px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease 0s;
}
.portfolio-wrapper .skills-desc p {
  color: rgba(24, 24, 24, 0.7);
  max-width: 65%;
  margin-bottom: 0;
}
.portfolio-wrapper .skills-desc .ht-btn-two {
  color: #181818;
  border-color: rgba(24, 24, 24, 0.7);
}
@media only screen and (max-width: 1199.98px) {
  .portfolio-wrapper .skills-desc p {
    max-width: 74%;
  }
}
@media only screen and (max-width: 991.98px) {
  .portfolio-wrapper .skills-desc {
    justify-content: space-between;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .portfolio-wrapper .skills-desc p {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.portfolio-wrapper:hover {
  border-bottom: 2px solid transparent;
}
.portfolio-wrapper:hover::before {
  height: 100%;
}
.portfolio-wrapper:hover .img-holder {
  height: 490px;
}
@media only screen and (max-width: 767.98px) {
  .portfolio-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.portfolio-name {
  color: #181818;
  font-size: 40px;
  font-weight: 700;
}
.portfolio-name span {
  color: #ff8a00;
  font-size: 36px;
}
@media only screen and (max-width: 1600px) {
  .portfolio-name {
    font-size: 32px;
  }
  .portfolio-name span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .portfolio-name {
    font-size: 24px;
  }
  .portfolio-name span {
    font-size: 24px;
  }
}

.qualifications-wrapper {
  background: white;
  padding: 40px 40px 5px 40px;
  border-radius: 12px;
}
@media only screen and (max-width: 1199.98px) {
  .qualifications-wrapper {
    padding: 40px 24px 5px 24px;
  }
}
@media (max-width: 767px) {
  .qualifications-wrapper {
    padding: 40px 15px 5px 15px;
  }
}

.header-sec {
  display: flex;
  align-items: center;
}
.header-sec .icon {
  background: rgba(255, 138, 0, 0.1);
  width: 56px;
  height: 56px;
  border-radius: 6px;
  margin-right: 10px;
  text-align: center;
  line-height: 56px;
}
.header-sec h3 {
  color: #181818;
  font-size: 36px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .header-sec h3 {
    font-size: 28px;
  }
}

.body-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 15px 0;
  border-bottom: 2px solid rgba(119, 124, 144, 0.1);
}
.body-list:last-child {
  border-bottom: none;
}
.body-list .body-contents h4 {
  font-size: 24px;
}
.body-list .body-contents h6 {
  color: #ff8a00;
  font-weight: 400;
}
@media only screen and (max-width: 1199.98px) {
  .body-list .body-contents h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .body-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.round-btn {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(24, 24, 24, 0.2);
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.round-btn:hover {
  background: rgba(24, 24, 24, 0.2);
}

.box-style-one {
  background: white;
  padding: 40px 35px 15px 35px;
  border-radius: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.box-style-one .icon {
  position: relative;
  z-index: 1;
}
.box-style-one .icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ff8a00;
  opacity: 0.2;
  left: -15px;
  top: -15px;
}
.box-style-one h3 {
  font-size: 32px;
}
.box-style-one p {
  font-size: 22px;
  line-height: 33px;
}
.box-style-one:hover {
  transform: translateY(-5px);
}
@media only screen and (max-width: 1199.98px) {
  .box-style-one {
    padding: 40px 15px 15px 15px;
  }
  .box-style-one h3 {
    font-size: 24px;
  }
  .box-style-one p {
    font-size: 20px;
  }
}

.text-wrapper-two.mt-style {
  margin-top: -116px;
}
@media only screen and (max-width: 1199.98px) {
  .text-wrapper-two.mt-style {
    margin-top: 0;
  }
}
.text-wrapper-two .portfolio-thumb {
  overflow: hidden;
  display: block;
  border-radius: 12px;
}
.text-wrapper-two .portfolio-thumb img {
  border-radius: 12px;
  scale: 1.5;
}
@media only screen and (max-width: 991.98px) {
  .text-wrapper-two .portfolio-thumb {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .text-wrapper-two .portfolio-thumb {
    height: 300px;
  }
}
.text-wrapper-two .portfolio-content {
  position: relative;
  z-index: 1;
}
.text-wrapper-two .portfolio-content h5 {
  color: #ff8a00;
  font-size: 20px;
  font-weight: 500;
}
.text-wrapper-two .portfolio-content h3 {
  font-size: 36px;
}
.text-wrapper-two .portfolio-content .ht-btn-five {
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 1;
}
@media only screen and (max-width: 1199.98px) {
  .text-wrapper-two .portfolio-content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .text-wrapper-two .portfolio-content {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-wrapper-two .portfolio-content .ht-btn-five {
    position: relative;
  }
}

.portfolio-wrapper-3 {
  border-bottom: 2px solid rgba(119, 124, 144, 0.2);
  padding-bottom: 55px;
  margin-bottom: 55px;
}
.portfolio-wrapper-3:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.portfolio-wrapper-3 span {
  color: white;
  font-size: 36px;
}
.portfolio-wrapper-3 h2 {
  color: white;
  font-size: 76px;
}
.portfolio-wrapper-3 .icon-link {
  color: #ff8a00;
  font-size: 36px;
}
.portfolio-wrapper-3 .icon-link i {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1600px) {
  .portfolio-wrapper-3 h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .portfolio-wrapper-3 h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .portfolio-wrapper-3 h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.about-shape-01 {
  position: absolute;
  right: 4.3%;
  top: 80px;
  max-width: 240px;
  height: auto;
  opacity: 0.02;
  z-index: 1;
}

.about-shape-02 {
  position: absolute;
  left: 60px;
  bottom: 60px;
  opacity: 0.5;
  max-width: 220px;
}

.project-info-content {
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 35px 40px;
}
.project-info-content .project-info {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.project-info-content .project-info li {
  width: 50%;
}
.project-info-content .project-info-box {
  margin-bottom: 17px;
}
.project-info-content .project-info-box .info-label {
  color: #181818;
  font-size: 16px;
  font-weight: 400;
}
.project-info-content .project-info-box .info-title {
  color: #181818;
  font-size: 18px;
}
@media (max-width: 767px) {
  .project-info-content {
    padding: 35px 10px;
  }
  .project-info-content .project-info-box .info-title {
    color: #181818;
    font-size: 16px;
  }
}

.project-tag .project-tag-title {
  color: #181818;
  font-size: 16px;
  font-weight: 400;
}
.project-tag a {
  color: #181818;
  font-size: 18px;
  font-weight: 700;
}

ul.slick-dots {
  z-index: 1;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  border: 0;
  background: 0;
  border: 2px solid rgba(255, 138, 0, 0.2);
  background: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  margin-left: 7px;
  margin-right: 7px;
  padding: 0;
}
ul.slick-dots li.slick-active button {
  background: #ff8a00;
}

.blog-sidebar .widget {
  background: white;
  border-radius: 8px;
  padding: 20px 25px 25px 25px;
}
@media only screen and (max-width: 1199.98px) {
  .blog-sidebar .widget {
    padding: 20px 15px 25px 15px;
  }
}

.widget-title {
  color: #181818;
  font-size: 24px;
}
@media only screen and (max-width: 991.98px) {
  .widget-title {
    font-size: 20px;
  }
}

.service-widget {
  list-style: none;
  padding: 0;
}
.service-widget li:last-child a {
  margin-bottom: 0;
}
.service-widget li a {
  color: #181818;
  font-size: 18px;
  line-height: 30px;
  font-family: "Public Sans", sans-serif;
  padding: 15px 30px;
  background: #f8f9fc;
  margin-bottom: 10px;
  border-radius: 8px;
  display: block;
  position: relative;
  z-index: 1;
}
.service-widget li a::before {
  content: "";
  position: absolute;
  background: #ff8a00;
  height: 100%;
  width: 0;
  border-radius: 8px;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-widget li a::after {
  content: "";
  position: absolute;
  background: #ff8a00;
  height: 100%;
  width: 0;
  border-radius: 8px;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-widget li a span {
  color: #ff8a00;
}
.service-widget li a:hover {
  color: white;
}
.service-widget li a:hover span {
  color: white;
}
.service-widget li a:hover::before, .service-widget li a:hover::after {
  width: 52%;
}
@media only screen and (max-width: 1199.98px) {
  .service-widget li a {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.widget-search {
  padding: 40px;
}
.widget-search .search-form {
  position: relative;
  z-index: 1;
}
.widget-search .search-form input {
  color: #181818;
  font-size: 16px;
  height: 60px;
  width: 100%;
  line-height: 50px;
  padding-left: 25px;
  border: 0;
  border-radius: 6px;
  background: #f8f9fc;
}
.widget-search .search-form input::placeholder {
  color: #777c90;
}
.widget-search .search-form input::-moz-placeholder {
  color: #777c90;
}
.widget-search .search-form input::-webkit-placeholder {
  color: #777c90;
}
.widget-search .search-form input::-o-placeholder {
  color: #777c90;
}
.widget-search .search-form .widget-btn {
  border: 0;
  border-radius: 6px;
  background: #ff8a00;
  width: 54px;
  height: 50px;
  line-height: 50px;
  color: white;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
.widget-search .search-form .widget-btn i {
  font-size: 18px;
}
@media only screen and (max-width: 1199.98px) {
  .widget-search {
    padding: 40px 15px;
  }
}

.widget-post .recent-post {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.widget-post .post-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-post .post-list li {
  border-bottom: 1px solid rgba(2, 24, 24, 0.05);
  margin-bottom: 20px;
}
.widget-post .post-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.widget-post .post-thumb {
  display: inline-block;
  margin-right: 20px;
}
.widget-post .post-thumb img {
  border-radius: 50%;
}
.widget-post .post-content h5 {
  color: #181818;
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.widget-post .post-content h5 a:hover {
  color: #ff8a00;
}
.widget-post .post-content span {
  color: #ff8a00;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 4px;
}
@media (max-width: 1599.98px) {
  .widget-post .post-content h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .widget-post {
    padding: 35px 15px;
  }
}

.widget-categories {
  padding: 40px;
}
.widget-categories .service-widget {
  padding: 0;
}
@media only screen and (max-width: 1199.98px) {
  .widget-categories {
    padding: 40px 15px;
  }
}

.widget-categories-tag {
  padding: 35px 40px 30px 40px;
}
@media only screen and (max-width: 1199.98px) {
  .widget-categories-tag {
    padding: 40px 15px;
  }
}

.tag-list a {
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  background: #f8f9fc;
  border-radius: 8px;
  display: inline-block;
  padding: 16px 20px;
  margin: 8px 0px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.tag-list a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: white;
  width: 1px;
  height: 100%;
  border-radius: 8px;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.tag-list a:hover {
  color: white;
}
.tag-list a:hover::before {
  width: 100%;
  background: #ff8a00;
}
@media only screen and (max-width: 1600px) {
  .tag-list a {
    padding: 16px 14px;
    margin: 5px 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag-list a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}

@media only screen and (max-width: 767.98px) {
  .page-navigation {
    padding-right: 0;
  }
}
.page-navigation .page-link {
  display: inline-block;
  color: #181818;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid rgba(24, 24, 24, 0.1);
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
}
.page-navigation .page-link:hover, .page-navigation .page-link:focus {
  color: white;
  background: #ff8a00;
  border-color: #ff8a00;
  box-shadow: none;
}
.page-navigation .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-navigation .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  padding-right: 0;
}

.about-section .shape-01 {
  position: absolute;
  left: 5.2%;
  top: 9.5%;
  z-index: 1;
  opacity: 0.1;
}
.about-section .shape-02 {
  position: absolute;
  right: 7.81%;
  top: 14%;
  z-index: 1;
}

.about-text-wrapper {
  position: relative;
  z-index: 2;
}
.about-text-wrapper p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  line-height: 1.47;
  margin-bottom: 50px;
}
.about-text-wrapper .text-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-text-wrapper .text-list li {
  color: white;
  font-weight: 600;
  font-size: 28px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  display: block;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.about-text-wrapper .text-list li span {
  font-weight: 700;
  font-size: 46px;
  margin-right: 42px;
  max-width: 110px;
}
@media only screen and (max-width: 991.98px) {
  .about-text-wrapper .text-list li {
    display: block;
  }
  .about-text-wrapper .text-list li span {
    font-size: 26px;
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .about-text-wrapper .text-list li {
    font-size: 20px;
  }
  .about-text-wrapper .text-list li span {
    font-size: 20px;
  }
}

.about-img-wrapper {
  position: relative;
  z-index: 1;
}
.about-img-wrapper .main-img {
  position: relative;
  z-index: 2;
}
.about-img-wrapper .shape-03,
.about-img-wrapper .shape-04,
.about-img-wrapper .shape-05 {
  position: absolute;
  z-index: 1;
}
.about-img-wrapper .shape-03 {
  right: 50%;
  top: 23%;
  z-index: -1;
}
.about-img-wrapper .shape-04 {
  right: 26%;
  top: -3%;
  z-index: -1;
}
.about-img-wrapper .shape-05 {
  top: 63%;
  right: -2%;
  z-index: 1;
}

.upper-text p {
  color: white;
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (max-width: 1199.98px) {
  .upper-text p {
    font-size: 25px;
  }
}

.upper-text-title {
  color: white;
  font-size: 86px;
  font-weight: 900;
}
@media only screen and (max-width: 1199.98px) {
  .upper-text-title {
    font-size: 55px;
  }
}

.bottom-content {
  position: relative;
  z-index: 1;
}
.bottom-content .scroll-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.bottom-content .scroll-btn .bg-round {
  animation: rotation infinite 55s linear;
}
.bottom-content .scroll-btn .icon {
  position: absolute;
  z-index: 1;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: #181818;
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 122px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%;
}
.bottom-content .scroll-btn .icon i {
  font-weight: 700;
  position: relative;
  z-index: 1;
  right: -7px;
  top: -5px;
}
.bottom-content .scroll-btn .icon i::after {
  content: " ";
  position: absolute;
  left: -33%;
  top: 71%;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.text-inner-content h4 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 900;
}
@media only screen and (max-width: 1199.98px) {
  .text-inner-content h4 {
    font-size: 24px;
  }
}
.text-inner-content h3 {
  font-size: 56px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: white;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .text-inner-content h3 {
    font-size: 32px;
  }
}
.text-inner-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  line-height: 1.4;
}

.about-section .shape-1a {
  position: absolute;
  z-index: 1;
  left: 3%;
  top: 151px;
}
.about-section .shape-2a {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}
.about-section .shape-3a {
  position: absolute;
  z-index: 1;
  opacity: 0.05;
  right: 5%;
  top: 100px;
}

.about-text-wrapper-3 .about-title {
  font-size: 76px;
  line-height: 1.3;
}
.about-text-wrapper-3 .inner-card {
  overflow: hidden;
}
.about-text-wrapper-3 .inner-card .bottom-title {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  max-width: 300px;
}
.about-text-wrapper-3 .inner-card .bottom-title .line {
  background: #ff8a00;
  width: 90px;
  height: 2px;
  border-radius: 6px;
  display: inline-block;
  margin-left: 25px;
}
.about-text-wrapper-3 .inner-card p {
  font-size: 24px;
  line-height: 1.45;
  color: #181818;
  max-width: 565px;
}
.about-text-wrapper-3 .media-img img {
  border-radius: 12px;
}
@media only screen and (max-width: 1600px) {
  .about-text-wrapper-3 .about-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-text-wrapper-3 .about-title {
    font-size: 32px;
  }
  .about-text-wrapper-3 .inner-card p {
    font-size: 20px;
  }
}

.about-text-wrapper-4 .about-title {
  font-size: 64px;
  line-height: 1.3;
}
@media only screen and (max-width: 1600px) {
  .about-text-wrapper-4 .about-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-text-wrapper-4 .about-title {
    font-size: 32px;
  }
}

.about-img-wrapper-2 img {
  border-radius: 12px;
}

.container-border {
  border-bottom: 5px solid rgba(255, 138, 0, 0.15);
}

.container-border-black {
  border-top: 5px solid rgba(24, 24, 24, 0.15);
  border-bottom: 5px solid rgba(24, 24, 24, 0.15);
}

@keyframes marqueslide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
.logos,
.logos-2 {
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.logos::before, .logos::after,
.logos-2::before,
.logos-2::after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}
.logos:hover .logos-slide,
.logos-2:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide,
.logos-slide-2 {
  display: inline-block;
  animation: 35s marqueslide infinite linear;
  height: 50px;
  display: flex;
  align-items: center;
}
.logos-slide .items,
.logos-slide-2 .items {
  display: inline-block;
  margin: 0 40px;
}
@media only screen and (max-width: 991.98px) {
  .logos-slide .items:nth-child(odd) img,
  .logos-slide-2 .items:nth-child(odd) img {
    width: 250px;
  }
}

.partners-two .items {
  display: inline-block;
  margin: 0 40px;
}
@media only screen and (max-width: 991.98px) {
  .partners-two .items:nth-child(odd) img {
    width: unset;
  }
}

.logos.brand-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.partners-section .brand-wrapper {
  border-radius: 12px;
  padding: 80px 15px 60px 15px;
}
.partners-section .brand-wrapper img {
  display: inline-block;
  margin-bottom: 20px;
}
.partners-section .row-divider {
  padding-top: 70px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.partners-section .row-divider::before {
  content: "";
  position: absolute;
  width: 91%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

.counter-section .counter-shape {
  position: absolute;
  z-index: 1;
  right: 4%;
  opacity: 0.01;
  top: 70px;
  max-width: 200px;
}

.counter-wrapper {
  border: 2px solid rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 12px;
}
.counter-wrapper h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.counter-wrapper .counter-number {
  color: #ff8a00;
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 1600px) {
  .counter-wrapper {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .counter-wrapper {
    padding: 40px 15px;
  }
  .counter-wrapper h4 {
    font-size: 20px;
  }
  .counter-wrapper .counter-number {
    font-size: 30px;
  }
}

.plan {
  background: white;
  border-radius: 12px;
  padding: 15px 15px 40px 15px;
}
.plan .plan-header {
  background: rgba(255, 138, 0, 0.05);
  padding: 27px 0 20px 0;
}
.plan .plan-header h4 {
  font-size: 32px;
  margin-bottom: 15px;
}
.plan .plan-header .black-icon {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.plan .plan-header .white-icon {
  display: none;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.plan .plan-header .price {
  font-size: 44px;
  margin-top: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .plan .plan-header .price {
    font-size: 32px;
  }
}
.plan .plan-body {
  padding: 25px 45px 0 45px;
}
.plan .plan-body ul {
  padding: 0;
  margin: 0;
  text-align: start;
  list-style: none;
}
.plan .plan-body ul li {
  color: #181818;
  font-size: 20px;
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.plan .plan-body ul li span {
  color: #ff8a00;
  font-size: 16px;
  margin-right: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .plan .plan-body ul li span {
    margin-right: 5px;
  }
}
.plan .plan-footer .ht_btn {
  text-transform: capitalize;
  font-weight: 600;
  width: 90%;
}
@media only screen and (max-width: 1199.98px) {
  .plan .plan-body {
    padding: 25px 11px 0 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .plan .plan .plan-header .price {
    font-size: 32px;
  }
}

.counter-wrapper-2 h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 34px;
}
.counter-wrapper-2 .counter-number {
  color: #181818;
  font-size: 44px;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  .counter-wrapper-2 .counter-number {
    font-size: 32px;
  }
}

.service-wrapper {
  padding-bottom: 60px;
  padding-top: 60px;
  border-bottom: 2px solid rgba(119, 124, 144, 0.2);
}
.service-wrapper span {
  color: #181818;
  font-size: 36px;
  line-height: 36px;
}
.service-wrapper h2 {
  font-size: 128px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
.service-wrapper .icon-link {
  color: #181818;
  font-size: 50px;
  display: inline-block;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1600px) {
  .service-wrapper h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-wrapper h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-wrapper span {
    font-size: 28px;
  }
  .service-wrapper h2 {
    font-size: 32px;
    margin: 20px 0;
  }
}

.pt-sect-3 {
  border-radius: 12px;
}
.pt-sect-3 .brand-wrapper {
  padding: 70px 15px 50px 15px;
}

.exp-timeline {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 2px dashed #ff8a00;
  padding-left: 50px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
.exp-timeline li {
  position: relative;
  z-index: 1;
}
.exp-timeline li::before {
  content: "\F4FE";
  font-family: bootstrap-icons;
  color: white;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  background: #ff8a00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -18.4%;
  top: 16px;
  z-index: 3;
}
@media only screen and (max-width: 1199.98px) {
  .exp-timeline {
    padding-left: 23px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .exp-timeline li::before {
    left: -7%;
  }
}
@media only screen and (max-width: 767.98px) {
  .exp-timeline {
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }
  .exp-timeline li::before {
    display: none;
  }
}

.qualifications-wrapper-two {
  padding: 20px 25px 5px 25px;
  background: white;
  border-radius: 12px;
}
.qualifications-wrapper-two h6 {
  color: #777c90;
  font-size: 18px;
  font-weight: 500;
}
.qualifications-wrapper-two h4 {
  font-size: 24px;
}
.qualifications-wrapper-two .institute {
  color: #ff8a00;
  font-size: 16px;
  margin-bottom: 15px;
}
.qualifications-wrapper-two p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .qualifications-wrapper-two {
    padding: 20px 10px 5px 10px;
  }
  .qualifications-wrapper-two h4 {
    font-size: 20px;
  }
}

.progressbar-content .chart {
  position: relative;
  z-index: 1;
}
.progressbar-content .chart .icon,
.progressbar-content .chart .icon-w {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  top: 53px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.progressbar-content .chart .icon-w {
  visibility: hidden;
}

.text-box-style {
  background: #fff;
  padding: 40px 40px 20px 40px;
  border-radius: 12px;
}
.text-box-style .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  margin-bottom: 35px;
  border: 1px solid rgba(255, 138, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.text-box-style .icon .step {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: #ff8a00;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.text-box-style .process-title {
  font-size: 36px;
}
.text-box-style.active .icon, .text-box-style:hover .icon {
  background: #ff8a00;
  border-color: #ff8a00;
}
.text-box-style.active .icon .step, .text-box-style:hover .icon .step {
  background: #181818;
}
.text-box-style.active .icon img, .text-box-style:hover .icon img {
  filter: brightness(235.5) saturate(0%);
}
@media only screen and (max-width: 1199.98px) {
  .text-box-style {
    padding: 30px 15px 10px 15px;
  }
  .text-box-style .process-title {
    font-size: 28px;
  }
}

.service-thumb img {
  border-radius: 20px;
}
.service-thumb .popup-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

ul.text-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.text-list li {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
  font-weight: 500;
  padding-left: 50px;
  color: #181818;
}
ul.text-list li::before {
  content: "\F272";
  font-family: bootstrap-icons;
  color: #181818;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  background: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  left: 0;
  top: -5px;
  z-index: 3;
}
@media only screen and (max-width: 991.98px) {
  ul.text-list li {
    font-size: 18px;
  }
}

.counter-bg-wrapper {
  background: #fff;
  padding: 60px 0 20px 0;
  border-radius: 12px;
}
.counter-bg-wrapper .counter-wrapper-2 .counter-number {
  font-size: 54px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.counter-bg-wrapper .counter-wrapper-2 h4 {
  text-align: center;
  color: #777c90;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .counter-bg-wrapper .counter-wrapper-2 .counter-number {
    font-size: 32px;
  }
}

.feedback-section .next_t1,
.feedback-section .prev_t1 {
  position: absolute;
  z-index: 2;
  background: #ff8a00;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  line-height: 60px;
  cursor: pointer;
}
.feedback-section .next_t1 {
  right: 80.3%;
  top: 50%;
}
.feedback-section .prev_t1 {
  right: 16.5%;
  top: 50%;
}

.feedback-wrapper {
  position: relative;
  z-index: 1;
}
.feedback-wrapper p {
  color: #181818;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1199.98px) {
  .feedback-wrapper p {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .feedback-wrapper p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrapper p {
    font-size: 24px;
    max-width: 100%;
  }
}
.feedback-wrapper .auhtor-img {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.feedback-wrapper .auhtor-img img {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.feedback-wrapper .auhtor-img span {
  position: absolute;
  z-index: 5;
  right: -10px;
  top: -10px;
  background: #ff8a00;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.feedback-wrapper .auhtor-img span i {
  color: white;
  font-size: 30px;
}
.feedback-wrapper h3 {
  font-size: 29px;
  line-height: 1;
}
.feedback-wrapper .shape-01 {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 auto;
}

.rating a {
  color: #ff8a00;
  margin: 0 7px;
  font-size: 30px;
}

.rating i {
  color: #ff8a00;
  margin: 0 7px;
  font-size: 30px;
}

.contact-section {
  position: relative;
  z-index: 1;
}
.contact-section .shape-01 {
  position: absolute;
  z-index: 1;
  right: 4.5%;
  top: 100px;
  max-width: 250px;
  opacity: 0.5;
}
.contact-section .left-img {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 49%;
}
.contact-section .left-img img {
  border-radius: 24px;
}
@media only screen and (max-width: 1600px) {
  .contact-section .left-img {
    top: 32%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .contact-section .left-img {
    top: 35%;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-section .left-img {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }
}

.main-form label {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
.main-form input,
.main-form textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  height: 55px;
  margin-bottom: 40px;
}
.main-form input::placeholder,
.main-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-form input::-webkit-placeholder,
.main-form textarea::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-form input::-ms-placeholder,
.main-form textarea::-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-form input::-o-placeholder,
.main-form textarea::-o-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-form input::-moz-placeholder,
.main-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.button-2 {
  text-align: center;
}
.button-2 .bg-round {
  animation: rotation infinite 55s linear;
}
.button-2 .scroll-btn {
  position: relative;
  z-index: 1;
  display: block;
}
.button-2 .icon {
  position: absolute;
  z-index: 1;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: #ff8a00;
  text-align: center;
  font-size: 30px;
  line-height: 122px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
}
.button-2 .icon i {
  color: white;
  position: relative;
  z-index: 1;
  top: -2px;
  right: -4px;
}
.button-2 .icon i::after {
  content: " ";
  position: absolute;
  left: -33%;
  top: 71%;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.button-2 button {
  color: #fff;
  border: 0;
  background: transparent;
}

.contact-section .cta-shape {
  position: absolute;
  z-index: -1;
  right: 5.5%;
  top: 238px;
  opacity: 0.03;
  max-width: 250px;
}

.border-cta {
  border-top: 5px solid rgba(255, 255, 255, 0.1);
  border-bottom: 5px solid rgba(255, 255, 255, 0.1);
}

.contact-2 .main-form {
  background: transparent;
  border-radius: 20px;
  padding: 40px 30px;
  margin-top: 40px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.contact-2 .main-form input,
.contact-2 .main-form select,
.contact-2 .main-form textarea {
  background: transparent;
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none !important;
  padding-left: 25px;
  border-radius: 10px;
  border: 1px solid rgba(218, 218, 218, 0.8549);
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.contact-2 .main-form input::placeholder,
.contact-2 .main-form select::placeholder,
.contact-2 .main-form textarea::placeholder {
  color: #181818;
}
.contact-2 .main-form input::-webkit-placeholder,
.contact-2 .main-form select::-webkit-placeholder,
.contact-2 .main-form textarea::-webkit-placeholder {
  color: #181818;
}
.contact-2 .main-form input::-ms-placeholder,
.contact-2 .main-form select::-ms-placeholder,
.contact-2 .main-form textarea::-ms-placeholder {
  color: #181818;
}
.contact-2 .main-form input::-o-placeholder,
.contact-2 .main-form select::-o-placeholder,
.contact-2 .main-form textarea::-o-placeholder {
  color: #181818;
}
.contact-2 .main-form input::-moz-placeholder,
.contact-2 .main-form select::-moz-placeholder,
.contact-2 .main-form textarea::-moz-placeholder {
  color: #181818;
}
.contact-2 .main-form .nice-select {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(218, 218, 218, 0.8549);
  height: 60px;
}
.contact-2 .main-form .nice-select.open .list {
  width: 100%;
}
.contact-2 .main-form textarea {
  height: 150px;
  padding-top: 15px;
  border-radius: 10px;
  border: 1px solid rgba(218, 218, 218, 0.8549);
}
.contact-2 .main-form button.ht_btn {
  border: 0;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .contact-2 .main-form {
    padding: 40px 15px;
  }
}

.info-box h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.info-box p {
  font-size: 20px;
  margin-bottom: 0;
}

.contact-wrapper .contact-map iframe {
  width: 100%;
  min-height: 550px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-map iframe {
    min-height: 300px;
  }
}

.single-info-box {
  background: white;
  text-align: center;
  padding: 40px 0 48px 0;
  border-radius: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-info-box .icon {
  color: white;
  font-size: 35px;
  background: #ff8a00;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 84px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-info-box span {
  color: #181818;
  font-size: 24px;
  font-weight: 500;
  display: block;
  line-height: 30px;
}
@media only screen and (max-width: 991.98px) {
  .single-info-box span {
    font-size: 18px;
  }
}
.single-info-box:hover .icon {
  color: white;
  background: #181818;
}

.faq-que-list .accordion-item {
  border: 0;
  background: transparent;
  margin-bottom: 40px;
  border-radius: 8px;
  border: 2px solid rgba(255, 138, 0, 0.2);
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button {
  transition: unset;
  color: #181818;
  font-size: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  line-height: 1.875rem;
  border: 0;
  box-shadow: none;
  text-decoration: 1px solid white;
  background: white;
  border-radius: 6px;
  padding: 0;
  padding: 15px 30px 15px 30px;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  background: rgba(255, 255, 255, 0.05);
}
.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\F282";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 20px;
  font-weight: 300;
  color: #ff8a00;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s linear;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    font-size: 18px;
    padding: 15px 15px 15px 15px;
  }
}
.faq-que-list .accordion-item .collapsed {
  border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\F282";
  color: #181818;
  transform: translateY(-50%) rotate(0deg);
}
.faq-que-list .accordion-item .accordion-body {
  background: white;
  padding: 0;
  padding: 5px 30px 20px 30px;
  border-radius: 0 0 8px 8px;
}
.faq-que-list .accordion-item .accordion-body p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 0;
  border-top: 2px solid rgba(255, 138, 0, 0.3);
  padding-top: 20px;
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 5px 15px 20px 15px;
  }
  .faq-que-list .accordion-item .accordion-body p {
    font-size: 18px;
  }
}

.custom-blog-wrapper {
  overflow: hidden;
}

.blog-style-one {
  background: white;
  max-width: 438px;
  padding: 20px;
  border-radius: 8px;
}
.blog-style-one .blog-thumb {
  background-size: cover;
  background-position: center;
  width: 398px;
  height: 230px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.blog-style-one .blog-meta a {
  color: #ff8a00;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-style-one .blog-meta p {
  color: #ff8a00;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-style-one .blog-title a {
  font-size: 28px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-style-one .blog-title a:hover {
  color: #ff8a00;
}
.blog-style-one .blog-meta-2 {
  border-top: 2px solid rgba(24, 24, 24, 0.1);
  padding-top: 10px;
  margin-top: 15px;
}
.blog-style-one .blog-meta-2 a {
  color: #ff8a00;
  font-size: 18px;
}
.blog-style-one .blog-meta-2 a b {
  color: #181818;
}
@media only screen and (max-width: 1199.98px) {
  .blog-style-one {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog-style-one .blog-thumb {
    width: 100%;
    height: 280px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-style-one .blog-thumb {
    width: 100%;
    height: 330px;
  }
}
@media (max-width: 767px) {
  .blog-style-one {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-style-one .blog-thumb {
    width: 100%;
    height: 250px;
  }
  .blog-style-one .blog-title a {
    font-size: 22px;
  }
}

.blog-wrapper .blog-style-two {
  overflow: hidden;
  max-width: 497px;
  background: white;
  padding: 20px;
  border-radius: 8px;
}
.blog-wrapper .blog-style-two .blog-thumb {
  width: 169px;
  height: 169px;
  border-radius: 8px;
  float: left;
  overflow: hidden;
  padding-right: 169px;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-wrapper .blog-style-two .blog-meta a {
  color: #ff8a00;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-wrapper .blog-style-two .blog-title a {
  font-size: 24px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-wrapper .blog-style-two .blog-title a:hover {
  color: #ff8a00;
}
.blog-wrapper .blog-style-two .blog-meta-2 {
  border-top: 2px solid rgba(24, 24, 24, 0.1);
  padding-top: 10px;
  margin-top: 15px;
}
.blog-wrapper .blog-style-two .blog-meta-2 a {
  color: #ff8a00;
  font-size: 18px;
}
.blog-wrapper .blog-style-two .blog-meta-2 a b {
  color: #181818;
}
@media only screen and (max-width: 1199.98px) {
  .blog-wrapper .blog-style-two {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-wrapper .blog-style-two {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-wrapper .blog-style-two .blog-thumb {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    float: none;
  }
  .blog-wrapper .blog-style-two .blog-title a {
    font-size: 22px;
  }
}

.blog-style-three {
  background: white;
  border-radius: 12px;
  padding: 40px;
}
.blog-style-three .blog-meta a {
  color: #181818;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.blog-style-three .blog-meta a:first-child {
  margin-right: 17px;
}
.blog-style-three .blog-meta a img {
  margin-top: -3px;
}
.blog-style-three .blog-thumb {
  max-width: 500px;
  width: 100%;
  height: 310px;
  border-radius: 12px;
}
.blog-style-three .blog-title {
  font-size: 32px;
}
.blog-style-three p {
  font-size: 18px;
  color: rgba(24, 24, 24, 0.7);
}
.blog-style-three .blog-btn {
  color: white;
  font-size: 16px;
  font-weight: 700;
  background: #ff8a00;
  padding: 10px 24px;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-style-three .blog-btn:hover {
  background: #181818;
}
@media only screen and (max-width: 1199.98px) {
  .blog-style-three .blog-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-style-three {
    padding: 10px;
  }
  .blog-style-three .blog-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blog-style-three .blog-thumb {
    margin-bottom: 20px;
    height: 250px;
  }
}

.author-blockquote {
  background: white;
  padding: 40px;
  border-radius: 12px;
  border-bottom: 2px solid #ff8a00;
}
.author-blockquote .blockquote {
  margin-bottom: 14px;
}
.author-blockquote .blockquote p {
  color: #777c90;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
}
.author-blockquote .blockquote-footer {
  color: #181818;
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 25px;
}
.author-blockquote .blockquote-footer::before {
  display: none;
}
.author-blockquote .quote-icon img {
  opacity: 0.12;
}
@media (max-width: 767px) {
  .author-blockquote {
    padding: 40px 15px;
  }
}

.author-social-media {
  border-radius: 12px;
}

.media-tag a {
  color: #181818;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  background: #f8f9fc;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.media-tag a:hover {
  color: white;
  background: #ff8a00;
}

.media-social a {
  color: #181818;
  font-size: 16px;
  display: inline-block;
  background: #f8f9fc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.media-social a:last-child {
  margin-right: 0;
}
.media-social a:hover {
  color: white;
  background: #ff8a00;
}

.author-profile {
  border-radius: 12px;
}
.author-profile .author-avatar img {
  border-radius: 50%;
}
.author-profile .author-info .author-name {
  font-size: 40px;
}
@media only screen and (max-width: 991.98px) {
  .author-profile .author-info .author-name {
    font-size: 28px;
  }
}
.author-profile .author-info .author-desig {
  font-size: 20px;
  font-weight: 500;
  color: #181818;
}

.comment-title,
.reply-title,
.post-title,
.infos-title {
  font-size: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .comment-title,
  .reply-title,
  .post-title,
  .infos-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .comment-title,
  .reply-title,
  .post-title,
  .infos-title {
    font-size: 22px;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}
.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: -15px;
}
.comment-box .comment-avatar img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
}
.comment-box .comment-content {
  overflow: hidden;
  margin-top: 15px;
}
.comment-box .comment-content p i {
  margin-right: 5px;
}
.comment-box .comment-content h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.comment-box .reply {
  color: white;
  font-size: 14px;
  border: 1px solid #f3f3f3;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  padding: 10px 22px;
  line-height: 1;
  position: absolute;
  background: #ff8a00;
  z-index: 1;
  right: 0;
  top: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (max-width: 767px) {
  .comment-box .reply {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
}
.comment-box .reply:hover {
  color: white;
  background: #181818;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 45px;
}

.comment-form .main-form label {
  color: #181818;
}
.comment-form .main-form input,
.comment-form .main-form textarea {
  background: white;
  border: 0;
  border-bottom: 0;
  color: #181818;
  height: 55px;
  margin-bottom: 35px;
  font-size: 16px;
  border-radius: 6px;
  padding-left: 20px;
}
.comment-form .main-form input::placeholder,
.comment-form .main-form textarea::placeholder {
  color: #181818;
  font-size: 16px;
}
.comment-form .main-form input::-ms-placeholder,
.comment-form .main-form textarea::-ms-placeholder {
  color: #181818;
  font-size: 16px;
}
.comment-form .main-form input::-moz-placeholder,
.comment-form .main-form textarea::-moz-placeholder {
  color: #181818;
  font-size: 16px;
}
.comment-form .main-form input::-o-placeholder,
.comment-form .main-form textarea::-o-placeholder {
  color: #181818;
  font-size: 16px;
}
.comment-form .main-form input::-webkit-placeholder,
.comment-form .main-form textarea::-webkit-placeholder {
  color: #181818;
  font-size: 16px;
}
.comment-form .main-form textarea {
  height: 240px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.img-thumb img {
  border-radius: 12px;
}

.blog-details-section p {
  margin-bottom: 25px;
}
.blog-details-section .blog-style-three {
  background: none;
  padding: 0;
}
.blog-details-section .blog-style-three .blog-tag a {
  color: #ff8a00;
  text-transform: uppercase;
}
.blog-details-section .blog-style-three .blog-title {
  font-size: 48px;
}
.blog-details-section .blog-style-three .blog-thumb {
  max-width: 100%;
  height: 460px;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199.98px) {
  .blog-details-section .blog-style-three .blog-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-details-section .blog-style-three .blog-title {
    font-size: 28px;
  }
}

body.dark-theme {
  background: #181818;
}
body.dark-theme p {
  color: white;
}
body.dark-theme .black-logo {
  display: none;
  visibility: hidden;
  transform: scale(0);
}
body.dark-theme .white-logo {
  display: inline-block;
  visibility: visible;
  transform: scale(1);
}
body.dark-theme .main-menu ul li a {
  color: white;
}
body.dark-theme .ht_btn {
  background: white;
  color: #ff8a00;
}
body.dark-theme .ht_btn:hover {
  color: white;
}
body.dark-theme .sticky-menu {
  background: #181818;
}
body.dark-theme .round-menu {
  border-color: white;
}
body.dark-theme .round-menu i {
  color: white;
}
body.dark-theme .inner-content .title-one {
  color: white;
}
body.dark-theme .theme-main-banner .title-two {
  color: white;
}
body.dark-theme .theme-main-banner .title-two .clipping-text {
  color: white;
  -webkit-text-stroke-color: white;
}
body.dark-theme .wrapper-title,
body.dark-theme .section-title {
  color: white;
}
body.dark-theme .text-wrapper,
body.dark-theme .brand-wrapper,
body.dark-theme .black-soft-bg {
  background: #202020;
}
body.dark-theme .text-wrapper-one p {
  color: white;
}
body.dark-theme .feedback-wrapper p,
body.dark-theme .feedback-wrapper h3 {
  color: white;
}
body.dark-theme .theme-main-banner-two .title-three {
  color: white;
}
body.dark-theme .portfolio-name {
  color: white;
}
body.dark-theme .portfolio-wrapper .skills-desc p {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .portfolio-wrapper .skills-desc .ht-btn-two {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark-theme .portfolio-wrapper:hover .portfolio-name {
  color: #181818;
}
body.dark-theme .portfolio-wrapper:hover .skills-desc p {
  color: #181818;
}
body.dark-theme .portfolio-wrapper:hover .skills-desc .ht-btn-two {
  color: #181818;
  border-color: #181818;
}
body.dark-theme .box-style-one {
  background: #202020;
}
body.dark-theme .box-style-one .icon img {
  filter: invert(100%);
}
body.dark-theme .box-style-one h3 {
  color: white;
}
body.dark-theme .box-style-one p {
  color: white;
}
body.dark-theme .plan {
  background: #202020;
}
body.dark-theme .plan .plan-header {
  background: rgba(255, 138, 0, 0.05);
}
body.dark-theme .plan .plan-header h4,
body.dark-theme .plan .plan-header .price,
body.dark-theme .plan .plan-header .desc {
  color: white;
}
body.dark-theme .plan .plan-header .black-icon {
  display: none;
  visibility: hidden;
  transform: scale(0);
}
body.dark-theme .plan .plan-header .white-icon {
  display: inline-block;
  visibility: visible;
  transform: scale(1);
}
body.dark-theme .plan .plan-body ul li {
  color: white;
}
body.dark-theme .theme-main-banner-three .title-four {
  color: white;
}
body.dark-theme .counter-wrapper-2 h4 {
  color: white;
}
body.dark-theme .counter-wrapper-2 .counter-number {
  color: white;
}
body.dark-theme .upper-title-2 {
  color: white;
}
body.dark-theme .about-text-wrapper-3 .about-title {
  color: white;
}
body.dark-theme .about-text-wrapper-3 .inner-card .bottom-title {
  color: white;
}
body.dark-theme .about-text-wrapper-3 .inner-card p {
  color: white;
}
body.dark-theme .progressbar-content .chart .icon {
  visibility: hidden;
}
body.dark-theme .progressbar-content .chart .icon-w {
  visibility: visible;
}
body.dark-theme .service-wrapper span,
body.dark-theme .service-wrapper h2 {
  color: white;
}
body.dark-theme .service-wrapper .icon-link {
  color: #ff8a00;
}
body.dark-theme .pt-sect-3 {
  background: #202020;
}
body.dark-theme .header-sec h3 {
  color: white;
}
body.dark-theme .qualifications-wrapper-two {
  background: #202020;
}
body.dark-theme .qualifications-wrapper-two h6,
body.dark-theme .qualifications-wrapper-two h4 {
  color: white;
}
body.dark-theme .text-wrapper-two .portfolio-content h3 {
  color: white;
}
body.dark-theme .text-wrapper-two .portfolio-content .ht-btn-five {
  background: #202020;
}
body.dark-theme .faq-que-list .accordion-item .accordion-button,
body.dark-theme .faq-que-list .accordion-item .accordion-body {
  color: white;
  background: #202020;
}
body.dark-theme .blog-style-one,
body.dark-theme .blog-wrapper .blog-style-two {
  background: #202020;
}
body.dark-theme .blog-style-one .blog-title a,
body.dark-theme .blog-style-one .blog-meta-2 a b,
body.dark-theme .blog-wrapper .blog-style-two .blog-title a,
body.dark-theme .blog-wrapper .blog-style-two .blog-meta-2 a b {
  color: white;
}
body.dark-theme .info-box h3 {
  color: white;
}
body.dark-theme .main-form input,
body.dark-theme .main-form textarea {
  color: white;
}
body.dark-theme .main-form input::placeholder,
body.dark-theme .main-form textarea::placeholder {
  color: white;
}
body.dark-theme .main-form input::-moz-placeholder,
body.dark-theme .main-form textarea::-moz-placeholder {
  color: white;
}
body.dark-theme .main-form input::-ms-placeholder,
body.dark-theme .main-form textarea::-ms-placeholder {
  color: white;
}
body.dark-theme .main-form input::-o-placeholder,
body.dark-theme .main-form textarea::-o-placeholder {
  color: white;
}
body.dark-theme .main-form input::-webkit-placeholder,
body.dark-theme .main-form textarea::-webkit-placeholder {
  color: white;
}
body.dark-theme .contact-2 .main-form {
  background: #202020;
}
body.dark-theme .header-section .side-menu {
  background: #202020;
}
body.dark-theme .header-section .auhtor-info h2 {
  color: white;
}
body.dark-theme .left-menu ul li a {
  color: white;
}
body.dark-theme .footer-area-one,
body.dark-theme .contact-bg-1 {
  background: #202020;
}
body.dark-theme .footer-area-three .copyright-area {
  background: #202020;
}
body.dark-theme .footer-area-three .copyright-text p,
body.dark-theme .footer-area-three .footer-social ul li a {
  color: white;
}
body.dark-theme .footer-area-three .footer-social ul li:nth-child(2)::before,
body.dark-theme .footer-area-three .footer-social ul li:nth-child(2)::after {
  background: white;
}
body.dark-theme .logos-slide .items:nth-child(odd) img {
  filter: invert(2);
}
body.dark-theme .brand-padding .logos-slide .items:nth-child(odd) img {
  filter: invert(0);
}

.footer-area-one .shape-01s {
  position: absolute;
  left: 4%;
  top: -4%;
  opacity: 0.5;
}
.footer-area-one .footer-widget .footer-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767.98px) {
  .footer-area-one .footer-widget .footer-desc {
    font-size: 20px;
  }
}
.footer-area-one .footer-widget .chatbot {
  color: white;
  font-size: 64px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-area-one .footer-widget .chatbot:hover {
  color: #ff8a00;
}
@media only screen and (max-width: 1199.98px) {
  .footer-area-one .footer-widget .chatbot {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-area-one .footer-widget .chatbot {
    font-size: 32px;
  }
}
.footer-area-one .footer-widget ul {
  padding: 0;
  margin: 0;
}
.footer-area-one .footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin-bottom: 24px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-area-one .footer-widget ul li a:hover {
  color: #ff8a00;
}
.footer-area-one .footer-widget .mail {
  color: white;
  font-size: 26px;
  font-weight: 700;
}
.footer-area-one .footer-widget p {
  color: rgba(255, 255, 255, 0.7);
}
.footer-area-one .footer-widget address {
  color: rgba(255, 255, 255, 0.7);
}
.footer-area-one .copyright-area {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.footer-area-one .copyright-area .copyright-text p {
  color: rgba(255, 255, 255, 0.7);
}

.social-media a {
  color: white;
  font-size: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social-media a:last-child {
  margin-right: 0;
}
.social-media a:hover {
  background: #ff8a00;
  border: 0px;
}

.footer-area-two {
  position: relative;
  z-index: 1;
}
.footer-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: rgba(255, 255, 255, 0.03);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.footer-area-two .shape-01 {
  position: absolute;
  left: 70px;
  top: 70px;
  opacity: 0.5;
}
.footer-area-two .footer-widget ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-area-two .footer-widget ul li:last-child a {
  margin-right: 0;
}
.footer-area-two .footer-widget ul li a {
  color: white;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-area-two .footer-widget ul li a:hover {
  color: #ff8a00;
}
@media only screen and (max-width: 767.98px) {
  .footer-area-two .footer-widget ul {
    display: block;
    padding-left: 0;
  }
}

.copyright-area-two {
  border-top: 2px solid rgba(255, 255, 255, 0.03);
}
.copyright-area-two .footer-menu ul {
  padding: 0;
  margin: 0;
}
.copyright-area-two .footer-menu ul li {
  display: inline-block;
}
.copyright-area-two .footer-menu ul li:last-child a {
  margin-right: 0;
}
.copyright-area-two .footer-menu ul li a {
  color: white;
  display: inline-block;
  font-size: 20px;
  margin-right: 80px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.copyright-area-two .footer-menu ul li a:hover {
  color: #ff8a00;
}
@media only screen and (max-width: 991.98px) {
  .copyright-area-two .footer-menu ul li a {
    margin-right: 30px;
  }
}

.footer-area-three .copyright-area {
  width: 980px;
  border: 0;
  background: #fff;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1399.98px) {
  .footer-area-three .copyright-area {
    width: 800px;
  }
}
@media (max-width: 1199.98px) {
  .footer-area-three .copyright-area {
    width: 600px;
  }
}
@media (max-width: 991.98px) {
  .footer-area-three .copyright-area {
    width: 100%;
  }
}
.footer-area-three .footer-social ul {
  padding: 0;
  margin: 0;
}
.footer-area-three .footer-social ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.footer-area-three .footer-social ul li:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.footer-area-three .footer-social ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  background: rgba(24, 24, 24, 0.6);
  height: 20px;
  width: 2px;
  left: -2px;
  top: 6px;
  z-index: 1;
}
.footer-area-three .footer-social ul li:nth-child(2)::after {
  content: "";
  position: absolute;
  background: rgba(24, 24, 24, 0.6);
  height: 20px;
  width: 2px;
  right: -2px;
  top: 6px;
  z-index: 1;
}
.footer-area-three .footer-social ul li a {
  color: #181818;
  font-size: 16px;
  display: inline-block;
}

/*# sourceMappingURL=main.css.map */
