/*
@File: Torado/Business Expo 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=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
  --body-font-family: "Josefin Sans", sans-serif;
  --body-color: #45476F;
  --main-color: #F3525A;
  --optional-color: #04A6E5;
  --heading-color: #191C51;
  --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(--optional-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-eaf5fd {
  background-color: #eaf5fd;
}

.bg-color-f2f9ff {
  background-color: #f2f9ff;
}

.bg-color-191c51 {
  background-color: #191c51;
}

/*
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: var(--main-color);
  border-radius: var(--border-radius);
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  color: var(--white-color);
  padding: 21px 32px;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
.default-btn:hover {
  color: var(--white-color);
  background-color: var(--optional-color);
}
.default-btn.active {
  background-color: var(--optional-color);
  color: var(--white-color);
}
.default-btn.active:hover {
  background-color: var(--optional-color);
}

/* Read More btn Area Style
============================================*/
.read-more {
  font-weight: 600;
  font-size: 18px;
  line-height: 10px;
  color: var(--optional-color);
}
.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 {
  color: var(--optional-color);
  display: inline-block;
  margin-bottom: 12px;
  font-size: 18px;
}
.section-title h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 15px;
  position: relative;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}
.section-title.w-565 {
  max-width: 565px;
}
.section-title.w-500 {
  max-width: 500px;
}
.section-title.w-510 {
  max-width: 510px;
}
.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;
}
.section-title.white-title {
  text-align: left;
}
.section-title.white-title h2 {
  color: var(--white-color);
}

/* navbar Area Style
============================================*/
.top-header-area {
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-header-area .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}

.header-left-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  line-height: 1;
}
.header-left-content li {
  border-right: 1px solid rgba(255, 255, 255, 0.29);
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
}
.header-left-content li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.header-left-content li img {
  margin-right: 10px;
  position: relative;
}
.header-left-content li a {
  color: var(--body-color);
  text-decoration: unset;
}
.header-left-content li a:hover {
  color: var(--optional-color);
}
.header-left-content li span {
  color: var(--body-color);
}

.header-right-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
  line-height: 1;
}
.header-right-content li {
  display: inline-block;
  margin-right: 14px;
}
.header-right-content li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.header-right-content li a {
  text-decoration: none;
}
.header-right-content li a i {
  font-size: 16px;
  color: #191C51;
  transition: var(--transition);
}
.header-right-content li a:hover i {
  color: var(--optional-color);
}

