/* ------------------------------------------------
  Project:   Loptus - Digital Marketing Agency Responsive HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Border Radius
  7. Banner
  8. Background Position & Size
  9. Countdown
  10. Terms and Conditions
  11. Privacy Policy
  12. Cases
  13. How It Work
  14. Clients Logo
  15. Single Page Sidebar
  16. Single Page Meta
  17. Contact
  18. Video
  19. Side Background
  20. Error
  21. List Icon
  22. Bg Animated Image
  23. Round Animated Image


/* ------------------------
    General
------------------------*/
@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;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niramit:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  color: #4f4e4e;
  letter-spacing: 1px;
}


/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
  letter-spacing: 2px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1 {
  font-size: 60px;
  font-style: normal;
  line-height: 70px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1c2045;
  letter-spacing: 0;
}

h2,
.h2 {
  font-size: 38px;
  font-style: normal;
  line-height: 46px;
  font-weight: 600;
  color: #1c2045;
  text-transform: capitalize;
  margin-bottom: 10px;
  position: relative;
}

h3,
.h3 {
  font-size: 30px;
  font-style: normal;
  line-height: 36px;
  font-weight: 500;
}

h4,
.h4 {
  font-size: 24px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 30px;
  color: #1c2045;
}

h5,
.h5 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 26px;
  color: #1c2045;
}

h6,
.h6 {
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
  color: #1c2045;
}

ul {
  margin: 0px;
  padding: 0px;
}

u {
  text-decoration-style: wavy;
}

/* ------------------------
    Helper class
------------------------*/
p {
  line-height: 1.9;
}

