/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Work Sans", sans-serif;
}

/* 
Break Point (desktop first) 
-----------------------------------------------------------------
max-width: 1024px → Large tablets and small laptops
max-width: 768px → Tablets and large mobile phones
max-width: 480px → Small mobile phones
-----------------------------------------------------------------
*/

/* Colors */
:root {
  --color-default: #000000;
  --color-primary: #feb900;
  --color-secondary: #4e4e4e;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  overflow-x: hidden;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #ffc732;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Headers
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: url("../img/section-bg-image.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}

.section-bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0;
}

.section-bg h3,
.section-bg h5,
.section-bg h4,
.section-bg p,
.section-bg ul li {
  color:white !important;
}

.section-bg .above-heading {
  color:var(--color-primary) !important;
	font: 700 2.75rem/2.875rem "Open Sans", sans-serif;
	text-align: center;
  margin-bottom: 1.4rem;
}

.section-bg  .card-body-2 p {
  color: var(--color-default) !important;
  font-size: 1.1rem;
}

.section-bg .testimonial-item h3,
.section-bg .testimonial-item h4,
.section-bg .testimonial-item p,
.section-bg .php-email-form h3,
.section-bg .php-email-form p {
  color: var(--color-secondary) !important;
}



.section-header {
  text-align: center;
  padding-bottom: 1rem;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #2e3135;
}

.section-bg .section-header h2 {
  color: #ffffff;
}

.section-header h2:before,
.section-header h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  display: inline-block;
}

.section-header h2:before {
  margin: 0 15px 10px 0;
}

.section-header h2:after {
  margin: 0 0 10px 15px;
}

.section-header p {
  margin: 0 auto 0 auto;
  font-weight: 700;
}

.plain-section-header {
  text-align: center;
  padding: 1rem 0;
}

.plain-section-header p{
  font-size: 18px;
}

.normal-section-header {
    padding: 1rem 0;
}

.normal-section-header p{
  font-size: 18px;
}


@media (min-width: 1199px) {
  .section-header p {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .plain-section-header p{
  font-size: 16px;
}

  .plain-section-header h2{
  font-size: 1.4rem;
}

.normal-section-header p{
  font-size: 16px;
}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: var(--color-primary);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--font-secondary);
  line-height: 3.0rem;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.breadcrumbs p {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: white;breadcrumbs-blog-post;
  line-height: 2rem;
  text-shadow: #000000;
}

.btn-contact-us {
  background: var(--color-primary);
  border: 0;
  padding: 6px 15px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  margin-top: 1.2rem;
  width: auto;
  font-size: 1.2rem;
  font-weight:600;
  display: inline-block;
  text-align: center;
}

@media (max-width:480px) {
  .breadcrumbs {
    padding: 4rem 1rem 2rem 1rem;
    height: 100vh;
  }

  .breadcrumbs h2 {
    font-size: 28px;
    line-height: 2rem;
  }

  .breadcrumbs p {
    font-size: 22px;
    line-height: 1.6rem;
  }

   .breadcrumbs img {
  margin-top: 180px;
  width: 160px;
  height: auto;
  margin-left: -10px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs Blogging
--------------------------------------------------------------*/
.breadcrumbs-blogging {
  padding: 140px 0 60px 0;
  min-height:45vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs-blogging:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.breadcrumbs-blogging h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--font-secondary);
  line-height: 3.0rem;
}

.breadcrumbs-blogging ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.breadcrumbs-blogging p {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: white;
  line-height: 20px;
  line-height: 2.0rem;
  text-shadow: #000000;
}

@media (max-width:480px) {
  .breadcrumbs-blogging {
    padding: 4rem 1rem 2rem 1rem;
    height: 35vh;
  }

  .breadcrumbs-blogging h2 {
    font-size: 28px;
    line-height: 2rem;
  }

  .breadcrumbs-blogging p {
    font-size: 22px;
    line-height: 1.6rem;
  }

   .breadcrumbs-blogging img {
  margin-top: 180px;
  width: 160px;
  height: auto;
  margin-left: -10px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs Blog Post
--------------------------------------------------------------*/
.breadcrumbs-blog-post {
  padding: 140px 0 60px 0;
  min-height:30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs-blog-post:before {
  content: "";
  background-color: rgb(255, 208, 0);
  position: absolute;
  inset: 0;
}

.breadcrumbs-blog-post h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--font-secondary);
  line-height: 3.0rem;
}

@media (max-width:480px) {
  .breadcrumbs-blog-post {
    padding: 4rem 1rem 1rem;
    height: 30vh;
  }

  .breadcrumbs-blog-post h2 {
    font-size: 28px;
    line-height: 2rem;
  }

}

/*--------------------------------------------------------------
#  Breadcrumbs-1
--------------------------------------------------------------*/
.breadcrumbs-1 {
  padding: 140px 0 60px 0;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs-1:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.breadcrumbs-1 .container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-end; /* default desktop/tablet: centered */
  padding-bottom: 0rem;
}

.breadcrumbs-1 h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--font-secondary);
}

.breadcrumbs-1 ul {
  padding: 15px 0 0 20px;
  margin: 0;
  font-size: 22px;
  font-weight: 300;
  color: white;
  line-height: 1.6rem;
}

.breadcrumbs-1 p {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: white;
  line-height: 2rem;
}

.breadcrumbs-1 img {
 width:220px;
  height: auto;
}

.breadcrumbs-1 .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color:#fff;
  background: var(--color-primary);
  border: 3px solid var(--color-primary);
}

