/*
@File: Torado/Digital Marketing Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Futures Area Style
** - About Area Style
** - Services Area Style
** - Ready To Talk Area Style
** - Choose Us Area Style
** - Case Studies Area Style
** - Customer Area Style
** - Team Area Style
** - Partner Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --body-font-family: "Jost", sans-serif;
  --body-color: #585E89;
  --main-color: #FE6C3D;
  --heading-color: #09114A;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-size: 16px;
  --mobile-font-size: 15px;
  --transition: all ease .5s;
  --border-radius: 5px;
  --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

body {
  font-size: var(--font-size);
  font-family: var(--body-font-family);
  color: var(--body-color);
}

a {
  transition: var(--transition);
  color: var(--body-color);
}
a:hover {
  color: var(--main-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-weight: 700;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  margin-bottom: 15px;
  line-height: 26px;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  transition: var(--transition);
  border-radius: 4px;
  color: var(--white-color) !important;
}
.form-control::-moz-placeholder {
  color: #D3D3D3;
}
.form-control::placeholder {
  color: #D3D3D3;
}
.form-control:focus {
  color: var(--black-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--main-color);
  background: rgba(255, 255, 255, 0.04);
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*
Bg-color Style*/
.bg-color-f9f9f9 {
  background-color: #f9f9f9;
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: var(--main-color);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  transform: scale(0);
  visibility: hidden;
  transition: 0.9s;
  border-radius: var(--border-radius);
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--white-color);
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--main-color);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: var(--border-radius);
}
.go-top:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: var(--white-color);
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 87%;
  transform: scale(1);
}

/* Preloader Area Style
============================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  z-index: 9999;
}
.preloader .pl-spark-1 {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin: 0 auto 18px auto;
  position: relative;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.preloader .pl-spark-1:before, .preloader .pl-spark-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: var(--white-color);
  display: block;
  transform-origin: 50% 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.preloader .pl-spark-1.pl-spark-2:before {
  animation-name: scaleA;
}
.preloader .pl-spark-1.pl-spark-2:after {
  animation-name: scaleB;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}

@keyframes scaleA {
  from, 50%, to {
    transform: scale(1);
  }
  25%, 75% {
    transform: scale(-1);
  }
}
@keyframes scaleB {
  from, 50%, to {
    transform: rotate(90deg) scale(0);
  }
  12.5%, 62.5% {
    transform: rotate(90deg) scale(1);
  }
  37.5%, 87.5% {
    transform: rotate(90deg) scale(-1);
  }
}
/* Default btn Area Style
============================================*/
.default-btn {
  background: linear-gradient(180deg, #F18A10 0%, #FF59C7 100%);
  border-radius: var(--border-radius);
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  color: var(--white-color);
  padding: 21px 32px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00D1E4 0%, #278CFF 100%);
  border-radius: var(--border-radius);
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.default-btn:hover {
  color: var(--white-color);
}
.default-btn:hover::before {
  opacity: 1;
}
.default-btn.active {
  color: var(--white-color);
}
.default-btn.active::before {
  opacity: 1;
}
.default-btn.active:hover::before {
  opacity: 1;
}

/* Read More btn Area Style
============================================*/
.read-more {
  font-weight: 600;
  font-size: 18px;
  line-height: 10px;
  color: var(--heading-color);
  text-decoration: unset;
}
.read-more img {
  margin-left: 12px;
}
.read-more:hover {
  letter-spacing: 0.5px;
}

/* Section Area Style
============================================*/
.section-title {
  max-width: 690px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-title .top-title {
  background: rgba(254, 108, 61, 0.1);
  border-radius: 3px;
  color: var(--main-color);
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  padding: 3px 15px;
}
.section-title h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  position: relative;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}
.section-title.w-600 {
  max-width: 600px;
}
.section-title.mb-28 {
  margin-bottom: 28px;
}
.section-title.left-title {
  text-align: left;
  margin-left: 0;
}
.section-title.left-title .default-btn {
  position: absolute;
  top: 0;
  right: 0;
}

/* navbar Area Style
============================================*/
.navbar {
  z-index: 2;
}
.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 3px 0px #000000;
  box-shadow: var(--box-shadow);
  background-color: var(--white-color);
  z-index: 999;
}
.navbar.is-sticky::before {
  display: none;
}
.navbar .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .nav-item .nav-link {
  font-size: 18px;
  line-height: 10px;
  color: var(--heading-color);
  padding: 0 22px;
  padding: 34px 22px;
}
.navbar .nav-item .nav-link:hover {
  color: var(--main-color);
}
.navbar .nav-item .nav-link.active {
  color: var(--main-color);
}
.navbar .others-option {
  margin-left: 22px;
}
.navbar .others-option ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar .others-option ul li {
  margin-right: 22px;
}
.navbar .others-option ul li:last-child {
  margin-right: 0;
}
.navbar .others-option .default-btn {
  display: block;
  padding: 21px 29px;
  background: var(--main-color);
  font-weight: 600;
}
.navbar .others-option .default-btn::before {
  opacity: 1;
}
.navbar .others-option .option-item {
  position: relative;
  top: 12px;
}
.navbar .others-option .option-item .search-overlay {
  display: none;
}
.navbar .others-option .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: var(--white-color);
  z-index: 2;
  padding: 20px;
  box-shadow: var(--box-shadow);
  margin-top: 18px;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form {
  position: relative;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #dddddd;
  color: var(--heading-color);
  outline: 0;
  transition: var(--transition);
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
  background: var(--white-color);
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: var(--main-color);
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: var(--main-color);
  border: none;
  width: 50px;
  outline: 0;
  color: var(--white-color);
  transition: var(--transition);
  padding: 0;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
  background-color: var(--heading-color);
}
.navbar .others-option .option-item .search-btn {
  cursor: pointer;
  transition: var(--transition);
  color: var(--heading-color);
  text-align: center;
  font-size: 21px;
  display: inline-block;
}
.navbar .others-option .option-item .search-btn:hover {
  color: var(--main-color);
}
.navbar .others-option .option-item .close-btn {
  cursor: pointer;
  transition: var(--transition);
  color: var(--heading-color);
  text-align: center;
  display: none;
  font-size: 21px;
}
.navbar .others-option .option-item .close-btn:hover {
  color: var(--main-color);
}
.navbar .others-option .option-item .close-btn.active {
  display: block;
  color: var(--main-color);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* Banner Area Style
============================================*/
.banner-area {
  background-image: url(../../assets/images/digital-marketing/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 130px;
  padding-bottom: 130px;
}
.banner-area .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}

.banner-content {
  position: relative;
}
.banner-content span {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  color: var(--main-color);
  margin-bottom: 5px;
}
.banner-content h1 {
  font-weight: 800;
  font-size: 85px;
  line-height: 100px;
  margin-bottom: 20px;
}
.banner-content p {
  margin-bottom: 35px;
  max-width: 780px;
  line-height: 26px;
}
.banner-content.ptb-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}
.banner-content .shape {
  position: absolute;
}
.banner-content .shape.shape-1 {
  top: 30px;
  right: 0;
  left: 200px;
  margin: auto;
}
.banner-content .shape.shape-2 {
  bottom: 100px;
  right: 0;
  left: 0;
  margin: auto;
}

/* Services Area Style
============================================*/
.single-services {
  background: #F9F9F9;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}
.single-services .icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background-color: var(--white-color);
  box-shadow: 0px 0px 30px rgba(254, 131, 12, 0.07);
  border-radius: var(--border-radius);
  margin-bottom: 15px;
}
.single-services h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.single-services ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-services ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 27px;
}
.single-services ul li:last-child {
  margin-bottom: 0;
}
.single-services ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 13px;
  height: 1px;
  background-color: #565656;
}

