/* -------------------------------------------------------------------
    Version: 1.0.0
 -------------------------------------------------------------------*/

/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * 04.Buttons  
 * 05.Animations 
 * 06.Form(Input, Comment)
 * 07.Pagination 
 * 08.Preloader
   ------------------------ /
   Layout                               
   ------------------------ /
 * 09.Header
 * 10.Hero
 * 11.About
 * 12.Resume 
 * 13.Services
 * 14.Counters
 * 15.How I Work
 * 16.My Skills
 * 17.Portfolio
 * 18.My Team
 * 19.Testimonial
 * 20.Blog
 * 21.Contact
 * 22.Footer
 * 23.Breadcrumb
 * 24.Rtl Mode 
 * 25.Home Intro
 * 26.Other Helper Css
------------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* 01.Base                               
/* ---------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

body,
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6D7077;
}

body {
  position: relative;
}

::-moz-selection {
  color: #fff;
  background: #171718;
}

::selection {
  color: #fff;
  background: #171718;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea,
textarea:focus,
input,
input:focus,
button,
button:focus {
  outline: none;
  resize: inherit;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.container {
  max-width: 1200px;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                               
/* ---------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
  color: #171718;
  line-height: 1.42;
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 2.9rem;
}

h4,
.h4 {
  font-size: 2.5rem;
}

h5,
.h5 {
  font-size: 1.467rem;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  line-height: 1.9;
  margin: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {

  h3,
  .h3 {
    font-size: 2.1rem;
  }

  h4,
  .h4 {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.section {
  padding: 100px 0;
}

.section .section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section .section-heading h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
  display: block;
  position: relative;
}

.section .section-heading h2:after {
  content: "";
  bottom: 0;
  left: 50%;
  height: 4px;
  width: 50px;
  position: absolute;
  background: #ff4500;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section .section-heading span {
  font-size: 14px;
  border-radius: 50px;
  color: #fff;
  padding: 8px 18px;
  margin-bottom: 10px;
  display: inline-block;
  background: #ff4500;
}

.section .section-heading.light h2 {
  color: #fff;
}

.section .section-heading.light h2:after {
  background: #fff;
}

.section .section-heading-left {
  text-align: left;
  margin-bottom: 50px;
}

.section .section-heading-left h2 {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.section .section-heading-left h2:before,
.section .section-heading-left h2:after {
  bottom: 0;
  height: 4px;
  content: "";
  position: absolute;
  background: #ff4500;
}

.section .section-heading-left h2:before {
  left: 0;
  width: 20px;
}

.section .section-heading-left h2:after {
  left: 30px;
  width: 40px;
}

.section .section-heading-left span {
  font-size: 14px;
  border-radius: 50px;
  color: #fff;
  padding: 8px 18px;
  margin-bottom: 10px;
  display: inline-block;
  background: #ff4500;
}

.no-padding {
  padding: 0;
  margin: 0;
}

.bg-dark-blue {
  background: #171718;
}

.bg-dark-blue .section-heading {
  margin-bottom: 100px;
}

.bg-dark-blue .section-heading h2 {
  color: #fff;
}

.bg-dark-blue .section-heading h2:after {
  background: #ff4500;
}

.bg-primary-light {
  background: rgba(255, 69, 0, 0.05);
}

.bg-grey {
  background: #fafafa;
}

.bg-light-grey {
  background-color: #F9F9F9;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-3 {
  margin-left: 10px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-minus-70 {
  padding-bottom: 70px;
}

.pb-minus-76 {
  padding-bottom: 76px;
}

.bg-overlay {
  z-index: 1;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.75;
  background: #ff4500;
}

.inner-header-title {
  margin-bottom: 20px !important;
  position: relative;
  padding-bottom: 22px;
  display: block;
}

.inner-header-title:after,
.inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  border-radius: 5px;
}

.inner-header-title:after {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.inner-header-title:before {
  width: 60px;
  z-index: 36;
  background: #ff4500;
}

#portfolioCarousel.owl-carousel .owl-item img {
  width: 100%;
  display: inline-block;
}

#portfolioCarousel.owl-carousel .owl-nav {
  margin-top: 0;
}

#portfolioCarousel.owl-carousel .owl-nav button {
  margin: 0;
  top: 50%;
  padding: 5px !important;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  background: transparent;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #fff;
}

#portfolioCarousel.owl-carousel .owl-nav button span {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  color: #ff4500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}

#portfolioCarousel.owl-carousel .owl-nav button:hover {
  border-color: #ff4500;
}

#portfolioCarousel.owl-carousel .owl-nav button:hover span {
  color: #fff;
  background: #ff4500;
}

#portfolioCarousel.owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}

#portfolioCarousel.owl-carousel .owl-nav button.owl-next {
  right: 20px;
}

#testimonialCarousel.owl-carousel .owl-item img,
#blogCarousel.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

#testimonialCarousel.owl-carousel .owl-nav,
#blogCarousel.owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -130px;
  right: 0;
  display: inline-block;
}

#testimonialCarousel.owl-carousel .owl-nav button,
#blogCarousel.owl-carousel .owl-nav button {
  margin: 0;
  padding: 5px !important;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #ff4500;
}

#testimonialCarousel.owl-carousel .owl-nav button span,
#blogCarousel.owl-carousel .owl-nav button span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff4500;
}

#testimonialCarousel.owl-carousel .owl-nav button:hover,
#blogCarousel.owl-carousel .owl-nav button:hover {
  border-color: #171718;
}

#testimonialCarousel.owl-carousel .owl-nav button:hover span,
#blogCarousel.owl-carousel .owl-nav button:hover span {
  background: #171718;
}

#testimonialCarousel.owl-carousel .owl-nav button.owl-prev,
#blogCarousel.owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .section .section-heading h2 {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

  #testimonialCarousel.owl-carousel .owl-nav,
  #blogCarousel.owl-carousel .owl-nav {
    top: 0;
    position: static;
    margin-bottom: 24px;
  }
}

#colorOptionsSidebar {
  top: 50%;
  left: 0;
  z-index: 1111;
  line-height: 1;
  position: fixed;
  text-align: left;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#colorOptionsSidebar #colorOptionsSidebarToggle {
  top: 0;
  right: -52px;
  position: absolute;
  padding: 16px;
  font-size: 20px;
  color: #fff;
  border: none;
  background: #ff4500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#colorOptionsSidebar .color-options-wrap {
  padding: 15px 6px 10px 15px;
  max-width: 219px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 23px 49px 0 rgba(255, 69, 0, 0.1);
  box-shadow: 0 23px 49px 0 rgba(255, 69, 0, 0.1);
  transition: all 0.4s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#colorOptionsSidebar .color-options-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#colorOptionsSidebar span {
  width: 38px;
  height: 38px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin: 3px;
  display: inline-block;
}

#colorOptionsSidebar span.default {
  background: #ff4500;
}

#colorOptionsSidebar span.blue {
  background: #0652DD;
}

#colorOptionsSidebar span.red {
  background: #ff3f34;
}

#colorOptionsSidebar span.yellow {
  background: #F79F1F;
}

#colorOptionsSidebar span.green {
  background: #6ab04c;
}

#colorOptionsSidebar span.pink {
  background: #FC427B;
}

#colorOptionsSidebar span.turquose {
  background: #01a3a4;
}

#colorOptionsSidebar span.purple {
  background: #B33771;
}

#colorOptionsSidebar span.blue2 {
  background: #2e86de;
}

#colorOptionsSidebar span.orange {
  background: #ff7500;
}

#colorOptionsSidebar span.magenta {
  background: #6F1E51;
}

#colorOptionsSidebar span.orange2 {
  background: #ff793f;
}

#colorOptionsSidebar span.active:after {
  content: "\f00c";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(23, 23, 24, 0.2);
  font-family: "Font Awesome 5 Free";
}

#rtlSidebar {
  top: 50%;
  left: 0;
  margin-top: -115px;
  z-index: 7777;
  line-height: 1;
  position: fixed;
  text-align: left;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#rtlSidebar #rtlToggle {
  padding: 16px 12.5px;
  font-size: 16px;
  color: #fff;
  border: none;
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.white-btn {
  z-index: 1;
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff4500;
}

.white-btn .text {
  padding: 0 20px 0 30px;
  text-transform: uppercase;
  color: #fff !important;
}

.white-btn .icon {
  padding: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #fff;
}

.white-btn .icon i {
  width: 46px;
  height: 46px;
  font-size: 16px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  color: #ff4500;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.white-btn:hover {
  background: #fff;
}

.white-btn:hover .text {
  color: #ff4500 !important;
}

.white-btn:hover .icon {
  border-color: #ff4500;
}

.white-btn:hover .icon i {
  background: #ff4500;
  color: #fff;
}

.primary-btn {
  z-index: 1;
  padding: 0;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff4500;
}

.primary-btn .text {
  padding: 0 20px 0 30px;
  text-transform: uppercase;
  color: #fff !important;
}

.primary-btn .icon {
  padding: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #fff;
}

.primary-btn .icon i {
  width: 46px;
  height: 46px;
  font-size: 16px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  background: #fff;
  color: #ff4500;
}

.primary-btn:hover {
  background: #171718;
}

.primary-btn:hover .text {
  color: #fff !important;
}

.primary-btn:hover .icon {
  border-color: #ff4500;
}

.primary-btn:hover .icon i {
  background: #ff4500;
  color: #fff;
}

.scroll-phone-btn,
.scroll-facebook-btn,
.scroll-top-btn {
  bottom: 0;
  opacity: 0;
  right: 10px;
  padding: 5px;
  z-index: 144;
  position: fixed;
  text-align: center;
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #ff4500;
}

.scroll-phone-btn i,
.scroll-facebook-btn i,
.scroll-top-btn i {
  width: 46px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff4500;
}

.scroll-phone-btn:hover,
.scroll-facebook-btn:hover,
.scroll-top-btn:hover {
  border-color: #171718;
}

.scroll-phone-btn:hover i,
.scroll-facebook-btn:hover i,
.scroll-top-btn:hover i {
  background: #171718;
}

.scroll-phone-btn.active,
.scroll-facebook-btn.active,
.scroll-top-btn.active {
  opacity: 1;
  bottom: 10px;
  visibility: visible;
}

.scroll-facebook-btn {
  z-index: 146;
}

.scroll-facebook-btn.active {
  opacity: 1;
  bottom: 150px;
  visibility: visible;
}

.scroll-phone-btn {
  z-index: 144;
}

.scroll-phone-btn.active {
  opacity: 1;
  bottom: 80px;
  visibility: visible;
}

.scroll-top-btn {
  z-index: 145;
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 10px;
  visibility: visible;
}

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes ldsRoller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ldsRoller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.custom-modal .modal-header {
  text-align: center;
  padding: 10px 20px;
}

.custom-modal .modal-header button {
  background: transparent;
  border: none;
}

.custom-modal .modal-header button span {
  font-size: 35px;
}

.custom-modal .modal-header h5,
.custom-modal .modal-header button {
  color: #fff;
}

.custom-modal .modal-header.danger {
  background: #f27474;
  color: #fff;
}

.custom-modal .modal-header.success {
  background: #0fb6a6;
  color: #fff;
}

.custom-modal .modal-body {
  padding: 20px;
}

.custom-modal .modal-body .form-popup-inner {
  text-align: center;
}

.custom-modal .modal-body .form-popup-inner .form-icon {
  margin-bottom: 30px;
}

.custom-modal .modal-body .form-popup-inner .form-icon svg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.custom-modal .modal-body .form-popup-inner .form-icon.danger svg {
  fill: #f27474;
  stroke: #f27474;
  background: rgba(242, 116, 116, 0.1);
}

.custom-modal .modal-body .form-popup-inner .form-icon.success svg {
  fill: #0fb6a6;
  stroke: #0fb6a6;
  background: rgba(15, 182, 166, 0.1);
}

.custom-modal .modal-footer {
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-modal .popup-btn {
  font-weight: 500;
  padding: 10px 15px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
}

.custom-modal .popup-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-modal .popup-btn.danger {
  background: #f27474;
  -webkit-box-shadow: 0 10px 15px 0 rgba(242, 116, 116, 0.1);
  box-shadow: 0 10px 15px 0 rgba(242, 116, 116, 0.1);
}

.custom-modal .popup-btn.danger:hover {
  background: #ee4545;
}

.custom-modal .popup-btn.success {
  background: #0fb6a6;
  -webkit-box-shadow: 0 10px 15px 0 rgba(15, 182, 166, 0.1);
  box-shadow: 0 10px 15px 0 rgba(15, 182, 166, 0.1);
}

.custom-modal .popup-btn.success:hover {
  background: #0b877b;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
  animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

#error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  word-break: break-word;
  font-weight: 500;
  border-left: 2px solid #f27474;
  color: #ee4545;
  background: rgba(242, 116, 116, 0.1);
}

body[style],
header[style] {
  padding-right: 0 !important;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.comment-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.comment-item p {
  margin-bottom: 15px !important;
}

.comment-item .comment-item-title {
  margin-bottom: 8px;
}

.comment-item .img {
  padding: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  border: 2px solid #ff4500;
}

.comment-item .img img {
  border-radius: 50%;
}

.comment-item .comment-meta {
  margin-bottom: 9px;
}

.comment-item .comment-meta span {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.comment-item .comment-meta span i {
  margin-right: 10px;
  color: #ff4500;
}

.comment-item .comment-item-body {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-item .reply-btn {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 50px;
  display: inline-block;
  color: #06133D;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e0e0e0;
}

.comment-item .reply-btn:hover {
  background: #ff4500;
  border-color: transparent;
  color: #fff !important;
}

.comment-item .reply-btn:hover i {
  color: #fff !important;
}

.comment-item .reply-btn i {
  vertical-align: -1px;
  margin-right: 7px;
  display: inline-block;
  color: #ff4500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comment-item.sub-comment-item {
  margin-left: 120px;
}

.leave-comment-wrapper .comment-form-group {
  margin-bottom: 20px;
  position: relative;
}

.leave-comment-wrapper .comment-form-group .form-control {
  height: 60px;
  color: #000;
  outline: none;
  border: none;
  padding: 0 30px 0 30px;
  border-radius: 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
}

.leave-comment-wrapper .comment-form-group .form-control:focus {
  outline: none;
  color: #000;
}

.leave-comment-wrapper .comment-form-group textarea.form-control {
  height: auto;
  padding-top: 20px;
}

.leave-comment-wrapper button {
  border: none;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .comment-item {
    display: block;
  }

  .comment-item .img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 07.Pagination                              
/* ---------------------------------------------------------------- */
.pagination-wrap {
  margin-top: 20px;
}