/* navbar Area Style
============================================*/
.navbar {
  z-index: 2;
  padding: 0;
}
.navbar .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.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;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  z-index: 999;
}
.navbar.is-sticky::before {
  display: none;
}
.navbar .nav-item .nav-link {
  font-size: 18px;
  line-height: 10px;
  padding: 0 22px;
  padding: 45px 22px;
  font-weight: 500;
  color: #45476F;
}
.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: 30px;
  padding-right: 30px;
  border-right: 1px solid #CDC8C8;
}
.navbar .others-option ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.navbar .others-option ul li a {
  text-decoration: unset;
}
.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);
}
.navbar .others-option .support .icon {
  background-color: var(--optional-color);
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 3px;
}
.navbar .others-option .support span {
  display: block;
  transition: var(--transition);
}
.navbar .others-option .support .contact {
  color: var(--body-color);
}
.navbar .others-option .support .number {
  font-weight: 600;
  font-size: 18px;
  color: #191C51;
}
.navbar .others-option .support:hover .number {
  color: var(--optional-color);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.navbar-bg-wrap {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background-color: var(--white-color);
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 10px;
}

/* Banner Area Style
============================================*/
.banner-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-area .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.banner-area .shape {
  position: absolute;
  z-index: -1;
}
.banner-area .shape.shape-1 {
  bottom: 0;
  left: 0;
}

.banner-img-content {
  padding-top: 143px;
  position: relative;
  z-index: 1;
}
.banner-img-content .research-list {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(4, 166, 229, 0.06);
  border-radius: 31px;
  padding: 25px;
  width: 290px;
  margin-right: 20px;
  text-align: center;
}
.banner-img-content .research-list .research-logo {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: rgba(200, 233, 249, 0.41);
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
}
.banner-img-content .research-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.banner-img-content .research-list ul li {
  border-bottom: 1px solid #F1EDED;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.banner-img-content .research-list ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.banner-img {
  position: relative;
}
.banner-img .reviews-on {
  background: linear-gradient(180deg, #FFD0D3 0%, #FFDFE1 0.01%, #DEEAFF 92.19%);
  border-radius: 80px;
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding: 21px 20px;
}
.banner-img .reviews-on .total-review {
  margin-bottom: 8px;
}
.banner-img .reviews-on .total-review span {
  font-weight: 600;
  font-size: 18px;
  color: #191C51;
}
.banner-img .reviews-on .total-review .start-icon {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  top: -3px;
}
.banner-img .reviews-on .total-review .start-icon li {
  display: inline-block;
}
.banner-img .reviews-on .total-client .icon {
  display: inline-block;
  position: relative;
  top: 5px;
}
.banner-img .reviews-on .total-client span {
  font-weight: 700;
  font-size: 20px;
  margin-left: 15px;
  margin-right: 15px;
  color: #191C51;
}
.banner-img .reviews-on .total-client .client-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
}
.banner-img .reviews-on .total-client .client-list li {
  display: inline-block;
  margin-left: -20px;
}
.banner-img .reviews-on .total-client .client-list li img {
  border-radius: 50px;
  border: 3px solid #F6E2E9;
}

.banner-content {
  position: relative;
  z-index: 1;
  padding-top: 313px;
  padding-bottom: 170px;
  margin-left: 40px;
}
.banner-content .top-title {
  -webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0 0);
  background: rgba(4, 166, 229, 0.15);
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: var(--optional-color);
  margin-bottom: 11px;
  padding: 5px 30px;
  margin-bottom: 20px;
}
.banner-content h1 {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 23px;
  letter-spacing: -0.02em;
}
.banner-content p {
  margin-bottom: 27px;
  max-width: 780px;
  line-height: 26px;
}
.banner-content .banner-btn .default-btn {
  margin-right: 30px;
}
.banner-content .banner-btn span {
  font-size: 20px;
  margin-left: 15px;
  color: #191C51;
}
.banner-content .shape {
  position: absolute;
  z-index: -1;
}
.banner-content .shape.shape-1 {
  top: 200px;
  left: -185px;
}
.banner-content .shape.shape-2 {
  top: 155px;
  right: 300px;
}
.banner-content .shape.shape-3 {
  bottom: 138px;
  right: 230px;
}

.video-btn {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 0;
  color: var(--main-color);
  position: relative;
  z-index: 1;
  background-color: var(--optional-color);
  border-radius: 50%;
  transition: var(--transition);
}
.video-btn .icon {
  position: absolute;
  top: 0;
  left: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.video-btn i {
  font-size: 42px;
  color: var(--white-color);
  position: absolute;
  top: 0;
  left: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  transition: var(--transition);
  animation: ripple 1.6s ease-out infinite;
  background-color: var(--optional-color);
}
.video-btn:hover {
  background-color: var(--main-color);
}
.video-btn:hover::before, .video-btn:hover::after {
  background-color: var(--main-color);
}

@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/* Banner Area Style
============================================*/
.services-area .section-title {
  margin-bottom: 28px;
}

.single-services {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 35px 25px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: var(--transition);
  margin: 12px;
  margin-bottom: 30px;
}
.single-services.bg-1 {
  background-image: url(../../assets/images/business-expo/services-card-bg.jpg);
}
.single-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 3, 70, 0);
  border-radius: 10px;
  z-index: -1;
  transition: var(--transition);
}
.single-services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  border-radius: 10px;
  z-index: -1;
  transition: var(--transition);
}
.single-services .icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  background: rgba(4, 166, 229, 0.09);
  text-align: center;
  border-radius: 50px;
  transition: var(--transition);
  position: relative;
}
.single-services .icon .hover-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  transition: var(--transition);
}
.single-services h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.single-services h3 a {
  color: var(--heading-color);
  text-decoration: unset;
}
.single-services p {
  margin-top: 15px;
  margin-bottom: 15px;
  transition: var(--transition);
}
.single-services:hover::before {
  background: rgba(0, 3, 70, 0.9);
}
.single-services:hover::after {
  opacity: 0;
}
.single-services:hover .icon {
  background-color: #0D0157;
}
.single-services:hover .icon .main-icon {
  opacity: 0;
}
.single-services:hover .icon .hover-icon {
  opacity: 1;
}
.single-services:hover h3 a {
  color: var(--white-color);
}
.single-services:hover p {
  color: #CCCDDB;
}
.single-services:hover .read-more {
  color: var(--main-color);
}

