/*
@File: Solit 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 CSS
** - Section Title CSS
** - Navbar Area CSS
** - Banner Area CSS
** - Page Title Area CSS
** - About Area CSS
** - Services Area CSS
** - Testimonial Area CSS
** - Projects Area CSS
** - Clients Area CSS
** - Partner Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Team Area CSS
** - FAQ Area CSS
** - Projects Details CSS
** - Sign-In-Up CSS
** - Error Area CSS
** - Contact Area CSS
** - Services Details Area CSS
** - Works Area CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS
** - Preloader Area CSS
** - Animation Area CSS

*/
/*================================================
  Default CSS
=================================================*/
/* ----------------------------------------------------
	Import Google Fonts
------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;family=Roboto&amp;display=swap");
/*------------------------------------------
	General CSS(body, header, btn, form, link, img, section bg)
-------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #6a6377;
  background: #fff;
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #332f3b;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

h1 {
  font-weight: 700;
  font-size: 50px;
}

h2 {
  font-weight: 700;
  font-size: 35px;
}

h3 {
  font-weight: 600;
  font-size: 30px;
}

h4 {
  font-weight: 600;
  font-size: 25px;
}

h5 {
  font-weight: 600;
  font-size: 22px;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

.clearfix {
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.btn {
  position: relative;
  padding: 16px 40px;
  margin: 0;
  border-radius: 0;
  font: 600 14px "Poppins", sans-serif;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.btn i {
  font-size: 12px;
  padding: 0px 5px;
  margin: 0px;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-text-only {
  padding: 0;
  background: transparent;
}

.btn-text-only:hover {
  color: #6610f2;
}

.btn-solid {
  color: #fff;
  /* -webkit-box-shadow: 0 0 40px 40px #6610f2 inset; */
  background: linear-gradient(90deg, #0F4C75, #1B6CA8);
  /* box-shadow: 0 0 40px 40px #6610f2 inset; */
  border: 1px solid transparent;
}

.btn-solid:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline {
  background: transparent;
  border: 1px solid #6610f2;
  color: #6610f2;
}

.btn-outline:hover {
  background: #6610f2;
  color: #fff;
}

button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  border: 2px solid #cfcfcf;
  color: #86838d;
  padding: 1em 2em;
  height: 68px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="date"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="time"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="datetime-local"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="week"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="month"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="text"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="email"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="url"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="password"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="search"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="tel"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

input[type="number"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

textarea {
  height: auto !important;
}

textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #86838d;
  text-transform: capitalize;
}

textarea:focus {
  border: 2px solid #5a49f8;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

input:focus {
  border: 2px solid #5a49f8;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.form-group {
  margin-bottom: 20px;
}

.form-group.submit-btn {
  margin-bottom: 0;
}

.form-check label a {
  color: #6610f2;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.form-check label a:hover {
  color: #5a49f8;
}

a {
  color: #332f3b;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:active {
  color: #6610f2;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #6610f2;
  outline: none;
  text-decoration: none;
}

a:focus {
  color: #6610f2;
  outline: none;
  text-decoration: none;
}

p {
  font-family: "Roboto", sans-serif;
  color: #554d63;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.8;
}

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

.pt-0 {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #fff !important;
}

.bg-light {
  background-color: #eaeaea !important;
}

.bg-thin {
  background-color: #fcfcfc !important;
}

.bg-tertiary {
  background-color: #5a49f8 !important;
}

.bg-success {
  background-color: #20c997 !important;
}

.bg-danger {
  background: #ff2929 !important;
}

.bg-info {
  background: #62e1fb !important;
}

.bg-pink {
  background: #ff3681 !important;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 60%;
  margin: 0 auto 50px;
}

.section-title .subtitle {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #00a2f3;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1.2;
}

.section-title .subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 15px;
  height: 3px;
  border-radius: 30%;
  background: #00a2f3;
}

.section-title h2 {
  text-transform: capitalize;
  font-size: 40px;
  color: #332f3b;
  display: inline-block;
  margin: 0;
  line-height: 1.3;
}

.section-title p {
  margin-top: 15px;
  margin-bottom: 0;
}

.section-title.title-light .subtitle {
  color: #62e1fb;
}

.section-title.title-light .subtitle::before {
  background: #62e1fb;
}

.section-title.title-light h2 {
  color: #fff;
}

.section-title.title-light p {
  color: #eaeaea;
}

.social-link a {
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid inherit;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.social-link a:last-child {
  margin: 0;
}

.social-link a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

/*================================================
  Nav Area CSS
=================================================*/
.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.2);
}