.pagination-wrap .pagination-link {
  width: 50px;
  height: 50px;
  color: #171718;
  line-height: 50px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 20px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 10px 20px 0 rgba(255, 69, 0, 0.15);
}

.pagination-wrap .pagination-link:hover,
.pagination-wrap .pagination-link.active {
  background: #ff4500;
  color: #fff !important;
}

.pagination-wrap .pagination-link:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
/* 08.Preloader                            
/* ---------------------------------------------------------------- */
#preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #171718;
}

#preloader-wrap .lds-roller {
  width: 80px;
  height: 80px;
  position: relative;
  display: inline-block;
}

#preloader-wrap .lds-roller div {
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-animation: ldsRoller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: ldsRoller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

#preloader-wrap .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

#preloader-wrap .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

#preloader-wrap .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

#preloader-wrap .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

#preloader-wrap .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

#preloader-wrap .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

#preloader-wrap .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

#preloader-wrap .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

#preloader-wrap .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

#preloader-wrap .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

#preloader-wrap .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

#preloader-wrap .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

#preloader-wrap .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

#preloader-wrap .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

#preloader-wrap .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

#preloader-wrap .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

#preloader-wrap .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 10px 0;
  -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.header .navbar-brand {
  padding: 0;
  color: #fff;
  margin-right: 0;
  text-transform: capitalize;
}

.header .navbar-brand img {
  display: none;
}

.header .navbar-brand img.logo-transparent {
  display: block;
}

.header .navbar-btn-resp .primary-btn:hover {
  background: #fff;
}

.header .navbar-btn-resp .primary-btn:hover .text {
  color: #ff4500 !important;
}

.header .navbar-btn-resp .primary-btn:hover .icon {
  border-color: #ff4500;
}

.header .navbar-btn-resp .primary-btn:hover .icon i {
  background: #ff4500;
  color: #fff;
}

.header .nav-item .nav-link {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 28px 20px;
  text-transform: uppercase;
  display: block;
  position: relative;
  line-height: 28px;
  opacity: 0.8;
}

.header .nav-item .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #fff;
}

.header .nav-item .nav-link.active {
  opacity: 1;
}

.header .nav-item .nav-link:not(.active):after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: 7;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header .nav-item .nav-link:not(.active):hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header .nav-item:hover>a {
  color: #fff;
  opacity: 1;
}

.header .nav-item.dropdown:hover .nav-link:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header .nav-item.dropdown .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(255, 69, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(255, 69, 0, 0.1);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  color: #000;
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #ff4500;
  border-bottom-color: #ff4500;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.header .nav-item.dropdown .dropdown-toggle {
  padding-right: 25px !important;
}

.header .nav-item.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: initial;
  content: "";
  border: none;
}

.header .nav-item.dropdown .dropdown-toggle:before {
  content: "\f078";
  top: 50%;
  right: 0;
  position: absolute;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:before {
  top: 28px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header .navbar-toggler .togler-icon-inner span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
  opacity: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

.header-shrink {
  border-bottom: none;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(255, 69, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(255, 69, 0, 0.1);
}

.header-shrink .navbar-btn-resp .primary-btn:hover {
  background: #171718;
}

.header-shrink .navbar-btn-resp .primary-btn:hover .text {
  color: #fff !important;
}

.header-shrink .navbar-btn-resp .primary-btn:hover .icon {
  border-color: #ff4500;
}

.header-shrink .navbar-btn-resp .primary-btn:hover .icon i {
  background: #ff4500;
  color: #fff;
}

.header-shrink .nav-item:hover .nav-link {
  color: #ff4500;
}

.header-shrink .nav-item .nav-link {
  color: #000;
  opacity: 1;
}

.header-shrink .nav-item .nav-link.active,
.header-shrink .nav-item .nav-link:hover {
  color: #ff4500;
}

.header-shrink .nav-item .nav-link:after {
  background: #ff4500;
}

.header-shrink .nav-item .nav-link:not(.active):after {
  background: #ff4500;
}

.header-shrink .navbar-toggler .togler-icon-inner span {
  background-color: #171718;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .header .container {
    max-width: 100%;
    padding: 0;
  }

  .header .navbar-brand {
    padding: 10px 0 10px 15px;
  }

  .header .main-menu {
    background: #fff;
  }

  .header .main-menu .navbar-nav {
    max-height: 230px;
    overflow: hidden;
    overflow-y: auto;
  }

  .header .main-menu .navbar-nav .nav-item:nth-child(6) .nav-link {
    border-bottom: 0;
  }

  .header .main-menu .navbar-nav .nav-link {
    color: #000;
    padding: 7px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    border-bottom: 1px solid #e0e0e0;
  }

  .header .main-menu .navbar-nav .nav-link:after {
    display: none;
  }

  .header .main-menu .navbar-nav .nav-link.active {
    background: #ff4500;
    color: #fff !important;
    border-color: #ff4500;
  }

  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #ff4500;
    color: #fff !important;
    border-color: #ff4500;
  }

  .header .main-menu .nav-item .dropdown-menu {
    background: rgba(255, 69, 0, 0.06);
  }

  .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
    background: #ff4500;
  }

  .header .dropdown-toggle:before {
    top: 23px !important;
    right: 20px !important;
  }

  .header .dropdown-toggle[aria-expanded="true"]:before {
    top: 7px !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .navbar-btn-resp {
    display: none !important;
  }

  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #ff4500;
  }

  .header-shrink .nav-item .nav-link {
    color: #000;
  }

  .header-shrink .nav-item .nav-link.active,
  .header-shrink .nav-item .nav-link:hover {
    color: #ff4500;
  }

  .header-shrink .nav-item .nav-link:after {
    background: #ff4500;
  }

  .header-shrink .nav-item .nav-link:not(.active):after {
    background: #ff4500;
  }

  .header-shrink .togler-icon-inner span {
    background-color: #000;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Large devices (desktop, less than min-width: 992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {
  .dropdown-menu {
    border: 0;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    color: #000;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    min-width: 230px;
    border-radius: 0;
    position: absolute;
  }

  .dropdown-menu.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/* ---------------------------------------------------------------- */
/* 10.Hero                                              
/* ---------------------------------------------------------------- */
.hero-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #171718;
  background-position: center center;
}

.hero-banner .hero-inner h1 {
  margin-bottom: 30px;
  color: #fff;
}

.hero-banner .hero-inner h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #fff;
  margin-bottom: 40px;
  padding-right: 60px;
  font-family: "Roboto", sans-serif;
}

.hero-img {
  text-align: right;
  border-radius: 50%;
}

.hero-img .border-line-outer,
.hero-img .border-line-inner {
  padding: 20px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
}

.hero-img img {
  border-radius: 50%;
  display: inline-block;
  border: 20px solid #ff4500;
}

.hero-social-list {
  top: 50%;
  right: 30px;
  z-index: 1115;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-social-list li {
  margin-bottom: 20px;
  position: relative;
}

.hero-social-list li:last-child {
  margin-bottom: 0;
}

.hero-social-list li a i {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hero-social-list li a:hover i {
  color: #ff4500;
}

.scroll-down-btn,
.hero-email-link {
  bottom: 30px;
  font-size: 0.7rem;
  position: absolute;
  color: #fff;
  letter-spacing: 3px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll-down-btn:after,
.hero-email-link:after {
  width: 2px;
  height: 20px;
  content: "";
  margin-top: 15px;
  display: inline-block;
  vertical-align: baseline;
  background: #fff;
}

.scroll-down-btn:hover,
.hero-email-link:hover {
  color: #ff4500;
}

.scroll-down-btn {
  left: 30px;
}

.hero-email-link {
  right: 30px;
}

#hero-particles-effect {
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#hero-particles-effect .hero-img {
  position: relative;
  z-index: 1;
}

#heroparticles {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#heroSliderContainer {
  z-index: 32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: initial;
}

#heroSliderContainer .vegas-overlay {
  background: #171718;
  opacity: 0.5;
}