.breadcrumbs-1 .btn-get-started:hover {
  background: var(--color-primary);
}


@media (max-width:480px) {
  .breadcrumbs-1 {
    padding: 0rem 1rem 0rem 1rem;
    height: 100vh;
  }

  .breadcrumbs-1 .container {
    justify-content: flex-end; /* push content to bottom */
    padding-bottom: 4rem; /* adjust spacing from bottom */
  }

  .breadcrumbs-1 h2 {
    font-size: 28px;
    line-height: 2.2rem;
  }

  .breadcrumbs-1 p {
    font-size: 22px;
    line-height: 1.6rem;
  }

   .breadcrumbs-1 img {
  width: 160px;
  height: auto;
  margin-left: -10px;
  }

  .breadcrumbs-1 ul {
  padding: 15px 0 0 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: white;
  line-height: 1.2rem;
}

.btn-contact-us {
  padding: 10px 20px;
  margin-top: 0.8rem;
  width: auto;
  font-size: 1.0rem;
}

.breadcrumbs-1 .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color:#fff;
  background: var(--color-primary);
  border: 3px solid var(--color-primary);
}

.breadcrumbs-1 .btn-get-started:hover {
  background: var(--color-primary);
}

.breadcrumbs-1.ai.d-flex.align-items-center {
    background-position:right;
}

  
}

/*--------------------------------------------------------------
#  breadcrumbs-printing
--------------------------------------------------------------*/
.breadcrumbs-printing {
  padding: 140px 0 60px 0;
  height: 50vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs-printing:before {
  content: "";
  background-color: rgb(255, 208, 0);
  position: absolute;
  inset: 0;
}

.breadcrumbs-printing h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--font-secondary);
  text-align: center;
}

.breadcrumbs-printing ul {
  padding: 15px 0 0 20px;
  margin: 0;
  font-size: 22px;
  font-weight: 300;
  color: white;
  line-height: 1.6rem;
}

.breadcrumbs-printing p {
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: white;
  line-height: 2rem;
  text-align: center;
}

.breadcrumbs-printing img {
  margin-top: 100px;
  width:220px;
  height: auto;
}

.breadcrumbs-printing .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color:#fff;
  background: var(--color-primary);
  border: 3px solid var(--color-primary);
}

.breadcrumbs-printing .btn-get-started:hover {
  background: var(--color-primary);
}


@media (max-width:480px) {
  .breadcrumbs-printing {
    margin-top: 60px;
    padding: 0rem 1rem;
    height: 40vh;
  }

  .breadcrumbs-printing h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .breadcrumbs-printing p{
    font-size: 1.2rem;
    line-height: 1.4rem;
  }


  .breadcrumbs-printing ul {
  padding: 15px 0 0 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: white;
  line-height: 1.2rem;
}

.breadcrumbs-printing .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color:#fff;
  background: var(--color-primary);
  border: 3px solid var(--color-primary);
}

.breadcrumbs-printing .btn-get-started:hover {
  background: var(--color-primary);
}

/*
.breadcrumbs-printing.ai.d-flex.align-items-center {
    background-position:right;
}
*/ 
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-secondary);
  line-height: 0;
}

.scroll-top:hover {
  background: #ffc732;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# WhatsApp Button
--------------------------------------------------------------*/
.whatsapp-btn {
  position: fixed;
  right: 15px;
  bottom: 65px; /* positioned just above scroll-top */
  z-index: 99999;
  background: #25d366; /* WhatsApp green */
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.whatsapp-btn.active {
  opacity: 1;
  visibility: visible;
}

.whatsapp-btn:hover {
  background: #1ebe5b;
  color: var(--color-default);
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  z-index: 997;
  position: absolute;
  padding-bottom: 30px;
  top: 0;
  left: 0;
  right: 0;
  background-color: black;
  
}



.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-primary);
  position:relative;
  top: 15px;
}

.header .logo h1 span {
  color: var(--color-primary);
}

@media (width: 1024px) {
  .header .logo h1 {
    padding-left: 34px;
  }

}

@media (max-width: 768px) {
  .header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-left: 20px;
  font-family: var(--font-primary);
  position:relative;
  top: 0px;
}
  }

@media (max-width: 480px) {

  .header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
  font-family: var(--font-primary);
  position:relative;
  top: 1rem;
  padding: 0;
}
  }

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    position:relative;
  top: 15px;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-default);
    font-weight: 400;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #222428;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    position: relative;
    top: 1rem;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Social Wrapper