.navbar-area .top-nav {
  position: relative;
  height: 60px;
  /* background: #210e41; */
  background: linear-gradient(135deg, #0F4C75, #1B6CA8);
  line-height: 60px;
}


.navbar-area .top-nav .top-left {
  position: relative;
}

.navbar-area .top-nav .info-list {
  padding: 0;
  margin: 0;
}

.navbar-area .top-nav .info-list li {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  color: #b5b5b5;
  margin-right: 18px;
}

.navbar-area .top-nav .info-list li a {
  color: #b5b5b5;
}

.navbar-area .top-nav .info-list li .envy {
  padding: 0 10px;
  margin: 0;
  color: #fff;
}

.navbar-area .top-nav .info-list li:last-child {
  margin-right: 0px;
}

.navbar-area .top-nav .top-right .social-link a {
  width: 22px;
  height: 22px;
  color: #000;
  margin-right: 16px;
  line-height: 22px;
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
}

.navbar-area .mobile-nav.mean-container .mean-nav ul li a.active {
  color: #6610f2;
}

.navbar-area .main-nav {
  position: relative;
  padding: 0;
  --tw-bg-opacity: 1;
    /* background-color: #fff; */
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.navbar-area .main-nav .navbar {
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-brand img:first-child {
  display: inline-block;
}

.navbar-area .main-nav .navbar .navbar-brand img:last-child {
  display: none;
}

.navbar-area .main-nav .navbar .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-area .main-nav .navbar .cta-btn {
  margin: 0 15px;
}

.navbar-area .main-nav .navbar .cta-btn .btn {
  padding: 10px 30px;
  border-radius: 5px;
}

.navbar-area .main-nav .navbar .search-item {
  margin: 0 15px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item {
  padding: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  /* color: #fff; */
  padding: 28px 0;


     
      --tw-text-opacity: 1;
    color: rgba(33, 32, 32, var(--tw-text-opacity, 1));
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #000 !important;

	
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover::before {
  width: 100%;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 3px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    --tw-text-opacity: 1;
    color: rgba(33, 32, 32, var(--tw-text-opacity, 1));
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
  width: 100%;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-top: 4px;
  border-radius: 5px;
  display: block;
  width: 250px;
  padding: 10px 0;
  margin-left: 15px;
  border: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item {
  position: relative;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  left: 100%;
  margin-left: 0;
  margin-top: 15px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  color: #332f3b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #6610f2;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #6610f2;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active::before {
  opacity: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu .dropdown-toggle::after {
  content: "\e900";
  position: absolute;
  right: 16px;
  font-family: "Envy-Icon";
  font-size: 10px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu .dropdown-toggle:hover::after {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu a {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 9px 15px;
  margin: 0;
  display: block;
}

.navbar-area .main-nav nav .navbar-nav .dropdown-menu .nav-item a:hover::before {
  width: 0;
}

.navbar-area .main-nav nav .navbar-nav .dropdown-menu .nav-item a:focus::before {
  width: 0;
}

.navbar-area .main-nav nav .dropdown-toggle::after {
  border: none;
  content: "\e90e";
  font-family: "Envy-Icon";
  font-size: 10px;
  margin-left: 5px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.search-item {
  position: relative;
}

.search-item .search-btn .open-btn {
  cursor: pointer;
  color: #fff;
  vertical-align: middle;
}

.search-item .search-btn .close-btn {
  cursor: pointer;
  color: #fff;
  vertical-align: middle;
  display: none;
}

.search-item .search-btn .open-btn.active {
  display: block;
}

.search-item .search-btn .close-btn.active {
  display: block;
}

.search-item .search-overlay {
  display: none;
}

.search-item .search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: calc(100% - 16px);
  margin-top: 32px;
  background: #fff;
  padding: 16px 10px;
  -webkit-box-shadow: 0 10px 15px rgba(51, 47, 59, 0.1);
          box-shadow: 0 10px 15px rgba(51, 47, 59, 0.1);
}

.search-item .search-popup .search-form {
  position: relative;
}

.search-item .search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #111111;
  outline: 0;
  padding-top: 4px;
  padding-left: 10px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.search-item .search-popup .search-form .search-input:focus {
  border-color: #6610f2;
}

.search-item .search-popup .search-form .btn.btn-solid {
  position: absolute;
  right: 10px;
  top: 50%;
  padding: 8px 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.search-item .search-popup .search-form .btn.btn-solid:hover {
  color: #6610f2;
  background: #fff;
  border-color: #6610f2;
}

.navbar-area.stickyadd {
  background: #fff;
  -webkit-animation: slideInDown 500ms ease-in-out 0s normal none 1 running;
  animation: slideInDown 500ms ease-in-out 0s normal none 1 running;
  -webkit-box-shadow: 0 10px 15px rgba(51, 47, 59, 0.1);
  box-shadow: 0 10px 15px rgba(51, 47, 59, 0.1);
}

.navbar-area.stickyadd .top-nav {
  opacity: 0;
  display: none;
}

.navbar-area.stickyadd .main-nav {
  top: 0;
}

.navbar-area.stickyadd .main-nav .navbar .navbar-brand img:first-child {
  display: none;
}

.navbar-area.stickyadd .main-nav .navbar .navbar-brand img:last-child {
  display: inline-block;
}

.navbar-area.stickyadd .main-nav .navbar .nav-item a {
  padding: 22px 0;
}

.navbar-area.stickyadd .main-nav .navbar .nav-item a::before {
  background: #6610f2;
}

.navbar-area.stickyadd .main-nav .navbar .nav-item a.active {
  color: #332f3b;
}

.navbar-area.stickyadd .main-nav .navbar .nav-item a.active::before {
  width: 100%;
}

.navbar-area.stickyadd .main-nav .navbar .nav-item:hover a {
  color: #332f3b;
}

.navbar-area.stickyadd .main-nav .navbar li .nav-link {
  color: #332f3b;
}

.navbar-area.stickyadd .main-nav .navbar .dropdown-menu li a {
  padding: 9px 15px;
}

.navbar-area.stickyadd .main-nav .btn.btn-solid:hover {
  color: #6610f2;
  background: #fff;
  border-color: #6610f2;
}

.navbar-area.stickyadd .open-btn {
  color: #332f3b;
}

.navbar-area.stickyadd .close-btn {
  color: #332f3b;
}

.navbar-area.nav-style-two.stickyadd {
  background: #fff;
}

.navbar-area.nav-style-two.stickyadd .cta-btn .btn-outline {
  border: 1px solid #6610f2;
  color: #6610f2;
}

.navbar-area.nav-style-two.stickyadd .cta-btn .btn-outline:hover {
  color: #fff;
  background: #6610f2;
}

.navbar-area.nav-style-two {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: rgba(0, 0, 0, 0.1);
}

.navbar-area.nav-style-two .cta-btn .btn-outline {
  border: 1px solid #fff;
  color: #fff;
}

.navbar-area.nav-style-two .cta-btn .btn-outline:hover {
  color: #6610f2;
  background: #fff;
}

/*================================================
  Banner Area CSS
=================================================*/
.home-banner-area {
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-banner-area .banner-content {
  z-index: 3;
}

.home-banner-area .banner-content h1 {
  color: #fff;
  font-size: 3.5em;
  line-height: 1.3em;
  margin-bottom: 0;
}

.home-banner-area .banner-content p {
  padding: 25px 0 30px;
  color: #fff;
  opacity: 0.9;
  font-size: 20px;
}

.home-banner-area .banner-content .banner-img {
  position: relative;
}

.home-banner-area .banner-content .banner-img .banner-img-left {
  position: absolute;
  bottom: 2%;
  left: -11%;
}

.home-banner-area .banner-content .banner-img .banner-img-right {
  position: absolute;
  bottom: 2%;
  right: -11%;
  z-index: -1;
}

.home-banner-area.banner-type-one {
  padding-top: 280px;
  padding-bottom: 200px;
  background: url("../img/banner/corpobanner-3.jpg") no-repeat center;
}

.home-banner-area.banner-type-one::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 18%);
}

.home-banner-area.banner-type-one::after {
  /* position: absolute; */
  right: -30%;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/resource/abstract_shape_1.png) no-repeat center;
}

.home-banner-area.banner-type-one .banner-content {
  width: 70%;
}

.home-banner-area.banner-type-one .owl-dots {
  left: 50%;
  -webkit-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
  position: absolute;
  right: 0;
}

.home-banner-area.banner-type-one .owl-dots .owl-dot {
  background: #fff;
}

.home-banner-area.banner-type-one .owl-item.active h1 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home-banner-area.banner-type-one .owl-item.active p {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.home-banner-area.banner-type-one .owl-item.active .cta-btn {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.home-banner-area.banner-type-two {
  height: auto;
  padding: 150px 0;
  background: #a8aaf1;
  background: linear-gradient(150deg, #a8aaf1 0%, #2c31ff 20%, #2c31ff 100%);
}

.home-banner-area.banner-type-two::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/background/banner_2_bg.png") no-repeat;
  background-size: cover;
  background-position-x: 100%;
  z-index: -1;
}

.home-banner-area.banner-type-two .cta-btn .btn-solid {
  background: #fff;
  color: #6610f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-banner-area.banner-type-two .cta-btn .btn-solid:hover {
  background: transparent;
  color: #fff;
}

.home-banner-area.banner-type-three {
  height: 100%;
  padding-top: 230px;
}

.home-banner-area.banner-type-three::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/banner_3_bg.png) no-repeat;
  background-position: center -300px;
  background-size: cover;
  z-index: -1;
}

.home-banner-area.banner-type-three .banner-content {
  width: 800px;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home-banner-area.banner-type-three .banner-content .cta-btn .btn-solid {
  margin: 0 10px;
}

.home-banner-area.banner-type-three .banner-content .cta-btn .btn-solid:first-child {
  background: #20c997;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-banner-area.banner-type-three .banner-content .cta-btn .btn-solid:last-child {
  background: #fff;
  color: #6610f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-banner-area.banner-type-three .banner-content .cta-btn .btn-solid:hover {
  background: transparent;
  color: #fff;
}

.home-banner-area.banner-type-three .banner-content .banner-img {
  margin-top: 35px;
}

.home-banner-area.banner-type-three .home-slider .owl-dots {
  line-height: 0;
  margin-top: 30px;
}

.home-banner-area.banner-type-three .home-slider .owl-dots .owl-dot {
  background: #6610f2;
}

.home-banner-area.banner-type-three .owl-item.active h1 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home-banner-area.banner-type-three .owl-item.active p {
  margin: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home-banner-area.banner-type-three .owl-item.active .cta-btn {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home-banner-area.banner-type-three .owl-item.active .banner-img {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*================================================
  Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 120px;
  padding-top: 210px;
}

.page-title-area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/background/page_title_bg.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-title-area .shape span {
  position: absolute;
  width: 400px;
  height: 400px;
  opacity: 0.03;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}

.page-title-area .shape .shape1 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
}

.page-title-area .shape .shape2 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-15%, -15%);
  transform: translate(-15%, -15%);
}

.page-title-area .shape .shape3 {
  width: 500px;
  height: 500px;
  top: 0;
  right: 0;
  -webkit-transform: translate(17%, -17%);
  transform: translate(17%, -17%);
}

.page-title-area .shape .shape4 {
  width: 200px;
  height: 200px;
  top: 20%;
  right: 4%;
}

.page-title-area .page-title-content {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-title-area .page-title-content h1 {
  margin-bottom: 0;
  color: #fff;
}

.page-title-area .page-title-content ul {
  padding: 0;
  margin-top: 20px;
}

.page-title-area .page-title-content ul li {
  position: relative;
  margin: 5px;
  padding-left: 16px;
  display: inline-block;
}

.page-title-area .page-title-content ul li:first-child {
  padding-left: 0;
}

.page-title-area .page-title-content ul li:first-child::before {
  display: none;
}

.page-title-area .page-title-content ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.page-title-area .page-title-content ul li a {
  color: #fff;
}

/*================================================
  Promo Area CSS
=================================================*/
.promo-section {
  position: relative;
  margin-top: -30px;
  z-index: 4;
}

.single-feature {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 0.7em;
  margin-bottom: 30px;
  padding: 35px 35px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.single-feature * {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.single-feature .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-clip-path: circle(0 at 100% 100%);
  clip-path: circle(0 at 100% 100%);
  z-index: -1;
}

.single-feature::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 50%;
  top: -35%;
  left: -35%;
}

.single-feature::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 50%;
  bottom: -35%;
  right: -35%;
}

.single-feature .single-feature-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.single-feature .single-feature-content .envy {
  font-family: Flaticon;
  font-size: 4em;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-feature .single-feature-content {
    /* IE10+ CSS styles go here */
  }
  .single-feature .single-feature-content .envy {
    color: #6610f2;
    background: transparent !important;
  }
}

.single-feature .single-feature-content h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: capitalize;
}

.single-feature:hover {
  cursor: pointer;
}

.single-feature:hover h3 {
  color: #fff;
}

.single-feature:hover::before {
  opacity: 0.2;
}

.single-feature:hover::after {
  opacity: 0.2;
}

.single-feature:hover .envy {
  margin-top: 5px;
  background: #fff !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-feature:hover {
    /* IE10+ CSS styles go here */
  }
  .single-feature:hover .envy {
    color: #ffffff;
    background: transparent !important;
  }
}

.single-feature:hover .hover-overlay {
  -webkit-clip-path: circle(100%);
  clip-path: circle(100%);
  opacity: 1;
}

[class^="col-"]:nth-child(1) .single-feature::before {
  background: #6f42c1;
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

[class^="col-"]:nth-child(1) .single-feature::after {
  background: #6f42c1;
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

[class^="col-"]:nth-child(1) .single-feature .envy {
  background: #6f42c1;
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

[class^="col-"]:nth-child(1) .single-feature:hover .hover-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

[class^="col-"]:nth-child(2) .single-feature::before {
  background: #00a2f3;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

[class^="col-"]:nth-child(2) .single-feature::after {
  background: #00a2f3;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

[class^="col-"]:nth-child(2) .single-feature .envy {
  background: #00a2f3;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

[class^="col-"]:nth-child(2) .single-feature:hover .hover-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

[class^="col-"]:nth-child(3) .single-feature::before {
  background: #2c31ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

[class^="col-"]:nth-child(3) .single-feature::after {
  background: #2c31ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

[class^="col-"]:nth-child(3) .single-feature .envy {
  background: #2c31ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

[class^="col-"]:nth-child(3) .single-feature:hover .hover-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

[class^="col-"]:nth-child(4) .single-feature::before {
  background: #20c997;
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

[class^="col-"]:nth-child(4) .single-feature::after {
  background: #20c997;
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

[class^="col-"]:nth-child(4) .single-feature .envy {
  background: #20c997;
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

[class^="col-"]:nth-child(4) .single-feature:hover .hover-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

/*================================================
  Top Feature Area CSS
=================================================*/
.top-feature-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.top-feature-section .section-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  margin-bottom: 16px;
}

.top-feature-section .cta-btn .btn-solid:hover {
  color: #6610f2;
  border: 1px solid #6610f2;
}

.top-feature-section .single-feature::before {
  background: rgba(255, 255, 255, 0.8) !important;
  opacity: 0.1;
}

.top-feature-section .single-feature::after {
  background: rgba(255, 255, 255, 0.8) !important;
  opacity: 0.1;
}

.top-feature-section .single-feature .single-feature-content .envy {
  background: #fff !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.top-feature-section .single-feature .single-feature-content h3 {
  color: #fff;
}

.top-feature-section .feature-text-blc {
  margin-bottom: 30px;
}

.top-feature-section [class^="col-"] [class^="col-"]:nth-child(1) .single-feature {
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

.top-feature-section [class^="col-"] [class^="col-"]:nth-child(2) .single-feature {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

.top-feature-section [class^="col-"] [class^="col-"]:nth-child(3) .single-feature {
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

.top-feature-section [class^="col-"] [class^="col-"]:nth-child(4) .single-feature {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

.top-feature-section .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.top-feature-section .shape .dot-1,
.top-feature-section .shape .dot-2,
.top-feature-section .shape .dot-3,
.top-feature-section .shape .dot-4,
.top-feature-section .shape .dot-5 {
  position: absolute;
  border-radius: 50%;
}

.top-feature-section .shape .dot-1 {
  width: 16px;
  height: 16px;
  left: 8%;
  top: 20%;
  background: #ff3681;
}

.top-feature-section .shape .dot-2 {
  width: 14px;
  height: 14px;
  left: 45%;
  top: 0;
  background: #62e1fb;
}

.top-feature-section .shape .dot-3 {
  width: 12px;
  height: 12px;
  right: 9%;
  top: 20%;
  background: #20c997;
}

.top-feature-section .shape .dot-4 {
  width: 10px;
  height: 10px;
  left: 24%;
  top: 44%;
  background: #5a49f8;
}

.top-feature-section .shape .dot-5 {
  width: 10px;
  height: 10px;
  left: 24%;
  top: 85%;
  background: #ffce00;
}

/*================================================
  About Area CSS
=================================================*/
.about-section .section-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin: 0;
  width: 100%;
}

.about-section .about-text-blc p {
  margin: 15px 0;
}

.about-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-section .about-feature-blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

.about-section .about-feature-blc .envy {
  font-size: 2.5em;
  font-weight: 500;
  margin-top: 7px;
}

.about-section .about-feature-blc .envy.blue {
  color: #6610f2;
}

.about-section .about-feature-blc .envy.red {
  color: #ff3681;
}

.about-section .about-feature-blc .about-feature-content {
  padding: 0 20px;
}

.about-section .about-img {
  position: relative;
}

.about-section .about-img .grid-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-section .about-img .grid-img .grid-img-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.about-section .about-img .grid-img .grid-img-inner:nth-child(1) {
  padding: 0 5px 5px 0;
}

.about-section .about-img .grid-img .grid-img-inner:nth-child(1) img {
  margin-left: auto;
  display: block;
}

.about-section .about-img .grid-img .grid-img-inner:nth-child(2) {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background: url("../img/resource/shape_1.png") no-repeat;
  padding: 0 0 5px 5px;
}

.about-section .about-img .grid-img .grid-img-inner:nth-child(2) img {
  max-width: 80%;
}

.about-section .about-img .grid-img .grid-img-inner:nth-child(3) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
  background: url(../img/resource/shape_5.png) no-repeat;
  background-position-y: bottom;
  padding: 5px 5px 0 0;
}

.about-section .about-img .grid-img .grid-img-inner:nth-child(3) img {
  margin-left: auto;
  display: block;
}

.about-section .about-img .grid-img .grid-img-inner:nth-child(4) {
  padding: 5px 0 0 5px;
}

.about-section .about-img .logo-overlay {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: auto;
  border: 10px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -4%);
  transform: translate(-50%, -4%);
}

.about-section .about-img .logo-overlay img {
  width: 80px;
  height: 80px;
}

.about-section .about-img .shape .shape-inner {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
}

.about-section .about-img .shape .shape-inner:first-child {
  left: 0;
  top: 60%;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-animation: rotatemetwo 5s linear infinite;
  animation: rotatemetwo 5s linear infinite;
}

.about-section .about-img .shape .shape-inner:nth-child(2) {
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.about-section .about-img .shape .shape-inner:last-child {
  right: 0;
  top: 20%;
  -webkit-animation: rotateme 5s linear infinite;
  animation: rotateme 5s linear infinite;
}

.about-section .cta-btn {
  margin-top: 15px;
}

.about-section .cta-btn .btn-solid:hover {
  border: 1px solid #6610f2;
  color: #6610f2;
}

/*================================================
  Feature Service Area CSS
=================================================*/
.featured-service-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-right: 60px;
}

.featured-service-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/Service_bg_shape.png) no-repeat;
  background-position: bottom;
  z-index: -1;
}

.featured-service-section .container {
  max-width: 100%;
}

.featured-service-section .section-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}

.featured-service-section .featured-service-image {
  background: url(../img/resource/13.Illustration.png) no-repeat;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.featured-service-section .featured-service-image img {
  display: none;
}

.featured-service-section .featured-service-content {
  max-width: 600px;
  padding-left: 20px;
}

.featured-service-section .content-inner {
  margin-bottom: 30px;
}

.featured-service-section .content-inner p {
  color: #6a6377;
}

.featured-service-section .content-inner > .envy {
  font-size: 3.2em;
  background: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block;
  margin-bottom: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .featured-service-section .content-inner {
    /* IE10+ CSS styles go here */
  }
  .featured-service-section .content-inner > .envy {
    color: #6610f2;
    background: transparent !important;
  }
}

.featured-service-section .content-inner h5 {
  margin-bottom: 10px;
}

.featured-service-section .content-inner:first-child > i.envy {
  background: #6f42c1;
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

.featured-service-section .content-inner:first-child a:hover {
  color: #6f42c1;
}

.featured-service-section .content-inner:nth-child(2) > i.envy {
  background: #00a2f3;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

.featured-service-section .content-inner:nth-child(2) a:hover {
  color: #00a2f3;
}

.featured-service-section .content-inner:nth-child(3) > i.envy {
  background: #20c997;
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

.featured-service-section .content-inner:nth-child(3) a:hover {
  color: #20c997;
}

.featured-service-section .content-inner:last-child > i.envy {
  background: #2c31ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

.featured-service-section .content-inner:last-child a:hover {
  color: #2c31ff;
}

.featured-service-section .btn {
  margin-top: 10px;
}

.featured-service-section .shape .shape-inner {
  position: absolute;
  width: auto;
  height: auto;
}

.featured-service-section .shape .shape-inner:first-child {
  left: 0;
  top: 0;
  width: 47%;
}

.featured-service-section .shape .shape-inner:nth-child(2) {
  left: 30px;
  top: -30px;
  width: 45%;
}

.tips-section {
  position: relative;
  overflow: hidden;
}

.tips-section .section-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin: 0 0 10px;
  width: 100%;
}

.tips-section .section-title p {
  margin-bottom: 15px;
}

.tips-section .tips-list {
  text-align: center;
}

.tips-section .tips-list ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
}

.tips-section .tips-list ul li {
  position: relative;
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
  margin-bottom: 15px;
  color: #6a6377;
}

.tips-section .tips-list ul li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\e9b6";
  font-family: "Envy-Icon" !important;
  font-size: 12px;
  font-weight: normal;
  color: #20c997;
}

.tips-section .btn-solid {
  margin-top: 15px;
}

.tips-section .btn-solid:hover {
  color: #6610f2;
  border: 1px solid #6610f2;
}

.tips-section .tips-img img {
  max-width: 34vw;
}

/*================================================
  Faq Area CSS
=================================================*/
.faq-section {
  position: relative;
  overflow: hidden;
  background: url("../img/background/faq_bg.png") no-repeat;
  background-size: cover;
  background-position-x: 50%;
  z-index: 1;
}

.faq-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/resource/abstract_shape_1.png) no-repeat;
  z-index: -1;
  left: -10%;
  top: 10%;
}

.faq-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/resource/abstract_shape_1.png) no-repeat;
  z-index: -1;
  right: -10%;
  bottom: 0;
  background-position: 100% 100%;
}

.faq-section .panel-group .panel {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-section .panel-group .panel .panel-heading {
  padding: 0;
  background: #fcfcfc;
  position: relative;
}

.faq-section .panel-group .panel-title {
  margin: 0;
}

.faq-section .panel-group .panel-title a {
  display: block;
  padding: 22px;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  margin: 0;
}

.faq-section .panel-group .panel-title a:before {
  content: "\e90c";
  font-family: "Envy-Icon";
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-section .panel-group .panel-title a:hover {
  color: #332f3b;
}

.faq-section .panel-group .panel-title a.collapsed a:hover {
  color: #332f3b;
}

.faq-section .panel-group .panel-title a.collapsed:before {
  content: "\e90e";
}

.faq-section .panel-group .panel-body {
  padding: 1em 1.5em;
  border: 0;
  border-top: 1px solid #6a6377;
  background: #fcfcfc;
}

.faq-section .panel-group .panel-body p {
  margin: 0;
}

.faq-section .single-feature {
  padding: 4.2em 5em;
}

.faq-section .single-feature .single-feature-content .envy {
  position: absolute;
  opacity: 0.1;
  font-size: 8em;
  color: #fff;
  z-index: -1;
}

.faq-section .single-feature .single-feature-content h1 {
  margin: 0;
}

.faq-section .single-feature .single-feature-content h4 {
  color: #fff;
  text-transform: capitalize;
}

.faq-section .single-feature .single-feature-content .index {
  position: absolute;
}

.faq-section .single-feature .single-feature-content .index span {
  opacity: 0.4;
  font-weight: bold;
  font-size: 6em;
  font-family: "Showcard Gothic";
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(even) .single-feature {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(3) .single-feature::before {
  background: #6f42c1;
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(3) .single-feature::after {
  background: #6f42c1;
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(3) .single-feature .envy {
  background: #6f42c1;
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(3) .single-feature:hover .hover-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(4) .single-feature::before {
  background: #00a2f3;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(4) .single-feature::after {
  background: #00a2f3;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(4) .single-feature .envy {
  background: #00a2f3;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(4) .single-feature:hover .hover-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(1) .single-feature::before {
  background: #2c31ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(1) .single-feature::after {
  background: #2c31ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(1) .single-feature .envy {
  background: #2c31ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(1) .single-feature:hover .hover-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(2) .single-feature::before {
  background: #20c997;
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(2) .single-feature::after {
  background: #20c997;
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(2) .single-feature .envy {
  background: #20c997;
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

.faq-section [class^="col-"]:nth-child(2) [class^="col-"]:nth-child(2) .single-feature:hover .hover-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

/*================================================
  Gallery Area CSS
=================================================*/
.gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-section .gallery-item img {
  width: 100%;
}

.gallery-section .gallery-item .gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.gallery-section .gallery-item .gallery-content h3 {
  font-size: 22px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.gallery-section .gallery-item .gallery-content h3 a {
  color: #fff;
}

.gallery-section .gallery-item:hover .gallery-content {
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(90, 73, 248, 0.7)), to(rgba(107, 91, 249, 0.5)));
  background: linear-gradient(0deg, rgba(90, 73, 248, 0.7) 20%, rgba(107, 91, 249, 0.5) 100%);
}

.gallery-section .gallery-item:hover .gallery-content h3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.gallery-section .owl-dots .owl-dot {
  background: #5a49f8;
}

/*================================================
  Team Area CSS
=================================================*/
.team-section {
  position: relative;
  overflow: hidden;
}

.team-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: url(../img/resource/abstract_shape_2.png) no-repeat;
  z-index: -1;
  left: -50%;
  top: 10%;
}

.team-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: url(../img/resource/abstract_shape_2.png) no-repeat;
  z-index: -1;
  right: -50%;
  top: 10%;
  background-position: 100% 100%;
}

.team-section .team-item {
  margin-bottom: 30px;
  position: relative;
}

.team-section .team-item .team-image {
  overflow: hidden;
  margin: 16px 16px 0;
  padding-bottom: 55px;
  border-radius: 0.5em 0.5em 0 0;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.059);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.059);
}

.team-section .team-item .team-image img {
  width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.team-section .team-item .team-content {
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 1em;
  border-radius: 20px;
  background: #fff;
}

.team-section .team-item .team-content h5 {
  font-size: 18px;
}

.team-section .team-item .team-content .social-link {
  margin-top: 15px;
  margin-bottom: -50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.team-section .team-item:hover .team-image img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: rotateZ(5deg) scale(1.1);
  transform: rotateZ(5deg) scale(1.1);
}

.team-section .team-item:hover .team-content {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team-section .team-item:hover .team-content .social-link {
  margin-bottom: 0;
}

.team-section .team-slider .owl-dots .owl-dot {
  background: #5a49f8;
}

/*================================================
  Newsletter Area CSS
=================================================*/
.newsletter-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url(../img/background/newsletter_bg.png) no-repeat center;
  background-size: cover;
}

.newsletter-section::before {
  position: absolute;
  left: 20%;
  top: -25%;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/resource/plane_shape.png) no-repeat;
  background-size: 85%;
}

.newsletter-section::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.7;
  background: #1c1c1c;
  z-index: -1;
}

.newsletter-form {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.newsletter-form .validation-success,
.newsletter-form .validation-danger {
  padding: 12px 15px;
  background: #ffffff;
  border-radius: 3px;
  margin-top: 15px;
  font-size: 14px;
}

.newsletter-form .validation-success {
  margin-top: 15px;
}

.newsletter-form .validation-danger {
  color: red;
}

.newsletter-form .input-group {
  width: 70%;
  height: 68px;
  background: rgba(24, 20, 29, 0.75);
  border: 1px solid #ababab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsletter-form .form-control {
  border: none;
  font-size: 13px;
  background: transparent;
  color: #fff;
  padding: 0 20px;
  height: 68px;
}

.newsletter-form input:-moz-placeholder {
  font-size: 14px;
  color: #ababab;
  text-transform: capitalize;
}

.newsletter-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #a4a4a4;
  text-transform: capitalize;
}

.newsletter-form .cta-btn {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.newsletter-form .cta-btn .btn {
  height: 56px;
}

.newsletter-form .cta-btn .btn:focus {
  -webkit-box-shadow: 0 0 40px 40px #6610f2 inset;
          box-shadow: 0 0 40px 40px #6610f2 inset;
}

.newsletter-form .cta-btn .btn.disabled {
  opacity: 1;
}

.newsletter-form .validation-success,
.newsletter-form .validation-danger {
  padding: 12px 15px;
  background: #ffffff;
  border-radius: 3px;
  margin-top: 15px;
  font-size: 14px;
}

.newsletter-form .validation-success {
  margin-top: 15px;
}

.newsletter-form .validation-danger {
  color: red;
}

.newsletter-form .cta-btn:focus {
  -webkit-box-shadow: 0 0 40px 40px #6610f2 inset;
          box-shadow: 0 0 40px 40px #6610f2 inset;
}

.newsletter-form .btn.disabled {
  opacity: 1;
}

/*================================================
  Newsletter Style Two Area CSS
=================================================*/
.newsletter-section.style-two {
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#5f09ea), to(#823be8));
  background: linear-gradient(0deg, #5f09ea 0%, #823be8 100%);
}

.newsletter-section.style-two::before {
  position: absolute;
  left: 20%;
  top: -25%;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/resource/plane_shape.png) no-repeat;
}

.newsletter-section.style-two::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.1;
  background: url("../img/resource/Dotted_Shape.png");
  z-index: -1;
}

/*================================================
  Pricing Area CSS
=================================================*/
.pricing-section {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#5f09ea), to(#823be8));
  background: linear-gradient(0deg, #5f09ea 0%, #823be8 100%);
  z-index: 1;
}

.pricing-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/resource/abstract_shape_1.png) no-repeat;
  z-index: -1;
  left: -10%;
  top: 10%;
}

.pricing-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/resource/abstract_shape_1.png) no-repeat;
  z-index: -1;
  right: -10%;
  bottom: 0;
  background-position: 100% 100%;
}

.pricing-section .pricing-item-single {
  position: relative;
  background: #fff;
  border-radius: 1em;
  padding: 0 3em 2em;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 25px 0 rgba(106, 99, 119, 0.1);
  box-shadow: 0 2px 25px 0 rgba(106, 99, 119, 0.1);
}

.pricing-section .pricing-item-single .pricing-item-content {
  position: relative;
  width: 100%;
  -webkit-transform: translateY(-22%);
  transform: translateY(-22%);
  text-align: center;
  text-transform: capitalize;
}

.pricing-section .pricing-item-single .pricing-item-content .content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pricing-section .pricing-item-single .pricing-item-content .content-text h2 {
  color: #fff;
}

.pricing-section .pricing-item-single .pricing-item-content .content-text span {
  color: #fff;
}

.pricing-section .pricing-item-single .pricing-item-content .content-text p {
  color: #fff;
  font-size: 14px;
}

.pricing-section .pricing-item-single .pricing-item-content .content-text span.label {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
}

.pricing-section .pricing-item-single .pricing-item-list {
  text-align: center;
}

.pricing-section .pricing-item-single .pricing-item-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  text-align: left;
}

.pricing-section .pricing-item-single .pricing-item-list ul li {
  margin-bottom: 14px;
  font-size: 15px;
  color: #6a6377;
}

.pricing-section .pricing-item-single .pricing-item-list ul li i {
  font-size: 12px;
  font-weight: normal;
  -webkit-padding-end: 22px;
  padding-inline-end: 22px;
  color: #20c997;
}

.pricing-section .pricing-item-single .pricing-item-list .btn-solid:hover {
  color: #6610f2;
  border: 1px solid #6610f2;
}

.pricing-section [class*="col-"]:nth-child(2) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pricing-section.pricing-single {
  background: none;
}

.pricing-section.pricing-single::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../img/background/feature_bg.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}

/*================================================
  Video Area CSS
=================================================*/
.video-section {
  position: relative;
  z-index: 1;
}

.video-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 20%);
  z-index: -1;
  background: url("../img/background/intro_video_bg.png");
}

.video-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 20%);
  z-index: -1;
  background: #5f09ea;
  background: -webkit-gradient(linear, left bottom, left top, from(#5f09ea));
  background: linear-gradient(0deg, #5f09ea 0% #3b019a 100%);
  opacity: 0.9;
}

.video-section .video-content {
  max-width: calc(100% - 150px);
  margin: 0 auto;
}

.video-section .video-content .video-box {
  position: relative;
}

.video-section .video-content .video-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  background: rgba(29, 33, 36, 0.25);
  overflow: hidden;
}

.video-section .video-content .video-box figure {
  margin-bottom: 0;
}

.video-section .video-content .video-box .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  border-radius: 50%;
  background-color: #5a49f8;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-section .video-content .video-box .video-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #5a49f8;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.video-section .video-content .video-box .video-btn:hover::before {
  width: 120%;
  height: 120%;
}

/*================================================
  Service Area CSS
=================================================*/
.service-section .item-single {
  position: relative;
  margin-bottom: 30px;
  padding: 3em 2em;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: 0 2px 25px 0 rgba(106, 99, 119, 0.1);
  box-shadow: 0 2px 25px 0 rgba(106, 99, 119, 0.1);
}

.service-section .item-single .icon {
  position: absolute;
  top: 0;
  left: 50%;
  font-weight: normal;
  color: #ffff;
  font-size: 2.3em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-section .item-single .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-section .item-single .item-content {
  padding-top: 3em;
}

.service-section .item-single .item-content h6 {
  font-size: 22px;
  text-transform: capitalize;
}

.service-section .item-single .item-content p {
  color: #6a6377;
}

.service-section .item-single:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
  Feature Area CSS
=================================================*/
.feature-section {
  position: relative;
  z-index: 1;
}

.feature-section .section-title {
  margin-top: -5px;
}

.feature-section .item-single {
  position: relative;
  margin-bottom: 30px;
  padding: 3em 2em;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: 0 2px 25px 0 rgba(106, 99, 119, 0.1);
  box-shadow: 0 2px 25px 0 rgba(106, 99, 119, 0.1);

    height: 451px;
}

.feature-section .item-single .icon {
  position: absolute;
  top: 0;
  left: 50%;
  font-weight: normal;
  color: #ffff;
  font-size: 2.3em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-section .item-single .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-section .item-single .item-content {
  padding-top: 3em;
}

.feature-section .item-single .item-content h6 {
  margin-bottom: 12px;
  font-size: 22px;
  text-transform: capitalize;
}

.feature-section .item-single .item-content p {
  color: #6a6377;
}

.feature-section .item-single:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.feature-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../img/background/feature_bg.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}

/*================================================
  Works Area CSS
=================================================*/
.works-section .work-single {
  position: relative;
  padding: 4.5em 5em;
  background: #fff;
  border-radius: 0.7em;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.works-section .work-single .work-single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.works-section .work-single .work-single-content .envy {
  position: absolute;
  opacity: 0.2;
  font-size: 8em;
  color: #fff;
}

.works-section .work-single .work-single-content h4 {
  color: #fff;
  text-transform: capitalize;
}

.works-section .work-single .work-single-content .index {
  position: absolute;
}

.works-section .work-single .work-single-content .index span {
  opacity: 0.4;
  font-weight: bold;
  font-size: 6em;
  font-family: "Showcard Gothic";
}

.works-section [class^="col-"]:nth-child(odd) .index {
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.works-section [class^="col-"]:nth-child(even) .work-single {
  margin-top: 30px;
}

.works-section [class^="col-"]:nth-child(even) .index {
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.works-section [class^="col-"]:nth-child(1) .work-single {
  background: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#cfa8ff));
  background: linear-gradient(0deg, #6f42c1 0%, #cfa8ff 100%);
}

.works-section [class^="col-"]:nth-child(2) .work-single {
  background: -webkit-gradient(linear, left bottom, left top, from(#00a2f3), to(#62e1fb));
  background: linear-gradient(0deg, #00a2f3 0%, #62e1fb 100%);
}

.works-section [class^="col-"]:nth-child(3) .work-single {
  background: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#7bf8d7));
  background: linear-gradient(0deg, #20c997 0%, #7bf8d7 100%);
}

.works-section [class^="col-"]:nth-child(4) .work-single {
  background: -webkit-gradient(linear, left bottom, left top, from(#2c31ff), to(#a8aaf1));
  background: linear-gradient(0deg, #2c31ff 0%, #a8aaf1 100%);
}

/*================================================
  Testimonial Area CSS
=================================================*/
.testimonial {
  position: relative;
  z-index: 1;
}

.testimonial .section-title {
  margin-bottom: 0;
}

.testimonial .shape .shape-inner {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
}

.testimonial .shape .shape-inner:first-child {
  left: 20%;
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.testimonial .shape .shape-inner:nth-child(2) {
  left: 10%;
  top: 40%;
  width: 15px;
  -webkit-animation: heartBeat 5s linear infinite;
  animation: heartBeat 5s linear infinite;
}

.testimonial .shape .shape-inner:nth-child(3) {
  left: 15%;
  width: 18px;
  -webkit-animation: rotateme 5s linear infinite;
  animation: rotateme 5s linear infinite;
}

.testimonial .shape .shape-inner:nth-child(4) {
  right: 20%;
  top: 65%;
  width: 12px;
  -webkit-animation: animationFramesOne 5s linear infinite;
  animation: animationFramesOne 5s linear infinite;
}

.testimonial .shape .shape-inner:nth-child(5) {
  right: 10%;
  top: 30%;
  -webkit-animation: rotateme 5s linear infinite;
  animation: rotateme 5s linear infinite;
}

.testimonial .shape .shape-inner:last-child {
  right: 30%;
  bottom: 10%;
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.testimonial .owl-dots .owl-dot {
  background: #5a49f8;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
}

.testimonial-section .tesimonial-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  background: url(../img/resource/abstract_shape_2.png) no-repeat;
  background-size: 60%;
  background-position: 50%, 50%;
      grid-template-areas: "a1 slider c1" "a2 slider c2" "a3 slider c3";
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  place-items: center;
}

.testimonial-section .overlay-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testimonial-section .dot {
  width: 142px;
  height: 142px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}

.testimonial-section .dot img {
  border-radius: 50%;
  width: 86px;
  height: 86px;
}

.testimonial-section .dot:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a1;
}

.testimonial-section .dot:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: a2;
  place-self: start;
}

.testimonial-section .dot:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: a3;
}

.testimonial-section .dot:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: c1;
}

.testimonial-section .dot:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: c2;
  place-self: end;
}

.testimonial-section .dot:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: c3;
}

.testimonial-section .testimonial-slider {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: slider;
  place-self: stretch;
}

.testimonial-section .slider-item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 576px;
}

.testimonial-section .slider-item .qoute-icon {
  margin-bottom: 20px;
}

.testimonial-section .slider-item .inner-text p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}

.testimonial-section .slider-item .client .client-img img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: auto;
  margin-bottom: 1em;
}

.testimonial-section .slider-item .client .client-info h6 {
  margin: 0;
  color: #fff;
}

.testimonial-section .slider-item .client .client-info span {
  color: #eaeaea;
  font-size: 14px;
}

/*================================================
  Client Area CSS
=================================================*/
.client-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: url(../img/background/map_1.png) no-repeat center;
  background-size: contain;
}

.client-section .clients-img {
  position: relative;
  height: 400px;
}

.client-section .clients-img img {
  width: 120px;
  position: absolute;
}

.client-section .clients-img img:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transform: translateX(30%);
  transform: translateX(50%);
}

.client-section .clients-img img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}

.client-section .clients-img img:nth-child(3) {
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-40%);
  transform: translateX(50%);
}

.client-section .clients-img img:nth-child(4) {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.client-section .clients-img img:nth-child(5) {
  left: 55%;
  bottom: 0;
}

.client-section .owl-carousel .slider-item {
  padding-right: 2em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.client-section .owl-carousel .slider-item .inner-text p {
  font-size: 22px;
  font-weight: 600;
  color: #332f3b;
}

.client-section .owl-carousel .slider-item .qoute-icon {
  margin-bottom: 20px;
}

.client-section .owl-carousel .slider-item .client {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}

.client-section .owl-carousel .slider-item .client .client-img img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: auto;
  margin-bottom: 1em;
}

.client-section .owl-carousel .slider-item .client .client-info {
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
}

.client-section .owl-carousel .slider-item .client .client-info h6 {
  color: #332f3b;
}

.client-section .owl-carousel .slider-item .client .client-info span {
  color: #6a6377;
  font-size: 14px;
}

.client-section .owl-carousel .owl-dots {
  text-align: left;
}

/*================================================
  Partner Area CSS
=================================================*/
.partner-area .partner-item {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.partner-area .partner-item img {
  width: auto;
}

.partner-area .partner-item img:last-child {
  display: none;
}

.partner-area .partner-item:hover img:first-child {
  display: none;
}

.partner-area .partner-item:hover img:last-child {
  display: block;
}

/*================================================
  Blog Area CSS
=================================================*/
.blog-section {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#5f09ea), to(#823be8));
  background: linear-gradient(0deg, #5f09ea 0%, #823be8 100%);
  z-index: 1;
}

.blog-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/resource/abstract_shape_1.png) no-repeat;
  z-index: -1;
  left: -10%;
  top: 10%;
}

.blog-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/resource/abstract_shape_1.png) no-repeat;
  z-index: -1;
  right: -10%;
  bottom: 0;
  background-position: 100% 100%;
}

.blog-item-single {
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-bottom: 30px;
}

.blog-item-single .blog-item-img img {
  width: 100%;
}

.blog-item-single .blog-item-img p.tag {
  position: absolute;
  top: 2em;
  left: 0;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  padding: 0.6em 2em;
  margin-bottom: 10px;
  background: #6610f2;
  display: inline-block;
  -webkit-box-shadow: 0 34px 54px rgba(120, 2, 155, 0.001);
  box-shadow: 0 34px 54px rgba(120, 2, 155, 0.001);
}

.blog-item-single .blog-item-content {
  padding: 1.5em;
  background: #fff;
}

.blog-item-single .blog-item-content a:hover h3 {
  color: #6610f2;
}

.blog-item-single .blog-item-content h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 12px !important;
  margin-bottom: 15px !important;
}

.blog-item-single .blog-item-content span {
  font-size: 14px;
  color: #6a6377;
}

.blog-item-single .blog-item-content span i {
  margin-right: 8px;
}

.featured-service-section .content-inner {
  margin-bottom: 30px;
}

.featured-service-section .content-inner p {
  margin: 0;
}

/*================================================
  Blog Grid Area CSS
=================================================*/
.blog-grid .blog-item-single {
  -webkit-box-shadow: 0 0 25px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 25px rgba(106, 99, 119, 0.1);
}

.blog-grid .cta-btn {
  text-align: center;
}

.blog-grid .cta-btn .btn-solid {
  -webkit-box-shadow: 0 0 40px 40px #5a49f8 inset;
  box-shadow: 0 0 40px 40px #5a49f8 inset;
}

.blog-grid .cta-btn .btn-solid:hover {
  color: #5a49f8;
  border: 1px solid #5a49f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*================================================
  Blog Details Area CSS
=================================================*/
.blog-details-section .blog-details-desc {
  padding-right: 40px;
}

.blog-details-section .blog-details-desc .image img {
  margin: 0 0 1.5em;
}

.blog-details-section .blog-details-desc h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.blog-details-section .blog-details-desc .post-meta {
  padding: 0;
  margin: 16 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-details-section .blog-details-desc .post-meta li {
  color: #6a6377;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  margin-right: 18px;
}

.blog-details-section .blog-details-desc .post-meta li .envy {
  padding: 0 10px 0 0;
  margin: 0;
}

.blog-details-section .blog-details-desc .post-meta li:last-child {
  margin-right: 0px;
}

.blog-details-section .blog-details-desc p {
  color: #6a6377;
}

.blog-details-section .blog-details-desc .blockquote {
  position: relative;
  padding: 2em 3em;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
}

.blog-details-section .blog-details-desc .blockquote img {
  position: absolute;
}

.blog-details-section .blog-details-desc .blockquote p {
  font-size: 1.5em;
  color: #332f3b;
  line-height: 1.5;
}

.blog-details-section .blog-details-desc .blockquote span {
  text-transform: capitalize;
  float: right;
}

.blog-details-section .blog-details-desc .article-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-details-section .blog-details-desc .article-share span {
  color: #332f3b;
  text-transform: capitalize;
  margin-right: 5px;
}

.blog-details-section .blog-details-desc .blog-item-single .blog-item-content {
  background: #f5f5f5;
}

.blog-details-section .blog-details-desc .blog-item-single .blog-item-content p {
  margin-bottom: 0;
}

.blog-details-section .blog-details-desc .comment-reply {
  padding-top: 32px;
}

.blog-details-section .blog-details-desc .comment-reply .btn-solid:hover {
  color: #6610f2;
  border: 1px solid #6610f2;
}

.blog-details-section .blog-details-desc .comments-area {
  margin-bottom: 20px;
}

.blog-details-section .blog-details-desc .comments-area h2.comment-title span {
  color: #6a6377;
}

.blog-details-section .blog-details-desc .comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-section .blog-details-desc .comments-area .comment-list .children {
  list-style-type: none;
}

.blog-details-section .blog-details-desc .comments-area .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-author {
  overflow: hidden;
  border-radius: 5px;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-author .avatar {
  width: 90px;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content {
  padding-left: 16px;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content .comment-metadata .name {
  color: #554d63;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content .comment-metadata .time {
  color: #554d63;
  font-size: 12px;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content .comment-metadata .reply {
  float: right;
  margin-top: -16px;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content .comment-metadata .reply .btn-solid {
  border-radius: 5px;
  padding: 0 20px;
  -webkit-box-shadow: 0 0 40px 40px #5a49f8 inset;
  box-shadow: 0 0 40px 40px #5a49f8 inset;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content .comment-metadata .reply .btn-solid:hover {
  color: #5a49f8;
  border: 1px solid #5a49f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content p {
  margin-top: 5px;
  font-size: 15px;
}

.blog-details-section .blog-details-desc .comments-area ol ol .comment-body {
  padding-left: 45px;
}

.blog-details-section .tags a {
  display: inline-block;
  font-weight: 400;
  padding: 4px 12px;
  margin-top: 8px;
  font-size: 14px;
  margin-right: 6px;
  border-radius: 5px;
  background: #e8e8e8;
  text-transform: capitalize;
}

.blog-details-section .tags a:hover {
  color: #332f3b;
}

.blog-details-section .widget-area .widget {
  padding: 1em 0;
}

.blog-details-section .widget-area .widget .widget-title {
  text-transform: capitalize;
  padding-bottom: 20px;
}

.blog-details-section .widget-area .widget-author {
  background-color: #fff;
  padding: 2em;
  text-align: center;
  -webkit-box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-details-section .widget-area .widget-author .author-img {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-bottom: 1em;
  border-radius: 50%;
}

.blog-details-section .widget-area .widget-author .author-img img {
  width: 100px;
}

.blog-details-section .widget-area .widget-search .search-form {
  position: relative;
  background-color: #fff;
}

.blog-details-section .widget-area .widget-search .search-form .search-field {
  color: #6a6377;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 68px;
  padding: 0 0 0 15px;
  border: none;
  font-weight: 600;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
}

.blog-details-section .widget-area .widget-search .search-form button {
  border: none;
  color: #5a49f8;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.blog-details-section .widget-area .widget-article .article-item {
  margin-bottom: 16px;
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-details-section .widget-area .widget-article .article-item .info {
  padding-left: 16px;
}

.blog-details-section .widget-area .widget-article .article-item .info .time i {
  margin-right: 8px;
}

.blog-details-section .widget-area .widget-article .article-item .title {
  margin-top: 5px;
  font-size: 18px;
}

.blog-details-section .widget-area .widget-article .article-item:last-child {
  margin-bottom: 0;
}

.blog-details-section .widget-area .widget-categories .categorie-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-section .widget-area .widget-categories .categorie-list li {
  position: relative;
  -webkit-padding-start: 32px;
  padding-inline-start: 32px;
  margin-bottom: 16px;
}

.blog-details-section .widget-area .widget-categories .categorie-list li:last-child {
  margin-bottom: 0;
}

.blog-details-section .widget-area .widget-categories .categorie-list li::before {
  position: absolute;
  content: "\e9b6";
  left: 0;
  font-family: "Envy-Icon" !important;
  font-weight: normal;
  color: #20c997;
}

.blog-details-section .widget-area .widget-categories .categorie-list li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 25%;
  height: 1px;
  border: 1px dashed #6a6377;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-details-section .widget-area .widget-categories .categorie-list li a {
  text-transform: capitalize;
  color: #6a6377;
}

.blog-details-section .widget-area .widget-categories .categorie-list li .total {
  color: #332f3b;
  float: right;
}

.blog-details-section .widget-area .widget-gallery .gallery-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(100px, 1fr) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  grid-gap: 1em;
}

.blog-details-section .widget-area .widget-gallery .gallery-item img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 15px rgba(106, 99, 119, 0.1);
}

/*================================================
  Contact Area CSS
=================================================*/
.contact-section .contact-widget {
  background-color: #fff;
  padding: 30px 30px 20px;
  text-align: left;
  -webkit-box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
  margin-bottom: 20px;
}

.contact-section .contact-widget .info-title {
  text-transform: capitalize;
}

.contact-section .contact-widget .contact-info {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  position: relative;
  margin-bottom: 20px;
}

.contact-section .contact-widget .contact-info i {
  position: absolute;
  left: 0;
  font-size: 1.2em;
  color: #5a49f8;
  top: 9px;
}

.contact-section .contact-widget .contact-info p {
  display: inline;
}

.contact-section .btn-solid {
  -webkit-box-shadow: 0 0 40px 40px #5a49f8 inset;
  box-shadow: 0 0 40px 40px #5a49f8 inset;
}

.contact-section .btn-solid:hover {
  color: #5a49f8;
  border: 1px solid #5a49f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-section .btn.disabled {
  opacity: 1;
}

.contact-section .contact-map {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
  border: none;
}

.contact-section .contact-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

#contactForm {
  padding-bottom: 60px;
}

#contactForm .help-block ul li {
  font-size: 12px;
  color: red;
}

#contactForm .text-danger {
  font-size: 18px !important;
  margin-top: 16px;
}

/*================================================
  Footer Area CSS
=================================================*/
.footer-area .footer-widget {
  margin-bottom: 2em;
}

.footer-area .footer-widget .navbar-brand {
  margin-bottom: 20px;
  margin-top: -10px;
  padding: 0;
}

.footer-area .footer-widget .navbar-brand img:last-child {
  display: none;
}

.footer-area .footer-widget h5 {
  text-transform: capitalize;
  margin-bottom: 25px;
}

.footer-area .footer-widget p {
  margin-bottom: 20px;
}

.footer-area .footer-widget .footer-quick-links {
  padding: 0;
  list-style-type: none;
}

.footer-area .footer-widget .footer-quick-links li {
  position: relative;
  margin-bottom: 15px;
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.footer-area .footer-widget .footer-quick-links li::before {
  content: "\e900";
  position: absolute;
  left: 0;
  font-family: "Envy-Icon";
  font-size: 10px;
}

.footer-area .footer-widget .footer-quick-links li:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.footer-area .footer-widget .footer-quick-links li:hover a {
  color: #5a49f8;
}

.footer-area .footer-widget .footer-quick-links li:hover::before {
  color: #5a49f8;
}

.footer-area .footer-widget .contact-info {
  position: relative;
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  margin-bottom: 20px;
}

.footer-area .footer-widget .contact-info p {
  display: inline;
}

.footer-area .footer-widget .contact-info i {
  position: absolute;
  left: 0;
  font-size: 1.2em;
  color: #5a49f8;
  top: 9px;
}

/*================================================
  Copy-right Area CSS
=================================================*/
.copy-right-area {
  background: #efefef;
  padding: 1.9em 0;
  text-align: center;
  border-top: 1px solid rgba(25, 25, 25, 0.15);
}

.copy-right-area .copy-right-content p {
  margin-bottom: 0;
}

.copy-right-area .copy-right-content a {
  color: #6610f2;
}

/*================================================
  Faq Area CSS
=================================================*/
.faq-item {
  padding: 2em;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 25px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 25px rgba(106, 99, 119, 0.1);
}

.faq-item h4 {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  font-size: 22px;
  padding-bottom: 5px;
}

.faq-item h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 30px;
  height: 3px;
  background: #5a49f8;
}

.faq-item p {
  margin-bottom: 0;
}

/*================================================
  Privacy policy Area CSS
=================================================*/
.privacy-policy-area .privacy-policy-content img {
  margin-bottom: 30px;
}

.privacy-policy-area .privacy-policy-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
}

.privacy-policy-area .privacy-policy-content p:last-child {
  margin-bottom: 0;
}

.privacy-policy-area .privacy-policy-content .blockquote {
  position: relative;
  padding: 2em 3em;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
}

.privacy-policy-area .privacy-policy-content .blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 17px !important;
}

.privacy-policy-area .privacy-policy-content .blockquote::after {
  display: none;
}

.privacy-policy-area .privacy-policy-content .blockquote::before {
  display: none;
}

.privacy-policy-area .privacy-policy-content ol {
  margin-top: 20px;
}

.privacy-policy-area .privacy-policy-content ol li {
  margin-bottom: 10px;
  color: #6a6377;
  line-height: 1.8;
}

.privacy-policy-area .privacy-policy-content ul {
  margin-top: 20px;
}

.privacy-policy-area .privacy-policy-content ul li {
  margin-bottom: 10px;
  color: #6a6377;
  line-height: 1.8;
  font-weight: 600;
}

.privacy-policy-area .widget-area {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 20px rgba(106, 99, 119, 0.1);
}

.privacy-policy-area .widget-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.privacy-policy-area .widget-area ul li {
  border-bottom: 1px solid #eaeaea;
}

.privacy-policy-area .widget-area ul li a {
  position: relative;
  display: block;
  padding: 15px 25px 15px 40px;
  color: #332f3b;
  font-weight: 700;
  font-size: 16px;
}

.privacy-policy-area .widget-area ul li a:hover {
  border-color: #5a49f8;
  background-color: #5a49f8;
  color: #fff;
}

.privacy-policy-area .widget-area ul li a.active {
  border-color: #5a49f8;
  background-color: #5a49f8;
  color: #fff;
}

.privacy-policy-area .widget-area ul li.active a {
  border-color: #5a49f8;
  background-color: #5a49f8;
  color: #fff;
}

/*================================================
  Error Area CSS
=================================================*/
.error-area .error-content {
  text-align: center;
}

.error-area .error-content h3 {
  margin-bottom: 20px;
  margin-top: 45px;
  font-size: 40px;
}

.error-area .error-content p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.error-area .cta-btn {
  text-align: center;
}

.error-area .cta-btn .btn-solid {
  -webkit-box-shadow: 0 0 40px 40px #5a49f8 inset;
  box-shadow: 0 0 40px 40px #5a49f8 inset;
}

.error-area .cta-btn .btn-solid:hover {
  color: #5a49f8;
  border: 1px solid #5a49f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.error-area .newsletter-form {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 20px 0;
}

.error-area .newsletter-form .input-group {
  margin: 30px 0 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 20px rgba(106, 99, 119, 0.1);
          box-shadow: 0 0 20px rgba(106, 99, 119, 0.1);
  border: none;
  width: 90%;
}

.error-area .newsletter-form .form-control {
  border: none;
  font-size: 13px;
  background: transparent;
  color: #fff;
  padding: 0 20px;
  height: 68px;
}

.error-area .newsletter-form input:-moz-placeholder {
  font-size: 14px;
  color: #ababab;
  text-transform: capitalize;
}

.error-area .newsletter-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #a4a4a4;
  text-transform: capitalize;
}

.error-area .newsletter-form .cta-btn {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.error-area .newsletter-form .cta-btn .btn {
  padding: 10px 40px;
}

.error-area .validation-success {
  margin-top: 15px;
}

.error-area .validation-danger {
  margin-top: 15px;
  color: red;
}

/*================================================
  Project Details Area CSS
=================================================*/
.project-details-area .project-details-content img {
  margin-bottom: 30px;
}

.project-details-area .project-details-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
}

.project-details-area .project-details-content p:last-child {
  margin-bottom: 0;
}

.project-details-area .project-details-content .blockquote {
  position: relative;
  padding: 2em 3em;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 20px -2px rgba(106, 99, 119, 0.1);
}

.project-details-area .project-details-content .blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 17px !important;
}

.project-details-area .widget-area .widget-title {
  margin-bottom: 30px;
}

.project-details-area .widget-area .gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}

.project-details-area .widget-area .gallery-item img {
  width: 100%;
}

.project-details-area .widget-area .gallery-item .gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.project-details-area .widget-area .gallery-item .gallery-content h2 {
  font-size: 16px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.project-details-area .widget-area .gallery-item .gallery-content h2 a {
  color: #fff;
}

.project-details-area .widget-area .gallery-item:hover .gallery-content {
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(90, 73, 248, 0.7)), to(rgba(107, 91, 249, 0.5)));
  background: linear-gradient(0deg, rgba(90, 73, 248, 0.7) 20%, rgba(107, 91, 249, 0.5) 100%);
}

.project-details-area .widget-area .gallery-item:hover .gallery-content h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*================================================
  Signinup Area CSS
=================================================*/
.signinup-section {
  position: relative;
  padding: 110px 0px 100px;
}

.signinup-section .signin-box {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 45px 40px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px -2px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 30px -2px rgba(106, 99, 119, 0.1);
}

.signinup-section .signin-box .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  text-transform: capitalize;
}

.signinup-section .signin-box .title-box .text {
  position: relative;
  margin-top: 12px;
}

.signinup-section .signin-box .signin-form .form-check-box,
.signinup-section .signin-box .signup-form .form-check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.signinup-section .signin-box .signin-form .form-check-box .form-check,
.signinup-section .signin-box .signup-form .form-check-box .form-check {
  cursor: pointer;
}

.signinup-section .signin-box .signin-form .forgot-password,
.signinup-section .signin-box .signup-form .forgot-password {
  margin-bottom: 0;
}

.signinup-section .signin-box .form-group {
  position: relative;
  margin-bottom: 25px;
}

.signinup-section .signin-box .form-group .users {
  position: relative;
  color: #626262;
  text-align: center;
  font-size: 14px;
}

.signinup-section .signin-box .form-group .users a {
  position: relative;
  color: #5a49f8;
  text-decoration: underline;
}

.signinup-section .signin-box .form-group .social-link {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.signinup-section .signin-box .cta-btn {
  margin: 30px 0;
  text-align: center;
}

.signinup-section .signin-box .cta-btn .btn-solid {
  -webkit-box-shadow: 0 0 40px 40px #5a49f8 inset;
  box-shadow: 0 0 40px 40px #5a49f8 inset;
}

.signinup-section .signin-box .cta-btn .btn-solid:hover {
  color: #5a49f8;
  border: 1px solid #5a49f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*================================================
  Comingsoon Area CSS
=================================================*/
.comingsoon-section {
  position: relative;
  height: 100vh;
  background: #a8aaf1;
  background: linear-gradient(150deg, #a8aaf1 0%, #2c31ff 20%, #2c31ff 100%);
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.comingsoon-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/banner_2_bg.png) no-repeat center;
  background-size: content;
}

.comingsoon-section .comingsoon-box {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 45px 40px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px -2px rgba(106, 99, 119, 0.1);
  box-shadow: 0 0 30px -2px rgba(106, 99, 119, 0.1);
}

.comingsoon-section .comingsoon-box .logo {
  margin: 0 auto 20px;
  width: 120px;
}

.comingsoon-section .comingsoon-box .title-box {
  text-transform: capitalize;
  position: relative;
  text-align: center;
}

.comingsoon-section .comingsoon-box .title-box .text {
  position: relative;
  margin-top: 12px;
}

.comingsoon-section .comingsoon-box .newsletter-form {
  margin-bottom: 30px;
}

.comingsoon-section .comingsoon-box .newsletter-form .input-group {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 20px rgba(106, 99, 119, 0.1);
          box-shadow: 0 0 20px rgba(106, 99, 119, 0.1);
  border: none;
  width: 90%;
}

.comingsoon-section .comingsoon-box .cta-btn {
  text-align: center;
}

.comingsoon-section .comingsoon-box .cta-btn .btn-solid {
  -webkit-box-shadow: 0 0 40px 40px #5a49f8 inset;
  box-shadow: 0 0 40px 40px #5a49f8 inset;
}

.comingsoon-section .comingsoon-box .cta-btn .btn-solid:hover {
  color: #5a49f8;
  border: 1px solid #5a49f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comingsoon-section .comingsoon-box #timer {
  padding: 30px 0;
}

.comingsoon-section .comingsoon-box #timer div {
  background-color: #332f3b;
  color: #fff;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.comingsoon-section .comingsoon-box #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

/*================================================
  Go To Top Area CSS
=================================================*/
.go-top {
  position: fixed;
  top: 50%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #6610f2;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 5px 12px;
  z-index: 100;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*================================================
  Preloader Area CSS
=================================================*/
.preloader-main {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.preloader-main .loader {
  position: relative;
  height: 20px;
  width: 250px;
  z-index: 9999;
}

.preloader-main .loader .loader-dot {
  -webkit-animation: loader 3s linear infinite;
  animation: loader 3s linear infinite;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  position: absolute;
}

.preloader-main .loader .loader-dot:first-child {
  background-color: #20c997;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.preloader-main .loader .loader-dot:nth-child(2) {
  background-color: #00a2f3;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.preloader-main .loader .loader-dot:nth-child(3) {
  background-color: #6610f2;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/*================================================
  Owl-carousel Area CSS
=================================================*/
.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.owl-carousel .owl-dots {
  text-align: center;
  line-height: 0;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.owl-carousel .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 30px;
}

@media (max-width: 991.98px) {
  .navbar-area .top-nav {
    display: none;
  }
  .navbar-area .mobile-nav .logo {
    top: 15px;
  }
  .navbar-area .cta-btn {
    display: none;
  }
  .navbar-area .mobile-nav.mean-container {
    margin: 0 auto;
  }
  .navbar-area .mobile-nav.mean-container .mean-bar {
    padding: 20px 0 0;
    position: relative;
    background: transparent;
  }
  .navbar-area .mobile-nav.mean-container .mean-bar .mean-nav {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 10px 15px rgba(51, 47, 59, 0.1);
    box-shadow: 0 10px 15px rgba(51, 47, 59, 0.1);
  }
  .navbar-area .mobile-nav.mean-container .mean-bar .mean-nav ul li a {
    text-transform: capitalize;
  }
  .navbar-area .mobile-nav.mean-container a.meanmenu-reveal {
    padding-top: 5px;
  }
  .navbar-area .mobile-nav.mean-container a.meanmenu-reveal span {
    height: 3px;
    width: 20px;
  }
  .navbar-area .mobile-nav.mean-container a.meanmenu-reveal span span {
    position: relative;
    width: 30px;
    top: 8px;
  }
  .navbar-area .mobile-nav.mean-container a.logo img:first-child {
    display: inline-block;
  }
  .navbar-area .mobile-nav.mean-container a.logo img:last-child {
    display: none;
  }
  .navbar-area .search-item {
    position: absolute !important;
    top: 50%;
    right: 85px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
  .navbar-area .search-item .search-popup .search-form .search-input {
    width: calc(100% - 13px);
  }
  .navbar-area .search-item .search-popup .search-form .btn.btn-solid {
    padding: 2px 10px;
  }
  .navbar-area.stickyadd {
    padding: 0;
  }
  .navbar-area.stickyadd .mobile-nav.mean-container .mean-bar {
    -webkit-animation: slideInDown 500ms ease-in-out 0s normal none 1 running;
    animation: slideInDown 500ms ease-in-out 0s normal none 1 running;
    background: #fff;
  }
  .navbar-area.stickyadd .mobile-nav.mean-container a.meanmenu-reveal {
    color: #332f3b;
  }
  .navbar-area.stickyadd .mobile-nav.mean-container a.meanmenu-reveal span {
    background: #332f3b;
  }
  .navbar-area.stickyadd .mobile-nav.mean-container a.logo img:first-child {
    display: none;
  }
  .navbar-area.stickyadd .mobile-nav.mean-container a.logo img:last-child {
    display: inline-block;
  }
  .navbar-area.stickyadd .mobile-nav.mean-container .search-item .search-btn {
    color: #332f3b;
  }
  .navbar-area.stickyadd .mobile-nav.mean-container .search-item .open-btn {
    color: #332f3b;
  }
  .navbar-area.stickyadd .mobile-nav.mean-container .search-item .close-btn.active {
    color: #332f3b;
  }
}

@media only screen and (max-width: 767px) {
  .featured-service-section .featured-service-image {
    background-image: none;
  }
  .featured-service-section .featured-service-image img {
    display: block;
  }
}

/*================================================
  Custom Animation CSS
=================================================*/
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatemetwo {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotatemetwo {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes loader {
  15% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
  }
  65% {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
  }
  95% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes loader {
  15% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
  }
  65% {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
  }
  95% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}

/* {

} */

.home-banner-area.banner-type-gis {
  padding-top: 280px;
  padding-bottom: 200px;
  background: url("../img/banner/gisslidernew.png") no-repeat center !important;
}

/* banner-type-drone */

.home-banner-area.banner-type-drone {
  padding-top: 280px;
  padding-bottom: 200px;
  background: url("../img/banner/dronbanner.jpg") no-repeat center !important;
}

.home-banner-area.banner-type-ites {

      padding-top: 280px;
  padding-bottom: 200px;
  background: url("../img/banner/itesbanner.jpg") no-repeat center !important;
}



/* banner for multimedia sec  */

.home-banner-area.banner-type-multimedia {

      padding-top: 280px;
  padding-bottom: 200px;
  background: url("../img/banner/multimedia.jpg") no-repeat center !important;
}



/* close this  */
/*# sourceMappingURL=style.css.map */


/* css for social media  */
.skynet-social-services{
padding:80px 0;
background:#f8fbff;
}

.skynet-container{
max-width:1200px;
margin:auto;
padding:0 20px;
}

.skynet-service-title{
text-align:center;
margin-bottom:50px;
}

.skynet-service-title h2{
font-size:34px;
font-weight:700;
margin-bottom:10px;
}

.skynet-service-title p{
color:#666;
max-width:700px;
margin:auto;
}

.skynet-service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.skynet-service-card{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.skynet-service-card:hover{
transform:translateY(-8px);
}

.skynet-service-card h3{
font-size:20px;
margin-bottom:15px;
}

.skynet-service-card p{
color:#666;
margin-bottom:15px;
}

.skynet-service-card ul{
padding-left:18px;
}

.skynet-service-card ul li{
margin-bottom:8px;
}
/* socialmeia close css  */


/* misson css start */

/* Unique Scoped CSS for Drone Section */
.dt-vision-mission-section {
    padding: 60px 20px;
    background-color: #0f172a; /* Isko remove kar dena agar background pehle se hai */
    font-family: 'Poppins', sans-serif;
}

.dt-container {
    max-width: 1100px;
    margin: 0 auto;
}

.dt-main-header {
    text-align: center;
    margin-bottom: 50px;
}

.dt-title {
    font-size: 2.8rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.dt-accent {
    color: #0ea5e9;
}

.dt-subtitle {
    color: #94a3b8;
    font-size: 1.1rem;
}

.dt-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.dt-feature-card {
    flex: 1;
    min-width: 320px;
    max-width: 450px;
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dt-feature-card:hover {
    transform: translateY(-12px);
    border-color: #0ea5e9;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.dt-card-image-wrapper {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.dt-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.dt-feature-card:hover .dt-card-img {
    transform: scale(1.1);
}

.dt-card-body {
    padding: 30px;
}

.dt-card-heading {
    color: #38bdf8;
    font-size: 1.6rem;
    margin-bottom: 15px;
    position: relative;
}

/* Choti line heading ke niche */
.dt-card-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #0ea5e9;
    margin-top: 8px;
    border-radius: 2px;
}

.dt-card-text {
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 1rem;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .dt-title { font-size: 2rem; }
    .dt-cards-wrapper { flex-direction: column; align-items: center; }
}


/* close  */

/* Why Choose Us Unique Styles */
.dt-why-choose-us {
    position: relative;
    padding: 100px 20px;
    background: url('https://images.unsplash.com/photo-1524143921109-ca73476101e0?auto=format&fit=crop&q=80&w=1600') no-repeat center center/cover;
    background-attachment: fixed; /* Parallax Effect */
    overflow: hidden;
    color: #ffffff;
}

/* Dark Overlay to make text pop */
.dt-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(15, 23, 42, 0.75); /* Dark blue tint */
    z-index: 1;
}

.dt-content-box {
    position: relative;
    z-index: 2;
    max-width: 900px !important;
}

.dt-glass-panel {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.dt-benefits-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.dt-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    transition: 0.3s ease;
}

.dt-benefit-item:hover {
    background: rgba(14, 165, 233, 0.15);
    transform: translateX(10px);
}

.dt-icon {
    background: #0ea5e9;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(14, 165, 233, 0.5);
}

.dt-benefit-title {
    font-size: 1.05rem;
    font-weight: 500;
    color: #f1f5f9;
    line-height: 1.4;
}

/* Responsive fixes */
@media (max-width: 600px) {
    .dt-benefits-list { grid-template-columns: 1fr; }
    .dt-glass-panel { padding: 20px; }
}



/* css for services section start  */

/* Services Section Scoped CSS */
.dt-services-section {
    position: relative;
    padding: 80px 20px;
    background: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&q=80&w=1600') no-repeat center center/cover;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.dt-bg-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.7));
    z-index: 1;
}

.dt-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.dt-services-header {
    text-align: center;
    margin-bottom: 60px;
}

.dt-section-title {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}

.dt-section-tagline {
    color: #38bdf8;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top: 10px;
}

.dt-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.dt-service-card {
    perspective: 1000px;
}

.dt-card-glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dt-service-card:hover .dt-card-glass {
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-10px) rotateX(5deg);
    border-color: #38bdf8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.dt-service-icon {
    font-size: 40px;
    margin-bottom: 20px;
    background: rgba(56, 189, 248, 0.1);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    border: 1px solid rgba(56, 189, 248, 0.3);
}

.dt-service-name {
    color: #38bdf8;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.dt-service-desc {
    color: #cbd5e1;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Responsive fixes */
@media (max-width: 768px) {
    .dt-section-title { font-size: 2.2rem; }
    .dt-services-grid { grid-template-columns: 1fr; }
}

/* close this section  */


/* trainig section start   */

/* Training Section - White Theme */
.dt-training-light-section {
    padding: 100px 20px;
    background-color: #ffffff; /* pure white background */
    font-family: 'Poppins', sans-serif;
    color: #1e293b;
}

.dt-container {
    max-width: 1200px;
    margin: 0 auto;
}

.dt-training-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

/* Image Side Styles */
.dt-training-image-area {
    flex: 1;
    min-width: 350px;
}

.dt-image-stack {
    position: relative;
}

.dt-main-training-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 8px solid #f8fafc;
}

.dt-experience-badge {
    position: absolute;
    bottom: 20px;
    right: -20px;
    background: #0ea5e9;
    color: white;
    padding: 15px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.3);
}

.dt-badge-number {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
}

.dt-badge-text {
    font-size: 0.75rem;
    text-transform: uppercase;
}

/* Content Side Styles */
.dt-training-content-area {
    flex: 1.2;
    min-width: 350px;
}

.dt-upper-title {
    color: #0ea5e9;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    font-weight: 700;
}

.dt-training-title {
    font-size: 2.8rem;
    color: #0f172a;
    margin: 10px 0 25px 0;
    line-height: 1.2;
}

.dt-accent {
    color: #0ea5e9;
}

.dt-training-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 25px;
}

.dt-training-list {
    margin-bottom: 30px;
}

.dt-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #334155;
    font-weight: 500;
}

.dt-check-icon {
    width: 24px;
    height: 24px;
    background: #e0f2fe;
    color: #0ea5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.dt-training-footer {
    color: #64748b;
    font-size: 0.95rem;
    margin-bottom: 30px;
    border-left: 3px solid #0ea5e9;
    padding-left: 15px;
}

.dt-btn-enquire {
    background: #0f172a; /* Dark button for contrast */
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.dt-btn-enquire:hover {
    background: #0ea5e9;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .dt-training-title { font-size: 2rem; }
    .dt-training-wrapper { flex-direction: column; }
    .dt-experience-badge { right: 10px; }
}

/* css section close  */


/* gis start  */
/* Unique Scoped CSS for GIS Section */
.dt-gis-services-section {
    position: relative;
    padding: 100px 20px;
    background: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&q=80&w=1600') no-repeat center center/cover;
    background-attachment: fixed;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
}

.dt-gis-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(10, 15, 30, 0.85); /* Deep dark overlay */
    z-index: 1;
}

.dt-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.dt-gis-header {
    text-align: center;
    margin-bottom: 70px;
}

.dt-gis-title {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}

.dt-accent {
    color: #0ea5e9;
}

.dt-gis-tagline {
    color: #94a3b8;
    font-size: 1.1rem;
    margin-top: 10px;
}

.dt-gis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.dt-gis-card {
    transition: all 0.4s ease;
}

.dt-gis-glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.dt-gis-card:hover .dt-gis-glass {
    transform: translateY(-10px);
    border-color: #0ea5e9;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.dt-gis-icon {
  /* font-size: 35px; */
  margin-bottom: 19px;
  /* width: 60px; */
  /* height: 60px; */
  background: rgba(14, 165, 233, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.dt-gis-name {
    color: #38bdf8;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.dt-gis-text {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .dt-gis-title { font-size: 2.2rem; }
    .dt-gis-grid { grid-template-columns: 1fr; }
}



/* close  */

/* GIS Mission & Vision Unique Styles */
.gis-mv-section {
    padding: 100px 20px;
    background-color: #020617; /* Dark space blue */
    background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,0.05) 1px, transparent 0);
    background-size: 40px 40px; /* Subtle grid background */
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.gis-mv-container {
    max-width: 1100px;
    margin: 0 auto;
}

.gis-mv-header {
    text-align: center;
    margin-bottom: 60px;
}

.gis-mv-subtitle {
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.9rem;
    font-weight: 600;
}

.gis-mv-main-title {
    font-size: 3rem;
    color: #ffffff;
    margin-top: 10px;
}

.gis-highlight {
    color: #0ea5e9;
    position: relative;
}

.gis-mv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.gis-mv-card {
    position: relative;
    background: rgba(30, 41, 59, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 50px 40px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.gis-mv-card:hover {
    transform: translateY(-15px);
    border-color: #0ea5e9;
    background: rgba(30, 41, 59, 0.8);
}

.gis-mv-icon {
    width: 60px;
    height: 60px;
    background: #0ea5e9;
    color: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.3);
}

.gis-mv-icon svg {
    width: 32px;
    height: 32px;
}

.gis-card-title {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.gis-card-text {
    color: #94a3b8;
    line-height: 1.8;
    font-size: 1rem;
}

/* Hover Glow Effect */
.gis-card-glow {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at center, rgba(14, 165, 233, 0.15), transparent 70%);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
    border-radius: 30px;
}

.gis-mv-card:hover .gis-card-glow {
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .gis-mv-main-title { font-size: 2.2rem; }
    .gis-mv-grid { grid-template-columns: 1fr; }
    .gis-mv-card { padding: 30px; }
}


/* close this section  */


/* Unique CSS for GIS Why Choose Us (White Theme) */
.dt-gis-choose-section {
    padding: 80px 20px;
    background-color: #ffffff; /* Pure White Background */
    font-family: 'Poppins', sans-serif;
}

.dt-gis-container {
    max-width: 1100px;
    margin: 0 auto;
}

.dt-gis-header-center {
    text-align: center;
    margin-bottom: 60px;
}

.dt-gis-tag {
    color: #0ea5e9;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dt-gis-main-title {
    font-size: 2.8rem;
    color: #0f172a;
    margin: 10px 0;
    font-weight: 700;
}

.dt-gis-blue {
    color: #0ea5e9;
}

.dt-gis-sub-desc {
    color: #64748b;
    font-size: 1.1rem;
}

.dt-gis-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.dt-gis-feature-box {
    background: #f8fafc; /* Very light gray for subtle contrast */
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.dt-gis-feature-box:hover {
    background: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(14, 165, 233, 0.1);
    border-color: #0ea5e9;
}

.dt-gis-check-circle {
    width: 40px;
    height: 40px;
    background: #0ea5e9;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(14, 165, 233, 0.3);
}

.dt-gis-feature-title {
    font-size: 1.05rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.4;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .dt-gis-main-title { font-size: 2rem; }
    .dt-gis-features-grid { grid-template-columns: 1fr; }
}


/* Scoped CSS for Home Page Services Section */
.hp-services-section {
    padding: 80px 20px;
    background-color: #ffffff; /* Pure White Background */
    font-family: 'Poppins', sans-serif;
}

.hp-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hp-services-header {
    text-align: center;
    margin-bottom: 60px;
}

.hp-main-title {
    font-size: 2.5rem;
    color: #0f172a;
    font-weight: 700;
}

.hp-sub-title {
    color: #64748b;
    font-size: 1.1rem;
    margin-top: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hp-services-row {
    display: flex;
    flex-wrap: wrap; /* Automatic wrap on smaller screens */
    gap: 25px;
    justify-content: center; /* Center the cards if not filling the whole row */
}

.hp-service-card {
    flex: 1; /* Each card takes equal width in the row */
    min-width: 280px; /* Minimum width before wrapping to next row */
    background: #f8fafc; /* Very light gray for cards */
    border: 1px solid #e2e8f0;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hp-service-card:hover {
    background: #ffffff;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(14, 165, 233, 0.1);
    border-color: #0ea5e9;
}

.hp-card-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    background: #e0f2fe;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 15px rgba(14, 165, 233, 0.1);
}

.hp-card-title {
    font-size: 1.3rem;
    color: #0f172a;
    margin-bottom: 15px;
    font-weight: 600;
}

.hp-card-text {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .hp-main-title { font-size: 2rem; }
    .hp-services-row { flex-direction: column; align-items: center; }
    .hp-service-card { width: 100%; max-width: 400px; }
}



/* Political & Multimedia Section - Strategic Theme */
.hp-pol-section {
    position: relative;
    padding: 120px 20px;
    /* Background: Uttarakhand + Abstract Data Network */
    background: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&q=80&w=1600') no-repeat center center/cover;
    background-attachment: fixed; /* Awesome Parallax Effect */
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Dark Gradient Overlay to make cards pop */
.hp-pol-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.9) 0%, rgba(15, 23, 42, 0.7) 100%);
    z-index: 1;
}

.hp-pol-container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
}

.hp-pol-header {
    text-align: center;
    margin-bottom: 80px;
}

.hp-pol-title {
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -1px;
}

.hp-pol-accent {
    color: #38bdf8;
    text-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
}

.hp-pol-description {
    color: #cbd5e1;
    font-size: 1.2rem;
    max-width: 750px;
    margin: 20px auto 0;
    line-height: 1.6;
}

.hp-pol-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.hp-pol-card {
    position: relative;
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    height: 400px; /* Uniform height */
    perspective: 1000px;
}

.hp-pol-glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 50px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
    position: relative;
}

/* 3D Animation & Glow on Hover */
.hp-pol-card:hover .hp-pol-glass {
    transform: translateY(-20px) rotateX(8deg);
    background: rgba(255, 255, 255, 0.08);
    border-color: #38bdf8;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.hp-pol-icon {
    font-size: 55px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    -webkit-background-clip: text;
    transition: transform 0.5s ease;
}

.hp-pol-card:hover .hp-pol-icon {
    transform: scale(1.2) translateZ(30px);
}

.hp-pol-card-title {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.hp-pol-card-text {
    color: #94a3b8;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Pulse Glow Animation */
.hp-pol-glow {
    position: absolute;
    top: 50%; left: 50%;
    width: 120%; height: 120%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.25) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.hp-pol-card:hover .hp-pol-glow {
    opacity: 1;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .hp-pol-title { font-size: 2.2rem; }
    .hp-pol-card { max-width: 100%; flex: 1 1 100%; height: auto; }
    .hp-pol-section { background-attachment: scroll; } /* Disable parallax on mobile for performance */
}




/* css for project section  */

/* Unique Scoped CSS for GIS Projects Section */
.hp-gis-section {
    position: relative;
    padding: 120px 20px;
    /* Geospatial Terrain/Map Background */
    background: url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&q=80&w=1600') no-repeat center center/cover;
    background-attachment: fixed; /* Awesome Parallax Effect */
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Dark Overlay to make content pop */
.hp-gis-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.9) 0%, rgba(15, 23, 42, 0.7) 100%);
    z-index: 1;
}

.hp-gis-container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
}

.hp-gis-header {
    text-align: center;
    margin-bottom: 80px;
}

.hp-gis-title {
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: 800;
}

.hp-gis-desc {
    color: #cbd5e1;
    font-size: 1.2rem;
    max-width: 750px;
    margin: 15px auto 0;
}

.hp-gis-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.hp-gis-card {
    position: relative;
    flex: 1;
    min-width: 320px;
    max-width: 48%; /* 2 cards in one row on desktop */
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Project Animated Hover */
.hp-gis-card:hover {
    transform: translateY(-20px) rotateX(2deg);
    border-color: #38bdf8;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.hp-gis-card-image {
    height: 250px;
    overflow: hidden;
}

.hp-gis-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hp-gis-card:hover .hp-gis-img {
    transform: scale(1.1);
}

.hp-gis-card-content {
    padding: 40px;
    flex: 1;
}

.hp-gis-project-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.hp-gis-meta-icon {
    font-size: 2rem;
    color: #38bdf8;
}

.hp-gis-project-title {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
}

.hp-gis-project-tagline {
    color: #38bdf8;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 25px;
}

.hp-gis-details-box {
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    padding-left: 20px;
}

.hp-gis-project-text {
    color: #cbd5e1;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .hp-gis-card { flex: 1 1 100%; max-width: 100%; }
}

@media (max-width: 768px) {
    .hp-gis-title { font-size: 2.2rem; }
    .hp-gis-card-content { padding: 30px; }
}
/* close this section  */


.hp-gis-img{


  height: 200px;
}


/* success section css  */

/* Success Section Unique Styles */
.success-section {
    position: relative;
    padding: 100px 20px;
    background: #020617 url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&q=80&w=1600') no-repeat center center/cover;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.success-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.9) 0%, rgba(15, 23, 42, 0.8) 100%);
    z-index: 1;
}

.success-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.success-header {
    text-align: center;
    margin-bottom: 60px;
}

.success-title {
    font-size: 3rem;
    color: #fff;
    font-weight: 800;
}

.success-accent {
    color: #38bdf8;
}

.success-subtitle {
    color: #94a3b8;
    font-size: 1.1rem;
    margin-top: 10px;
}

.success-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.success-card {
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.success-card:hover {
    transform: scale(1.01);
    border-color: #38bdf8;
    background: rgba(255, 255, 255, 0.06);
}

.success-content {
    flex: 1;
    padding: 40px;
    min-width: 300px;
}

.success-tag {
    background: #38bdf8;
    color: #020617;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.success-card-title {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.success-text, .success-info-box {
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 1rem;
}

.success-image-row {
    flex: 1;
    display: flex;
    gap: 10px;
    padding: 20px;
    min-width: 300px;
}

.success-img {
    width: 50%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.success-card:hover .success-img {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .success-image-row { flex-direction: column; }
    .success-img { width: 100%; height: 200px; }
    .success-title { font-size: 2.2rem; }
}




/* Digital Marketing Services Section */
.dm-services-section {
    position: relative;
    padding: 100px 20px;
    /* High-Quality Networking Background */
    background: #020617 url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1600&auto=format&fit=crop') no-repeat center center/cover;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.dm-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* Dark gradient for professional look */
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.9) 0%, rgba(15, 23, 42, 0.8) 100%);
    z-index: 1;
}

.dm-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.dm-header {
    text-align: center;
    margin-bottom: 70px;
}

.dm-title {
    font-size: 3.2rem;
    color: #fff;
    font-weight: 800;
}

.dm-accent {
    color: #38bdf8; /* Digital Blue */
}

.dm-subtitle {
    color: #94a3b8;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 15px auto 0;
}

.dm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 30px;
}

.dm-card {
    position: relative;
    transition: all 0.5s ease;
}

.dm-glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    transition: all 0.4s ease;
}

/* Card Hover Animation */
.dm-card:hover .dm-glass {
    transform: translateY(-10px);
    border-color: #38bdf8;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.dm-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.dm-card-title {
    color: #38bdf8;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.dm-card-text {
    color: #cbd5e1;
    line-height: 1.8;
    font-size: 0.95rem;
    text-align: justify;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .dm-grid { grid-template-columns: 1fr; }
    .dm-title { font-size: 2.2rem; }
    .dm-card-title { font-size: 1.3rem; }
}

.text-justify{
    text-align: justify !important;
}



/* CLOSE THIS FUNCTION  */


/* new css  */

/* Google Font (Inter/Roboto jaisa look dene ke liye) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap');

.iv-hero-container {
    background-color: #1a1a1a; /* Dark background as per image */
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    padding: 80px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.iv-stats-wrapper {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    gap: 60px;
}

.iv-stat-box {
    flex: 1;
    text-align: left;
}

.iv-stat-number {
    font-size: 100px; /* Large impactful number */
    font-weight: 400;
    margin: 0;
    letter-spacing: -2px;
    color : #fff;
}

.iv-stat-subtext {
    font-size: 18px;
    color: #e0e0e0;
    margin-top: 20px;
    max-width: 300px;
}

.iv-divider {
    width: 1px;
    height: 250px;
    background-color: #ffffff44; /* Semi-transparent line */
}

.iv-content-box {
    flex: 1.5;
}

.iv-main-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}

.iv-description {
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
    max-width: 550px;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .iv-stats-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .iv-divider {
        width: 100%;
        height: 1px;
    }
    .iv-stat-number {
        font-size: 60px;
    }
    .iv-main-title {
        font-size: 32px;
    }
    .iv-stat-box, .iv-content-box {
        text-align: center;
    }
}


/* close this css  */


/* css for product secgtion  */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

.up-product-section {
    background-color: rgba(251, 249, 248, var(--tw-bg-opacity, 1));
    padding: 80px 5%;
    font-family: 'Inter', sans-serif;
    color: #333;
}

/* Header Styles */
.up-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.up-section-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.up-section-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 400px;
    margin-bottom: 25px;
}

.up-explore-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #333;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

.up-explore-btn:hover {
    background: #333;
    color: #fff;
}

/* Arrows */
.up-slider-arrows {
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
}

.up-arrow {
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}

/* Slider Layout */
.up-product-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth; /* Isse slide jhatke se nahi, smoothly hoga */
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.up-product-slider::-webkit-scrollbar {
    display: none; /* Chrome/Safari ke liye scrollbar hide */
}

/* Card Styles */
.up-product-card {
    min-width: 280px; /* Card width matching the image */
    flex: 0 0 auto;
    background: #f8f8f8;
}

.up-image-container {
    width: 100%;
    height: 310px;
    overflow: hidden;
}

.up-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.up-card-content {
    /* padding: 30px 20px; */
      padding: 30px 20px;
    background: white;
    box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.up-card-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.up-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
    height: 65px; /* Text alignment ke liye fixed height */
    overflow: hidden;
}

.up-learn-more {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .up-header-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .up-slider-arrows {
        display: none; /* Mobile pe touch swipe kaam karega */
    }
}
/* close product section css  */


/* about us css start  */

/* --- The Main Banner Section (Unique Prefix: its-) --- */
.its-about-hero-section {
    width: 1920px;   /* As requested, fixed width */
    height: 600px;  /* As requested, fixed height */
    background-image: url('../img/banner/aboutbanner.jpg'); 
    background-size: cover;        /* Ensures the image covers the whole area */
    background-position: center;   /* Centers the image */
    background-repeat: no-repeat;
    position: relative;             /* Important for overlay */
    overflow: hidden;               /* Keep everything inside */
}

.servicessection{
	    background-image: url('../img/banner/services.jpg') !important; 
}

/* --- Dark Overlay to make the text readable --- */
.its-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Gradient overlay from darker to transparent, gives depth */
    background: linear-gradient(135deg, rgb(78 78 78 / 64%) 0%, rgb(10 13 21 / 60%) 100%);
    display: flex;
    align-items: center;  /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
}

/* --- Container for the Content (to give it structure) --- */
.its-hero-container {
    max-width: 1200px; /* Limits the content width within the 1920px section */
    width: 90%;          /* Responsive width on smaller screens */
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Wrapper for the inner content (like text and buttons) --- */
.its-hero-content-wrapper {
    max-width: 750px; /* Limits text width for readability */
    color: #ffffff;    /* Primary text color is white */
}

/* --- Hero Subtitle Styles --- */
.its-hero-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #38bdf8; /* A modern blue accent color */
    margin-bottom: 12px;
}

/* --- Main Hero Headline (H1) Styles --- */
.its-hero-title {
    font-size: 48px;  /* Large, dominant headline */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -1px;
  color: #fff;
}

/* --- Main Hero Description (P) Styles --- */
.its-hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85); /* Slightly lighter text */
    margin-bottom: 40px;
}