.services-slide.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.services-slide.owl-theme .owl-dots {
  margin-top: 20px !important;
  line-height: 1;
}
.services-slide.owl-theme .owl-dots .owl-dot span {
  margin-top: 0;
  margin-bottom: 0;
  background: rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  width: 16px;
  height: 8px;
  transition: var(--transition);
}
.services-slide.owl-theme .owl-dots .owl-dot.active span {
  width: 54px;
  background-color: var(--main-color);
}

/* Partner Area Style
============================================*/
.partner-slide.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.partner-item {
  border: 1px solid #EEEEEE;
  padding: 24px 20px;
  cursor: pointer;
}
.partner-item img {
  opacity: 0.3;
  transition: var(--transition);
}
.partner-item:hover img {
  opacity: 1;
}

/* About Area Style
============================================*/
.about-us-area {
  position: relative;
  z-index: 1;
}
.about-us-area .shape {
  position: absolute;
  z-index: -1;
}
.about-us-area .shape.shape-1 {
  top: 0;
  left: 70px;
}
.about-us-area .shape.shape-2 {
  bottom: 75px;
  right: 265px;
}

.about-content {
  margin-left: 30px;
}
.about-content .top-title {
  background: rgba(254, 108, 61, 0.1);
  border-radius: 3px;
  color: var(--main-color);
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  padding: 3px 15px;
}
.about-content h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  position: relative;
}
.about-content .skill-bar {
  margin-bottom: 20px;
}
.about-content .skill-bar .progress-title-holder {
  position: relative;
}
.about-content .skill-bar .progress-title {
  font-size: 18px;
  font-weight: 500;
}
.about-content .skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: var(--white-color);
}
.about-content .skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: var(--heading-color);
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 18px;
}
.about-content .skill-bar .down-arrow {
  display: none;
}
.about-content .skill-bar .progress-content-outter {
  height: 6px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.about-content .skill-bar .progress-content {
  height: 6px;
  background-color: var(--main-color);
  width: 0%;
  border-radius: 10px;
}
.about-content .founder {
  margin-top: 30px;
}
.about-content .founder img {
  border-radius: var(--border-radius);
}
.about-content .founder h3 {
  font-weight: 500;
  font-size: 16px;
}
.about-content .founder span {
  font-size: 14px;
}

/* Project Area Style
============================================*/
.single-project {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  height: 451px;
  border-radius: 10px;
}
.single-project.bg-1 {
  background-image: url(../../assets/images/digital-marketing/project-img-2.jpg);
}
.single-project.bg-2 {
  background-image: url(../../assets/images/digital-marketing/project-img-3.jpg);
}
.single-project img {
  border-radius: 10px;
}
.single-project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(242, 134, 29, 0.95) 0%, rgba(254, 95, 178, 0.95) 100%);
  border-radius: 10px;
  margin: 20px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.single-project a {
  text-decoration: unset;
}
.single-project .project-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  padding: 30px;
}
.single-project .project-content .icon {
  margin-bottom: 15px;
}
.single-project .project-content span {
  color: var(--white-color);
  display: block;
  margin-bottom: 10px;
}
.single-project .project-content h3 {
  color: var(--white-color);
  font-size: 24px;
}
.single-project:hover::before {
  opacity: 1;
  visibility: visible;
}
.single-project:hover .project-content {
  opacity: 1;
  visibility: visible;
}