--------------------------------------------------------------*/
/* For Social Wrapper */
.social{
    background:#000000;
    padding:10px 0;
    opacity: 1;
}
.social-wrapper .social-icon a{
    float:left;
    font-size:13px;
    color:#fff;
}
.social-wrapper .social-icon a:hover{
    color:#82ca9c;
}
.social-wrapper .social-icon a i{
    padding-right:10px;
}
.social-wrapper .social-contact{
    float:right;
    font-size:13px;
}
.social-wrapper .social-contact a{
    color:#fff;
    margin-right:20px;
}
.social-wrapper .social-contact a:hover{
    color:#82ca9c;
}
.social-wrapper .social-contact a i{
    padding-right:5px;
}



/*--------------------------------------------------------------
# Contact Form Section
--------------------------------------------------------------*/
.get-started .content {
  padding: 30px 0;
}

.get-started .content h3 {
  font-size: 38px;
  color: var(--color-default);
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.get-started .content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.get-started .content p {
  font-size: 20px;
  line-height: 1.8rem;
}

.get-started .php-email-form {
  background: #fff;
  padding: 30px;
  height: 100%;
}

@media (max-width: 480px) {
  .get-started .php-email-form {
    padding: 0 1rem;
  }
  .section-bg .php-email-form {
    padding: 1.4rem 1rem;
  }
  .get-started .form-padding {
    margin-top: 1rem;
  }
}

.get-started .php-email-form h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-started .php-email-form p {
  font-size: 16px;
  margin-bottom: 20px;
}

.get-started .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-started .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.get-started .php-email-form input,
.get-started .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  border-radius: 0;
}

.get-started .php-email-form input:focus,
.get-started .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-started .php-email-form input {
  padding: 12px 15px;
}

.get-started .php-email-form textarea {
  padding: 12px 15px;
}

.get-started .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.get-started .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width:480px) {
  .get-started {
    padding: 0rem 1rem 3rem 1rem;
  }

  .get-started .content{
    padding-top: 30px;
  }

  .get-started .content h3 {
    font-size: 26px;
  }

  .get-started .content p {
    font-size: 18px;
    line-height: 1.6rem;
  }

  .get-started .php-email-form h3 {
    font-size: 22px;
  }

  .get-started .php-email-form p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  padding: 1rem 1rem 2rem 1rem;
}

.services .service-item {
  padding: 20px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.services .service-item .icon {
  width: 100px;
  height: 100px;
  position: relative;
  margin-bottom: 0px;
}

.services .service-item .icon img {
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

/* bubble icon

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}
*/

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 24px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 500;
}

.services .service-item:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.services .service-item:hover .icon:before {
  background: var(--color-primary);
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

.services .section-header p {
  font-size: 34px;
}

@media (max-width: 480px) {
  .services .section-header p {
    font-size: 26px;
    line-height: 2rem;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 480px) {
  .features .nav-link h4 {
    font-size: 16px;
  }
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/
section#projects.projects {
  padding: 1rem 1rem 2rem !important;
}

.projects .portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.projects .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 22px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  background:#f7f7f7;
  border-radius: 10px;
}

.projects .portfolio-flters li:hover,
.projects .portfolio-flters li.filter-active {
  color: var(--color-primary);
  background: #eeeded;
}

.projects .portfolio-flters li:first-child {
  margin-left: 0;
}

.projects .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 480px) {
  .projects .portfolio-flters li {
    font-size: 14px;
    margin: .3rem .2rem;
  }
}

.projects .portfolio-content {
  position: relative;
  overflow: hidden;
}

.projects .portfolio-content img {
  transition: 0.3s;
}

.projects .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.projects .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.projects .portfolio-content .portfolio-info .preview-link,
.projects .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.projects .portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
  color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.projects .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.projects .portfolio-content:hover img {
  transform: scale(1.1);
}

.projects .service-item-2 {
  padding-bottom: 10px;
  background: #fff;
  height: 100%;
  width:200px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin: 1rem;
}

div.portfolio-container.aos-init.aos-animate {
  margin: 0 -3rem;
}


.projects .service-item-2 .icon-2 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
}

.projects .service-item-2 .icon-2 img {
  width: 100%;
  height: auto;
  transition: ease-in-out 0.3s;
  background-size:cover;
  position:relative;

}

.projects .service-item-2 h4 {
  color: var(--color-default);
  padding-left: 1rem;
  font-weight: 500;
  margin: 0;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}


.projects .service-item-2:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.col-lg-3.col-md-6.portfolio-item {
  margin-bottom: 1rem;
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .section-header p {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-secondary);
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 0 15px 30px 0;
  min-height: 200px;
  box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d5d7da;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

@media (max-width:480px){
  .testimonials .section-header p {
  font-size: 18px;
  padding: 0 1rem;
  }
}

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/

.alt-services .img-bg {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80vh;
}

div.adjust-img-1.img-bg{
  height: 70vh;
}

div.adjust-img-2.img-bg{
  height: 68vh;
}

div.adjust-img-3.img-bg{
  height: 66vh;
}

div.adjust-img-4.img-bg{
  height: 78vh;
}

div.adjust-img-1.col-lg-6.order-1.order-md-2.img-bg.aos-init.aos-animate{
  height: 80vh;
}

div.adjust-img-2.col-lg-6.order-1.order-md-2.img-bg.aos-init.aos-animate{
  height: 65vh;
}

.alt-services h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-default);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  line-height: 2.4rem;
}