/* --- Button Group Styles --- */
.its-hero-action-area {
    display: flex;
    gap: 16px;       /* Spacing between buttons */
    flex-wrap: wrap; /* Buttons stack on smaller screens */
}

/* --- Common Button Styles --- */
.its-hero-btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px; /* Rounded corners */
    transition: all 0.3s ease; /* Smooth transition on hover */
    text-align: center;
}

/* --- Primary Button (Blue background) --- */
.its-hero-btn-primary {
    background-color: #0284c7; /* Modern blue */
    color: #ffffff;
    border: 2px solid #0284c7;
}

.its-hero-btn-primary:hover {
    background-color: #0369a1; /* Slightly darker on hover */
    border-color: #0369a1;
}

/* --- Secondary Button (Outline/Transparent) --- */
.its-hero-btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.7); /* White transparent border */
}

.its-hero-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Light background on hover */
    border-color: #ffffff;
}

/* --- Simple Responsiveness for Tablets/Mobiles --- */
@media (max-width: 1920px) {
    /* Ensures the banner behaves well even if the screen isn't exactly 1920px */
    .its-about-hero-section {
        width: 100%; 
    }
}

@media (max-width: 768px) {
    .its-hero-title {
        font-size: 36px; /* Smaller font on mobile */
    }
    
    .its-hero-description {
        font-size: 16px;
    }
    
    .its-hero-action-area {
        justify-content: center; /* Center buttons on mobile */
    }
}
/* close this css section  */