#hero_video {
  z-index: 35;
  width: 100%;
  overflow: hidden;
  background: none;
  position: relative;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

#hero_video .hero-overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  background: #171718;
}

#hero_video .container {
  z-index: 27;
  position: relative;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .hero-banner {
    text-align: center;
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero-banner .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-banner .hero-inner h2 {
    padding-right: 0;
  }

  .hero-banner .hero-img-resp {
    text-align: center;
  }

  .hero-banner .hero-img-resp .hero-img {
    margin-top: 30px;
    max-width: 250px;
    display: inline-block;
  }

  .hero-banner .hero-img-resp .hero-img img {
    border: 10px solid #ff4500;
  }

  .hero-social-list,
  .hero-email-link,
  .scroll-down-btn {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .hero-banner .hero-inner h1 {
    font-size: 1.467rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .hero-banner .hero-inner h2 {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }
}

/* ---------------------------------------------------------------- */
/* 11.About                                           
/* ---------------------------------------------------------------- */
.about-inner>h6 {
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  color: #fff;
  padding: 8px 18px;
  margin-bottom: 10px;
  display: inline-block;
  background: #ff4500;
}

.about-inner h2 {
  margin-bottom: 20px;
}

.about-inner>p {
  margin-bottom: 30px;
}

.about-inner ul {
  margin-bottom: 38px;
}

.about-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 15px;
}

.about-inner ul li:last-child {
  margin-bottom: 0;
}

.about-inner ul li .text h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.about-img {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.about-img img {
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 20px solid #ff4500;
}

.about-img:hover img {
  border-color: #171718;
}

.about-img:hover .about-video-btn {
  background: #171718;
}

.about-img:hover .about-video-btn~.video-border-line:after,
.about-img:hover .about-video-btn~.video-border-line:before {
  border-color: #171718;
}

.about-img .about-video-btn {
  top: 50%;
  right: -40px;
  width: 100px;
  height: 100px;
  font-size: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  position: absolute;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff4500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-img .about-video-btn:hover {
  background: #171718;
}

.about-img .about-video-btn:hover~.video-border-line:after,
.about-img .about-video-btn:hover~.video-border-line:before {
  border-color: #171718;
}

.about-img .video-border-line {
  top: 50%;
  z-index: -5;
  right: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-img .video-border-line:after,
.about-img .video-border-line:before {
  top: 50%;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #ff4500;
}

.about-img .video-border-line:after {
  right: -10px;
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.about-img .video-border-line:before {
  right: -20px;
  width: 140px;
  height: 140px;
  line-height: 140px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .about-img {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
  .about-inner h2 {
    font-size: 1.467rem;
    line-height: 1.4;
  }

  .about-inner .mb-resp-15 {
    margin-bottom: 15px;
  }

  .about-img .video-border-line {
    z-index: initial;
    pointer-events: none;
  }

  .about-img .about-video-btn {
    z-index: 1;
  }

  .about-img .about-video-btn,
  .about-img .video-border-line {
    right: initial;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* ---------------------------------------------------------------- */
/* 12.Resume                                            
/* ---------------------------------------------------------------- */
.resume-item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.resume-item .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resume-item .body .text h6 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  color: #ff4500;
  text-transform: uppercase;
}

.resume-item:hover .icon-outer-line .icon-inner-line {
  border: 2px solid #171718;
}

.resume-item:hover .icon-outer-line .icon-inner-line span {
  background: #171718;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .resume-item .body {
    display: block;
  }

  .resume-item .body .text {
    margin-top: 15px;
  }

  .resume-item .body .icon-outer-line {
    margin: 0;
  }
}

/* ---------------------------------------------------------------- */
/* 13.Services                        
/* ---------------------------------------------------------------- */
.services-item {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 30px 30px 50px 30px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.services-item .services-bg-img {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.services-item .body {
  z-index: 1;
  position: relative;
}

.services-item .body h4 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #ff4500;
}

.services-item .body h5 {
  margin-bottom: 15px;
}

.services-item .body p {
  margin-bottom: 30px;
}

.services-item .body a,
.services-item .body i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-item .body a {
  font-weight: 600;
  color: #171718;
  text-transform: uppercase;
}

.services-item .body a i {
  margin-left: 5px;
  color: #ff4500;
}

.services-item .body a:hover {
  color: #ff4500;
  text-decoration: underline;
}

.services-item .body a:hover i {
  margin-left: 10px;
}

.services-item .icon {
  left: 50%;
  bottom: -30px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.services-item .icon span {
  width: 60px;
  height: 60px;
  font-size: 20px;
  position: relative;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background: #ff4500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-item .icon-border {
  left: 50%;
  bottom: 0;
  z-index: -3;
  position: absolute;
  margin-left: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.services-item .icon-border:after,
.services-item .icon-border:before {
  top: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #ff4500;
}

.services-item .icon-border:after {
  right: -10px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.services-item .icon-border:before {
  right: -20px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.services-item:hover {
  background: #171718;
}

.services-item:hover .services-bg-img {
  opacity: 0.15;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.services-item:hover .icon-border:after,
.services-item:hover .icon-border:before {
  border: 2px solid #171718;
}

.services-item:hover .icon span {
  background: #171718;
}

.services-item:hover .body h4,
.services-item:hover .body h5,
.services-item:hover .body p,
.services-item:hover .body a {
  color: #fff;
}

.services-item:hover .body p {
  opacity: 0.75;
}

.services-item:hover .body a i {
  margin-left: 5px;
  color: #ff4500;
}

.services-item:hover .body a:hover {
  color: #ff4500;
  text-decoration: underline;
}

.services-item:hover .body a:hover i {
  margin-left: 10px;
}

.services-detail-top {
  position: relative;
}

.services-detail-top img {
  border-radius: 30px;
}

.services-detail-top span {
  bottom: -60px;
  left: 0;
  width: 120px;
  height: 120px;
  color: #fff;
  line-height: 100px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background: #ff4500;
  border: 10px solid #fff;
  position: absolute;
}

.services-detail-inner {
  margin-top: 70px;
}

.services-detail-inner h2 {
  margin-bottom: 15px;
}

.services-detail-inner p {
  margin-bottom: 15px;
}

.services-detail-inner p:last-of-type {
  margin-bottom: 30px;
}

.web-design-process {
  border-radius: 30px;
  background: #171718;
}

.web-design-process .design-process-video {
  position: relative;
  overflow: hidden;
}

.web-design-process .design-process-video img {
  border-radius: 30px 0 0 30px;
}

.web-design-process .design-process-video .design-process-video-btn {
  top: 50%;
  left: 50%;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.web-design-process .design-process-video .design-process-video-btn i {
  width: 80px;
  height: 80px;
  font-size: 16px;
  color: #ff4500;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}

.web-design-process .design-process-video .design-process-video-btn:hover {
  border-color: #ff4500;
}

.web-design-process .design-process-video .design-process-video-btn:hover i {
  color: #fff !important;
  background: #ff4500;
}

.web-design-process .design-process-inner {
  padding: 30px 30px 30px 6px;
}

.web-design-process .design-process-inner h5 {
  color: #fff;
  margin-bottom: 20px;
}

.web-design-process .design-process-inner ul li {
  margin-bottom: 10px;
  color: #fff;
}

.web-design-process .design-process-inner ul li:last-child {
  margin-bottom: 0;
}

.web-design-process .design-process-inner ul li i {
  margin-right: 15px;
  color: #ff4500;
  vertical-align: middle;
  display: inline-block;
}

.subscribe-newsletter .icon {
  margin-bottom: 20px;
}

.subscribe-newsletter .icon span {
  color: #ff4500;
  font-size: 50px;
}

.subscribe-newsletter .subscribe-newsletter-text {
  padding: 30px;
  background: #171718;
  border-radius: 20px;
}

.subscribe-newsletter .subscribe-newsletter-text h5 {
  margin-bottom: 15px;
}

.subscribe-newsletter .subscribe-newsletter-text p {
  opacity: 0.8;
  margin-bottom: 20px;
}

.subscribe-newsletter .subscribe-newsletter-text p,
.subscribe-newsletter .subscribe-newsletter-text h5 {
  color: #fff;
}

.subscribe-newsletter .form-newsletter {
  position: relative;
}

.subscribe-newsletter .form-newsletter input {
  outline: none;
  border: none;
  width: 100%;
  height: 60px;
  color: #fff;
  padding: 0 50px 0 30px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.subscribe-newsletter .form-newsletter input:focus {
  outline: none;
  color: #fff;
}

.subscribe-newsletter .form-newsletter button {
  top: 0;
  right: 0;
  z-index: 4;
  border: none;
  outline: none;
  height: 100%;
  width: 60px;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.subscribe-newsletter .form-newsletter button:hover {
  color: #ff4500 !important;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .web-design-process .design-process-video img {
    border-radius: 30px 30px 0 0;
  }

  .web-design-process .design-process-inner {
    padding: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
  .services-detail-inner>h2 {
    font-size: 1.467rem;
    line-height: 1.4;
  }
}

/* ---------------------------------------------------------------- */
/* 14.Counters                      
/* ---------------------------------------------------------------- */
#counters {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ff4500;
}

.counter-item {
  margin-bottom: 30px;
  text-align: center;
}

.counter-item h3 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 15px;
}

.counter-item p {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

/* ---------------------------------------------------------------- */
/* 15.How I Work       
/* ---------------------------------------------------------------- */
.how-i-work-item {
  z-index: 1;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

.how-i-work-item .arrow-dashed-img {
  top: -50px;
  right: -87px;
  position: absolute;
}

.how-i-work-item .number {
  left: 50%;
  top: -30px;
  text-align: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.how-i-work-item .number span {
  width: 80px;
  height: 80px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  line-height: 80px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  background: #1b1b1b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.how-i-work-item .number-border {
  left: 50%;
  top: 10px;
  z-index: -3;
  position: absolute;
  margin-left: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.how-i-work-item .number-border:after,
.how-i-work-item .number-border:before {
  top: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #1b1b1b;
}

.how-i-work-item .number-border:after {
  right: -20px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.how-i-work-item .number-border:before {
  right: -30px;
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.how-i-work-item .img {
  margin-bottom: 50px;
  border-radius: 50%;
}

.how-i-work-item .img img {
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 20px solid #1b1b1b;
}

.how-i-work-item .text {
  padding: 30px;
  text-align: center;
  position: relative;
  border-radius: 80px;
  background: #1b1b1b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.how-i-work-item .text:after {
  top: -60px;
  left: 50%;
  content: "";
  position: absolute;
  border: 30px solid;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: transparent transparent #1b1b1b transparent;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.how-i-work-item .text h5 {
  color: #fff;
}

.how-i-work-item:hover .number span {
  background: #ff4500;
}

.how-i-work-item:hover .img img {
  border-color: #ff4500;
}

.how-i-work-item:hover .text {
  background: #ff4500;
}

.how-i-work-item:hover .text:after {
  border-color: transparent transparent #ff4500 transparent;
}

.how-i-work-item:hover .number-border:after,
.how-i-work-item:hover .number-border:before {
  border-color: #ff4500;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .arrow-dashed-img {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* 16.My Skills    
/* ---------------------------------------------------------------- */
.skills-inner>h6 {
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  color: #fff;
  padding: 8px 18px;
  margin-bottom: 10px;
  display: inline-block;
  background: #ff4500;
}

.skills-inner h2 {
  margin-bottom: 20px;
}

.skills-inner>p {
  margin-bottom: 30px;
}

.skills-inner ul {
  margin-bottom: 30px;
}

.skills-inner ul li {
  font-weight: 600;
  margin-bottom: 15px;
  color: #171718;
}

.skills-inner ul li:last-child {
  margin-bottom: 0;
}

.skills-inner ul li:before {
  content: "\f00c";
  font-weight: 700;
  vertical-align: middle;
  margin-right: 15px;
  display: inline-block;
  color: #ff4500;
  font-family: "Font Awesome 5 Free";
}

.skills-inner .skills-item {
  text-align: center;
  border-radius: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.skills-inner .skills-item .skills-item-text h5 {
  padding: 20px;
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
  background: #ff4500;
}

.skills-inner .skills-item .body {
  padding: 30px;
}

.skills-inner .skills-item .body h2:after {
  content: "%";
  font-family: "Poppins", sans-serif;
  margin-left: 10px;
  display: inline-block;
}

.skills-inner .skills-item .skills-progress-bar {
  height: 7px;
  position: relative;
  background: #171718;
  margin-top: 10px;
  overflow: hidden;
}

.skills-inner .skills-item .skills-progress-bar .skills-progress-value {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background: #ff4500;
}

.skills-img {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.skills-img img {
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 20px solid #ff4500;
}

.skills-img:hover img {
  border-color: #171718;
}

.skills-img:hover .icon-check {
  background: #171718;
}

.skills-img:hover .icon-border-line:after,
.skills-img:hover .icon-border-line:before {
  border-color: #171718;
}

.skills-img .icon-check {
  top: 50%;
  right: -40px;
  width: 100px;
  height: 100px;
  font-size: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  position: absolute;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff4500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.skills-img .icon-border-line {
  top: 50%;
  z-index: -5;
  right: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.skills-img .icon-border-line:after,
.skills-img .icon-border-line:before {
  top: 50%;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #ff4500;
}

.skills-img .icon-border-line:after {
  right: -10px;
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.skills-img .icon-border-line:before {
  right: -20px;
  width: 140px;
  height: 140px;
  line-height: 140px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .skills-img {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
  .skills-item-resp {
    margin-top: 24px;
  }

  .skills-item-resp:first-child {
    margin-top: 0;
  }

  .skills-inner>h2 {
    font-size: 1.467rem;
    line-height: 1.4;
  }

  .skills-inner .mb-resp-15 {
    margin-bottom: 15px;
  }

  .skills-img .icon-check {
    display: none;
  }

  .skills-img .icon-border-line {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* 17.Portfolio   
/* ---------------------------------------------------------------- */
.portfolio-filter {
  text-align: right;
  margin-bottom: 50px;
}

.portfolio-filter a {
  font-size: 14px;
  font-weight: 600;
  padding: 9px 22px;
  color: #171718;
  margin-right: 10px;
  border-radius: 100px;
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.portfolio-filter a:last-child {
  margin-right: 0;
}

.portfolio-filter a:hover,
.portfolio-filter a.current {
  background: #ff4500;
  color: #fff;
}

.portfolio-item {
  margin-bottom: 24px;
}

.portfolio-item .portfolio-item-inner {
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.portfolio-item .portfolio-item-img {
  z-index: 1;
  border-radius: 30px;
  position: relative;
}

.portfolio-item .portfolio-item-img:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  visibility: hidden;
  position: absolute;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #171718;
}

.portfolio-item .portfolio-item-img img {
  border-radius: 30px;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link {
  top: 50%;
  left: 50%;
  width: 80px;
  opacity: 0;
  height: 80px;
  font-size: 25px;
  line-height: 80px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  visibility: hidden;
  color: #ff4500;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:after,
.portfolio-item .portfolio-item-img .portfolio-zoom-link:before {
  top: 40px;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #fff;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:after {
  right: -10px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:before {
  right: -20px;
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:hover {
  color: #fff;
  background: #ff4500;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:hover:after,
.portfolio-item .portfolio-item-img .portfolio-zoom-link:hover:before {
  border-color: #ff4500;
}

.portfolio-item .body {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.portfolio-item .body .portfolio-details span {
  font-weight: 600;
  display: block;
}

.portfolio-item:hover .portfolio-item-img .portfolio-zoom-link {
  opacity: 1;
  visibility: visible;
}

.call-to-action {
  margin-top: 76px;
  padding: 100px 0;
  background: #171718;
}

.call-to-action .call-to-action-inner h2 {
  color: #fff;
}

.call-to-action .call-to-action-btn {
  text-align: right;
}

#portfolioCarousel {
  position: relative;
}

#portfolioCarousel img {
  border-radius: 30px;
}

.portfolio-single-inner {
  margin-top: 20px;
  margin-bottom: 20px;
}

.portfolio-single-inner h4 {
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.portfolio-single-inner p {
  margin-bottom: 24px;
}

.portfolio-single-inner .author-meta {
  margin-bottom: 20px;
}

.portfolio-single-inner .author-meta a {
  color: #171718;
  margin-right: 15px;
  font-weight: 600;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.portfolio-single-inner .author-meta a:after {
  content: "";
  margin-left: 15px;
  border-left: 1px solid #ff4500;
}

.portfolio-single-inner .author-meta a:last-child {
  margin-right: 0;
}

.portfolio-single-inner .author-meta a:last-child:after {
  display: none;
}

.portfolio-single-inner .author-meta a:hover {
  color: #ff4500;
  text-decoration: underline;
}

.portfolio-single-inner .author-meta a span {
  color: #ff4500;
  display: inline-block;
  margin-right: 15px;
}

.portfolio-grid-img img {
  border-radius: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .portfolio-filter {
    text-align: left;
  }

  .call-to-action .call-to-action-inner {
    margin-bottom: 30px;
  }

  .call-to-action .call-to-action-inner h2 {
    color: #fff;
  }

  .call-to-action .call-to-action-btn {
    text-align: left;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .portfolio-item .body {
    display: block;
  }

  .portfolio-item .body .portfolio-details {
    margin-bottom: 20px;
  }

  .portfolio-grid-img {
    margin-bottom: 15px;
  }

  .portfolio-grid-img:last-child {
    margin-bottom: 0;
  }

  .call-to-action .call-to-action-inner>h2 {
    font-size: 1.467rem;
    line-height: 1.4;
  }
}

/* ---------------------------------------------------------------- */
/* 18.My Team
/* ---------------------------------------------------------------- */
#team .section-heading {
  margin-bottom: 26px;
}

.team-card {
  position: relative;
  margin-top: 124px;
}

.team-card .img {
  left: 50%;
  top: -100px;
  padding: 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 10px solid #171718;
}

.team-card .img img {
  border-radius: 50%;
  position: relative;
}

.team-card .body {
  text-align: center;
  border-radius: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #171718;
  padding: 150px 30px 30px 30px;
}

.team-card .body .text {
  margin-bottom: 30px;
}

.team-card .body .text h5 {
  color: #fff;
  margin-bottom: 10px;
}

.team-card .body .text p {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.team-card .body .social ul li {
  display: inline-block;
  margin-right: 10px;
}

.team-card .body .social ul li a {
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-card .body .social ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ff4500;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-card .body .social ul li a:hover {
  border-color: #171718;
}

.team-card .body .social ul li a:hover i {
  color: #fff;
  background: #171718;
}

.team-card:hover .body {
  background: #ff4500;
}

.team-card:hover .img {
  border-color: #ff4500;
}

/* ---------------------------------------------------------------- */
/* 19.Testimonial
/* ---------------------------------------------------------------- */
.testimonial-item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 24px;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.testimonial-item .img {
  padding: 10px;
  height: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ff4500;
}

.testimonial-item .img img {
  border-radius: 50%;
}

.testimonial-item .body h5 {
  margin-bottom: 10px;
}

.testimonial-item .body span {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ff4500;
}

.testimonial-item .body p {
  margin-bottom: 15px;
}

.testimonial-item .body .rating i {
  margin-right: 2px;
  color: #ff4500;
}

.testimonial-item .body .rating i:last-child {
  margin-right: 0;
}

.testimonial-item .quote-icon {
  top: 30px;
  right: 30px;
  padding: 10px;
  position: absolute;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #ff4500;
}

.testimonial-item .quote-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff4500;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .testimonial-item {
    display: block;
  }

  .testimonial-item .img {
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* ---------------------------------------------------------------- */
/* 20.Blog                             
/* ---------------------------------------------------------------- */
.blog-item {
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 10px 30px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 10px 30px 0 rgba(255, 69, 0, 0.15);
}

.blog-item .blog-img {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

.blog-item .blog-img img {
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .blog-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item .blog-body {
  position: relative;
  padding: 50px 30px 30px 30px;
}

.blog-item .blog-body .blog-author-img {
  top: -40px;
  left: 30px;
  font-size: 14px;
  position: absolute;
  border-radius: 50%;
  border: 10px solid #fff;
}

.blog-item .blog-body .blog-meta {
  margin-bottom: 15px;
}

.blog-item .blog-body .blog-meta a {
  font-size: 15px;
  margin-right: 10px;
  font-weight: 600;
  color: #171718;
}

.blog-item .blog-body .blog-meta a i {
  margin-right: 10px;
  color: #ff4500;
}

.blog-item .blog-body .blog-meta a:hover {
  color: #ff4500;
  text-decoration: underline;
}

.blog-item .blog-body h5 {
  margin-bottom: 20px;
}

.blog-item .blog-body h5 a {
  color: inherit;
}

.blog-item .blog-body h5 a:hover {
  text-decoration: underline;
  color: #ff4500;
}

.blog-item .blog-body .blog-link {
  color: #ff4500;
  font-weight: 600;
}

.blog-item .blog-body .blog-link:hover {
  text-decoration: underline;
}

.blog-item .blog-body .blog-link i {
  margin-left: 5px;
}

.blog-item .blog-body p {
  margin-bottom: 15px;
}

/* MODERN WIDGET SIDEBAR DESIGN */
.widget-sidebar {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(249, 249, 249, 0.9));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: clamp(20px, 4vw, 30px);
  margin-bottom: clamp(20px, 5vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 20px 40px rgba(255, 69, 0, 0.1),
    0 8px 25px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: sticky;
  top: 100px;
}

.widget-sidebar:hover {
  transform: translateY(-4px);
  box-shadow:
    0 25px 50px rgba(255, 69, 0, 0.15),
    0 12px 35px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.widget-sidebar .sidebar-details-list ul li {
  margin-bottom: 18px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  border-left: 4px solid #ff4500;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.widget-sidebar .sidebar-details-list ul li:hover {
  transform: translateX(5px);
  background: rgba(255, 69, 0, 0.1);
  border-left-color: #171718;
}

.widget-sidebar .sidebar-details-list ul li:last-child {
  margin-bottom: 0;
}

.widget-sidebar .sidebar-details-list ul li h6 {
  font-weight: 600;
  color: #171718;
  margin-bottom: 8px;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
}

.widget-sidebar .sidebar-details-list ul li h6 span {
  font-weight: 500;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #ff4500;
  background: rgba(255, 69, 0, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  margin-left: 8px;
  font-size: 0.85rem;
}

.widget-sidebar .sidebar-details-list ul li h6 span:before {
  display: none;
  /* Remove the old colon separator */
}

.widget-sidebar .sidebar-widgets {
  margin-bottom: clamp(25px, 5vw, 35px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: clamp(20px, 4vw, 25px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.widget-sidebar .sidebar-widgets .blog-search-btn {
  top: 0;
  right: 0;
  z-index: 4;
  border: none;
  width: 55px;
  outline: none;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  background: linear-gradient(135deg, #ff4500, #ff6b35);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.3);
}

.widget-sidebar .sidebar-widgets .blog-search-btn:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #171718, #2a2a2b);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(23, 23, 24, 0.4);
}

.widget-sidebar .sidebar-widgets .blog-search-btn:active {
  transform: scale(0.95);
}

.widget-sidebar .sidebar-widgets .blog-search-bar {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid rgba(255, 69, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.widget-sidebar .sidebar-widgets .blog-search-bar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.widget-sidebar .sidebar-widgets .blog-search-bar:hover:before {
  transform: translateX(100%);
}

.widget-sidebar .sidebar-widgets .blog-search-bar:hover {
  border-color: rgba(255, 69, 0, 0.3);
  box-shadow:
    0 8px 25px rgba(255, 69, 0, 0.15),
    0 0 0 3px rgba(255, 69, 0, 0.1);
}

.widget-sidebar .sidebar-widgets .blog-search-bar .search-form-control {
  width: 100%;
  display: block;
  border: none;
  border-radius: 15px;
  padding: 18px 70px 18px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  color: #171718;
  font-weight: 500;
}

.widget-sidebar .sidebar-widgets .blog-search-bar .search-form-control:focus {
  outline: none;
  background: rgba(255, 255, 255, 1);
}

.widget-sidebar .sidebar-widgets .blog-search-bar .search-form-control::placeholder {
  color: rgba(23, 23, 24, 0.5);
  font-weight: 400;
}

.widget-sidebar .sidebar-widgets:last-child {
  margin-bottom: 0;
}

/* MODERN RECENT POSTS */
.widget-sidebar .recent-post-item {
  margin-bottom: 25px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  border: 1px solid rgba(255, 69, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  gap: 15px;
}

.widget-sidebar .recent-post-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 69, 0, 0.2);
  box-shadow:
    0 12px 25px rgba(255, 69, 0, 0.15),
    0 4px 15px rgba(0, 0, 0, 0.05);
}

.widget-sidebar .recent-post-item:last-child {
  margin-bottom: 0;
}

.widget-sidebar .recent-post-item .recent-post-img {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 15px;
  width: 70px;
  height: 70px;
  position: relative;
}

.widget-sidebar .recent-post-item .recent-post-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent, rgba(255, 69, 0, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.widget-sidebar .recent-post-item:hover .recent-post-img:before {
  opacity: 1;
}

.widget-sidebar .recent-post-item .recent-post-img img {
  border-radius: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget-sidebar .recent-post-item .recent-post-img img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.widget-sidebar .recent-post-item .recent-post-body {
  flex: 1;
}

.widget-sidebar .recent-post-item .recent-post-body .recent-post-title {
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: clamp(0.95rem, 2.5vw, 1rem);
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #171718;
}

.widget-sidebar .recent-post-item .recent-post-body .recent-post-title:hover {
  color: #ff4500;
  text-decoration: none;
}

.widget-sidebar .recent-post-item .recent-post-body .recent-post-date {
  font-size: 0.85rem;
  color: rgba(23, 23, 24, 0.6);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.widget-sidebar .recent-post-item .recent-post-body .recent-post-date i {
  color: #ff4500;
  font-size: 0.8rem;
}

/* MODERN CATEGORY LIST */
.widget-sidebar .sidebar-category-list {
  margin-bottom: 25px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 69, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(255, 69, 0, 0.1);
}

.widget-sidebar .sidebar-category-list:hover {
  border-color: rgba(255, 69, 0, 0.2);
  box-shadow: 0 12px 35px rgba(255, 69, 0, 0.15);
}

.widget-sidebar .sidebar-category-list li:last-child a {
  border-bottom: 0;
  border-radius: 0 0 20px 20px;
}

.widget-sidebar .sidebar-category-list li:first-child a {
  border-radius: 20px 20px 0 0;
}

.widget-sidebar .sidebar-category-list li.active a {
  color: #fff;
  background: linear-gradient(135deg, #ff4500, #ff6b35);
  border-bottom-color: transparent;
  font-weight: 600;
}

.widget-sidebar .sidebar-category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #171718;
  padding: 18px 25px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 1px solid rgba(255, 69, 0, 0.05);
  font-weight: 500;
  font-size: clamp(0.9rem, 2.5vw, 0.95rem);
  position: relative;
  overflow: hidden;
}

.widget-sidebar .sidebar-category-list li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #ff4500, #ff6b35);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.widget-sidebar .sidebar-category-list li a:hover:before,
.widget-sidebar .sidebar-category-list li.active a:before {
  transform: scaleY(1);
}

.widget-sidebar .sidebar-category-list li a:hover,
.widget-sidebar .sidebar-category-list li a.active {
  color: #171718;
  background: rgba(255, 69, 0, 0.08);
  border-bottom-color: rgba(255, 69, 0, 0.1);
  transform: translateX(8px);
}

.widget-sidebar .sidebar-category-list li.active a:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff6b35, #ff4500);
  transform: translateX(0);
}

.widget-sidebar .sidebar-category-list li a .category-count {
  background: rgba(255, 69, 0, 0.1);
  color: #ff4500;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.widget-sidebar .sidebar-category-list li a:hover .category-count {
  background: rgba(255, 69, 0, 0.2);
  color: #171718;
}

.widget-sidebar .sidebar-category-list li.active a .category-count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* MODERN ARCHIVE LIST */
.widget-sidebar .sidebar-archive-list li {
  display: block;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 69, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.widget-sidebar .sidebar-archive-list li:hover {
  transform: translateX(8px);
  background: rgba(255, 69, 0, 0.08);
  border-color: rgba(255, 69, 0, 0.2);
}

.widget-sidebar .sidebar-archive-list li:first-child {
  margin-top: 0;
}

.widget-sidebar .sidebar-archive-list li:last-child {
  margin-bottom: 0;
}

.widget-sidebar .sidebar-archive-list li a {
  color: #171718;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: clamp(0.9rem, 2.5vw, 0.95rem);
  display: flex;
  align-items: center;
  gap: 12px;
}

.widget-sidebar .sidebar-archive-list li a:before {
  content: "";
  background: linear-gradient(135deg, #ff4500, #ff6b35);
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-sidebar .sidebar-archive-list li a:hover {
  text-decoration: none;
  color: #ff4500;
}

.widget-sidebar .sidebar-archive-list li a:hover,
.widget-sidebar .sidebar-archive-list li a.active {
  color: #ff4500;
}

.widget-sidebar .sidebar-archive-list li a.active:before,
.widget-sidebar .sidebar-archive-list li a:hover:before {
  background: linear-gradient(135deg, #171718, #2a2a2b);
  transform: scale(1.2);
}

/* MODERN TAGS */
.widget-sidebar .sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.widget-sidebar .sidebar-tags li {
  display: inline-block;
}

.widget-sidebar .sidebar-tags li a {
  font-size: clamp(0.8rem, 2.5vw, 0.85rem);
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 25px;
  display: inline-block;
  color: #171718;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid rgba(255, 69, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.widget-sidebar .sidebar-tags li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.widget-sidebar .sidebar-tags li a:hover:before {
  left: 100%;
}

.widget-sidebar .sidebar-tags li a:hover,
.widget-sidebar .sidebar-tags li a.active {
  background: linear-gradient(135deg, #ff4500, #ff6b35);
  border-color: #ff4500;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 69, 0, 0.3);
}

/* MODERN SOCIAL SHARE */
.widget-sidebar .sidebar-share {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.widget-sidebar .sidebar-share li {
  display: inline-block;
}

.widget-sidebar .sidebar-share li a {
  padding: 8px;
  text-align: center;
  border-radius: 18px;
  color: #ff4500;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid rgba(255, 69, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.widget-sidebar .sidebar-share li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.widget-sidebar .sidebar-share li a:hover:before {
  transform: translateX(100%);
}

.widget-sidebar .sidebar-share li a i {
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  border-radius: 15px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: linear-gradient(135deg, #ff4500, #ff6b35);
}

.widget-sidebar .sidebar-share li a:hover {
  border-color: #171718;
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(255, 69, 0, 0.2);
}

.widget-sidebar .sidebar-share li a:hover i {
  color: #fff !important;
  background: linear-gradient(135deg, #171718, #2a2a2b);
  transform: scale(1.05);
}

.widget-sidebar .tag-widgets {
  margin-bottom: 20px;
}

.blog-title-subline {
  margin-bottom: 20px;
}

.blog-post-img {
  position: relative;
}

.blog-post-img img {
  border-radius: 30px;
}

.blog-post-img .post-author-thumb {
  bottom: -60px;
  left: 0;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 10px solid #fff;
}

.blog-text {
  margin-top: 70px;
}

.blog-text h4 {
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.blog-text .author-meta {
  margin-bottom: 20px;
}

.blog-text .author-meta a {
  color: #171718;
  margin-right: 15px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-text .author-meta a:after {
  content: "";
  margin-left: 15px;
  border-left: 1px solid #ff4500;
}

.blog-text .author-meta a:last-child {
  margin-right: 0;
}

.blog-text .author-meta a:last-child:after {
  display: none;
}

.blog-text .author-meta a:hover {
  color: #ff4500;
  text-decoration: underline;
}

.blog-text .author-meta a span {
  color: #ff4500;
  display: inline-block;
  margin-right: 15px;
}

.blog-text p {
  margin-bottom: 20px;
}

.blog-text blockquote {
  padding: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  border-radius: 30px;
  color: #171718;
  background: #fff;
  border-left: 5px solid #ff4500;
  -webkit-box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
}

.blog-text blockquote q {
  font-style: italic;
  line-height: 2;
}

.blog-text blockquote q:before {
  margin-right: 5px;
}

.blog-text blockquote q:after {
  margin-left: 5px;
}

.blog-text .grid-gallery-item {
  margin-bottom: 30px;
}

.blog-text .grid-gallery-item img {
  border-radius: 30px;
}

.blog-text h5 {
  margin-bottom: 15px;
}

.blog-text ul {
  margin-bottom: 30px;
}

.blog-text ul li {
  font-weight: 500;
  color: #171718;
  margin-bottom: 10px;
}

.blog-text ul li:last-child {
  margin-bottom: 0;
}

.blog-text ul li:before {
  content: "";
  width: 10px;
  height: 2px;
  margin-left: 30px;
  margin-right: 10px;
  background: #171718;
  vertical-align: middle;
  display: inline-block;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .padding-minus-90 {
    padding-bottom: 90px;
  }

  .widget-sidebar {
    margin-top: 20px;
  }

  .sidebar-pb-resp {
    padding-bottom: 90px;
  }

  .recent-post-item .recent-post-body .recent-post-title {
    line-height: 1.5;
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .blog-text h4 {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------- */
/* 21.Contact              
/* ---------------------------------------------------------------- */
.contact-info-item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.contact-info-item .icon {
  padding: 10px;
  margin-right: 30px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #ff4500;
}

.contact-info-item .icon span {
  height: 80px;
  width: 80px;
  font-size: 30px;
  border-radius: 50%;
  line-height: 80px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff4500;
}

.contact-info-item .body h5 {
  margin-bottom: 11px;
}

.contact-form-wrap .contact-btn-left {
  margin-top: 6px;
}

.contact-form-wrap .contact-form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-form-wrap .contact-form-group .form-control {
  height: 60px;
  color: #171718;
  outline: none;
  border: none;
  padding: 0 60px 0 30px;
  border-radius: 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
}

.contact-form-wrap .contact-form-group .form-control:focus {
  outline: none;
  color: #171718;
}

.contact-form-wrap .contact-form-group #txtInput {
  padding-left: 90px;
}

.contact-form-wrap .contact-form-group #txtCaptchaSpan {
  position: absolute;
  top: 50%;
  height: 60px;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff4500;
  color: #fff;
  border-radius: 0;
}

.contact-form-wrap .contact-form-group textarea.form-control {
  height: auto;
  padding-top: 20px;
}

.contact-form-wrap .empty-form span,
.contact-form-wrap .email-invalid span,
.contact-form-wrap .phone-invalid span,
.contact-form-wrap .terms-alert span,
.contact-form-wrap .subject-alert span,
.contact-form-wrap .security-alert span {
  display: block;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  color: #ee4545;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
}

.contact-form-wrap .form-validate-icons {
  top: 0;
  right: 14px;
  height: 60px;
  position: absolute;
  line-height: 60px;
}

.contact-form-wrap .form-validate-icons span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form-wrap .form-validate-icons span:before {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.contact-form-wrap .form-validate-icons span.error {
  opacity: 1;
  visibility: visible;
}

.contact-form-wrap .form-validate-icons span.error:before {
  content: "\f00d";
  color: #fff;
  background: #ff4500;
}

.contact-form-wrap .form-validate-icons span.success {
  opacity: 1;
  visibility: visible;
}

.contact-form-wrap .form-validate-icons span.success:before {
  content: "\f00c";
  color: #fff;
  background: #4caf50;
}

.contact-form-wrap .custom-select-wrapper {
  position: relative;
}

.contact-form-wrap .custom-select-wrapper select,
.contact-form-wrap .custom-select-wrapper .select-hide {
  display: none;
}

.contact-form-wrap .custom-select-wrapper .select-selected {
  outline: none;
  padding: 18px 30px;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  background: #fff;
  color: #000 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 10px 15px rgba(255, 69, 0, 0.1);
  box-shadow: 0 10px 15px rgba(255, 69, 0, 0.1);
}

.contact-form-wrap .custom-select-wrapper .select-selected:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 23px 49px 0px rgba(255, 69, 0, 0.1);
  box-shadow: 0px 23px 49px 0px rgba(255, 69, 0, 0.1);
}

.contact-form-wrap .custom-select-wrapper .select-selected:after {
  right: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  content: "\f078";
  position: absolute;
  pointer-events: none;
  display: inline-block;
  color: #fff;
  background: #ff4500;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.contact-form-wrap .custom-select-wrapper .select-selected.select-arrow-active:after {
  content: "\f077";
}

.contact-form-wrap .custom-select-wrapper .select-items {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 10px;
  position: absolute;
  border-radius: 10px;
  color: #000 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(255, 69, 0, 0.1);
  box-shadow: 0 10px 15px rgba(255, 69, 0, 0.1);
  -webkit-animation: fadeInDown 0.5s ease forwards;
  animation: fadeInDown 0.5s ease forwards;
}

.contact-form-wrap .custom-select-wrapper .select-items .same-as-selected {
  background-color: #ff4500;
  border-bottom-color: #ff4500;
  color: #fff !important;
}

.contact-form-wrap .custom-select-wrapper .select-items div {
  color: #000;
  outline: none;
  width: 100%;
  display: block;
  padding: 18px 30px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  border-bottom: 1px solid rgba(255, 69, 0, 0.08);
}

.contact-form-wrap .custom-select-wrapper .select-items div:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 23px 49px 0 rgba(255, 69, 0, 0.1);
  box-shadow: 0 23px 49px 0 rgba(255, 69, 0, 0.1);
}

.contact-form-wrap .custom-select-wrapper .select-items div:last-child {
  border-bottom: 0;
  border-radius: 0 0 10px 10px;
}

.contact-form-wrap .custom-select-wrapper .select-items div:first-child {
  border-radius: 10px 10px 0 0;
}

.contact-form-wrap .custom-select-wrapper .select-items div:hover {
  background-color: #ff4500;
  border-bottom-color: #ff4500;
  color: #fff;
}

.google-map {
  width: 100%;
  line-height: 0;
}

.google-map iframe {
  width: 100%;
  min-height: 500px;
  border: none;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .contact-info-wrap {
    margin-bottom: 30px;
  }

  .contact-btn-left {
    text-align: left;
  }

  .form-alerts .text-center span {
    text-align: left !important;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
  .contact-info-item {
    display: block;
    text-align: left;
  }

  .contact-info-item .icon {
    padding: 10px;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 22.Footer                   
/* ---------------------------------------------------------------- */
.footer {
  background: #171718;
}

.footer .footer-top {
  padding: 80px 0 50px 0;
}

.footer .footer-top .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-top .footer-widget .footer-logo {
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-desc {
  opacity: 0.75;
  color: #fff;
  margin-bottom: 20px;
}

.footer .footer-top .footer-widget .footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.footer .footer-top .footer-widget .footer-title:after {
  width: 50px;
  height: 2px;
  content: "";
  display: block;
  margin-top: 10px;
  background: #ff4500;
}

.footer .footer-top .footer-widget .footer-social-links a {
  padding: 5px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-top .footer-widget .footer-social-links a i {
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.1);
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
  border-color: #ff4500;
}

.footer .footer-top .footer-widget .footer-social-links a:hover i {
  color: #fff !important;
  background: #ff4500;
}

.footer .footer-top .footer-widget .footer-social-links a:last-child {
  margin-right: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li {
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li h6 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li p {
  color: #fff;
  opacity: 0.75;
  vertical-align: middle;
}

.footer .footer-top .footer-widget .footer-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-links li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-links li span {
  color: #fff;
}

.footer .footer-top .footer-widget .footer-links li a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-top .footer-widget .footer-links li a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer .footer-top .footer-widget .footer-links li:before {
  content: "\f054";
  font-weight: 600;
  margin-right: 15px;
  display: inline-block;
  color: #ff4500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Font Awesome 5 Free";
}

.footer .copyright {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px 0;
}

.footer .copyright .copyright-text {
  color: #fff;
  opacity: 0.75;
  line-height: 38px;
}

.footer .copyright .footer-payment ul li {
  display: inline-block;
  margin-right: 5px;
}

.footer .copyright .footer-payment ul li:last-child {
  margin-right: 0;
}

.footer .copyright .footer-payment ul li i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .footer .copyright .footer-payment {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 23.Breadcrumb                   
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  z-index: 42;
  overflow: hidden;
  padding: 170px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: -42;
  position: absolute;
  background: #171718;
}

.breadcrumb-section .breadcrumb-inner {
  position: relative;
  z-index: 18;
  text-align: center;
}

.breadcrumb-section .breadcrumb-inner h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li.active:before {
  content: "\f30b";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
  color: #fff;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* 24.Rtl Mode                         
/* ---------------------------------------------------------------- */
body.rtl-mode {
  text-align: right;
  direction: rtl;
}

body.rtl-mode .section-heading-left {
  text-align: right;
}

body.rtl-mode .section-heading-left h2 {
  text-align: right;
}

body.rtl-mode .section-heading-left h2:before {
  left: initial;
  right: 0;
}

body.rtl-mode .section-heading-left h2:after {
  left: initial;
  right: 30px;
}

body.rtl-mode .owl-carousel {
  direction: ltr;
}

body.rtl-mode .owl-carousel .owl-item {
  direction: rtl;
}

body.rtl-mode .scroll-phone-btn,
body.rtl-mode .scroll-facebook-btn,
body.rtl-mode .scroll-top-btn {
  right: initial;
  left: 10px;
}

body.rtl-mode .scroll-down-btn:before,
body.rtl-mode .hero-email-link:before {
  width: 2px;
  height: 20px;
  content: "";
  margin-top: 15px;
  display: inline-block;
  vertical-align: baseline;
  background: #fff;
}

body.rtl-mode .scroll-down-btn:after,
body.rtl-mode .hero-email-link:after {
  display: none;
}

body.rtl-mode .hero-email-link {
  right: initial;
  left: 30px;
}

body.rtl-mode .scroll-down-btn {
  left: initial;
  right: 30px;
}

body.rtl-mode .primary-btn .icon i,
body.rtl-mode .white-btn .icon i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .primary-btn .text,
body.rtl-mode .white-btn .text {
  padding: 0 30px 0 20px;
  text-transform: uppercase;
}

body.rtl-mode .header .navbar-toggler {
  padding: 0 0 0 10px;
}

body.rtl-mode .header .default-nav-btn {
  margin-left: 0;
  margin-right: 10px;
}

body.rtl-mode .header .nav-item .nav-link {
  text-align: right;
}

body.rtl-mode .header .nav-item .nav-link:after {
  left: initial;
  right: 0;
}

body.rtl-mode .header .nav-item .nav-link:not(.active):after {
  left: initial;
  right: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

body.rtl-mode .header .nav-item .nav-link:not(.active):hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
}

body.rtl-mode .header .nav-item.dropdown .dropdown-item {
  text-align: right;
}

body.rtl-mode .header .nav-item.dropdown .dropdown-toggle:before {
  left: 0;
  right: initial;
}

body.rtl-mode .hero-banner .hero-social-list {
  left: 30px;
  right: initial;
}

body.rtl-mode .hero-banner .hero-img {
  text-align: left;
}

body.rtl-mode .hero-banner .hero-inner h2 {
  padding-right: 0;
  padding-left: 60px;
}

body.rtl-mode .about-inner .primary-btn .icon i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

body.rtl-mode .about-img .about-video-btn {
  right: initial;
  left: -40px;
}

body.rtl-mode .about-img .video-border-line {
  right: initial;
  left: -40px;
}

body.rtl-mode .resume-item .body .icon-outer-line {
  margin-left: 20px;
  margin-right: 0;
}

body.rtl-mode .resume-item .resume-link i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .services-item .body a i {
  margin-left: 0;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .services-item .body a:hover i {
  margin-left: 0;
  margin-right: 10px;
}

body.rtl-mode .services-item:hover .body a i {
  margin-left: 0;
  margin-right: 5px;
}

body.rtl-mode .services-item:hover .body a:hover i {
  margin-left: 0;
  margin-right: 10px;
}

body.rtl-mode .web-design-process {
  border-radius: 30px;
  background: #06133D;
}

body.rtl-mode .web-design-process .design-process-video {
  position: relative;
  overflow: hidden;
}

body.rtl-mode .web-design-process .design-process-video img {
  border-radius: 0 30px 30px 0;
}

body.rtl-mode .web-design-process .design-process-video .design-process-video-btn i {
  padding-left: 7px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .web-design-process .design-process-inner {
  padding: 30px 6px 30px 30px;
}

body.rtl-mode .web-design-process .design-process-inner ul li i {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl-mode .services-detail-top span {
  left: initial;
  right: 0;
}

body.rtl-mode .subscribe-newsletter .form-newsletter {
  position: relative;
}

body.rtl-mode .subscribe-newsletter .form-newsletter input {
  padding: 0 30px 0 50px;
}

body.rtl-mode .subscribe-newsletter .form-newsletter button {
  right: initial;
  left: 0;
}

body.rtl-mode .subscribe-newsletter .form-newsletter button i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .how-i-work-item .arrow-dashed-img {
  right: initial;
  left: -87px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

body.rtl-mode .skills-img .icon-check {
  right: initial;
  left: -40px;
}

body.rtl-mode .skills-img .icon-border-line {
  right: initial;
  left: -40px;
}

body.rtl-mode .skills-inner ul li:before {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl-mode .skills-inner .skills-item .skills-progress-bar .skills-progress-value {
  right: 0;
  left: initial;
}

body.rtl-mode .portfolio-filter {
  text-align: left;
}

body.rtl-mode .portfolio-filter a {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl-mode .portfolio-filter a:last-child {
  margin-left: 0;
}

body.rtl-mode .portfolio-item .body .portfolio-link i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .call-to-action .call-to-action-btn {
  text-align: left;
}

body.rtl-mode .testimonial-item .img {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl-mode .testimonial-item .body .rating i {
  margin-right: 0;
  margin-left: 2px;
}

body.rtl-mode .testimonial-item .body .rating i:last-child {
  margin-left: 0;
}

body.rtl-mode .testimonial-item .quote-icon {
  right: initial;
  left: 30px;
}

body.rtl-mode #testimonialCarousel.owl-carousel .owl-nav,
body.rtl-mode #blogCarousel.owl-carousel .owl-nav {
  right: initial;
  left: 0;
}

body.rtl-mode #testimonialCarousel.owl-carousel .owl-nav button span,
body.rtl-mode #blogCarousel.owl-carousel .owl-nav button span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode #testimonialCarousel.owl-carousel .owl-nav button.owl-prev,
body.rtl-mode #blogCarousel.owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

body.rtl-mode #portfolioCarousel.owl-carousel .owl-nav button span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .contact-info-item .icon {
  margin-right: 0;
  margin-left: 30px;
}

body.rtl-mode .contact-form-wrap .contact-form-group .form-control {
  padding: 0 30px 0 60px;
}

body.rtl-mode .contact-form-wrap .contact-form-group textarea.form-control {
  padding-top: 20px;
}

body.rtl-mode .contact-form-wrap .form-validate-icons {
  right: initial;
  left: 14px;
}

body.rtl-mode .contact-form-wrap .custom-select-wrapper .select-selected:after {
  right: initial;
  left: 14px;
}

body.rtl-mode .blog-item .blog-body .blog-meta a {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl-mode .blog-item .blog-body .blog-meta a i {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl-mode .blog-item .blog-body .blog-meta a:last-child {
  margin: 0;
}

body.rtl-mode .blog-item .blog-body .blog-meta a:last-child i {
  margin-right: 10px;
}

body.rtl-mode .blog-item .blog-body .blog-author-img {
  left: initial;
  right: 30px;
}

body.rtl-mode .blog-item .blog-body .blog-link i {
  margin-left: 0;
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .custom-modal .modal-content .modal-body .popup-form-group .popup-form-control {
  padding: 0 60px 0 20px;
}

body.rtl-mode .custom-modal .modal-content .modal-body .popup-form-group>span {
  left: initial;
  right: 0;
}

body.rtl-mode .custom-modal .modal-content .modal-body .popup-form-group textarea {
  padding: 17px 60px 17px 20px !important;
}

body.rtl-mode .custom-form-group .captcha-input {
  padding-left: 20px !important;
  padding-right: 90px !important;
}

body.rtl-mode .custom-form-group .custom-form-control {
  padding: 17px 60px 17px 20px;
}

body.rtl-mode .custom-form-group>span {
  left: initial;
  right: 0;
}

body.rtl-mode .footer .footer-top .footer-widget .footer-social-links a {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl-mode .footer .footer-top .footer-widget .footer-contact-info-list li i {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl-mode .footer .footer-top .footer-widget .footer-links li:before {
  margin-right: 0;
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .breadcrumb-section .breadcrumb-inner .breadcrumb-links li.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .inner-header-title:after,
body.rtl-mode .inner-header-title:before {
  left: initial;
  right: 0;
}

body.rtl-mode .blog-single-inner .blog-meta i {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl-mode .blog-single-inner .blog-meta span:first-child {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl-mode .comment-block .comments-wrap .comments-item-wrap .comments-item .comment-header a i {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl-mode .comment-block .comments-wrap .comments-item-wrap .comments-item img {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl-mode .widget-sidebar .blog-share li {
  margin-right: 0;
  margin-left: 10px;
  float: right;
}

body.rtl-mode .widget-sidebar .sidebar-tags li {
  float: right;
}

body.rtl-mode .widget-sidebar .sidebar-tags li a {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl-mode .widget-sidebar .sidebar-archive-list li {
  padding: 10px 0 10px 10px;
}

body.rtl-mode .widget-sidebar .sidebar-archive-list li a:before {
  margin-right: 0;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .widget-sidebar .sidebar-category-list li a .category-count {
  float: left;
}

body.rtl-mode .widget-sidebar .recent-post-item .recent-post-img {
  float: right;
  margin-right: 0;
  margin-left: 1rem;
}

body.rtl-mode .widget-sidebar .recent-post-item .recent-post-body .recent-post-date i {
  margin-right: 0;
  margin-left: 8px;
}

body.rtl-mode .widget-sidebar .sidebar-widgets .blog-search-btn {
  right: initial;
  left: 0;
}

body.rtl-mode .widget-sidebar .sidebar-widgets .blog-search-bar .search-form-control {
  padding: 18px 20px 18px 78px;
}

body.rtl-mode .widget-sidebar .sidebar-widgets .blog-search-bar i {
  left: initial;
  right: 20px;
}

body.rtl-mode .widget-sidebar .sidebar-share li {
  margin-right: 0;
  margin-left: 10px;
  float: right;
}

body.rtl-mode .widget-sidebar .sidebar-share li:last-child {
  margin-left: 0;
}

body.rtl-mode .blog-post-img {
  position: relative;
}

body.rtl-mode .blog-post-img .post-author-thumb {
  left: initial;
  right: 0;
}

body.rtl-mode .portfolio-single-inner .author-meta a {
  display: inline-block;
}

body.rtl-mode .portfolio-single-inner .author-meta a:after {
  border-left: none;
  margin-right: 15px;
  border-right: 1px solid #ff4500;
}

body.rtl-mode .portfolio-single-inner .author-meta a:first-child {
  margin-left: 0;
  margin-right: 0;
}

body.rtl-mode .portfolio-single-inner .author-meta a span {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl-mode .blog-text .author-meta a {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl-mode .blog-text .author-meta a:after {
  margin-left: 0;
  margin-right: 15px;
  border-left: none;
  border-right: 1px solid #ff4500;
}

body.rtl-mode .blog-text .author-meta a:last-child {
  margin-left: 0;
}

body.rtl-mode .blog-text .author-meta a span {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl-mode .blog-text blockquote {
  border-left: none;
  border-right: 5px solid #ff4500;
}

body.rtl-mode .blog-text blockquote q:before {
  margin-right: 0;
  margin-left: 5px;
}

body.rtl-mode .blog-text blockquote q:after {
  margin-left: 0;
  margin-right: 5px;
}

body.rtl-mode .blog-text ul li:before {
  margin-left: 10px;
  margin-right: 30px;
}

body.rtl-mode .pagination-wrap .pagination-link {
  margin: 0 0 0 5px;
}

body.rtl-mode .pagination-wrap .pagination-link:first-child i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .pagination-wrap .pagination-link:last-child {
  margin-left: 0;
}

body.rtl-mode .pagination-wrap .pagination-link:last-child i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.rtl-mode .comment-item .img {
  margin-right: 0;
  margin-left: 20px;
}

body.rtl-mode .comment-item .comment-meta span {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl-mode .comment-item .comment-meta span i {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl-mode .comment-item .reply-btn {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl-mode .comment-item .reply-btn i {
  margin-right: 0;
  margin-left: 7px;
}

body.rtl-mode .comment-item.sub-comment-item {
  margin-left: 0;
  margin-right: 120px;
}

body.rtl-mode .leave-comment-wrapper .comment-form-group .form-control {
  padding: 0 30px 0 60px;
}

body.rtl-mode .leave-comment-wrapper .comment-form-group textarea.form-control {
  height: auto;
  padding-top: 20px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (min-width: 991.98px) {
  body.rtl-mode .footer-desc {
    padding-right: 0;
    padding-left: 30px;
  }

  body.rtl-mode .dropdown-menu {
    left: initial;
    right: 0;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  body.rtl-mode .header .navbar-brand {
    padding: 10px 15px 10px 0;
  }

  body.rtl-mode .header .dropdown-toggle:before {
    left: 20px !important;
    right: initial !important;
  }

  body.rtl-mode .hero-banner .hero-inner h2 {
    padding-left: 0;
  }

  body.rtl-mode .contact-btn-left {
    text-align: right;
  }

  body.rtl-mode .form-alerts .text-center span {
    text-align: right !important;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  body.rtl-mode .portfolio-filter {
    text-align: right;
  }

  body.rtl-mode .call-to-action .call-to-action-btn {
    text-align: right;
  }

  body.rtl-mode .web-design-process .design-process-inner {
    padding: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {

  body.rtl-mode .about-img .about-video-btn,
  body.rtl-mode .about-img .video-border-line {
    right: initial;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  body.rtl-mode .contact-info-item {
    text-align: right;
  }

  body.rtl-mode .contact-info-item .icon {
    margin-left: 0;
  }

  body.rtl-mode .comment-item .img {
    margin-left: 0;
  }
}

/* ---------------------------------------------------------------- */
/* 26.Home Intro                              
/* ---------------------------------------------------------------- */
.intro-hero-section {
  z-index: 1;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #171718;
}

.intro-hero-section .intro-hero-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.intro-hero-section .intro-hero-title span {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  margin: 0 auto 15px auto;
}

.demo-item {
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 30px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.demo-item img {
  border-radius: 20px;
}

.demo-item .demo-item-link {
  margin-top: 15px;
  padding: 15px;
  display: block;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.125rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
  background: #ff4500;
}

.demo-item .demo-item-link:hover {
  color: #fff !important;
  background: #171718;
}

.demo-features-item {
  padding: 30px;
  border-radius: 50px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.demo-features-item .features-icon {
  margin-bottom: 20px;
}

.demo-features-item .features-text h5 {
  font-size: 1.125rem;
}

/* ------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .intro-hero-section .intro-hero-title {
    font-size: 1.4rem;
  }

  .intro-hero-section .intro-hero-title span {
    font-size: 2.2rem;
  }
}

/* ------------------------------------------------------------- */
/* Other Helper Css
/* ---------------------------------------------------------------- */
.image-size-100 {
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.font-100 {
  font-size: 100px;
}

.navbar-btn-resp {
  margin-left: 35px;
}

body.rtl-mode .navbar-btn-resp {
  margin-left: 0;
  margin-right: 35px;
}

/* ---------------------------------------------------------------- */
/* MOBILE OPTIMIZATION - CRITICAL IMPROVEMENTS
/* ---------------------------------------------------------------- */

/* Mobile-First Base Styles */
* {
  -webkit-tap-highlight-color: rgba(255, 69, 0, 0.2);
  tap-highlight-color: rgba(255, 69, 0, 0.2);
}

/* Enhanced Touch Scrolling - COMPLETE FIX FOR MOBILE SCROLL */
html {
  overflow-x: hidden;
  /* Remove height: 100% that was causing issues */
}

body {
  overflow-x: hidden;
  /* Remove height: 100% that was causing scroll issues */
  /* Use normal scroll instead of touch scroll to prevent bounce */
  -webkit-overflow-scrolling: auto;
  scroll-behavior: smooth;
  /* Remove transform that was interfering with scroll */
}

/* iOS Safari specific fixes */
@supports (-webkit-touch-callout: none) {
  body {
    /* Prevent rubber band bounce effect */
    overscroll-behavior: none;
    overscroll-behavior-y: contain;
    /* Ensure normal scrolling */
    -webkit-overflow-scrolling: auto;
  }

  /* Prevent page from being "pushed up" */
  .page-wrapper {
    min-height: 100vh;
    overflow: visible;
  }
}

/* Alternative fix for severe scroll issues */
@media screen and (max-width: 768px) {

  html,
  body {
    /* Ensure proper scroll behavior on mobile */
    scroll-behavior: auto;
    -webkit-overflow-scrolling: auto;
  }

  /* Remove any transforms that might interfere */
  body * {
    -webkit-transform: none !important;
    transform: none !important;
  }

  body *:not(.owl-carousel):not(.services-item):not(.portfolio-item):not(.resume-item) {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

/* Touch-Friendly Interactive Elements */
button,
a,
.btn,
.primary-btn,
.white-btn,
.scroll-top-btn,
.scroll-phone-btn,
.scroll-facebook-btn,
.nav-link,
.dropdown-toggle,
.portfolio-zoom-link,
.portfolio-link,
.blog-link {
  min-height: 44px;
  min-width: 44px;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Improved Container System with Fluid Scaling */
.container {
  max-width: min(1200px, 95vw);
  margin: 0 auto;
  padding: 0 clamp(15px, 4vw, 30px);
}

/* Dynamic Typography with Clamp */
h1,
.h1 {
  font-size: clamp(1.8rem, 8vw, 3.75rem);
  line-height: 1.2;
}

h2,
.h2 {
  font-size: clamp(1.5rem, 6vw, 2.25rem);
  line-height: 1.3;
}

h3,
.h3 {
  font-size: clamp(1.3rem, 5vw, 2.9rem);
  line-height: 1.35;
}

h4,
.h4 {
  font-size: clamp(1.2rem, 4vw, 2.5rem);
  line-height: 1.4;
}

h5,
.h5 {
  font-size: clamp(1.1rem, 3vw, 1.467rem);
  line-height: 1.45;
}

p {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  line-height: clamp(1.6, 2vw, 1.9);
}

/* Enhanced Section Spacing */
.section {
  padding: clamp(50px, 15vw, 100px) 0;
}

/* Mobile-First Media Queries */
/* Small Mobile Devices (320px and up) */
@media screen and (min-width: 320px) {
  .hero-banner {
    min-height: 100svh;
    padding: clamp(60px, 15vh, 110px) 0;
  }

  .hero-banner .hero-inner h1 {
    margin-bottom: clamp(15px, 5vh, 30px);
  }

  .hero-banner .hero-inner h2 {
    margin-bottom: clamp(15px, 4vh, 40px);
    padding-right: 0;
  }
}

/* Large Mobile Devices (480px and up) */
@media screen and (min-width: 480px) {
  .container {
    padding: 0 clamp(20px, 5vw, 40px);
  }

  .hero-img .border-line-outer,
  .hero-img .border-line-inner {
    padding: clamp(15px, 4vw, 20px);
  }

  .services-item,
  .resume-item,
  .testimonial-item,
  .blog-item,
  .contact-info-item {
    margin-bottom: clamp(20px, 5vw, 30px);
  }
}

/* Tablets (768px and up) */
@media screen and (min-width: 768px) {
  .hero-banner .hero-inner h2 {
    padding-right: clamp(0px, 8vw, 60px);
  }

  .about-inner ul,
  .skills-inner ul {
    margin-bottom: clamp(25px, 4vw, 38px);
  }

  .portfolio-filter {
    text-align: center;
    margin-bottom: clamp(30px, 6vw, 50px);
  }
}

/* Laptops (1024px and up) */
@media screen and (min-width: 1024px) {

  .hero-social-list,
  .scroll-down-btn,
  .hero-email-link {
    display: block;
  }

  .portfolio-filter {
    text-align: right;
  }
}

/* Large Screens (1440px and up) */
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .hero-img img,
  .about-img img,
  .skills-img img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Landscape Orientation Specific */
@media screen and (orientation: landscape) and (max-height: 500px) {
  .hero-banner {
    min-height: 100vh;
    padding: 40px 0;
  }

  .section {
    padding: 40px 0;
  }

  .header {
    padding: 5px 0;
  }
}

/* Motion Preferences */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
  }
}

/* High Contrast Support */
@media (prefers-contrast: high) {

  button,
  .btn,
  .primary-btn,
  .white-btn {
    border: 2px solid;
  }

  a:focus,
  button:focus,
  .btn:focus {
    outline: 3px solid;
    outline-offset: 2px;
  }
}

/* Print Styles */
@media print {

  .header,
  .scroll-top-btn,
  .scroll-phone-btn,
  .scroll-facebook-btn,
  #colorOptionsSidebar,
  .hero-social-list,
  .scroll-down-btn,
  .hero-email-link {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
    color: #000;
    background: #fff;
  }
}

/* Interactive Elements Enhancements */
@media (hover: hover) and (pointer: fine) {
  .services-item:hover {
    transform: translateY(-8px);
  }

  .portfolio-item:hover {
    transform: translateY(-4px);
  }
}

/* Touch Device Specific */
@media (hover: none) and (pointer: coarse) {
  .services-item:active {
    transform: translateY(-4px);
    transition: transform 0.1s ease;
  }

  .portfolio-item:active {
    transform: translateY(-2px);
    transition: transform 0.1s ease;
  }

  /* Enhanced button spacing for touch */
  .primary-btn,
  .white-btn {
    margin: 8px 4px;
  }

  /* Larger dropdown touch targets */
  .header .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 16px 20px;
    min-height: 48px;
  }
}

/* Modern CSS Features */
.hero-banner,
.section {
  container-type: inline-size;
}

/* Focus Management */
*:focus {
  outline: 2px solid #ff4500;
  outline-offset: 2px;
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid #ff4500;
  outline-offset: 2px;
}

/* Performance Optimizations */
.hero-img img,
.about-img img,
.skills-img img,
.portfolio-item img,
.blog-item img {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* CSS Grid Enhancements */
@supports (display: grid) {
  .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: clamp(15px, 3vw, 30px);
  }
}

/* ---------------------------------------------------------------- */
/* MOBILE TOUCH FEEDBACK & ADDITIONAL OPTIMIZATIONS
/* ---------------------------------------------------------------- */

/* Touch Active States */
.touch-active {
  transform: scale(0.95) !important;
  opacity: 0.8 !important;
  transition: transform 0.1s ease, opacity 0.1s ease !important;
}

/* Mobile Menu States */
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body.menu-open .header .main-menu {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Mobile Keyboard Handling */
body.keyboard-open {
  height: 100vh;
}

.header.keyboard-active {
  position: absolute !important;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

/* Enhanced Mobile Input Focus */
input:focus,
textarea:focus,
select:focus {
  transform: none !important;
  zoom: 1 !important;
}

/* Mobile-specific form improvements */
@media screen and (max-width: 768px) {

  input,
  textarea,
  select {
    font-size: 16px !important;
    /* Prevents zoom on iOS */
    border-radius: 0;
    /* Removes iOS default styling */
  }

  .contact-form-wrap .contact-form-group .form-control,
  .leave-comment-wrapper .comment-form-group .form-control {
    font-size: 16px !important;
  }
}

/* Device-specific optimizations */
body.ios-device {
  -webkit-text-size-adjust: 100%;
}

body.android-device {
  text-size-adjust: 100%;
}

body.mobile-device .owl-carousel .owl-nav button {
  min-width: 48px;
  min-height: 48px;
}

body.mobile-device .portfolio-filter a {
  margin: 4px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Mobile-specific carousel improvements */
@media (hover: none) and (pointer: coarse) {
  .owl-carousel .owl-nav button {
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(255, 69, 0, 0.9) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
  }

  .owl-carousel .owl-nav button span {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #ff4500 !important;
  }
}

/* Safe area handling for notched devices */
@supports (padding: max(0px)) {
  .header {
    padding-left: max(15px, env(safe-area-inset-left));
    padding-right: max(15px, env(safe-area-inset-right));
  }

  .hero-banner {
    padding-top: max(60px, env(safe-area-inset-top));
  }

  .footer {
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }
}

/* Enhanced accessibility for mobile */
@media (max-width: 768px) {
  .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

/* Mobile performance optimizations */
.will-change-transform {
  will-change: transform;
}

.will-change-opacity {
  will-change: opacity;
}

.gpu-accelerated {
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/*# sourceMappingURL=style.css.map */