.services-slide.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  margin: auto;
}
.services-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.services-slide.owl-theme .owl-nav .owl-prev, .services-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%);
}
.services-slide.owl-theme .owl-nav .owl-prev img, .services-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  left: -1px;
  top: 0;
  transition: var(--transition);
}
.services-slide.owl-theme .owl-nav .owl-prev:hover, .services-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--optional-color);
}
.services-slide.owl-theme .owl-nav .owl-prev:hover img, .services-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.services-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -66px;
}
.services-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: -2px;
}
.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: #E2E2E2;
  border-radius: 20px;
  width: 20px;
  height: 8px;
  transition: var(--transition);
}
.services-slide.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F64C62;
}
.services-slide.owl-theme .owl-dots .owl-dot.active span {
  width: 40px;
  background-color: #F64C62;
}

/* About List Area Style
============================================*/
.about-content .top-title {
  color: var(--optional-color);
  display: inline-block;
  margin-bottom: 12px;
  font-size: 18px;
}
.about-content h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 15px;
  position: relative;
}
.about-content h2:last-child {
  margin-bottom: 0;
}
.about-content p {
  margin-bottom: 20px;
}
.about-content .about-list {
  padding-left: 0;
  margin-bottom: 35px;
  list-style: none;
}
.about-content .about-list li {
  margin-bottom: 15px;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-list li .icon {
  background-color: var(--white-color);
  width: 63px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.about-content .about-list li .icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 6px;
  height: 100%;
  background-color: #f2f9ff;
  border-radius: 0 10px 10px 0;
}
.about-content .about-list li h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  padding: 21px 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(4, 166, 229, 0.07);
  border-radius: 0 50px 50px 0;
}

.about-img {
  position: relative;
  z-index: 1;
}
.about-img .shape {
  position: absolute;
  z-index: -1;
}
.about-img .shape.shape-1 {
  top: 0;
  left: 156px;
}
.about-img .shape.shape-2 {
  bottom: -50px;
  left: 0;
}

/* Project Area Style
============================================*/
.project-list {
  transform: rotate(-90deg);
}
.project-list .nav-pills {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: block;
}
.project-list .nav-pills .nav-item {
  margin-bottom: 20px;
}
.project-list .nav-pills .nav-item:last-child {
  margin-bottom: 0;
}
.project-list .nav-pills .nav-item .nav-link {
  padding: 12px;
  border-radius: 5px;
  font-size: 20px;
  background-color: #F1F1F1;
  transition: var(--transition);
  color: var(--heading-color);
  font-weight: 700;
}
.project-list .nav-pills .nav-item .nav-link .count {
  width: 47px;
  height: 47px;
  line-height: 47px;
  display: inline-block;
  background: rgba(39, 130, 249, 0.15);
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: var(--optional-color);
  font-weight: 600;
  font-size: 20px;
}
.project-list .nav-pills .nav-item .nav-link.active {
  background-color: var(--main-color);
  color: var(--white-color);
}
.project-list .nav-pills .nav-item .nav-link.active .count {
  background-color: var(--white-color);
  color: var(--optional-color);
}

.single-project .project-img {
  position: relative;
  overflow: hidden;
}
.single-project .project-img img {
  border-radius: 10px;
}
.single-project .project-img .project-content {
  background: #191C51;
  border-radius: 10px;
  padding: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: var(--transition);
  margin: 15px;
  max-width: 420px;
}
.single-project .project-img .project-content .icon {
  width: 68px;
  height: 68px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--main-color);
  border: 4px solid #191C51;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
.single-project .project-img .project-content .icon img {
  position: relative;
  top: -1px;
  right: -2px;
}
.single-project .project-img .project-content span {
  display: block;
  margin-bottom: 5px;
  color: var(--optional-color);
}
.single-project .project-img .project-content h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: var(--white-color);
}
.single-project:hover .project-img .project-content {
  bottom: 0;
}

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