.logo-packages h3 {
  padding-bottom: 0;
}

@media (max-width:1281px) {
  div.adjust-img-2.img-bg{
  height: 56vh;
}

div.adjust-img-3.img-bg{
  height: 56vh;
}

div.adjust-img-1.col-lg-6.order-1.order-md-2.img-bg.aos-init.aos-animate{
  height: 66vh;
}

div.adjust-img-4.img-bg{
  height: 66vh;
}
}

@media (max-width:480px) {
  .alt-services {
    padding: 2rem 1rem 2rem 1rem;
  }
  .alt-services .img-bg {
    height: 42vh;
  }

  div.adjust-img-1.img-bg{
  height: 46vh;
}

div.adjust-img-2.img-bg{
  height: 36vh;
}

div.adjust-img-3.img-bg{
  height: 36vh;
}

div.adjust-img-4.img-bg{
  height: 40vh;
}

div.adjust-img-2.col-lg-6.order-1.order-md-2.img-bg.aos-init.aos-animate{
  height: 32vh;
}

div.adjust-img-1.col-lg-6.order-1.order-md-2.img-bg.aos-init.aos-animate{
  height: 40vh;
}

  .alt-services h3 {
    font-size: 26px;
    line-height: 2rem;
  }

  .services-page-img.col-lg-6.img-bg.aos-init.aos-animate,
  .services-page-img.col-lg-6.order-1.order-md-2.img-bg {
    height: 40vh;
  }
}

.alt-services p {
  font-size: 18px;
  font-weight: 450;
  color: var(--color-secondary);
  margin-bottom: 20px;
  position: relative;
  line-height: 1.4rem;
}

.alt-services ul {
  margin-left: -12px;
  margin-bottom: 20px;
}

.alt-services li {
  font-size: 18px;
  font-weight: 450;
  color: var(--color-secondary);
  position: relative;
  line-height: 1.6rem;
}

.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 10px;
}

.pUpdate {
  margin-top: 20px;
}

.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-right: 15px;
  font-size: 22px;  width: 40px;
  height: 40px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color: var(--color-primary);
  color: #fff;
}

.alt-services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: var(--font-default);
  padding-top: 4px;
}

.alt-services .icon-box h4 a {
  color: white;
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: var(--color-primary);
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.alt-services .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: 10px;
  color:#fff;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  width: 160px;
  text-align: center;
}

.alt-services .btn-get-started:hover {
  background: var(--color-primary);
  color:#fff;
}

@media (max-width:480px) {
  .alt-services {
    padding: 2rem 1rem 2rem 1rem;
  }

  .alt-services h3 {
    font-size: 26px;
    line-height: 2rem;
  }
}


/*--------------------------------------------------------------
# Pricelist Section
--------------------------------------------------------------*/

.above-heading {
	color:var(--color-primary);
	font: 700 2.75rem/2.875rem "Open Sans", sans-serif;
	text-align: center;
  margin-bottom: 1.4rem;
}

@media (max-width: 480px) {
  .above-heading {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 0.125rem solid  var(--color-primary);
	border-radius: 2rem;
	background-color:var(--color-primary);
	color: #fff;
	font: 700 0.875rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
  margin: 1rem 0;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: var(--color-primary);
	text-decoration: none;
}

.cards-2 {
	text-align: center;
}

.cards-2 .h2-heading {
	margin: 1rem 0 3.5rem 0;
}

.cards-2 .card {
	display: block;
	max-width: 19rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border: 1px solid #ccd3df;
	border-radius: 0.375rem;
}

.cards-2 .card .card-body {
	padding: 2.5rem 1.5rem 1.5rem 1.5em;
}



.cards-2 .card .card-title {
	margin-bottom: 0.5rem;
	color:var(--color-primary);
	font: 700 1.125rem/1.5rem "Open Sans", sans-serif;
}

.cards-2 .card .price .currency {
	margin-right: 0.25rem;
	color: var(--color-default);
	font-weight: 700;
	font-size: 1.5rem;
	vertical-align: 40%;
}

.cards-2 .card .price .value {
	color: var(--color-defaultS);
	font: 700 3.25rem/3.5rem "Open Sans", sans-serif;
	text-align: center;
}

.cards-2 .card .frequency {
	font-size: 0.875rem;
}

.cards-2 .card .divider {
	height: 1px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: none;
	background-color: #ccd3df;
}

.cards-2 .card .list-unstyled {
	margin-top: 0rem;
	margin-bottom: 0rem;
	text-align: left;
}

.cards-2 .card .list-unstyled .media {
	margin-bottom: 0.5rem;
}

.cards-2 .card .list-unstyled .fas {
	color: var(--color-primary);
	font-size: 0.875rem;
	line-height: 0.125rem;
  margin-left: .8rem;
}

.cards-2 .card .list-unstyled .fas.fa-times {
	margin-left: 0.1875rem;
	margin-right: 0.125rem;
	color: #555;
  margin-left: .8rem;
}

.cards-2 .card .list-unstyled .media-body {
	margin-left: 0.625rem;
  font-weight: 500;
  color: var(--color-secondary);
  font-size: 1rem;
}

.media-body {
  display:inline;
}

/* Min-width width 992px */
@media (min-width: 992px) {

.cards-2 .card {
		display: inline-block;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		vertical-align: top;
	}

  .cards-2 .card .card-body {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

@media (min-width: 1200px) {
/* Pricing */
	.cards-2 .card {
		width: 19.375rem;
		max-width: 100%;
		margin-right: 1.75rem;
		margin-left: 1.75rem;
	}

	.cards-2 .card .card-body {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

@media (max-width:480px) {
  .cards-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cards-2 p {
    margin-bottom: 2rem;
  }
  .cards-2 .h2-heading {
	margin: 2rem 0;
}


}

.icon-text-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0rem; /* space between icon and text */
}

.icon-text-wrapper i {
  flex-shrink: 0;
  margin-top: 0.6rem;
}

.icon-text-wrapper .media-body {
  line-height: 1.2;
  font-family: var(--font-default);
  text-transform:capitalize;
}
	/* end of pricing */

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 30px 20px;
}

.alt-services .about-img-bg {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80vh;
}


@media (min-width: 991px) {
  .about h2 {
    max-width: 65%;
    margin: 0 0 40px 0;
  }
}

.about .our-story {
  padding: 40px;
  background-color: #f5f6f7;
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 15%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-primary);
}

.about .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: var(--color-primary);
}

.about .watch-video a {
  font-weight: 600;
  color: var(--color-secondary);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--color-primary);
}