/* --- Section Container - Sets the Overall Height and White Background --- */
.sk-about-layout-container {
    width: 100%;            /* Standard wide width, can be 1920px but 100% is more flexible */
    max-width: 1920px;       /* Keeps it within requested size limits */
    height: 350px;         /* As requested: Fixed height */
    background-color: #ffffff; /* As requested: White background */
    display: flex;
    align-items: center;    /* Vertically center the layout inside the 600px banner */
    justify-content: center; /* Horizontally center the content wrapper */
    overflow: hidden;        /* Prevents content from spilling out */
    padding: 0 40px;         /* Side padding for smaller screens */
}

/* --- The Main Wrapper for the Two Columns --- */
.sk-layout-wrapper {
    display: grid;
    /* Grid layout: Left column takes 1 part, right column takes 1.1 parts (slightly wider) */
    grid-template-columns: 1fr 1.1fr; 
    gap: 80px;               /* Space between the two columns */
    max-width: 1200px;        /* Limits the maximum text width for better readability */
    width: 100%;             /* Ensures it spans within max-width */
    align-items: flex-start; /* Vertically aligns text at the top of the columns */
}

/* --- Left Column Styles --- */
.sk-layout-left-col {
    /* No additional styles needed here; grid handles layout */
}

/* --- Right Column Styles --- */
.sk-layout-right-col {
    /* No additional styles needed here; grid handles layout */
}