.project-slide.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.project-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.project-slide.owl-theme .owl-nav .owl-prev, .project-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(47, 20, 113, 0.05);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0;
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
}
.project-slide.owl-theme .owl-nav .owl-prev img, .project-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  left: -1px;
  top: 0;
  transition: var(--transition);
}
.project-slide.owl-theme .owl-nav .owl-prev:hover, .project-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--main-color);
}
.project-slide.owl-theme .owl-nav .owl-prev:hover img, .project-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.project-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -66px;
}
.project-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: -2px;
}

/* Counter Area Style
============================================*/
.counter-area {
  background-image: url(../../assets/images/digital-marketing/counter-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 205px;
}
.counter-area .col-lg-3:last-child .single-counter::before {
  display: none;
}

.single-counter {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.single-counter::before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 100%;
  height: 100%;
  border-right: 2px dotted #D7D4D4;
  z-index: -1;
}
.single-counter .icon {
  width: 134px;
  height: 134px;
  line-height: 134px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
}
.single-counter h2 {
  font-size: 48px;
  color: var(--main-color);
  margin-bottom: 5px;
}
.single-counter span {
  font-weight: 500;
  font-size: 20px;
  color: #09114A;
}

/* Benefits Area Style
============================================*/
.benefits-wrap {
  background-color: var(--white-color);
  border-radius: 10px;
  margin-top: -175px;
  padding: 100px 60px;
  padding-bottom: 0;
}

.benefits-content .top-title {
  background: rgba(254, 108, 61, 0.1);
  border-radius: 3px;
  color: var(--main-color);
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  padding: 3px 15px;
}
.benefits-content h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  position: relative;
}
.benefits-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.benefits-content ul li {
  background: #F9F9F9;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 15px;
}
.benefits-content ul li:last-child {
  margin-bottom: 0;
}
.benefits-content ul li .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--white-color);
  box-shadow: 0px 0px 30px rgba(254, 108, 61, 0.06);
  border-radius: 3px;
}
.benefits-content ul li h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.benefits-content .default-btn {
  margin-top: 50px;
}

/* Testimonials Area Style
============================================*/
.testimonials-area .section-title {
  margin-bottom: 25px;
}

.single-testimonials {
  background: var(--white-color);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin: 10px;
  max-width: 605px;
}
.single-testimonials .quat-icon {
  position: absolute;
  top: 105px;
  right: 130px;
  margin: auto;
}
.single-testimonials .avatar {
  border-radius: 5px;
  border-radius: 50px;
  width: 82px;
  height: 82px;
}
.single-testimonials ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  top: 80px;
  right: 30px;
}
.single-testimonials ul li {
  display: inline-block;
}
.single-testimonials ul li i {
  color: #FFB321;
  font-size: 20px;
}
.single-testimonials h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.single-testimonials p {
  margin-top: 22px;
  color: var(--heading-color);
  font-size: 18px;
}

.testimonials-slide.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  margin: 0 !important;
}
.testimonials-slide.owl-theme .owl-dots .owl-dot {
  display: grid;
}
.testimonials-slide.owl-theme .owl-dots .owl-dot span {
  background-color: #E3E3E3;
  width: 9px;
  height: 25px;
  border-radius: 50px;
  transition: var(--transition);
}
.testimonials-slide.owl-theme .owl-dots .owl-dot.active span {
  height: 70px;
  background-color: var(--main-color);
}
.testimonials-slide.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

/* Team Area Style
============================================*/
.team-area {
  position: relative;
  z-index: 1;
}
.team-area .team-shape {
  position: absolute;
  top: 125px;
  right: 150px;
  z-index: -1;
}

.single-team {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(254, 108, 61, 0.08);
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.single-team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, #F2871C 23.65%, #FE5CBC 117.78%);
  z-index: -1;
  border-radius: 10px;
  transition: var(--transition);
}
.single-team img {
  padding-top: 0;
  margin-top: -25px;
  border-radius: 10px;
}
.single-team .team-content {
  margin-top: 30px;
}
.single-team .team-content h3 {
  font-size: 24px;
  margin-bottom: 0;
  transition: var(--transition);
}
.single-team .team-content span {
  transition: var(--transition);
}
.single-team:hover {
  background-color: var(--main-color);
}
.single-team:hover::before {
  top: auto;
  height: 100%;
}
.single-team:hover h3 {
  color: var(--white-color);
}
.single-team:hover span {
  color: var(--white-color);
}