.about .about-img {
  min-height: 400px;
  background-size: cover;
  background-position: center;
}



@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }

  div #about-info p,
  div #about-info h3,
  div #about-info h4 {
    margin-right: -5rem;
    margin-left:-2rem;
  }

}

@media (max-width: 480px) {
  .about .about-img {
  min-height: 400px;
  margin-top: -60px;
}

  .about .col-lg-7 h2 {
    font-size: 2rem;
  }

   section.about {
    padding-bottom: 3rem;
  }

  .alt-services .about-img-bg {
    height: 26vh;
  }

  .branding-img-resize .img-bg {
    height: 36vh;
  }

  .img-resize-30 .img-bg {
    height:30vh;
  }

  .vid-edi-img.col-lg-6.order-1.order-md-1.img-bg {
    height: 34vh;
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
section#stats-counter.stats-counter {
  padding-top: 0;
}

.stats-counter .stats-item {
  background: #fff;
  box-shadow: 0px 0 30px rgba(82, 86, 94, 0.05);
  padding: 30px;
}

.stats-counter .stats-item i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: var(--color-primary);
}

.stats-counter .stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--color-secondary);
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .section-header p{
  font-size: 1.1rem;
  font-weight: 500;
}

.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: #fff;
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--color-primary);
}

.team .member .member-info {
  margin-top: 1rem;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 20px;
  color: var(--color-secondary);
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 16px;
  color: #838893;
  margin-bottom: 6px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 16px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 480px) {
  section#team.team {
  padding: 2rem 1rem 5rem;
  }
  .team .member {
    margin-top: 2rem;
  }
  .team .section-header p {
  margin-bottom: 2rem;
}
}
/*--------------------------------------------------------------
# Servie Cards Section
--------------------------------------------------------------*/
.services-cards h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 2rem;
}

.services-cards p {
  font-size: 18px;
  margin-bottom: 2rem;
}

.services-cards ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-top: 0.4rem;
  font-weight: 500;
}

.services-cards ul li i {
  font-size: 22px;
  color: var(--color-primary);
  margin-right: 6px;
}

@media (max-width:480px){
  .services-cards {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-cards h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 2rem;
}

.services-cards p {
  font-size: 18px;
  margin-bottom: 2rem;
}

.services-cards ul li {
  font-size: 18px;
}
}

/*--------------------------------------------------------------
# Projet Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
  width: 100%;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.project-details .swiper-button-prev:after,
.project-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.project-details .swiper-button-prev:hover:after,
.project-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

  .project-details .swiper-button-prev,
  .project-details .swiper-button-next {
    display: none;
  }
}

.project-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.project-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.project-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.project-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.project-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #838893;
  font-size: 14px;
}

.project-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.project-details .portfolio-info .btn-visit:hover {
  background: #ffc019;
}

.project-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.project-details .portfolio-description p {
  padding: 0;
}

.project-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: #f5f6f7;
  height: 100%;
  margin-bottom: 50px;
}

.project-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.project-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.project-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left,
.project-details .portfolio-description .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.project-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.project-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Service Products Section
--------------------------------------------------------------*/
ul#products-nav.portfolio-flters {
  padding: 0;
  margin: 0 -60px 20px;
  list-style: none;
  text-align: center;
}

ul#products-nav.portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 10px;
  font-size: .8rem;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  background:#ffffff;
}