/* --- Main Title (Left Column) - Big, prominent font --- */
.sk-main-title {
    font-size: 40px;         /* Large, but not overwhelming */
    font-weight: 300;         /* Light font weight (Thin/Light as per image) */
    line-height: 1.25;       /* Tight line spacing for headings */
    color: #1a1a1a;          /* Dark charcoal/almost-black text */
    letter-spacing: -1.2px;   /* Slights negative letter-spacing for modern look */
}

/* --- Descriptive Paragraphs (Right Column) --- */
.sk-description-text {
    font-size: 16px;          /* Standard, easy-to-read text size */
    font-weight: 400;         /* Normal font weight */
    line-height: 1.6;        /* Taller line-height for better body text readability */
    color: #333333;          /* Slightly softer black for long text */
    max-width: 520px;         /* Keeps the text line length perfect for reading */
}

/* --- Styles specifically for the second paragraph --- */
.sk-second-para {
    margin-top: 30px;        /* Space between paragraph 1 and 2 */
}


/* --- Mobile Responsiveness (Essential for modern web) --- */
@media (max-width: 900px) {
    /* On tablets/smaller screens, switch to a stacked single-column layout */
    .sk-about-layout-container {
        height: auto;        /* Let height be determined by content on mobile */
        padding: 80px 30px;  /* Increase padding */
    }
    
    .sk-layout-wrapper {
        grid-template-columns: 1fr; /* Stack columns vertically */
        gap: 50px;           /* Reduce gap */
        justify-content: center;
        text-align: center;   /* Center text for better mobile experience */
    }
    
    .sk-layout-left-col {
        display: flex;
        justify-content: center;
    }
    
    .sk-main-title {
        font-size: 32px;      /* Slightly smaller title on mobile */
        max-width: 80%;       /* Keeps title from being full width */
    }
    
    .sk-description-text {
        font-size: 15px;      /* Slightly smaller text on mobile */
        margin: 0 auto;       /* Centers the description */
    }
}  