.lead {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

.z-index-0 {
  z-index: 0;
  position: relative;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

h1 span {
  color: #fa2a2a;
}

section {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 50px;
}

.section-title p {
  font-size: 16px;
}

.align-item-middle {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

.align-item-middle>div {
  width: 100%;
}

.font-w-3 {
  font-weight: 300;
}

.font-w-4 {
  font-weight: 400;
}

.font-w-5 {
  font-weight: 500;
}

.font-w-6 {
  font-weight: 600;
}

.font-w-7 {
  font-weight: 700;
}

.font-w-8 {
  font-weight: 800;
}

.font-w-9 {
  font-weight: 900;
}

.line-h-2 {
  line-height: 1.6;
}

.line-h-3 {
  line-height: 1.7;
}

.line-h-4 {
  line-height: 1.8;
}

.line-h-5 {
  line-height: 1.9;
}

.letter-space-1 {
  letter-spacing: 5px;
}

.letter-space-2 {
  letter-spacing: 10px;
}

.letter-space-3 {
  letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/
.text-theme {
  color: #ff7810;
}

.text-black {
  color: #111121 !important;
}

.text-grey {
  color: #999999;
}

.text-rgba {
  color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
  background-color: #ffffff !important;
}

.dark-bg {
  background-color: #141414;
}

.light-bg {
  background-color: #f5fff3;
}

.theme-bg {
  background-color: #ff7810;
}

.transparent-bg {
  background-color: inherit !important;
}


/* ------------------------
    Border Radius
------------------------*/
.radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.radius-0 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.radius-1 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.radius-2 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.radius-3 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.radius-4 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
  position: relative;
  min-height: 800px;
}

[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.align-center {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
}

.align-end {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.bnr-img2 {
  position: absolute;
  top: 50%;
  left: 0;
}

.banner-2 .mouse-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item {
  height: 100%;
}

.hero-bg {
  left: -50%;
  position: absolute;
  top: -45%;
}

.banner-4 .mouse-parallax {
  z-index: 9;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-pos-l {
  background-position: left;
}

.bg-pos-r {
  background-position: right;
}

.bg-pos-rt {
  background-position: right top;
}

.bg-pos-lt {
  background-position: left top;
}

.bg-pos-rb {
  background-position: right bottom;
}

.bg-pos-lb {
  background-position: left bottom;
}


/* ------------------------
    Countdown
------------------------*/
.countdown {
  margin: 50px 0;
  display: table;
  width: 100%;
}

.countdown>li {
  padding: 0 30px;
  font-weight: 700;
  text-align: center;
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  list-style-type: none;
  display: table-cell;
  width: auto;
}

.countdown>li:last-child {
  border-right: none;
}

.countdown>li span {
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  display: inline-block;
}

.countdown>li p {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0;
  color: #ff7810;
}

.dark-bg .countdown>li {
  border-color: rgba(255, 255, 255, 0.2);
}

.coming-soon .subscribe-form {
  margin: 0 auto;
}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
  margin-bottom: 25px;
}

.terms-and-conditions ul.list {
  margin-bottom: 20px;
  display: block;
}

.terms-and-conditions ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
  margin-bottom: 25px;
}

.privacy-policy ul.list {
  margin-bottom: 20px;
  display: block;
}

.privacy-policy ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}


/* ------------------------
    Cases
------------------------*/
.cases-item {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.cases-item .cases-description {
  background: #ffffff;
  padding: 20px;
}

.cases-item .cases-description h5 {
  margin: 0 0 15px;
  text-transform: capitalize;
  font-weight: 500;
}

.cases-item img {
  width: 100%;
}

.cases-item span {
  font-weight: 500;
  display: block;
}

.owl-carousel .cases-item {
  margin: 30px 10px;
}


/* ------------------------
    How It Work
------------------------*/
.work-process-inner {
  position: relative;
}

.step-num {
  background: rgb(255, 120, 16);
  background: linear-gradient(90deg, rgba(255, 120, 16, 1) 0%, rgba(255, 94, 44, 1) 50%);
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  height: 80px;
  line-height: 75px;
  position: absolute;
  right: -40px;
  top: -40px;
  width: 80px;
  text-align: center;
}

.work-process-inner .work-img {
  border: 2px dashed #e2dfdf;
  border-radius: 10px;
  display: inline-block;
  width: 230px;
  height: 250px;
  line-height: 250px;
  margin: 40px 0;
  position: relative;
}

.work-process.style-2 .work-process-inner {
  padding-left: 80px;
}

.work-process.style-2 .step-num {
  right: inherit;
  left: 0;
  top: 0;
  border: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}

.theme-bg .work-process-inner,
.theme-bg .work-process-inner h4 {
  color: #ffffff;
}

/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {
  background: #fff;
  border: 1px solid #ebebeb;
  margin-right: -1px;
  margin-top: -1px;
  padding: 50px 10px;
  width: calc(100% / 4);
}


/* ------------------------
    Single Page Sidebar
------------------------*/
.sidebar-links li a {
  color: #2c2c2c;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  display: block;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.sidebar-links li.active a,
.sidebar-links li a:hover {
  color: #ff7810;
}

.sidebar-links li:first-child a {
  padding-top: 0;
}

.sidebar-links li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}


/* ------------------------
    Single Page Meta
------------------------*/
.portfolio-meta li {
  position: relative;
  padding-left: 50px;
}

.portfolio-meta li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7810;
  font-size: 30px;
}

.portfolio-meta li span {
  color: #111121;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.theme-bg .portfolio-meta li,
.theme-bg .portfolio-meta li i,
.theme-bg .portfolio-meta li span {
  color: #ffffff;
}


/* ------------------------
    Contact
------------------------*/
.contact-info li {
  padding-left: 50px;
  position: relative;
}

.contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  font-size: 30px;
  color: #ff7810;
  text-align: center;
}

.contact-info li span {
  font-size: 16px;
  color: #111121;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.contact-info li p {
  margin-bottom: 0;
  line-height: 24px;
}

.contact-info li a {
  color: #111121;
}

.contact-info li a:hover {
  color: #ff7810;
}

.info-inner {
  background: #ffffff;
  padding: 50px 30px;
}

.info-inner ul li {
  padding-left: 0;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

label {
  font-size: 14px;
  color: #333
}

.form-control {
  height: 50px;
  border-radius: 5px;
  font-size: 13px;
  color: #111121;
  background: #ffffff;
  border: 1px solid transparent;
}

.theme-bg .form-control .dark-bg .form-control {
  background: none;
  border: 5px solid rgba(255, 255, 255, 0.1);
}

.dark-bg .form-control,
.theme-bg .form-control {
  color: #ffffff;
}

.light-bg .form-control {
  background: #ffffff
}

textarea.form-control {
  height: 150px;
  border-radius: 5px;
}

.form-control:focus {
  box-shadow: none;
  background: none;
  border-color: #ff7810;
}

.theme-bg .form-control:focus {
  border-color: #ff7810;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 50px !important;
}

iframe {
  width: 100%;
  border: none;
  pointer-events: auto;
}

.iframe-h {
  height: 500px !important;
}

.iframe-h-2 {
  height: 600px !important;
}

.map iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.help-block.with-errors {
  position: absolute;
  color: red;
  right: 15px;
  font-size: 10px;
  line-height: 14px;
}

.form-control::-webkit-input-placeholder {
  color: #111121;
}

.form-control::-moz-placeholder {
  color: #111121;
}

.form-control:-ms-input-placeholder {
  color: #111121;
}

.form-control:-moz-placeholder {
  color: #111121;
}

.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.dark-bg .form-control::-moz-placeholder,
.theme-bg .form-control::-moz-placeholder {
  color: #ffffff;
}

.dark-bg .form-control:-ms-input-placeholder,
.theme-bg .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.dark-bg .form-control:-moz-placeholder,
.theme-bg .form-control:-moz-placeholder {
  color: #ffffff;
}


/* ------------------------
    Video
------------------------*/
.video-btn {
  position: relative;
  display: inline-block;
}

.video-btn .btn-play {
  font-size: 30px;
  background: #ff7810;
  color: #fff;
  line-height: 50px;
  width: 70px;
  height: 70px;
  border: 10px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}

.video-btn-pos {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto !important;
  z-index: 99;
}

.theme-bg .video-btn .btn-play,
.dark-bg .video-btn .btn-play {
  background: #ffffff;
  border-color: #ddd;
  color: #ff7810;
}

.html5-video {
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.html5-video video {
  width: 100%;
}

.play-btn span {
  position: relative;
  text-transform: uppercase;
  color: #111121;
  font-weight: 500;
  padding-right: 70px;
  margin-right: 20px;
}

.play-btn span:before {
  background: #ff7810;
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}



/* ------------------------
    Side Background
------------------------*/
.img-side img {
  max-width: 100%
}

.img-side.img-right {
  right: 0;
}

.img-side.img-left {
  left: 0;
}

.img-side {
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}

.image-column {
  position: absolute;
  left: 0px;
  top: 50%;
}

.image-column.right {
  right: 0;
  left: inherit;
}


/* ------------------------
    Error
------------------------*/
.error-page h1 {
  font-size: 300px;
  line-height: 300px;
  letter-spacing: 15px;
  color: #111121;
  margin-bottom: 20px;
}


/* ------------------------
    List Icon
------------------------*/
.list-icon li {
  position: relative;
  padding-left: 40px;
}

.list-icon li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7810;
  font-size: 30px;
  line-height: 30px;
}

.list-icon-2 li {
  padding-left: 20px;
  position: relative;
}

.list-icon-2 li:before {
  content: "";
  background: #ff7810;
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 4px;
}

.custom-li {
  display: inline-block;
}

.custom-li li {
  float: left;
  margin-bottom: 15px;
  width: calc(100% / 2);
}

.list-icon-3 li i {
  color: #ff7810;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #ece9fa;
  text-align: center;
  border-radius: 50%;
}


/* ------------------------
    Bg Animated Image
------------------------*/
.pattern-3 {
  position: absolute;
  left: 50%;
  top: 60%;
}

.info-img:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 330px;
  width: 100%;
  content: "";
  background-image: url(../images/pattern/07.png);
  z-index: -1;
}


/* ------------------------
    Round Animated Image
------------------------*/
.round-animation {
  background-image: linear-gradient(120deg, #ff156a 0%, #631470 100%);
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  width: 100%;
  height: 100%;
  animation: morph 10s linear infinite;
  transform-style: preserve-3d;
  outline: 1px solid transparent;
  will-change: border-radius;
}

.round-animation:before,
.round-animation:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  will-change: border-radius, transform, opacity;
  animation-delay: 200ms;
  background-image: linear-gradient(120deg, rgba(255, 94, 44, .55) 0%, rgba(255, 120, 16, .89) 100%);
}

.round-animation:before {
  animation: morph 3s linear infinite;
  opacity: .21;
  animation-duration: 1.5s;
}

.round-animation img {
  position: relative;
  z-index: 99;
}

.insideText {
  color: rgba(0, 0, 0, 0.030);
  font-size: 200px;
  font-weight: 900;
  left: 50%;
  line-height: 200px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  white-space: nowrap;
  width: 100%;
  z-index: 0;
}

.boxed-view {
  padding: 20px 50px 50px;
}

.seo-img img {
  position: relative;
  -webkit-animation: seo 2s linear infinite;
  animation: seo 2s linear infinite;
}

@-webkit-keyframes seo {
  0% {
    left: 20px;
    bottom: 20px;
  }

  25% {
    left: -20px;
    bottom: 20px;
  }

  50% {
    left: -20px;
    bottom: 0px;
  }

  75% {
    left: 0px;
    bottom: 0px;
  }

  100% {
    left: 20px;
    bottom: 20px;
  }
}

@keyframes seo {
  0% {
    left: 20px;
    bottom: 20px;
  }

  25% {
    left: -20px;
    bottom: 20px;
  }

  50% {
    left: -20px;
    bottom: 0px;
  }

  75% {
    left: 0px;
    bottom: 0px;
  }

  100% {
    left: 20px;
    bottom: 20px;
  }
}

.faq-section {
  position: relative;
}

.faq-section .accordion-item {
  overflow: hidden;
  border-radius: 12px;
}

.faq-section .accordion-button {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  background: #fff;
  color: #222;
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  background: #ff6b00;
  color: #fff;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-body {
  padding: 20px;
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}

.faq-section .accordion-button::after {
  filter: brightness(0);
}

.faq-section .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.testimonial-section {
  background: #f8f9fc;
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  transition: .4s;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(255, 94, 44, .18);
}

.quote-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff3ec;
  color: #ff5e2c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.testimonial-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.client-info h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.client-info span {
  color: #777;
  font-size: 14px;
}

.rating {
  margin-top: 20px;
}

.rating i {
  color: #ffc107;
  margin-right: 2px;
}

/* /new header */
.white-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.white-header .navbar-nav .nav-link {

  font-weight: 600;
}

.white-header .navbar-nav .nav-link:hover,
.white-header .navbar-nav .nav-link.active {
  
}

.white-header .navbar-brand img {
  max-height: 100px;
}

.banner {
  position: relative;
  overflow: hidden;

}

/* Background Large Text */
.bg-service-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 130px;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.04);
  letter-spacing: 15px;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

/* Keep content above text */
.banner .container {
  position: relative;
  z-index: 2;
}

@media(max-width:992px) {
  .bg-service-text {
    font-size: 70px;
    letter-spacing: 8px;
    white-space: normal;
  }
}

@media(max-width:576px) {
  .bg-service-text {
    font-size: 42px;
    letter-spacing: 5px;
  }
}

.page-title.video-banner {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-title.video-banner .container {
  position: relative;
  z-index: 2;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  z-index: 1;
}

.page-title .title,
.page-title .breadcrumb,
.page-title .breadcrumb a {
  color: #fff;
}

.services-showcase {
  background: #fff;
}

.service-video {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.service-video video {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.service-content {
  padding: 20px 40px;
}

.service-content span {
  display: inline-block;
  color: #ff5e14;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-content p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 30px;
}

@media(max-width:991px) {

  .service-video {
    margin-bottom: 30px;
  }

  .service-content {
    padding: 0;
    text-align: center;
  }

  .service-content h2 {
    font-size: 30px;
  }

}

.portfolio-box {
  position: relative;
  overflow: hidden;
  padding: 55px;
  transition: .4s;
}

.portfolio-box img {
  width: 100%;
  display: block;
  background: #fff;
  box-shadow: 35px 35px rgba(0, 0, 0, .18);
  transition: .5s;
}

.portfolio-box:hover img {
  transform: scale(1.05);
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: .4s;
  color: #fff;
}

.portfolio-box:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay h4 {
  color: #fff;
  margin-bottom: 15px;
}


/* White Screenshot Frame */

.project-frame {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 2;

  box-shadow: 55px 55px 0 rgba(0, 0, 0, .15);

  transition: .5s;
}

.project-frame img {
  width: 100%;
  display: block;
}

.portfolio-item:hover .project-frame {
  transform: translateY(-8px) scale(1.03);
}

/* Overlay */

.portfolio-item:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .25);
  opacity: 0;
  transition: .4s;
}

.portfolio-item:hover:before {
  opacity: 1;
}

/* Title */

.portfolio-title {
  position: absolute;
  left: 40px;
  bottom: 35px;
  z-index: 5;
  color: #fff;
}

.portfolio-title span {
  color: #fff;
  opacity: .8;
}

.portfolio-title h4 {
  color: #fff;
}

/* Plus Icon */

.popup-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff5e14;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  opacity: 0;
}

.portfolio-item:hover .popup-img {
  opacity: 1;
}

.popup-link {
  display: none;
}

.portfolio-item {
  position: relative;
  padding: 45px;
  overflow: hidden;
}

.portfolio-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, .35) 0%,
      rgba(255, 255, 255, .15) 18%,
      transparent 18%);
  pointer-events: none;
}