ul#products-nav.portfolio-flters li:hover,
ul#products-nav.portfolio-flters li.filter-active {
  color: var(--color-default);
  background: var(--color-primary);
}

ul#products-nav.portfolio-flters li:first-child {
  margin-left: 0;

}

ul#products-nav.portfolio-flters li:last-child {
  margin-right: 0;
}

.products-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* keeps items centered */
  margin: 0 auto;          /* center container */
}

.products-container .product-item {
  flex: 0 0 20%; /* 20% width = 5 per row */
  max-width: 20%;
  box-sizing: border-box;
  padding: 10px;
}

/* Tablet: 3 per row */
@media (max-width: 991px) {
  .products-container .product-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

/* Mobile: 2 per row */
@media (max-width: 768px) {
  .products-container .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Extra small: 1 per row */
@media (max-width: 480px) {
  ul#products-nav.portfolio-flters li {
    font-size: 14px;
    margin: .3rem .2rem;
  }

  .products-container .product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  div.portfolio-container.aos-init.aos-animate {
    margin: 0 auto; /* center the container */
    padding: 0 10px; /* add small side padding */
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d5d7da;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #d9e3e8;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 30px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 3px solid #ffd565;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

@media (max-width:480px) {
  section#contact.contact {
  padding: 3rem 1rem;
}
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.recent-blog-posts .section-header h2 {
  color: var(--color-default);
}

.recent-blog-posts .post-title {
  color: var(--color-default);
}

.recent-blog-posts .section-header p {
  color: var(--color-secondary);
  font-size: 24px;
  font-weight: 500;
}

.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
}

.recent-blog-posts .post-item .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: #838893;
}

.recent-blog-posts .post-item hr {
  color: #888;
  margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
  color: var(--color-primary);
}

.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}

@media (max-width: 1279px) {
  .recent-blog-posts .post-item .post-content h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .recent-blog-posts {
    padding: 2rem 1rem 1rem 1rem;
  }

  .recent-blog-posts .section-header h2 {
  font-size: 26px;
}

  .recent-blog-posts .section-header p {
  font-size: 22px;
  line-height: 1.4rem;
  font-weight: 400;
}
  .section-header h2:before,
  .section-header h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  display:none;
}
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  overflow-x: hidden;
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  margin: 0;
  position: relative;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
}

.hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4rem;
}

.hero .info h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  line-height: 3.0rem;
  text-shadow: #000000;
}

.hero .info h2 span {
  color: var(--color-primary);
}

.hero .info img {
  width:220px;
  height: auto;
}

.hero .info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  line-height: 1.8rem;
  margin: 0;
  font-family:'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 400;

}

.hero .info .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color:#fff;
  background: var(--color-primary);
  border: 3px solid var(--color-primary);
}

.hero .info .btn-get-started:hover {
  background: var(--color-primary);
}

@media (width: 1024px) {
  .hero .info h2 {
    font-size: 36px;
    line-height: 3rem;
  }

  .hero .info p {
  line-height: 2rem;
  }

  .hero .info img {
  width:200px;
  height: auto;
  }

}

@media (max-width: 768px) {
  .hero .info {
    padding: 0;
  }

  .hero .info h2 {
    font-size: 36px;
    line-height: 3rem;
  }
}

@media (max-width: 480px) {
  .hero .info {
    padding: 0 1rem 3rem;
    justify-content: flex-end;
  }

  .hero .info img {
  width: 160px;
  height: auto;
  margin-left: -10px;
  }

  .hero .info h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 2.2rem;
  }

  .hero .info p {
  font-size: 22px;
  line-height: 1.6rem;
  }

  .hero .info .btn-get-started {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  margin-top: 10px;
}
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

@media (max-width:480px) {
  section#blog.blog {
  padding: 3rem 1rem;
}
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
  margin-top: 20px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

@media (max-width:480px) {
   .blog .blog-details .content h3 {
  padding: 0 0.6rem;
}

  .blog .blog-details .content p {
  font-size: 1.3em;
  padding: 0 0.6rem;
}
.blog .blog-details .content ul {
  padding: 0 0.8rem;
  margin-left: 0.8rem;
}

.blog .blog-details .content ul li {
  font-size: 1.2rem;
}




.blog .blog-details {
  padding: 1rem 0.6rem;
  overflow: hidden;
}

.blog .blog-details .content blockquote {
  padding: 40px 30px;
}
}


/*--------------------------------------------------------------
# ftco-section "Logo's"
--------------------------------------------------------------*/
.ftco-section {
  padding: 6em 0;
  position: relative; 
}

.ftco-animate {
  opacity: 0.5;
  visibility:visible; 
}

.ftco-partner {
  padding: 5em 0; }
  .ftco-partner .partner {
    display: block;
    padding: 0 20px; }
    @media (max-width: 991.98px) {
      .ftco-partner .partner {
        padding: 0; } }
/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-secondary);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer .logo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-primary);
  position:relative;
  top: 0px;
}

.header .logo h3 span {
  color: var(--color-primary);
}

.footer {
  color: #fff;
  background: url("../img/footer-bg.jpg") top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
}