/* close this seciton  */


/* new css start  */

/* --- Stats Section Main Container --- */
.sk-stats-section {
    width: 100%;
    background-color: #212121; /* Image jaisa dark blue color */
    padding: 100px 0;          /* Vertical spacing */
    display: flex;
    justify-content: center;
}

/* --- Wrapper to align 4 columns --- */
.sk-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 barabar columns */
    max-width: 1200px;
    width: 90%;
    gap: 30px;
}

/* --- Individual Card Style --- */
.sk-stat-card {
    text-align: left; /* Image mein text left aligned hai */
    color: #ffffff;
}

/* --- Large Stats Number --- */
.sk-stat-number {
    font-size: 56px;
    font-weight: 400; /* Light/Regular jaisa image mein hai */
    margin-bottom: 10px;
    color: #f1e6e6;
}

/* --- The Small Underline --- */
.sk-stat-line {
    width: 40px;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.6;
}

/* --- Stat Description Text --- */
.sk-stat-text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    max-width: 200px; /* Text ko wrap karne ke liye */
    opacity: 0.9;
    color: #f1e6e6;
}

/* --- Responsiveness for Mobile --- */
@media (max-width: 768px) {
    .sk-stats-wrapper {
        grid-template-columns: repeat(2, 1fr); /* Mobile par 2 columns dikhenge */
        gap: 40px;
    }
    
    .sk-stat-number {
        font-size: 42px;
    }
}