.project-frame {
  background: #fff;
  box-shadow: 40px 40px 0 rgba(0, 0, 0, .12);
}

/* Premium Pastel Gradients */

.bg-purple {
  background: linear-gradient(135deg, #f7eef8 0%, #e8d7ec 50%, #d7bfd3 100%);
}

.bg-brown {
  background: linear-gradient(135deg, #f9f1e8 0%, #d8b18c 50%, #b77738 100%);
}

.bg-green {
  background: linear-gradient(135deg, #f2fbf4 0%, #d8f0dd 50%, #b7dcb8 100%);
}

.bg-yellow {
  background: linear-gradient(135deg, #fff9eb 0%, #f6df9a 50%, #e4bf58 100%);
}

.bg-blue {
  background: linear-gradient(135deg, #eef5ff 0%, #b8d3ff 50%, #7fa8f7 100%);
}

.bg-red {
  background: linear-gradient(135deg, #fff2f2 0%, #ffc2c2 50%, #ff6d6d 100%);
}

.counter.style-2 {
  background: #fff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  transition: all .4s ease;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Top Orange Line */
.counter.style-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #ff6b00;
  transition: .4s;
  transform: translateX(-50%);
}

/* Hover Effect */
.counter.style-2:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
  border-color: #ff6b00;
}

/* Top Line Animation */
.counter.style-2:hover::before {
  width: 100%;
}

/* Icon Animation */
.counter.style-2 img {
  width: 70px;
  transition: .4s;
}

.counter.style-2:hover img {
  transform: scale(1.12) rotate(8deg);
}

/* Number */
.counter.style-2 .count-number {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin: 20px 0 10px;
  transition: .3s;
}

.counter.style-2:hover .count-number {
  color: #ff6b00;
}

/* Heading */
.counter.style-2 h5 {
  margin: 0;
  font-weight: 600;
  transition: .3s;
}

.counter.style-2:hover h5 {
  color: #ff6b00;
}

.counter.style-2 {
  background: #fff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  transition: all .4s ease;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Top Orange Line */
.counter.style-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #ff6b00;
  transition: .4s;
  transform: translateX(-50%);
}

/* Hover Effect */
.counter.style-2:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
  border-color: #ff6b00;
}

/* Top Line Animation */
.counter.style-2:hover::before {
  width: 100%;
}

/* Icon Animation */
.counter.style-2 img {
  width: 70px;
  transition: .4s;
}

.counter.style-2:hover img {
  transform: scale(1.12) rotate(8deg);
}

/* Number */
.counter.style-2 .count-number {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin: 20px 0 10px;
  transition: .3s;
}

.counter.style-2:hover .count-number {
  color: #ff6b00;
}

/* Heading */
.counter.style-2 h5 {
  margin: 0;
  font-weight: 600;
  transition: .3s;
}

.counter.style-2:hover h5 {
  color: #ff6b00;
}

/* about us */
.image-banner {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 35px;
  margin: 30px;
  background: url("../images/about/aboutbanner1.jfif") center center/cover no-repeat;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 18, .65);
}

.image-banner .container {
  position: relative;
  z-index: 2;
}

.banner-top {
  display: flex;
  justify-content: space-between;
  color: #ddd;
  letter-spacing: 3px;
  font-size: 13px;
  margin-bottom: 60px;
}

/* .title {
  color: #fff;
  font-size: 120px;
  line-height: .9;
  margin-bottom: 0;
} */

.title span {
  display: block;
  font-size: 90px;
  font-style: italic;
  font-weight: 300;
  color: #d4d4d4;
}

.banner-subtitle {
  color: #fff;
  margin-top: 25px;
}

.banner-subtitle strong {
  color: #ff6b00;
}

.image-banner p {
  color: #fff;
  max-width: 600px;
  line-height: 1.9;
  margin-top: 25px;
}

.banner-stats {
  position: absolute;
  right: 20px;
  bottom: 30px;
  display: flex;
  gap: 20px;
}

.stat-box {
  width: 200px;
  padding: 25px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .2);
}

.stat-box h2 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 10px;
}

.stat-box span {
  color: #ddd;
}

#site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.page-title.image-banner {
  position: relative;
  min-height: 60vh;
  margin: 20px;
  margin-top: 110px;
  /* Header ke niche se start */
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
}