.partner-item {
  cursor: pointer;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
.partner-item img {
  opacity: 0.5;
  transition: var(--transition);
}
.partner-item:hover img {
  opacity: 1;
}

/* Counter Area Style
============================================*/
.single-counter {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.single-counter .counter-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.single-counter .counter-content h1 {
  color: var(--main-color);
  font-size: 64px;
  margin-bottom: 0;
  line-height: 1;
}
.single-counter .counter-content span {
  color: var(--white-color);
}

/* Team Area Style
============================================*/
.team-area .section-title {
  margin-bottom: 28px;
}

.single-team {
  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  padding: 14px;
  margin: 12px;
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-team .team-img {
  position: relative;
  z-index: 1;
}
.single-team .team-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 100%;
  background-color: var(--main-color);
  opacity: 0;
  transition: var(--transition);
}
.single-team .team-img img {
  border-radius: 10px;
}
.single-team .team-img ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 1;
  transition: var(--transition);
  border-radius: 0 50px 50px 0;
}
.single-team .team-img ul li {
  margin-bottom: 10px;
}
.single-team .team-img ul li:last-child {
  margin-bottom: 0;
}
.single-team .team-img ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F2ECFD;
  display: inline-block;
  color: var(--optional-color);
  transition: var(--transition);
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
}
.single-team .team-img ul li a:hover {
  background-color: var(--optional-color);
  color: var(--white-color);
}
.single-team .team-info {
  padding: 20px;
  padding-top: 30px;
}
.single-team .team-info h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.single-team:hover {
  background-color: var(--main-color);
}
.single-team:hover .team-img ul {
  opacity: 1;
}
.single-team:hover .team-img::before {
  opacity: 1;
}
.single-team:hover .team-info h3 {
  color: var(--white-color);
}
.single-team:hover .team-info 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(4, 166, 229, 0.09);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
}
.team-slide.owl-theme .owl-nav .owl-prev img, .team-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  top: 0;
  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(--optional-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-stage {
  margin: auto;
}

/*
FAQ Area CSS
=====================================================*/
.choose-us-content {
  position: relative;
  z-index: 1;
  margin-left: 40px;
}
.choose-us-content .top-title {
  color: var(--optional-color);
  display: inline-block;
  margin-bottom: 12px;
  font-size: 18px;
}
.choose-us-content h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 15px;
  position: relative;
}
.choose-us-content h2:last-child {
  margin-bottom: 0;
}
.choose-us-content p {
  margin-bottom: 30px;
}
.choose-us-content .default-btn {
  margin-top: 37px;
}
.choose-us-content .choose-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.accordion-item {
  border: none;
  max-width: 860px;
  margin: auto;
  margin-bottom: 20px;
  background-color: transparent;
  padding-bottom: 0;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-header {
  padding: 0;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
.accordion-item .accordion-header .accordion-button {
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: transparent;
  position: relative;
  padding-left: 40px;
}
.accordion-item .accordion-header .accordion-button::after {
  background-image: url(../../assets/images/business-expo/plush-icon.svg);
  background-position: center center;
  background-color: var(--white-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0px 0px 30px rgba(4, 166, 229, 0.06);
  border-radius: 3px;
  background-size: auto;
  position: absolute;
  top: -5px;
  left: 0;
}
.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--heading-color);
  box-shadow: none;
  border-color: #ebf0f3;
  border: none;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/images/business-expo/minus-icon.svg);
  background-color: var(--main-color);
}
.accordion-item .accordion-body {
  border: none;
  border-top: none;
  background-color: transparent;
  padding: 0;
  padding-left: 40px;
}
.accordion-item .accordion-body p {
  color: #45476F;
  margin-bottom: 20px;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
  padding-bottom: 0;
}

/* Testimonials Area Style
============================================*/
.testimonials-area {
  position: relative;
}
.testimonials-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #F2F9FF;
}

.testimonials-wrap {
  background-image: url(../images/business-expo/testimonials-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 150px 40px;
}
.testimonials-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 28, 81, 0.76);
  border-radius: 10px;
  z-index: -1;
}

.single-testimonials {
  background: #090754;
  border-radius: 10px;
  padding: 55px 40px;
  position: relative;
}
.single-testimonials .quat-icon {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.single-testimonials .avatar {
  border-radius: 50px;
  max-width: 68px;
}
.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;
  color: var(--white-color);
}
.single-testimonials span {
  color: #D2D2D2;
}
.single-testimonials p {
  margin-top: 22px;
  color: #D2D2D2;
}

.testimonials-slide.owl-carousel .owl-item img {
  width: auto;
}