@media (max-width: 480px) {
    .sk-stats-wrapper {
        grid-template-columns: 1fr; /* Bahut chote phone par 1 column */
        text-align: center;
    }
    .sk-stat-line {
        margin: 0 auto 20px auto; /* Line center karne ke liye agar text center ho */
    }
}


.align-self-center{

	align-self: center;
    text-align: center;
	
}






/* Unique Section Styles */
.skynet-slider-wrapper {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.skynet-main-title {
    color: #1a1a1a;
    font-size: 2.5rem;
}

/* Service Card Design */
.skynet-service-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

.skynet-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.skynet-image-box {
    position: relative;
    height: 240px;
}

.skynet-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.skynet-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #001f3f; /* Deep Navy */
    color: #fff;
    padding: 5px 15px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
}

.skynet-content-box {
    padding: 30px;
    text-align: center;
}

.skynet-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.skynet-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.skynet-explore-btn {
    font-weight: 700;
    font-size: 13px;
    color: #001f3f;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s;
}

.skynet-explore-btn i {
    margin-left: 5px;
    transition: 0.3s;
}

.skynet-explore-btn:hover i {
    transform: translateX(5px);
}

/* Navigation Buttons */
.swiper-button-prev-unique,
.swiper-button-next-unique {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1a1a1a;
    transition: 0.3s;
}