.page-title.image-banner {
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.page-title .container {
  padding: 80px;
}

.banner-stats {
  position: absolute;
  right: 70px;
  bottom: 60px;
}

.page-title.image-banner {
  min-height: 80vh;
  height: 80vh;
}

.about-home {

  background: #fff;
}

.about-images {
  position: relative;
  padding-right: 80px;
}

.about-main {
  border-radius: 25px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.about-small-card {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 230px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
  border: 8px solid #fff;
}

.experience-box {
  position: absolute;
  left: -20px;
  bottom: 60px;
  background: #ff6b00;
  color: #fff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 20px 40px rgba(255, 107, 0, .35);
}

.experience-box h2 {
  font-size: 42px;
  color: #fff;
  margin: 0;
}

.sub-title {
  color: #ff6b00;
  font-weight: 700;
  letter-spacing: 2px;
}

.about-home h2 {
  font-size: 39px;
  font-weight: 700;
}

.about-home h2 span {
  color: #ff6b00;
}

.about-home p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 18px;
}

/* ==========================
   About Responsive
========================== */

@media (max-width: 991px) {

  .about-home {
    padding: 70px 0;
  }

  .about-images {
    padding-right: 0;
    margin-bottom: 35px;
    text-align: center;
  }

  .about-main {
    width: 100%;
    border-radius: 20px;
  }

  .about-small-card {
    display: none;
    /* ya width:160px; right:10px; */
  }

  .experience-box {
    display: none;
    /* Mobile me hide kar do */
  }

  .about-home .section-title {
    text-align: center;
  }

  .about-home h2 {
    font-size: 34px;
    line-height: 1.3;
    text-align: center;
  }

  .about-home p {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
  }

  .about-home .row.mt-4 {
    text-align: center;
  }

  .about-home .col-md-6 {
    margin-bottom: 12px;
  }

  .about-home .btn-theme {
    display: inline-block;
    margin: 20px auto 0;
  }

}

/* vision mission  */
.vision-section {

  background: #f8fafc;
}

.vm-card {
  background: #fff;
  padding: 45px 35px;
  border-radius: 25px;
  height: 100%;
  text-align: center;
  transition: .4s;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
  border: 1px solid #edf1f6;
}

.vm-card:hover,
.vm-card.active {
  background: #0e121d;
  transform: translateY(-12px);
}

.vm-card:hover h3,
.vm-card:hover p,
.vm-card:hover li,
.vm-card.active h3,
.vm-card.active p,
.vm-card.active li {
  color: #fff;
}

.vm-icon {
  width: 90px;
  height: 90px;
  margin: auto auto 25px;
  border-radius: 50%;
  background: #ff6b00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}

.vm-card h3 {
  margin-bottom: 18px;
  font-size: 28px;
}

.vm-card p {
  line-height: 1.9;
  color: #666;
}

.vm-card ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.vm-card ul li {
  padding: 10px 0;
  color: #555;
  font-weight: 600;
  border-bottom: 1px dashed rgba(0, 0, 0, .08);
}

/* ===============================
   RESPONSIVE - HERO SECTION
================================= */

@media (max-width:991px) {

  .page-title.image-banner {
    min-height: auto;
    margin: 15px;
    margin-top: 90px;
    padding: 70px 0;
    border-radius: 20px;
  }

  .page-title .container {
    padding: 20px;
  }

  .banner-top {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    text-align: center;
  }

  .image-banner .title {
    font-size: 48px;
    text-align: center;
  }

  .image-banner .title span {
    font-size: 34px;
  }

  .banner-subtitle {
    text-align: center;
    font-size: 18px;
  }

  .image-banner p {
    text-align: center;
    font-size: 15px;
    max-width: 100%;
  }

  .image-banner .btn-theme {
    display: table;
    margin: 25px auto;
  }

  .banner-stats {
    position: relative;
    right: 0;
    bottom: 0;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .stat-box {
    width: 150px;
    padding: 20px;
  }

  .stat-box h2 {
    font-size: 30px;
  }

}

/* ===============================
   ABOUT US
================================= */
.page-title.video-banner {
  position: relative;
  height: 500px;
  /* Change as needed */
  min-height: 500px;
  overflow: hidden;
}

.page-title.video-banner .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.page-title.video-banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-service-section {
  padding: 100px 0;
}

.seo-video-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.seo-video-box video {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.experience-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #ff6b00;
  color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  text-align: center;
}

.experience-box h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
}

.seo-tag {
  display: inline-block;
  background: #e8f2ff;
  color: #0d6efd;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.seo-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.seo-content p {
  color: #666;
  line-height: 1.9;
}

.seo-feature {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-weight: 600;
}

.seo-feature i {
  color: #0d6efd;
  margin-right: 10px;
  font-size: 18px;
}

.seo-about-section {
  padding: 100px 0;
}

.seo-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  transition: .4s;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  height: 100%;
}

.seo-card:hover {
  transform: translateY(-10px);
}

.seo-card .icon {
  width: 80px;
  height: 80px;
  background: #0d6efd;
  color: #fff;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.counter-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.counter-box h2 {
  font-size: 42px;
  color: #0d6efd;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Image Box */
.seo-video-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Image */
.seo-video-box .bg-image {
  width: 100%;
  height: 550px;
  /* Change as needed */
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* Experience Box */
.experience-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #ff6b00;
  color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.experience-box h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.experience-box span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
  .seo-video-box .bg-image {
    height: 400px;
  }

  .experience-box {
    left: 20px;
    bottom: 20px;
    padding: 15px 20px;
  }

  .experience-box h2 {
    font-size: 32px;
  }

  .experience-box span {
    font-size: 14px;
  }
}

.software-img {
  width: 100%;
  height: 350px;
  /* Change as needed */
  object-fit: cover;
}

.seo-video-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.seo-video-box .bg-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .seo-video-box .bg-image {
    height: 400px;
  }
}
@media (min-width:992px){

#servicesDropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
}

}