.testimonials-video {
  max-width: 250px;
  margin: auto;
}
.testimonials-video span {
  font-weight: 700;
  font-size: 24px;
  color: var(--white-color);
  margin-left: 20px;
}
.testimonials-video .video-btn {
  background-color: var(--main-color);
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.testimonials-video .video-btn::before, .testimonials-video .video-btn::after {
  background-color: var(--main-color);
}

/* Pricing Area Style
============================================*/
.single-pricing {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(39, 130, 249, 0.06);
  border-radius: 10px;
  padding: 25px 30px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-pricing .pricing-header {
  background: rgba(158, 158, 158, 0.07);
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 80px;
}
.single-pricing .pricing-header h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}
.single-pricing .pricing {
  background: #EDF9FD;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin: auto;
  margin-top: -65px;
  border: 8px solid var(--white-color);
}
.single-pricing .pricing h1 {
  margin-bottom: 0;
  padding-top: 25px;
  line-height: 1;
  font-weight: 600;
  font-size: 40px;
  color: var(--main-color);
}
.single-pricing ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
  margin-top: 10px;
}
.single-pricing ul li {
  font-weight: 500;
  color: #45476F;
  margin-bottom: 15px;
}
.single-pricing ul li:last-child {
  margin-bottom: 0;
}
.single-pricing ul li img {
  position: relative;
  top: -2px;
}
.single-pricing .default-btn {
  padding: 21px 44px;
  background: rgba(4, 166, 229, 0.09);
  color: var(--optional-color);
  font-weight: 700;
  font-size: 18px;
}
.single-pricing .default-btn:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.single-pricing.active .pricing-header {
  background: #F64C62;
}
.single-pricing.active .pricing-header h3 {
  color: var(--white-color);
}
.single-pricing.active .pricing-header span {
  color: var(--white-color);
}
.single-pricing.active .pricing {
  background-color: var(--main-color);
}
.single-pricing.active .pricing h1 {
  color: var(--white-color);
}
.single-pricing.active .pricing span {
  color: var(--white-color);
}
.single-pricing.active .default-btn {
  background-color: var(--main-color);
  color: var(--white-color);
}
.single-pricing:hover {
  transform: translateY(-5px);
}

/* Process Area Style
============================================*/
.process-area {
  background: #191C51;
  position: relative;
}
.process-area .shape {
  position: absolute;
}
.process-area .shape.shape-1 {
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
.process-area .shape.shape-2 {
  top: 123px;
  right: 180px;
  margin: auto;
}

.single-process {
  margin-bottom: 30px;
}
.single-process .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 50px;
  position: relative;
  top: 8px;
  transition: var(--transition);
}
.single-process .icon::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 106px;
  height: 106px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  transition: var(--transition);
}
.single-process h3 {
  color: var(--white-color);
}
.single-process p {
  color: #D2D2D2;
}
.single-process:hover .icon {
  background-color: var(--main-color);
}
.single-process:hover .icon img {
  filter: brightness(100);
}
.single-process:hover .icon::before {
  border-color: var(--white-color);
}

/* Blog Area Style
============================================*/
.single-blog {
  position: relative;
  margin-bottom: 30px;
}
.single-blog .blog-img {
  position: relative;
}
.single-blog .blog-img img {
  border-radius: 10px;
}
.single-blog .blog-img .date {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--optional-color);
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
  color: var(--white-color);
  padding: 11px;
}
.single-blog .blog-content {
  padding-top: 25px;
}
.single-blog .blog-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  margin-bottom: 0;
}
.single-blog .blog-content h3 a {
  color: var(--heading-color);
  text-decoration: none;
}
.single-blog:hover .blog-content h3 a {
  color: var(--main-color);
}

.blog-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  top: -110px;
  right: -5px;
}
.blog-slide.owl-theme .owl-nav .owl-prev, .blog-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(4, 166, 229, 0.1);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0 5px;
}
.blog-slide.owl-theme .owl-nav .owl-prev img, .blog-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  left: 0px;
  transition: var(--transition);
  top: -0.5px;
}
.blog-slide.owl-theme .owl-nav .owl-prev:hover, .blog-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--optional-color);
}
.blog-slide.owl-theme .owl-nav .owl-prev:hover img, .blog-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.blog-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -66px;
}
.blog-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: 3px;
  top: -0.5px;
}

/* footer Area Style
============================================*/
.footer-area {
  background-color: #EFF8FF;
}