.swiper-button-prev-unique:hover,
.swiper-button-next-unique:hover {
    background: #001f3f;
    color: #fff;
}


/* Swiper Default Icon Reset */
.skynet-nav-prev::after,
.skynet-nav-next::after {
    display: none !important; /* Swiper ke default arrows ko hide karne ke liye */
}

.skynet-nav-prev,
.skynet-nav-next {
    position: static !important; /* Default absolute positioning hatane ke liye */
    width: 45px !important;
    height: 45px !important;
    margin: 0 !important;
    background: #ffffff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1a1a1a;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    z-index: 10;
}

.skynet-nav-prev:hover,
.skynet-nav-next:hover {
    background: #001f3f; /* Deep Navy */
    color: #ffffff !important;
}

/* Icon size and alignment */
.skynet-nav-prev i,
.skynet-nav-next i {
    font-size: 16px;
}


/* css start  */


/* Unique Section Styling for Skynet24 */
.s24-products-area {
    padding: 80px 0;
    background-color: #fcfcfc;
    overflow: hidden;
}

.s24-section-head h2 {
    font-weight: 800;
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 15px;
    position: relative;
}

.s24-product-row {
    margin-bottom: 60px;
    transition: all 0.4s ease-in-out;
}

.s24-prod-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.s24-prod-img img {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
}

.s24-prod-row:hover .s24-prod-img img {
    transform: scale(1.08);
}

.s24-prod-content {
    padding: 30px;
}

.s24-tag {
    display: inline-block;
    background: #e2e8f0;
    color: #2d3748;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.s24-prod-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #0056b3; /* Primary Theme Color */
    margin-bottom: 20px;
}

.s24-prod-content p {
    color: #4a5568;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 25px;
}

.s24-btn-main {
    display: inline-block;
    padding: 12px 30px;
    background-color: #0056b3;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid transparent;
}

.s24-btn-main:hover {
    background-color: transparent;
    border-color: #0056b3;
    color: #0056b3;
}

/* Responsive Mobile View */
@media (max-width: 768px) {
    .s24-product-row {
        margin-bottom: 40px;
        text-align: center;
    }
    .s24-prod-content {
        padding: 20px 0;
    }
}

/* css close  */

/* start css  */

/* Google Fonts Import (Optional but recommended) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

.s24-career-section {
    font-family: 'Poppins', sans-serif;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #eef2ff 100%);
    position: relative;
    overflow: hidden;
}

/* Content Styling */
.s24-subtitle {
    color: #0056b3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.s24-career-title {
    font-size: 42px;
    font-weight: 700;
    color: #1e293b;
    margin: 15px 0 25px;
}

.s24-career-title span {
    color: #0056b3;
}

.s24-career-desc {
    font-size: 17px;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 30px;
}

.s24-benefits-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.s24-benefits-list li {
    font-weight: 600;
    color: #334155;
    margin-bottom: 12px;
}

.s24-benefits-list li i {
    color: #10b981;
    margin-right: 10px;
}

/* Glass-morphism Form Card */
.s24-apply-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 86, 179, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.s24-form-header h3 {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 5px;
}

.s24-form-header p {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 30px;
}

/* Input Styling */
.s24-label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
    display: block;
}

.s24-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #f1f5f9;
    border-radius: 10px;
    background: #f8fafc;
    transition: all 0.3s ease;
    font-size: 14px;
}

.s24-input:focus {
    outline: none;
    border-color: #0056b3;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 86, 179, 0.05);
}

.file-input {
    padding: 8px;
}

/* Submit Button */
.s24-submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(90deg, #0056b3, #007bff);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s;
    box-shadow: 0 10px 20px rgba(0, 86, 179, 0.2);
}

.s24-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 86, 179, 0.3);
}

/* Responsive */
@media (max-width: 991px) {
    .s24-career-section {
        padding: 60px 0;
        text-align: center;
    }
    .s24-benefits-list {
        display: inline-block;
        text-align: left;
    }
    .s24-apply-card {
        margin-top: 50px;
    }
}

/* close css  */


/* new css start for carusel  */

:root {
    --sk-primary: #00d2ff;
    --sk-secondary: #3a7bd5;
    --sk-dark: #0a0e17;
    --sk-font: 'Inter', system-ui, sans-serif;
}

.sk-hero-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    background: var(--sk-dark);
    overflow: hidden;
    font-family: var(--sk-font);
}

.sk-hero-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    padding: 0 8%;
}

.sk-hero-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

/* Background Image Animation */
.sk-hero-media {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.sk-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    filter: brightness(0.4);
    transition: transform 8s ease;
}

.sk-hero-item.active .sk-hero-media img {
    transform: scale(1);
}

/* Gradient Overlay */
.sk-hero-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, rgba(10,14,23,0.9) 0%, rgba(10,14,23,0.2) 100%); */
    z-index: 1;
}

/* Content Animations */
.sk-hero-content {
    position: relative;
    z-index: 5;
    max-width: 700px;
}

.sk-hero-tag {
    display: inline-block;
    color: var(--sk-primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 15px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.5s ease 0.3s;
}

.sk-hero-title {
    color: #fff;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 20px;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.6s ease 0.5s;
}

.sk-hero-title span {
    background: linear-gradient(to right, var(--sk-primary), var(--sk-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sk-hero-desc {
    color: rgba(255,255,255,0.8);
    font-size: 1.1rem;
    max-width: 500px;
    margin-bottom: 35px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.5s ease 0.7s;
}

/* Button Styling */
.sk-hero-actions {
    display: flex;
    gap: 20px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.5s ease 0.9s;
}

.sk-hero-item.active .sk-hero-tag,
.sk-hero-item.active .sk-hero-title,
.sk-hero-item.active .sk-hero-desc,
.sk-hero-item.active .sk-hero-actions {
    transform: translateY(0);
    opacity: 1;
}

.sk-btn-primary {
    padding: 15px 35px;
    background: var(--sk-primary);
    color: #000;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0, 210, 255, 0.3);
    transition: 0.3s;
}

.sk-btn-outline {
    padding: 15px 35px;
    border: 2px solid rgba(255,255,255,0.2);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s;
}

.sk-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0, 210, 255, 0.4); }
.sk-btn-outline:hover { background: #fff; color: #000; }

/* Navigation */
.sk-hero-nav {
    position: absolute;
    bottom: 50px;
    right: 8%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.sk-nav-numbers { color: #fff; font-size: 1.2rem; font-weight: 300; letter-spacing: 2px; }
.sk-nav-numbers span { font-weight: 800; color: var(--sk-primary); }

.sk-nav-dots { display: flex; gap: 10px; }
.sk-dot {
    width: 40px;
    height: 4px;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: 0.4s;
}
.sk-dot.active { background: var(--sk-primary); width: 60px; }


/* close this css  */