.team-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.team-slide.owl-theme .owl-nav .owl-prev, .team-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(64, 137, 206, 0.07);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}
.team-slide.owl-theme .owl-nav .owl-prev img, .team-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  top: -1px;
  left: -1px;
  transition: var(--transition);
}
.team-slide.owl-theme .owl-nav .owl-prev:hover, .team-slide.owl-theme .owl-nav .owl-next:hover {
  background: var(--main-color);
}
.team-slide.owl-theme .owl-nav .owl-prev:hover img, .team-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.team-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -80px;
}
.team-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: -2px;
}
.team-slide.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/* Pricing Area Style
============================================*/
.single-pricing {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 50px 60px;
  margin-bottom: 20px;
}
.single-pricing:last-child {
  margin-bottom: 0;
}
.single-pricing h3 {
  font-weight: 600;
  font-size: 24px;
}
.single-pricing h2 {
  font-size: 40px;
  color: var(--main-color);
  line-height: 60px;
}
.single-pricing h2 sub {
  font-weight: 400;
  font-size: 15px;
  color: var(--body-color);
  top: -3px;
}
.single-pricing ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-pricing .fetchers-list-wrap {
  max-width: 336px;
  margin: auto;
  position: relative;
}
.single-pricing .fetchers-list-wrap::before, .single-pricing .fetchers-list-wrap::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: -110px;
  border-left: 1px solid rgba(225, 225, 225, 0.83);
}
.single-pricing .fetchers-list-wrap::after {
  left: auto;
  right: -110px;
  border-left: none;
  border-right: 1px solid rgba(225, 225, 225, 0.83);
}
.single-pricing .fetchers-list-wrap li {
  margin-bottom: 8px;
}
.single-pricing .fetchers-list-wrap li:last-child {
  margin-bottom: 0;
}
.single-pricing .fetchers-list-wrap li span {
  color: #C0C3DE;
}
.single-pricing .default-btn {
  background-image: unset;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.single-pricing .default-btn:hover {
  color: var(--white-color);
  border-color: #f9f9f9;
}
.single-pricing .default-btn:hover::before {
  background: linear-gradient(180deg, #F18A10 0%, #FF59C7 100%);
}
.single-pricing .default-btn {
  background-image: unset;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.single-pricing .default-btn.active {
  color: var(--white-color);
  border-color: #f9f9f9;
}
.single-pricing .default-btn.active::before {
  background: linear-gradient(180deg, #F18A10 0%, #FF59C7 100%);
}

/* Features Area Style
============================================*/
.features-area {
  background-image: url(../images/digital-marketing/features-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.features-content .top-title {
  background: rgba(254, 108, 61, 0.1);
  border-radius: 3px;
  color: var(--main-color);
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  padding: 3px 15px;
}
.features-content h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 25px;
  position: relative;
}
.features-content .nav-tabs {
  display: block !important;
  border: none;
  border: 1px solid rgba(2, 205, 230, 0.49);
  border-radius: 4px;
  padding: 3px;
  margin-bottom: 25px;
}
.features-content .nav-tabs .nav-item {
  width: 49.6%;
  flex: 0 0 49.6%;
  display: inline-block;
  border: none;
}
.features-content .nav-tabs .nav-item .nav-link {
  width: 100%;
  display: block;
  border: none;
  font-weight: 700;
  font-size: 18px;
  color: #09114A;
  padding: 13px 30px;
}
.features-content .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(180deg, #01CFE5 0%, #258FFE 100%);
  border-radius: 5px;
  color: var(--white-color);
}
.features-content .tab-content .bold {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 21px;
  color: var(--heading-color);
}

/* Blog Area Style
============================================*/
.single-blog {
  position: relative;
  margin-bottom: 30px;
}
.single-blog .blog-img {
  position: relative;
  margin-bottom: 25px;
}
.single-blog .blog-img img {
  border-radius: 10px;
}
.single-blog .blog-img .date {
  position: absolute;
  top: 25px;
  right: 25px;
  background: linear-gradient(180deg, #F2871B 0%, #FE5EB7 100%);
  border-radius: 5px;
  max-width: 80px;
  font-weight: 600;
  text-align: center;
  color: var(--white-color);
  padding: 11px;
}
.single-blog .blog-content .user {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
.single-blog .blog-content .user li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.single-blog .blog-content .user li::before {
  content: "";
  position: absolute;
  top: 13px;
  right: -5px;
  width: 5px;
  height: 2px;
  background-color: var(--body-color);
}
.single-blog .blog-content .user li:last-child::before {
  display: none;
}
.single-blog .blog-content .user li a {
  color: var(--body-color);
  text-decoration: none;
}
.single-blog .blog-content .user li a:hover {
  color: var(--main-color);
}
.single-blog .blog-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.single-blog .blog-content h3 a {
  color: var(--heading-color);
  text-decoration: none;
}
.single-blog:hover .blog-content h3 a {
  color: var(--main-color);
}

/* Performing Area Style
============================================*/
.performing-area {
  position: relative;
  z-index: 1;
}
.performing-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #f9f9f9;
  z-index: -1;
}

.performing-content-wrap {
  background-image: url(../../assets/images/digital-marketing/performing-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 70px;
  border-radius: 10px;
}

.performing-content h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 0;
  color: var(--white-color);
}

/* footer Area Style
============================================*/
.single-footer {
  margin-bottom: 30px;
}
.single-footer .footer-logo {
  margin-bottom: 30px;
}
.single-footer h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.single-footer .newsletter-form {
  position: relative;
  margin-bottom: 23px;
}
.single-footer .newsletter-form .form-control {
  border: 1px solid rgba(254, 108, 61, 0.36);
  border-radius: 5px;
  height: 48px;
  color: var(--heading-color) !important;
}
.single-footer .newsletter-form .form-control::-moz-placeholder {
  color: var(--body-color);
  font-size: 14px;
}
.single-footer .newsletter-form .form-control::placeholder {
  color: var(--body-color);
  font-size: 14px;
}
.single-footer .newsletter-form .default-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  border: none;
  padding: 15px 9px;
  font-weight: 500;
  font-size: 16px;
}
.single-footer .newsletter-form .validation-danger {
  color: #ff0000;
  margin-top: 5px;
  font-size: 13px;
}
.single-footer h3 {
  font-size: 24px;
  margin-bottom: 26px;
}
.single-footer .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-footer .social-link li {
  display: inline-block;
  margin-right: 10px;
}
.single-footer .social-link li:last-child {
  margin-right: 0;
}
.single-footer .social-link li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: rgba(254, 108, 61, 0.1);
  color: var(--main-color);
  border-radius: 50px;
  text-decoration: unset;
  font-size: 18px;
}
.single-footer .social-link li a:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.single-footer .import-link {
  padding-left: 0;
  list-style: none;
}
.single-footer .import-link li {
  margin-bottom: 15px;
}
.single-footer .import-link li:last-child {
  margin-bottom: 0;
}
.single-footer .import-link li a {
  text-decoration: unset;
}
.single-footer .import-link li a:hover {
  color: var(--main-color);
}
.single-footer .info-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-footer .info-link li {
  margin-bottom: 30px;
}
.single-footer .info-link li a {
  text-decoration: unset;
}
.single-footer .info-link li a:hover {
  color: var(--main-color);
}
.single-footer .info-link li:last-child {
  margin-bottom: 0;
}
.single-footer .info-link li .icon {
  background: #FAE9E4;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 50px;
}
.single-footer .info-link li .icon .f-call-icon {
  position: relative;
  top: -1px;
}
.single-footer .info-link li .icon .f-mail-icon {
  position: relative;
  top: -3px;
}
.single-footer .info-link li .icon .f-location-icon {
  position: relative;
  left: 1px;
}
.single-footer .info-link li h4 {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--body-font-family);
  margin-bottom: 4px;
}
.single-footer .info-link li .info {
  margin-left: 8px;
}
.single-footer.ml-30 {
  margin-left: 30px;
}
.single-footer.mr-100 {
  margin-right: 100px;
}

.copy-right-content {
  border-top: 1px solid rgba(118, 102, 102, 0.12);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copy-right-content p {
  color: #767676;
}
.copy-right-content p span {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
}
.copy-right-content p a {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
  text-decoration: unset;
}

/* Demos Area Style
============================================*/
.all-demos-area .modal {
  --bs-modal-width: 1320px;
  text-align: center;
  background-color: var(--heading-color);
}
.all-demos-area .modal .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.all-demos-area .modal-header h1 {
  font-size: 35px;
}
.all-demos-area .single-demos {
  margin-bottom: 50px;
  text-decoration: none;
}
.all-demos-area .single-demos img {
  border-radius: 10px 10px 0 0;
  box-shadow: var(--box-shadow);
}
.all-demos-area .single-demos h3 {
  font-size: 25px;
  padding: 30px;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 0 0 10px 10px;
  transition: var(--transition);
}
.all-demos-area .single-demos:hover h3 {
  background-color: var(--main-color);
  color: var(--white-color);
}
.all-demos-area .modal-body {
  padding: 30px;
  padding-bottom: 0;
}
.all-demos-area .btn-close {
  background-image: url(../../assets/images/others/close.png);
  opacity: 1;
}

.demo-btn {
  position: fixed;
  top: calc(50% - 55px);
  left: 0;
  border-radius: 0 5px 5px 0;
  padding: 10px 15px;
  border: none;
}
.demo-btn span {
  writing-mode: vertical-rl;
}
.demo-btn::before {
  border-radius: 0 5px 5px 0;
}

/* Responsive Area Style
============================================*/
/* Max width 767px */
@media only screen and (max-width: 767px) {
  :root {
    --font-size: 15px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  body {
    font-size: var(--font-size);
  }
  .default-btn {
    padding: 18px 20px;
    font-size: 15px;
  }
  .read-more {
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .top-title {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .shape {
    display: none;
  }
  /* Navbar Content */
  .navbar .container-fluid {
    max-width: 540px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }
  .navbar .nav-item .nav-link {
    font-size: 16px;
    text-align: center;
  }
  .navbar .others-option {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar .others-option ul li:last-child {
    display: none;
  }
  .navbar .others-option .option-item {
    top: 18px;
    right: 50px;
  }
  .navbar .others-option .option-item .search-overlay.search-popup {
    right: -63px;
  }
  .demo-btn {
    padding: 18px 10px;
  }
  /* Banner Area */
  .banner-area {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .banner-area .container-fluid {
    max-width: 540px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .banner-content {
    margin-bottom: 30px;
  }
  .banner-content span {
    font-size: 14px;
  }
  .banner-content h1 {
    line-height: normal;
    font-size: 30px;
  }
  .banner-content p {
    margin-bottom: 25px;
  }
  .banner-content.ptb-155 {
    padding: 0;
  }
  .banner-img {
    margin-right: 0;
    text-align: center;
  }
  /* Services Area */
  .single-services {
    padding: 20px;
  }
  .single-services h3 {
    font-size: 20px;
  }
  /* About Area */
  .about-img {
    margin-bottom: 30px;
  }
  .about-content {
    margin-left: 0;
  }
  .about-content .top-title {
    font-size: 14px;
  }
  .about-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
  /* Project Area */
  .single-project {
    height: auto;
  }
  .single-project .project-content h3 {
    font-size: 20px;
  }
  .single-project.bg-1 {
    height: 400px;
  }
  .single-project.bg-2 {
    height: 400px;
  }
  .project-slide.owl-theme .owl-nav {
    margin-bottom: 30px !important;
  }
  .project-slide.owl-theme .owl-nav .owl-prev, .project-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Counter Area */
  .single-counter {
    margin-bottom: 30px;
  }
  .single-counter::before {
    display: none;
  }
  .single-counter .icon {
    width: 100px;
    height: 100px;
    line-height: 95px;
    margin-bottom: 10px;
  }
  .single-counter .icon img {
    max-width: 50px;
  }
  .single-counter h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
  /* Benefits Area */
  .benefits-area {
    border-bottom: 1px solid #f1f1f1;
  }
  .benefits-wrap {
    padding: 20px;
  }
  .benefits-content {
    margin-bottom: 30px;
  }
  .benefits-content .top-title {
    font-size: 14px;
  }
  .benefits-content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .benefits-content .mb-sm-30 {
    margin-bottom: 15px;
  }
  .benefits-content .default-btn {
    margin-top: 30px;
  }
  /* Testimonials Area */
  .testimonials-img {
    margin-bottom: 30px;
    text-align: center;
  }
  .single-testimonials {
    padding: 20px;
    max-width: 100%;
  }
  .single-testimonials h3 {
    font-size: 18px;
  }
  .single-testimonials .quat-icon {
    display: none !important;
  }
  .single-testimonials ul {
    position: unset;
    margin-bottom: 10px;
  }
  .testimonials-slide.owl-theme .owl-dots {
    position: unset;
    margin-top: 30px !important;
    line-height: 1;
  }
  .testimonials-slide.owl-theme .owl-dots .owl-dot {
    display: unset !important;
  }
  .testimonials-slide.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 9px;
    margin: 0 5px;
  }
  .testimonials-slide.owl-theme .owl-dots .owl-dot.active span {
    width: 15px !important;
    height: 9px;
  }
  /* Team Area */
  .single-team .team-content {
    margin-top: 20px;
  }
  .single-team .team-content h3 {
    font-size: 20px;
  }
  .team-slide.owl-theme .owl-nav {
    margin-bottom: 30px !important;
  }
  .team-slide.owl-theme .owl-nav .owl-prev, .team-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Pricing Area */
  .single-pricing {
    padding: 20px;
  }
  .single-pricing h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .single-pricing h2 {
    font-size: 35px;
  }
  .single-pricing .default-btn {
    margin-top: 25px;
  }
  .single-pricing .fetchers-list-wrap {
    max-width: 100%;
  }
  .single-pricing .fetchers-list-wrap::before {
    display: none;
  }
  .single-pricing .fetchers-list-wrap::after {
    display: none;
  }
  /* Features Area */
  .features-content .top-title {
    font-size: 14px;
  }
  .features-content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .features-content .nav-tabs {
    display: flex !important;
  }
  .features-content .nav-tabs .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 12px;
  }
  /* Blog Area */
  .single-blog .blog-img .date {
    font-size: 12px;
  }
  .single-blog .blog-content h3 {
    font-size: 20px;
  }
  /* Performing Area */
  .performing-content-wrap {
    padding: 20px;
  }
  .performing-content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  /* Footer Area */
  .single-footer.mr-100 {
    margin-right: 0;
  }
  .single-footer.ml-30 {
    margin-left: 0;
  }
  .single-footer h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  /* All Demos Content */
  .all-demos-area .modal-header h1 {
    font-size: 25px;
    text-align: left;
  }
  .all-demos-area .single-demos h3 {
    padding: 20px;
    font-size: 20px;
  }
  .all-demos-area .modal-body {
    padding: 20px;
  }
  .all-demos-area .modal .btn-close {
    background-color: #000;
    top: 33px;
    right: 15px;
    z-index: 99;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root {
    --font-size: 15px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  body {
    font-size: var(--font-size);
  }
  .default-btn {
    padding: 18px 20px;
    font-size: 15px;
  }
  .read-more {
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .top-title {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .shape {
    display: none;
  }
  /* Navbar Content */
  .navbar .navbar-brand {
    margin-right: 5px;
  }
  .navbar .container-fluid {
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar .navbar-nav {
    margin-bottom: 0 !important;
  }
  .navbar .nav-item .nav-link {
    padding: 15px 11px !important;
    font-size: 16px !important;
  }
  .navbar .others-option {
    margin-left: 10px !important;
  }
  .navbar .others-option ul li {
    margin-right: 0;
  }
  .navbar .others-option ul li .default-btn {
    padding: 12px 8px;
    font-size: 13px;
  }
  .navbar .others-option ul li:last-child {
    display: none;
  }
  .navbar .others-option .option-item {
    top: 0;
  }
  .demo-btn {
    padding: 18px 10px;
  }
  /* Banner Area */
  .banner-area {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .banner-area .container-fluid {
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .banner-content {
    margin-bottom: 30px;
  }
  .banner-content span {
    font-size: 14px;
  }
  .banner-content h1 {
    line-height: normal;
    font-size: 35px;
  }
  .banner-content p {
    margin-bottom: 25px;
  }
  .banner-content.ptb-155 {
    padding: 0;
  }
  .banner-img {
    margin-right: 0;
    text-align: center;
  }
  /* Services Area */
  .single-services {
    padding: 20px;
  }
  .single-services h3 {
    font-size: 20px;
  }
  /* About Area */
  .about-img {
    margin-bottom: 30px;
  }
  .about-content {
    margin-left: 0;
  }
  .about-content .top-title {
    font-size: 14px;
  }
  .about-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  /* Project Area */
  .single-project {
    height: auto;
  }
  .single-project .project-content h3 {
    font-size: 20px;
  }
  .single-project.bg-1 {
    height: 400px;
  }
  .single-project.bg-2 {
    height: 400px;
  }
  .single-project img {
    width: 100% !important;
  }
  .project-slide.owl-theme .owl-nav {
    margin-bottom: 30px !important;
  }
  .project-slide.owl-theme .owl-nav .owl-prev, .project-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Counter Area */
  .single-counter {
    margin-bottom: 30px;
  }
  .single-counter::before {
    display: none;
  }
  .single-counter .icon {
    width: 100px;
    height: 100px;
    line-height: 95px;
    margin-bottom: 10px;
  }
  .single-counter .icon img {
    max-width: 50px;
  }
  .single-counter h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
  /* Benefits Area */
  .benefits-area {
    border-bottom: 1px solid #f1f1f1;
  }
  .benefits-wrap {
    padding: 20px;
  }
  .benefits-content {
    margin-bottom: 30px;
  }
  .benefits-content .top-title {
    font-size: 14px;
  }
  .benefits-content h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .benefits-content .mb-sm-30 {
    margin-bottom: 15px;
  }
  .benefits-content .default-btn {
    margin-top: 30px;
  }
  /* Testimonials Area */
  .testimonials-img {
    margin-bottom: 30px;
    text-align: center;
  }
  .single-testimonials {
    padding: 20px;
    max-width: 100%;
  }
  .single-testimonials h3 {
    font-size: 18px;
  }
  .single-testimonials .quat-icon {
    display: none !important;
  }
  .single-testimonials ul {
    position: unset;
    margin-bottom: 10px;
  }
  .testimonials-slide.owl-theme .owl-dots {
    position: unset;
    margin-top: 30px !important;
    line-height: 1;
  }
  .testimonials-slide.owl-theme .owl-dots .owl-dot {
    display: unset !important;
  }
  .testimonials-slide.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 9px;
    margin: 0 5px;
  }
  .testimonials-slide.owl-theme .owl-dots .owl-dot.active span {
    width: 15px !important;
    height: 9px;
  }
  /* Team Area */
  .single-team .team-content {
    margin-top: 20px;
  }
  .single-team .team-content h3 {
    font-size: 20px;
  }
  .team-slide.owl-theme .owl-nav {
    margin-bottom: 30px !important;
  }
  .team-slide.owl-theme .owl-nav .owl-prev, .team-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Pricing Area */
  .single-pricing {
    padding: 20px;
  }
  .single-pricing h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .single-pricing h2 {
    font-size: 35px;
  }
  .single-pricing .default-btn {
    margin-top: 25px;
  }
  .single-pricing .fetchers-list-wrap {
    max-width: 130px;
  }
  .single-pricing .fetchers-list-wrap::before {
    display: none;
  }
  .single-pricing .fetchers-list-wrap::after {
    display: none;
  }
  /* Features Area */
  .features-content .top-title {
    font-size: 14px;
  }
  .features-content h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .features-content .nav-tabs {
    display: flex !important;
  }
  .features-content .nav-tabs .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 12px;
  }
  /* Blog Area */
  .single-blog .blog-img .date {
    font-size: 12px;
  }
  .single-blog .blog-content h3 {
    font-size: 20px;
  }
  /* Performing Area */
  .performing-content-wrap {
    padding: 20px;
  }
  .performing-content h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  /* Footer Area */
  .single-footer.mr-100 {
    margin-right: 0;
  }
  .single-footer.ml-30 {
    margin-left: 0;
  }
  .single-footer h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  /* All Demos Content */
  .all-demos-area .modal-header h1 {
    font-size: 30px;
    text-align: left;
  }
  .all-demos-area .single-demos h3 {
    padding: 20px;
    font-size: 20px;
  }
  .all-demos-area .modal-body {
    padding: 20px;
  }
  .all-demos-area .modal .btn-close {
    background-color: #000;
    top: 33px;
    right: 15px;
    z-index: 99;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Navbar Area */
  .navbar .nav-item .nav-link {
    font-size: 16px;
    padding: 34px 15px;
  }
  .navbar .others-option .default-btn {
    font-size: 15px;
    padding: 21px 19px;
  }
  /* Banner Area */
  .banner-content h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .banner-content.ptb-155 {
    padding-top: 55px;
    padding-bottom: 0;
  }
  /* About Area */
  .about-content {
    margin-left: 0;
  }
  /* Project Area */
  .single-project {
    height: 325px;
  }
  /* Benefits Area */
  .benefits-wrap {
    padding: 100px 50px;
  }
  /* Team Area */
  .single-team {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .single-team .team-content {
    margin-top: 15px;
  }
  .single-team .team-content h3 {
    font-size: 20px;
  }
  .team-slide.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .team-slide.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  /* Project Area */
  .project-slide.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .project-slide.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  /* Pricing Area */
  .single-pricing {
    padding: 50px;
  }
  .single-pricing h3 {
    font-size: 22px;
  }
  .single-pricing h2 {
    font-size: 35px;
  }
  .single-pricing .fetchers-list-wrap::before {
    display: none;
  }
  .single-pricing .fetchers-list-wrap::after {
    display: none;
  }
  /* Features Area */
  .features-content .nav-tabs {
    display: flex !important;
  }
  .features-content .nav-tabs .nav-item .nav-link {
    padding: 13px 15px;
  }
  /* Testimonials Area */
  .testimonials-slide.owl-theme .owl-dots {
    right: -16px;
  }
  .single-blog .blog-content h3 {
    font-size: 20px;
  }
  .single-footer h3 {
    font-size: 22px;
  }
  .single-footer.ml-30 {
    margin-left: 0;
  }
  .single-footer.mr-100 {
    margin-right: 0;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Banner Area */
  .banner-content h1 {
    font-size: 65px;
    line-height: 85px;
  }
  /* Team Area */
  .team-slide.owl-theme .owl-nav .owl-prev {
    left: -25px;
  }
  .team-slide.owl-theme .owl-nav .owl-next {
    right: -25px;
  }
  /* Project Area */
  .project-slide.owl-theme .owl-nav .owl-prev {
    left: -25px;
  }
  .project-slide.owl-theme .owl-nav .owl-next {
    right: -25px;
  }
  .single-project {
    height: 388px;
  }
  /* Footer Area */
  .single-footer.mr-100 {
    margin-right: 50px;
  }
}
/* Min width 1400px to Max width 1550px */
@media only screen and (min-width: 1400px) and (max-width: 1550px) {
  /* Team Area */
  .team-slide.owl-theme .owl-nav .owl-prev {
    left: -25px;
  }
  .team-slide.owl-theme .owl-nav .owl-next {
    right: -25px;
  }
  /* Project Area */
  .project-slide.owl-theme .owl-nav .owl-prev {
    left: -25px;
  }
  .project-slide.owl-theme .owl-nav .owl-next {
    right: -25px;
  }
}
/* Only Mobil Menu Max width 991px */
@media only screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background-color: var(--white-color);
  }
  .navbar::before {
    display: none;
  }
  .navbar .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar .nav-item .nav-link {
    padding: 15px 0;
  }
  .navbar .others-option {
    margin-left: 0;
  }
  .navbar .others-option .default-btn {
    width: auto;
    display: inline-block;
  }
  .navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
  }
  .navbar-toggler.menu-icon {
    width: 40px;
    padding: 4px 0;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    border: none;
  }
  .navbar-toggler.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background-color: var(--main-color);
    margin: 6px 0;
    transition: 0.5s;
  }
  .navbar-toggler.menu-icon.active span {
    position: absolute;
    width: calc(100% - 16px);
    top: calc(50% - 8px);
  }
  .navbar-toggler.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .navbar-toggler.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.menu-icon.active span:nth-child(2) {
    transform: rotate(-45deg);
    display: none;
  }
}/*# sourceMappingURL=digital-marketing.css.map */