.footer:before {
  content: "";
  background: rgba(0, 0, 0, 1);
  position: absolute;
  inset: 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
}

.footer .footer-legal .credits a {
  color: var(--color-primary);
}

@media (max-width:480px) {
  .footer {
    padding: 2rem 1rem;
    font-size: 16px;
  }

  .footer .footer-info .logo h3{
    font-size: 22px;
  }

  .footer .footer-content .footer-info p{
    font-size: 16px;
  }

  .footer .footer-content h4 {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Website packages carousel
--------------------------------------------------------------*/

.untree_co-section {
  padding: 20px 0 70px 0; }

  .untree_co-section p{
    font-size: 18px;
   }


.section-title {
  position: relative;
  padding-bottom: 20px;
  display: inline-block; }
  .section-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #1A374D; }
  .section-title.text-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.owl-single.dots-absolute .owl-dots, .owl-carousel.dots-absolute .owl-dots {
  bottom: 40px; }
  .owl-single.dots-absolute .owl-dots .owl-dot span, .owl-carousel.dots-absolute .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5); }

.owl-single .owl-dots, .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-single .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .owl-single .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2); }
    .owl-single .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot.active span {
      background: #1A374D; }

.owl-single.no-dots .owl-dots, .owl-carousel.no-dots .owl-dots {
  display: none; }

.owl-single.no-nav .owl-nav, .owl-carousel.no-nav .owl-nav {
  display: none; }

.owl-3-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .owl-3-slider .owl-nav .owl-prev, .owl-3-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    @media (max-width: 767.98px) {
      .owl-3-slider .owl-nav .owl-prev, .owl-3-slider .owl-nav .owl-next {
        display: none; } }
  .owl-3-slider .owl-nav .owl-prev {
    left: -50px; }
    .owl-3-slider .owl-nav .owl-prev:hover {
      left: -65px;
      color: #1A374D; }
  .owl-3-slider .owl-nav .owl-next {
    right: -50px; }
    .owl-3-slider .owl-nav .owl-next:hover {
      color: #1A374D;
      right: -65px; }
    .owl-3-slider .owl-nav .owl-next span {
      display: inline-block;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.owl-3-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible; }

  @media (max-width:480px) {
     .untree_co-section p{
    font-size: 16px;
    padding: 1rem 2rem 0;
    margin: 0;
   }
  }

  /*--------------------------------------------------------------
# Web Hosting Options Cards
--------------------------------------------------------------*/

.cards-2 .card-body-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cards-2 .card-body-2 .icon {
  width: 120px;
  height: 120px;
  position: relative;
  margin-bottom: 0px;
}

.cards-2 .card-body-2 .icon img {
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.cards-2 .card .card-body-2 {
  padding: 0rem 1.5rem 0rem 1.5em;
}

.cards-2 .card .card-body-2 .frequency {
  font-weight: 700;
  line-height: 0.8rem;
}

.cards-2 .card .card-body-2 p {
  line-height: 1.2rem;
  margin-top: 0.5rem;
}

.cards-2 .card .card-body-2 .media-body {
  text-align: center;
}

.card-body-2 .card-title {
  margin-top: -0.5rem;
	margin-bottom: 0.5rem;
	color:var(--color-primary);
	font: 700 1.125rem/1.5rem "Open Sans", sans-serif;
}




/* Min-width width 992px */
@media (min-width: 992px) {

.cards-2 .card {
		display: inline-block;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		vertical-align: top;
	}

  .cards-2 .card .card-body-2 {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

@media (min-width: 1200px) {
/* Pricing */
	.cards-2 .card {
		width: 19.375rem;
		max-width: 100%;
		margin-right: 1.75rem;
		margin-left: 1.75rem;
	}

	.cards-2 .card .card-body-2 {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}



/*--------------------------------------------------------------
# Features of Our Web Hosting Packages
--------------------------------------------------------------*/

.services .service-item-2 {
  padding: 20px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.services .service-item-2 .icon {
  width: 100px;
  height: 100px;
  position: relative;
  margin-bottom: 0px;
}

.services .service-item-2 .icon img {
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.services .service-item-2 .icon-2 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.services .service-item-2 .icon-2 img {
  width: 100%;
  height: auto;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.services .service-item-2 h4 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0;
  padding-bottom: 8px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.services .service-item-2 p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


.services .service-item-2:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.services .service-item-2 .gra-des-prices {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1rem;
}
/*--------------------------------------------------------------
# Bootstrap Container
--------------------------------------------------------------*/


.container2,.container2-fluid,.container2-lg,.container2-md,.container2-sm,.container2-xl,.container2-xxl {
  --bs-gutter-x:0rem;
  --bs-gutter-y:0;width:100%;
  padding-right:calc(var(--bs-gutter-x) * 2);
  padding-left:calc(var(--bs-gutter-x) * 2);
  margin-right:0;margin-left:0
}

@media (min-width:576px){
  .container2,.container2-sm{max-width:540px}
}

@media (min-width:768px){
  .container2,.container2-md,.container2-sm{max-width:720px}
}

@media (min-width:992px){
  .container2,.container2-lg,.container2-md,.container2-sm{max-width:960px}
}

@media (min-width:1200px){
  .container2,.container2-lg,.container2-md,.container2-sm,.container2-xl{max-width:1140px}
}

@media (min-width:1400px){
  .container2,.container2-lg,.container2-md,.container2-sm,.container2-xl,.container2-xxl{max-width:1320px}
}

/*-------------------------------------------------------------------------
  Signage Page
----------------------------------------------------------------------*/
@media(max-width:480px) {
  .signage-icon-mb {
    padding: 0 1rem;
  }
}

/*-------------------------------------------------------------------------
 Copywrighting Page
----------------------------------------------------------------------*/
@media(max-width:480px) {
  section#services.services.content-is-key {
    padding-bottom: 0;
  }

  section#alt-services.alt-services.copywriting-section {
    padding-top: 0;
  }

  div.copywriting-img.col-lg-6.order-1.order-md-2.img-bg.aos-init.aos-animate{
    margin-top: 0;
  }
}

/*-------------------------------------------------------------------------
 SEO Page
----------------------------------------------------------------------*/
.seo-img .img-bg {
  height: 60vh;
}

/*-------------------------------------------------------------------------
 Adwords Page
----------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
 WordPress Web Hosting Page
----------------------------------------------------------------------*/
#pricing h3:after {
  display: none;
}

/*-------------------------------------------------------------------------
 Website Auditing & Consultation Page
----------------------------------------------------------------------*/
.audit-img-resize .img-bg{
  height: 60vh;
}

.audit-img-resize-2 .img-bg{
  height: 60vh;
}

@media (max-width:480px) {
  .audit-img-resize .img-bg{
  height: 40vh;
}

.audit-img-resize-2 .img-bg{
  height: 26vh;
}

.audit-img-resize-3 .img-bg {
  height: 28vh;
}
}

/*-------------------------------------------------------------------------
 Web Design Page
----------------------------------------------------------------------*/

@media (max-width:480px) {
  .webdesign-img-resize .img-bg{
  height: 35vh;
}

}

/*-------------------------------------------------------------------------
 Web UX design Page
----------------------------------------------------------------------*/

.ux-img-resize .img-bg {
  height:72vh;
}

.ux-img-resize-2 .img-bg {
  height:60vh;
}

@media (max-width:480px) {
  .ux-img-resize .img-bg {
  height:34vh;
}

.ux-img-resize-2 .img-bg {
  height:32vh;
}

.ux-img-resize-3 .img-bg {
  height:26vh;
}
}

/*-------------------------------------------------------------------------
 Website Packages Page
----------------------------------------------------------------------*/

@media (max-width:480px) {
  section#services-cards.services-cards {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/*-------------------------------------------------------------------------
 Website Development Page
----------------------------------------------------------------------*/
.bus-card-img .img-bg {
    height: 50vh;
  }

.logo-design-img-2 .img-bg {
    height: 56vh;
  }
@media (max-width:480px) {
  .web-feat-img .img-bg {
    height: 38vh;
  }
  .e-com-img .img-bg {
    height:32vh;
  }
  .pay-sol-img .img-bg {
    height: 34vh;
  }
  .ecom-opt-img .img-bg {
    height: 30vh;
  }
  .ai-img-1 .img-bg {
    height: 38vh;
  }
  .ai-img-2 .img-bg {
    height: 30vh;
  }
  .dig-img-1 .img-bg {
    height: 22vh;
  }
  .dig-img-2 .img-bg {
    height: 36vh;
  }
  .dig-img-3 .img-bg {
    height: 38vh;
  }
  .dig-img-4 .img-bg {
    height: 32vh;
  }
  .adwords-img .img-bg {
    height:30vh;
  }
  .seo-img .img-bg {
    height: 26vh;
  }
  .copywrite-img .img-bg {
    height: 32vh;
  }
  .bus-card-img .img-bg {
    height: 30vh;
  }
  .graphics-img .img-bg {
    height: 36vh;
  }
  .logo-img-1 .img-bg {
    height: 28vh;
  }
  .logo-design-img-2 .img-bg {
    height: 30vh;
  }
  
}

/*-------------------------------------------------------------------------
 Search Container
----------------------------------------------------------------------*/
.centered-search {
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center;     /* vertical centering */
}

.search-container {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border-radius: 50px;
  overflow: hidden;
  margin-top: 1rem;
}

.search-input-wrapper {
  position: relative;
  flex: 1;
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 18px;
  pointer-events: none;
}

.search-input {
  width: 100%;
  padding: 12px 20px 12px 45px; /* space for icon */
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 50px 0 0 50px;
}

.search-button {
  padding: 12px 25px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  border-radius: 0 50px 50px 0;
}

.search-button:hover {
  background-color: #0056b3;
}

/* Responsive */
@media (max-width: 600px) {
  .search-container {
    flex-direction: column;
    border-radius: 25px;
  }

  .search-input {
    border-radius: 25px;
    padding-left: 45px;
  }

  .search-button {
    border-radius: 0 0 25px 25px;
    width: 100%;
    margin-top: 10px;
  }
}