.single-footer {
  margin-bottom: 30px;
}
.single-footer .footer-logo {
  margin-bottom: 15px;
}
.single-footer p {
  margin-bottom: 25px;
}
.single-footer h3 {
  font-size: 24px;
  margin-bottom: 26px;
  color: var(--heading-color);
}
.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: var(--white-color);
  color: var(--optional-color);
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
}
.single-footer .social-link li a:hover {
  background-color: var(--optional-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: none;
  position: relative;
}
.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: 20px;
}
.single-footer .info-link li a {
  text-decoration: none;
}
.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: var(--white-color);
  box-shadow: 0px 0px 30px rgba(4, 166, 229, 0.07);
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 50px;
  transition: var(--transition);
}
.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;
  color: var(--heading-color);
  margin-bottom: 4px;
}
.single-footer .info-link li .info {
  margin-left: 8px;
}
.single-footer .info-link li:hover .icon {
  background: rgba(255, 255, 255, 0.06);
}
.single-footer.ml-30 {
  margin-left: 30px;
}
.single-footer.mr-100 {
  margin-right: 100px;
}

.copy-right-content {
  border-top: 1px solid rgba(119, 119, 119, 0.15);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copy-right-content p {
  color: #45476F;
}
.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: none;
}

/* 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;
    margin-bottom: 10px;
  }
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .shape {
    display: none;
  }
  .header-left-content {
    text-align: center;
  }
  .header-left-content li {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .header-right-content {
    text-align: center;
  }
  /* 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 {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  .navbar .others-option ul li:last-child {
    display: none;
  }
  .navbar .others-option .option-item {
    top: 18px;
    right: 65px;
  }
  .navbar .others-option .option-item .search-overlay.search-popup {
    right: -63px;
  }
  .demo-btn {
    padding: 18px 10px;
  }
  /* Banner Area */
  .banner-area {
    padding-top: 230px;
    padding-bottom: 0;
  }
  .banner-area .container-fluid {
    max-width: 540px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .banner-content {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-left: 0;
  }
  .banner-content .top-title {
    padding: 6px 15px;
    font-size: 14px;
  }
  .banner-content h1 {
    line-height: normal;
    font-size: 30px;
  }
  .banner-content .banner-btn .default-btn {
    margin-right: 10px;
    padding: 18px 15px;
  }
  .banner-content .banner-btn .default-btn span {
    font-size: 16px;
  }
  .banner-img {
    text-align: center;
    width: 100%;
  }
  .banner-img .reviews-on {
    border-radius: 10px;
  }
  .banner-img .reviews-on .total-client .client-list li {
    margin-left: -33px;
  }
  .banner-main-img {
    width: 100%;
  }
  .banner-img-content {
    padding-top: 0;
    text-align: center;
  }
  .banner-img-content .research-list {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  /* Services Area */
  .services-area .section-title {
    margin-bottom: 10px;
  }
  .single-services {
    padding: 20px;
  }
  .single-services h3 {
    font-size: 18px;
  }
  /* About Content */
  .about-content {
    margin-bottom: 30px;
  }
  .about-content .top-title {
    font-size: 14px;
  }
  .about-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
  /* Project Content */
  .single-project .project-img .project-content {
    padding: 20px;
    padding-right: 60px;
    margin: 25px;
  }
  .single-project .project-img .project-content h3 {
    font-size: 18px;
  }
  .project-list {
    transform: unset;
    margin-top: 30px;
  }
  .project-list .nav-pills .nav-item .nav-link {
    font-size: 16px;
  }
  /* Counter Content */
  .single-counter {
    background: #1f225e;
  }
  .single-counter .counter-content h1 {
    font-size: 50px;
  }
  /* Team Content */
  .team-area .section-title {
    margin-bottom: 12px;
  }
  .single-team .team-info {
    padding: 10px;
    padding-top: 20px;
  }
  .single-team .team-info h3 {
    font-size: 20px;
  }
  .single-team .team-img ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .team-slide.owl-theme .owl-nav {
    margin-top: 10px !important;
  }
  .team-slide.owl-theme .owl-nav .owl-next, .team-slide.owl-theme .owl-nav .owl-prev {
    position: unset;
  }
  /* Choose Us Content */
  .choose-us-content {
    margin-left: 0;
    margin-top: 30px;
  }
  .choose-us-content .top-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .choose-us-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .services-slide.owl-theme .owl-dots {
    margin-top: 0 !important;
  }
  .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
  }
  /* Testimonials Content */
  .testimonials-wrap {
    padding: 20px;
  }
  .single-testimonials {
    padding: 20px;
  }
  .single-testimonials h3 {
    font-size: 17px;
  }
  .testimonials-video {
    margin: auto;
    margin-top: 30px;
    text-align: center;
    max-width: 165px;
  }
  .testimonials-video .video-btn {
    width: 50px;
    height: 50px;
  }
  .testimonials-video span {
    font-size: 18px;
  }
  /* Pricing Content */
  .single-pricing {
    padding: 20px;
  }
  /* Process Content */
  .single-process .icon {
    margin-bottom: 30px;
    position: relative;
    left: 8px;
  }
  .single-process .d-flex {
    display: block !important;
  }
  .single-process .ms-4 {
    margin-left: 0 !important;
  }
  /* Blog Content */
  .single-blog .blog-img .date {
    font-size: 13px;
  }
  .single-blog .blog-content h3 {
    font-size: 20px;
  }
  .blog-slide.owl-theme .owl-nav {
    position: unset;
    margin-bottom: 30px !important;
  }
  /* Footer Content */
  .single-footer.mr-100 {
    margin-right: 0;
  }
  .single-footer.ml-30 {
    margin-left: 0;
  }
  .single-footer p {
    margin-bottom: 20px;
  }
  .single-footer h3 {
    font-size: 22px;
  }
  /* 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;
    margin-bottom: 10px;
  }
  .section-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .shape {
    display: none;
  }
  .header-left-content {
    text-align: center;
  }
  .header-left-content li {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .header-right-content {
    text-align: center;
  }
  /* 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: 230px;
    padding-bottom: 0;
  }
  .banner-area .container-fluid {
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .banner-content {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-left: 0;
  }
  .banner-content .top-title {
    padding: 6px 15px;
    font-size: 14px;
  }
  .banner-content h1 {
    line-height: normal;
    font-size: 35px;
  }
  .banner-content .banner-btn .default-btn {
    margin-right: 10px;
    padding: 18px 15px;
  }
  .banner-content .banner-btn .default-btn span {
    font-size: 16px;
  }
  .banner-img {
    text-align: center;
  }
  .banner-img .reviews-on .total-client .client-list li {
    margin-left: -33px;
  }
  .banner-img .banner-main-img {
    width: 100%;
  }
  .banner-img-content {
    padding-top: 0;
    text-align: center;
  }
  .banner-img-content .research-list {
    margin-right: 0;
    margin-bottom: 30px;
    width: 210px;
  }
  /* Services Area */
  .services-area .section-title {
    margin-bottom: 10px;
  }
  .single-services {
    padding: 20px;
  }
  .single-services h3 {
    font-size: 18px;
  }
  /* About Area */
  .about-content {
    margin-bottom: 30px;
  }
  .about-content .top-title {
    font-size: 14px;
  }
  .about-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  /* project Area */
  .single-project .project-img .project-content {
    padding: 20px;
    padding-right: 60px;
    margin: 25px;
  }
  .single-project .project-img .project-content h3 {
    font-size: 18px;
  }
  .project-list {
    transform: unset;
    margin-top: 30px;
  }
  .project-list .nav-pills .nav-item .nav-link {
    font-size: 16px;
  }
  /* counter Area */
  .single-counter .counter-content h1 {
    font-size: 50px;
  }
  /* team Area */
  .team-area .section-title {
    margin-bottom: 12px;
  }
  .single-team .team-info {
    padding: 10px;
    padding-top: 20px;
  }
  .single-team .team-info h3 {
    font-size: 20px;
  }
  .team-slide.owl-theme .owl-nav {
    margin-top: 10px !important;
  }
  .team-slide.owl-theme .owl-nav .owl-next, .team-slide.owl-theme .owl-nav .owl-prev {
    position: unset;
  }
  /* choose Area */
  .choose-us-content {
    margin-left: 0;
    margin-top: 30px;
  }
  .choose-us-content .top-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .choose-us-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .services-slide.owl-theme .owl-dots {
    margin-top: 0 !important;
  }
  /* Accordion Area */
  .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
  }
  /* Testimonials Area */
  .testimonials-wrap {
    padding: 20px;
  }
  .single-testimonials {
    padding: 20px;
  }
  .single-testimonials h3 {
    font-size: 17px;
  }
  .testimonials-video {
    margin: auto;
    margin-top: 30px;
    text-align: center;
    max-width: 165px;
  }
  .testimonials-video .video-btn {
    width: 50px;
    height: 50px;
  }
  .testimonials-video span {
    font-size: 18px;
  }
  /* Pricing Area */
  .single-pricing {
    padding: 20px;
  }
  /* Process Area */
  .single-process .icon {
    margin-bottom: 30px;
    position: relative;
    left: 8px;
  }
  .single-process .d-flex {
    display: block !important;
  }
  .single-process .ms-4 {
    margin-left: 0 !important;
  }
  /* Blog Area */
  .single-blog .blog-img .date {
    font-size: 13px;
  }
  .single-blog .blog-content h3 {
    font-size: 20px;
  }
  .blog-slide.owl-theme .owl-nav {
    position: unset;
    margin-bottom: 30px !important;
  }
  /* Footer Area */
  .single-footer.mr-100 {
    margin-right: 0;
  }
  .single-footer.ml-30 {
    margin-left: 0;
  }
  .single-footer p {
    margin-bottom: 20px;
  }
  .single-footer h3 {
    font-size: 22px;
  }
  /* 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 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;
  }
  .navbar .others-option ul li {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  .navbar .others-option ul li:last-child {
    display: none;
  }
  .navbar .others-option .option-item {
    top: 0;
  }
  /* Banner Area */
  .banner-content {
    margin-left: 0;
  }
  .banner-content h1 {
    font-size: 55px;
    line-height: 65px;
  }
  .banner-img-content .research-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  /* Project Area */
  .project-list .nav-pills .nav-item .nav-link {
    padding: 5px;
  }
  /* Choose Area */
  .choose-us-content {
    margin-left: 0;
  }
  .choose-us-content h2 {
    font-size: 38px;
  }
  /* Testimonials Area */
  .single-testimonials {
    padding: 30px;
  }
  /* Team Area */
  .team-slide.owl-theme .owl-nav {
    margin-top: 30px !important;
  }
  .team-slide.owl-theme .owl-nav .owl-next, .team-slide.owl-theme .owl-nav .owl-prev {
    position: unset;
  }
  /* Pricing Area */
  .single-pricing {
    padding: 20px;
  }
  /* Process Area */
  .single-process .d-flex {
    display: block !important;
  }
  .single-process .icon {
    margin-bottom: 30px;
  }
  .single-process .ms-4 {
    margin-left: 0 !important;
  }
  /* Blog Area */
  .single-blog .blog-content h3 {
    font-size: 22px;
  }
  /* Footer Area */
  .single-footer.mr-100 {
    margin-right: 0;
  }
  .single-footer.ml-30 {
    margin-left: 0;
  }
  .single-footer h3 {
    font-size: 20px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Navbar Area */
  .navbar .others-option .default-btn {
    font-size: 15px;
    padding: 21px 19px;
  }
  .navbar .others-option ul li {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  .navbar .others-option ul li:last-child {
    display: none;
  }
  .navbar .others-option .option-item {
    top: 0;
  }
  .banner-content {
    margin-left: 0;
  }
  .banner-content h1 {
    font-size: 70px;
    list-style: 80px;
  }
  .banner-img-content {
    text-align: center;
  }
  .banner-img-content .research-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  /* Team Area */
  .team-slide.owl-theme .owl-nav .owl-next {
    right: -35px;
  }
  .team-slide.owl-theme .owl-nav .owl-prev {
    left: -35px;
  }
}
/* Min width 1400px to Max width 1550px */
@media only screen and (min-width: 1400px) and (max-width: 1550px) {
  /* banner Area */
  .banner-img-content .research-list {
    width: 180px;
    padding: 15px;
  }
  .banner-content h1 {
    font-size: 70px;
  }
  /* Team Area */
  .team-slide.owl-theme .owl-nav .owl-next {
    right: -35px;
  }
  .team-slide.owl-theme .owl-nav .owl-prev {
    left: -35px;
  }
}
/* Min width 1440px to Max width 1500px */
@media only screen and (min-width: 1440px) and (max-width: 1500px) {
  .team-slide.owl-theme .owl-nav .owl-prev {
    margin: 0;
    left: -65px;
  }
  .team-slide.owl-theme .owl-nav .owl-next {
    margin: 0;
    right: -65px;
  }
}
/* 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);
    padding: 10px 0;
  }
  .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;
  }
  .navbar-bg-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}/*# sourceMappingURL=business-expo.css.map */