/*----------------------------------------------------
CSS Table Of Content
1. Global Area 
2. Header Section
3. Home Page 1
	- global area
	- slider area
	- service area
	- global area
	- sponsor area
	- project area
	- text-scroll area
	- team area
	- blog area
4. Home page 2
	- global area
	- banner area
	- funfact area
	- integration area
	- feature area
	- how-it-work area
	- testimonial area
	- Overview area
5. Home Page 3
	- global area
	- banner area
	- portfolio area
	- fun-fact area
	- video-play area
	- Testimonial area
	- Blog area
6. Home age 4
	- global area
	-banner area
	-Feature area
	-Project area
	-Service area
	-Pricing area
	-Testimonial area
	-Blog area
7. Home page 5
	-Global area
	-Search area
	-service area
	-fun-fact area
	-contact area
	-Testimonial area
	-Blog area
8. Home page 6
	- Global area	
	- Banner area	
	- Service area	
	- About area	
	- Case area	
	- How Help area	
	- Sponsor Testimonial area	
	- Blog area	
9. Home page 7
	- Global area	
	- banner area	
	- sponsor area	
	- about area	
	- service area	
	- video-skill area	
	- counter-project area	
	- project area	
	- testimonial area	
	- blog area	
	- social-ratting area	
	- footer-ctat area	
10. Inner Pages
	-breadcrumb	
	-about-page	
	-service-page	
	-service-details-page	
	-mission-page	
	-team-details-page	
	-faq-page	
	-portfolio-page	
	-portfolio-details-page	
	-blog-page	
	-blog-details-page	
	-shop-page	
	-shop-details-page	
	-cart-page	
	-check-out-page	
	-price-page	
	-contact-page	
11. Footer Area
12. Responsive Area 

=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400&amp;family=Jost:wght@200;400;500;600;700;800&amp;family=Oswald:wght@300;400;500;600;700&amp;family=Poppins:wght@300;400;500;600;700&amp;display=swap");
/*global area*/
/*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&amp;family=Rubik:wght@400;500;600;700&amp;display=swap");
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  color: var(--body-color);
  /* font-family: var(--body-font); */
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body .container {
  max-width: 1310px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #000 url("../img/loader.png") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}
#vehicle1 {
width: 100%;
    height: 55px;
    padding: 10px 20px;
    margin-bottom: 30px;
    background-color: #0D0D0D;
    border: 1px solid #393939;
}
.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background_position {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 80px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: var(--base-color-1);
}
.scrollup i {
  color: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.cursor {
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: rgba(122, 122, 122, 0.3);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  z-index: 1011;
}

@-webkit-keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
.line_animation {
  top: 0px;
  left: 50%;
  z-index: -1;
  width: 100%;
  bottom: 0px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.line_animation .line_area {
  width: 12.5%;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid #1C1C1C;
}
.line_animation .line_area:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 60px;
  border-radius: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background-image: linear-gradient(0deg, #ffffff, transparent);
}
/* 
.line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 20s ease-out infinite;
  animation: line_animation 20s ease-out infinite;
}

.line_animation .line_area:nth-child(odd):before {
  -webkit-animation: line_animation_2 20s ease-out infinite;
  animation: line_animation_2 20s ease-out infinite;
} */

@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes Ori_animation_4 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
            transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes Ori_animation_4 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes Ori_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
            transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
            transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
            transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes Ori_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
  }
}
/*Modal Popip Login Form */
/*--------------------------------------*/
.signup-modal .modal-content {
  border-radius: 0;
}
.signup-modal .modal-dialog {
  padding: 0;
  max-width: 1020px;
}
.signup-modal .modal-dialog .modal-body {
  padding: 0;
}
.signup-modal .close-btn {
  color: #fff;
  top: 20px;
  right: 20px;
  border: none;
  position: absolute;
  background-color: transparent;
}

.sign-up-modal-form-content {
  background-color: #171717;
}
.sign-up-modal-form-content .brand-logo {
  top: 30px;
  left: 30px;
}
.sign-up-modal-form-content .sign-up-modal-img {
  width: 50%;
}
.sign-up-modal-form-content .sign-up-modal-form {
  width: 50%;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 50px;
}
.sign-up-modal-form-content .sign-up-modal-form h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 18px;
}
.sign-up-modal-form-content .sign-up-modal-form p {
  color: #BAC1D4;
}
.sign-up-modal-form-content .sign-up-modal-form form {
  margin-top: 25px;
}
.sign-up-modal-form-content .sign-up-modal-form label {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sign-up-modal-form-content .sign-up-modal-form input {
  width: 100%;
  border: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background-color: transparent;
  border-bottom: 1px solid #393939;
}
.sign-up-modal-form-content .sign-up-modal-form .signup-account-forget {
  margin: 20px 0px;
}
.sign-up-modal-form-content .sign-up-modal-form .keep-login input {
  width: auto;
}
.sign-up-modal-form-content .sign-up-modal-form .forgot-pass a {
  color: var(--base-color-1);
}
.sign-up-modal-form-content .sign-up-modal-form button {
  color: #fff;
  width: 100%;
  border: none;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: var(--base-color-1);
}

/*=============================
	03. Header
===============================*/
.custom-container {
    max-width: 1800px;
}
.custom-container-two {
    max-width: 1640px;
}
.custom-container-three {
	max-width: 1410px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 99;
	height: auto;
	background: #00000042;
}
.header-mail a {
	color: var(--tg-white);
	text-decoration: underline;
}
.header-mail a:hover {
	/* color: var(--tg-primary-color); */
}
.header-contact a {
	color: #212529;
}
.header-contact a:hover {
	color: var(--tg-primary-color);
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
	align-items: center;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0;
	margin: 0 0 0 auto;
}
.navbar-wrap .navigation.right {
	margin: 0 auto 0 0;
}
.navbar-wrap ul li {
    list-style: none;
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 15px;
	font-weight: 500;
	color: var(--tg-white);
	padding: 48px 10px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: #fff;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.header-action > ul > li {
    position: relative;
    margin-left: 30px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: var(--tg-heading-font-color);
	font-size: 14px;
}
.header-action .header-btn .btn {
	color: var(--tg-white);
	font-size: 14px;
	padding: 13px 22px;
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 220px;
	background: #000;
	margin: 0 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	padding: 14px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}
.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
	padding: 8px 15px 8px 25px;
	line-height: 1.4;
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-silver);
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .sub-menu li a:hover,
.navbar-wrap ul li .sub-menu li.active a {
	color: var(--tg-white);
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.logo {
	margin: 0 220px;
}
.logo img {
	width: auto;
	height: 64px;
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #000;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
#header-fixed-height.active-height {
	display: block;
	height: 110px;
}
.sticky-menu .header-mail a {
	/* color: var(--tg-primary-color); */
}
.sticky-menu .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
}
.sticky-menu .navbar-wrap > ul > li.active > a,
.sticky-menu .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color);
}
.sticky-menu .header-contact a {
	color: var(--tg-primary-color);
}
.sticky-menu .logo {
	display: none;
}
.sticky-menu .logo img {
	width: auto;
	height: 85px;
	padding: 10px 0;
}
.sticky-menu .logo.d-none {
	display: block !important;
}
.logo.mobile-logo.d-none {
	display: none !important;
}

/* header-two */
.menu-area-two .menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-action .header-contact ul {
	text-align: right;
}
.header-action .header-contact ul li a {
	color: var(--tg-white);
}
.header-action .header-contact ul li:first-child a {
	text-decoration: underline;
}
.sidebar-contact .menu-icon a,
.header-action .icon a {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.3px solid var(--tg-white);
	border-radius: 8px;
	color: var(--tg-white);
	font-size: 25px;
}
.sidebar-contact .menu-icon a {
    flex-direction: row;
    gap: 5px;
}
.header-action .icon a {
    flex-direction: column;
    gap: 5px;
}
.header-action .icon a > span,
.sidebar-menu-two .menu-icon span {
    height: 2px;
    width: 16px;
    background: var(--tg-white);
    border-radius: 30px;
    transition: .15s linear;
}
.sidebar-menu-two .menu-icon a span:nth-child(2),
.sidebar-menu-two .menu-icon:not(.active) a:hover span,
.header-action .icon:not(.active) a:hover>span,
.header-action .icon a > span:nth-child(2) {
    width: 11px;
    margin-left: 5px;
}
.sidebar-menu-two .menu-icon:not(.active) a:hover> span:nth-child(2),
.header-action .icon:not(.active) a:hover > span:nth-child(2) {
    width: 16px;
    margin-left: 0;
}
.sidebar-menu-two .menu-icon.active a>span,
.header-action .icon.active a>span {
    transform: rotate(45deg);
    margin-bottom: -2px;
}
.sidebar-menu-two .menu-icon.active a>span:nth-child(2),
.header-action .icon.active a>span:nth-child(2) {
    width: 16px;
    margin-left: 0;
    margin-top: -5px;
    transform: rotate(-45deg);
    margin-bottom: 0;
}
.sticky-menu .header-action .header-contact ul li a {
	color: var(--tg-primary-color);
}
.sticky-menu .header-action .icon a {
	border-color: var(--tg-primary-color);
}
.sticky-menu .header-action .icon a>span {
	background: var(--tg-primary-color);
}
.menu-area-two {
	padding: 27px 0px;
}
.menu-area-two.sticky-menu {
	padding: 18px 0px;
}
.burger-menu-visible .menu-area-two.transparent-header.sticky-menu {
    background: linear-gradient(100.72deg, #202020 0.11%, rgba(32, 32, 32, 0.99) 72.41%, #202020 103.32%);
}

/* header-three */
.menu-style-three .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
}
.menu-style-three .navbar-wrap > ul > li.active > a,
.menu-style-three .navbar-wrap > ul > li > a:hover {
	color: var(--tg-primary-color);
}
.menu-style-three .header-contact a {
	color: var(--tg-body-font-color);
}
.menu-style-three .header-contact a:hover {
	color: var(--tg-primary-color);
}
.menu-style-three .navbar-wrap ul {
	margin: 0 auto;
}
.menu-style-three .logo {
	margin: 0;
}
.menu-style-three.sticky-menu .logo {
	display: block;
}
.fullscreen-menu .offNav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    padding: 40px 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 99;
}
.fullscreen-menu .nav-height {
    overflow-y: scroll;
    position: relative;
    height: 100%;
    padding: 80px 0;
    padding-right: 30px;
    width: calc(100% + 30px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fullscreen-menu .nav-height .inner {
    width: 360px;
    text-align: center;
}
.burger-menu-visible {
    overflow: hidden;
}
.burger-menu-visible .fullscreen-menu .offNav {
    background: linear-gradient(100.72deg, #202020 0.11%, rgba(32, 32, 32, 0.99) 72.41%, #202020 103.32%);
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
}
.fullscreen-menu ul {
    margin: 0;
    padding: 0;
}
.side-menu-inner .navigation li,
.fullscreen-menu .navigation li {
    display: block;
    list-style: none;
    position: relative;
}
.side-menu-inner .navigation > li,
.fullscreen-menu .navigation > li {
    top: -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
}
.side-menu-inner .navigation > li.is-show,
.fullscreen-menu .navigation > li.is-show {
    visibility: visible;
    opacity: 1;
    top: 0px;
}
.side-menu-inner .navigation > li,
.fullscreen-menu .navigation > li {
    margin-bottom: 10px;
}
.side-menu-inner .navigation > li:last-child,
.fullscreen-menu .navigation > li:last-child {
    margin-bottom: 0;
}
.side-menu-inner .navigation li.menu-item-has-children .sub-menu,
.fullscreen-menu .navigation li.menu-item-has-children .sub-menu {
    display: none;
    margin: 15px 0;
}
.side-menu-inner .navigation li .dropdown-icon,
.fullscreen-menu .navigation li .dropdown-icon {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 68px;
}
.fullscreen-menu .navigation li .dropdown-icon.fa-minus {
    color: var(--tg-theme-primary);
}
.fullscreen-menu .navigation li .dropdown-icon.fa-minus.fa-plus {
    color: currentColor;
}
.side-menu-inner .navigation li>a,
.fullscreen-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 1;
    padding: 10px 40px;
    font-size: 48px;
    font-weight: 500;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    text-transform: uppercase;
}
.side-menu-inner .navigation li.active > a,
.fullscreen-menu .navigation li.active > a {
    color: var(--tg-primary-color);
}
.side-menu-inner .navigation > li .sub-menu li a,
.fullscreen-menu .navigation > li .sub-menu li a {
    font-size: 16px;
    font-family: var(--tg-body-font-family);
    color: var(--tg-silver);
    text-transform: capitalize;
}
.side-menu-inner .navigation>li .sub-menu li.active>a,
.side-menu-inner .navigation>li .sub-menu li:hover > a,
.fullscreen-menu .navigation>li .sub-menu li.active>a,
.fullscreen-menu .navigation>li .sub-menu li:hover > a {
    color: var(--tg-primary-color);
}

/* header-four */
.header-top {
	background: var(--tg-secondary-color);
	padding: 6px 0;
}
.header-top-left p {
	margin-bottom: 0;
	font-size: 14px;
	color: var(--tg-silver);
}
.header-top-right ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
}
.header-top-right ul li a {
	color: var(--tg-silver);
	font-size: 14px;
}
.header-top-right ul li:nth-child(1) a {
	text-decoration: underline;
}
.header-top-right ul li a:hover {
	color: var(--tg-primary-color);
}
.header-style-four .transparent-header {
	top: 40px;
}
.header-style-four .menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header-style-four .logo {
	margin: 0 0;
}
.header-style-four .navbar-wrap > ul > li {
	margin-right: 40px;
}
.header-style-four .navbar-wrap > ul > li:last-child {
	margin-right: 0;
}
.header-style-four .navbar-wrap ul li a {
	padding: 48px 0;
}
.header-style-four .sticky-menu .logo {
	display: block;
}
.header-style-four .transparent-header.sticky-menu {
	top: 0;
}

/* header-five */
.header-style-five .menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header-style-five .header-action > ul {
    margin-left: 60px;
}
.header-style-five .header-action > ul > li {
    margin-left: 40px;
}
.header-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.header-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1.3px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
	font-size: 14px;
}
.header-social .list-wrap li a:hover {
	color: var(--tg-white);
	background: var(--tg-primary-color);
}
.header-style-five .header-action .header-contact a {
	color: var(--tg-body-font-color);
	font-size: 15px;
}
.header-style-five .header-action .header-contact a:hover {
	color: var(--tg-primary-color);
}
.header-style-five .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
}
.header-style-five .navbar-wrap > ul > li > a:hover,
.header-style-five .navbar-wrap > ul > li.active > a {
	color: var(--tg-primary-color);
}
.header-style-five .logo {
	margin: 0;
}
.header-style-five .sticky-menu .logo {
	display: block;
}

/* header-six */
.header-style-six .transparent-header {
	top: 40px;
}
.header-style-six .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
}
.header-style-six .navbar-wrap > ul > li.active > a,
.header-style-six .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color);
}
.header-style-six .sticky-menu .logo {
	display: block;
}
.header-style-six .transparent-header.sticky-menu {
	top: 0;
}
.menu-area-seven {
	background: var(--tg-white);
}
.menu-area-seven .header-action .icon a {
	border: 1.3px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
}
.menu-area-seven .header-action .header-contact ul li a {
	color: var(--tg-primary-color);
}
.menu-area-seven .header-action .icon a span {
    background: var(--tg-primary-color);
}


/* sidebar-menu */
.sidebar-menu {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 320px;
	z-index: 101;
	padding: 40px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-body-background-color);
}
.sidebar-menu::-webkit-scrollbar {
    width: 0;
}
.sidebar-logo {
	margin-bottom: 130px;
}
.sidebar-menu .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
	padding: 8px 0;
}
.sidebar-menu .navbar-wrap ul {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
    width: 100%;
    text-align: center;
}
.sidebar-menu .navbar-wrap ul .sub-menu {
    display: none;
    position: relative;
    transform: scale(1);
    transform-origin: 0 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    background: transparent;
    text-align: center;
    visibility: visible;
    border-radius: 0;
    min-width: 100%;
    padding: 0 0;
    margin: 18px 0;
    opacity: 1;
}
.sidebar-menu .navbar-wrap ul li {
    margin: 0 0 5px;
    text-align: center;
}
.sidebar-menu .navbar-wrap ul li:last-child {
    margin: 0 0;
}
.sidebar-menu .navbar-wrap ul .sub-menu li {
    text-align: center;
}
.sidebar-menu .navbar-wrap ul li .sub-menu li {
    margin: 0 0 8px;
}
.sidebar-menu .navbar-wrap ul li .sub-menu li:last-child {
    margin: 0 0;
}
.sidebar-menu .navbar-wrap ul li .sub-menu li a {
    padding: 0 0;
    font-size: 14px;
    color: var(--tg-secondary-color);
}
.sidebar-menu .navbar-wrap ul li .sub-menu li.active > a,
.sidebar-menu .navbar-wrap ul li .sub-menu li:hover > a {
    color: var(--tg-primary-color);
}
.sidebar-menu .dropdown-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}
.sidebar-menu .navbar-wrap {
    flex-grow: 0;
    margin: 0 0 50px;
}
.sidebar-contact {
	margin-top: auto;
}
.sidebar-contact > ul {
	margin-bottom: 25px;
}
.sidebar-contact ul li a {
	font-size: 15px;
	color: var(--tg-body-font-color);
}
.sidebar-contact ul li:first-child a {
	text-decoration: underline;
}
.sidebar-social .list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.sidebar-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid var(--tg-primary-color);
	border-radius: 50%;
	font-size: 14px;
	color: var(--tg-primary-color);
}
.sidebar-social .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.main-content {
	margin-left: 320px;
}
.side-menu-visible .sidebar-menu {
    transform: translateX(0);
}
.sidebar-menu-backdrop,
.sidebar-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: var(--tg-black);
}
.side-menu-visible .sidebar-backdrop {
	opacity: 0.6;
	visibility: visible;
}

.sidebar-menu-two {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 110px;
	padding: 40px 25px;
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 10;
	background: var(--tg-white);
}
.sidebar-menu-two .sidebar-contact {
    display: flex;
    align-items: center;
    transform: rotate(180deg);
    margin-top: 0;
    flex-direction: row-reverse;
    writing-mode: vertical-rl;
}
.sidebar-menu-two .menu-icon {
    margin-top: 40px;
}
.sidebar-menu-two .sidebar-contact .menu-icon a {
	border: 1.3px solid var(--tg-secondary-color);
	color: var(--tg-secondary-color);
}
.sidebar-menu-two .sidebar-contact .menu-icon span {
    background-color: var(--tg-secondary-color);
}
.sidebar-menu-two .sidebar-contact > ul {
    margin-bottom: 0;
    text-align: right;
}
.sidebar-menu-two .sidebar-logo {
	margin-bottom: 40px;
	margin-top: auto;
	transform: rotate(-90deg);
	width: 110px;
}
.main-content-two {
	margin-left: 110px;
}
.side-menu-wrapper {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 729px;
    padding: 35px 120px 55px;
    transform: translateX(-100%);
    height: 100%;
    display: block;
    background-color: var(--tg-white);
    z-index: 9;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.side-menu-wrapper::-webkit-scrollbar {
    width: 0;
}
.side-menu-inner {
    text-align: center;
}
.side-menu-inner ul {
    margin: 0;
    padding: 0;
}
.side-menu-inner li {
    list-style: none;
}
.side-menu-inner .navigation li>a {
    color: var(--tg-heading-font-color);
}
.burger-menu-visible .sidebar-menu-backdrop {
    opacity: .6;
    visibility: visible;
}
.side-menu-wrapper.side-menu-show {
    transform: translateX(0);
}
.sidebar-menu-backdrop {
    z-index: 8;
}

/*=============================
	04. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: var(--tg-white);
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	max-width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.active>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #000;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.mobile-menu .navigation ul {
	padding: 0;
	margin: 0;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-heading-font-color);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation > li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
    width: 2px;
    background: var(--tg-primary-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: var(--tg-white);
	background: var(--tg-primary-color);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn span {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .navigation li.active > a {
    color: var(--tg-primary-color);
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid var(--tg-gray);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	color: var(--tg-primary-color);
	display: none;
	margin-top: 0px;
}


/*---------------------------------------------------- */
/* Digital Studio Home Page*/
/*----------------------------------------------------*/
/*Global area For Digital Studio*/
/*----------------------------------------------------*/
.digital-studio,
.inner-page {
  color: #fff;
  background-color: #0d0d0d;
}
.digital-studio h1,
.digital-studio h2,
.digital-studio h3,
.digital-studio h4,
.digital-studio h5,
.digital-studio h6,
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--heading-1);
}

.btn-1 a {
  z-index: 1;
  font-size: 14px;
  display: block;
  font-weight: 700;
  padding: 25px 40px;
  position: relative;
  display: inline-block;
  border-radius: 35px;
  letter-spacing: 0.14em;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-1 a:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 70px;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color-1);
}
.btn-1 a:hover:after {
  width: 100%;
  border-radius: 35px;
}

.section-title-1 h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.section-title-1 h2 span {
  display: block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.inner-section-title .sub-title {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3em;
}
.inner-section-title h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  padding-top: 15px;
}

.submit-btn1 {
  z-index: 1;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 27px 40px;
  position: relative;
  border-radius: 40px;
  letter-spacing: 0.14em;
  background-color: rgba(255, 255, 255, 0.1);
}
.submit-btn1:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 70px;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color-1);
}
.submit-btn1:hover:after {
  width: 100%;
  border-radius: 40px;
}

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 25px;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 25px;
  }
}
.slider-section-1 .slider-social {
  top: 50%;
  left: 100px;
  z-index: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-section-1 .slider-social li {
  margin-bottom: 25px;
}
.slider-section-1 .slider-social li:last-child {
  margin-bottom: 0;
}
.slider-section-1 .slider-social li a {
  color: rgba(255, 255, 255, 0.3);
}
.slider-section-1 .slider-social li a:hover {
  color: rgb(255, 255, 255);
}
.slider-section-1 .slider-social li i {
  margin-bottom: 8px;
}
.slider-section-1 .slider-scroll {
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  bottom: -50px;
  margin: 0 auto;
  text-align: center;
}
.slider-section-1 .slider-scroll span {
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.slider-section-1 .slider-scroll .scroll-mouse {
  position: relative;
}
.slider-section-1 .slider-scroll .scroll-mouse:after {
  left: 0;
  right: 0;
  width: 5px;
  height: 5px;
  content: "";
  bottom: -8px;
  margin: auto;
  border-radius: 100%;
  position: absolute;
  background-color: var(--base-color-1);
  -webkit-animation: MoveUpDown 3s linear infinite;
          animation: MoveUpDown 3s linear infinite;
}
.slider-section-1 .slider-scroll .scroll-mouse i {
  font-size: 30px;
  color: var(--base-color-1);
}

.slider-content-wrapper-1 {
  z-index: 1;
  overflow: hidden;
}

.slider-content-1 {
  z-index: 1;
  height: 100%;
}
.slider-content-1 .slider-img {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -2;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.slider-content-1 .slider-img img {
  display: inline-block;
  width: 100%;
}
.slider-content-1:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 530px;
  margin: 0 auto;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(79.32%, rgba(9, 9, 9, 0)), color-stop(99.06%, #0D0D0D));
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 79.32%, #0D0D0D 99.06%);
}
.slider-content-1.slick-current.slick-active .slider-img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.slider-content-1.slick-current.slick-active .slider-text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.slider-content-1.slick-current.slick-active .slider-text .slider-play-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.slider-text {
  margin: 0 auto;
}
.slider-text h1 {
  opacity: 0;
  font-size: 76px;
  font-weight: 700;
  line-height: 92px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.slider-text h1 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.slider-text h1 i {
  color: var(--base-color-1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slider-text .slider-play-btn {
  opacity: 0;
  margin-top: 80px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.slider-text .slider-play-btn a {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #0D0D0D;
  border: 2px solid #FFFFFF;
}

.slider-wrap-1 .slick-dots {
  top: 55%;
  bottom: 0;
  left: auto;
  width: auto;
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-wrap-1 .slick-dots li {
  width: 70px;
  height: 70px;
  display: block;
  line-height: 70px;
  margin-bottom: 100px;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: transparent;
}
.slider-wrap-1 .slick-dots li:last-child {
  margin-bottom: 0;
}
.slider-wrap-1 .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.1);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.service-section-1 {
  padding: 0px 100px;
}

.service-wrapper-1 {
  padding: 82px 0px 130px;
  background-color: #171717;
}

.service-content-1 {
  padding-top: 70px;
}

.service-inner-item {
  max-width: 410px;
  overflow: hidden;
  border-radius: 15px;
}
.service-inner-item .service-more {
  left: 0;
  top: 60%;
  right: 0;
  opacity: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.service-inner-item .service-more a {
  font-size: 120px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: var(--base-color-1);
}
.service-inner-item:before {
  top: 0;
  right: 0;
  z-index: 1;
  width: 0%;
  content: "";
  left: auto;
  height: 100%;
  position: absolute;
  background-color: #0D0D0D;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.service-inner-item .service-img-title .service-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909));
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
}
.service-inner-item .service-img-title .service-title {
  left: 0;
  right: 0;
  bottom: 55px;
}
.service-inner-item .service-img-title .service-title h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.service-inner-item:hover .service-more {
  top: 50%;
  opacity: 1;
}
.service-inner-item:hover:before {
  left: 0;
  width: 100%;
  right: auto;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.sponsor-section-1 {
  z-index: 1;
  overflow: hidden;
  padding: 125px 0px 0px;
}
.sponsor-section-1 .line_animation .line_area:before {
  display: none;
}

.sponsor-title {
  padding-bottom: 60px;
}
.sponsor-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.14em;
  color: var(--base-color-1);
}
.sponsor-title h3 span {
  margin: 0px 20px;
  white-space: nowrap;
  display: inline-block;
  color: #fff;
}
.sponsor-title h3 i {
  width: 100%;
  height: 1.1px;
  position: relative;
  display: inline-block;
  background-color: #181818;
}

.sponsor-slider .slick-arrow {
  display: none !important;
}
.sponsor-slider .sponsor-item {
  padding: 0px 15px;
}
.sponsor-slider .sponsor-item .sponsor-img a {
  display: inline-block;
}
.sponsor-slider .sponsor-item .sponsor-img img {
  margin: 0 auto;
}

.sponsor-section-2 .sponsor-title h3 {
  color: #fff;
  font-family: var(--heading-1);
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.project-section-1 {
  z-index: 1;
  overflow: hidden;
  padding: 140px 0px 90px;
}

.project-tab-btn {
  margin-top: 70px;
}
.project-tab-btn .nav-pills .nav-link.active,
.project-tab-btn .nav-pills .show > .nav-link {
  background-color: transparent;
}
.project-tab-btn .nav {
  display: inherit;
}
.project-tab-btn li, .project-tab-btn button {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.project-tab-btn li {
  width: 100%;
  max-width: 325px;
  margin-bottom: 45px;
  position: relative;
}
.project-tab-btn button {
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  position: relative;
  background-color: transparent;
}
.project-tab-btn button:before {
  top: 0;
  right: 0;
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.project-tab-btn button:after {
  left: 0;
  top: 13px;
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color-1);
}
.project-tab-btn button.active:after {
  width: 99%;
}

.project-tab-content {
  padding-left: 45px;
}

.project-item-1 {
  overflow: hidden;
  max-width: 790px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.project-item-1:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909));
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
}
.project-item-1 .project-text {
  left: 60px;
  bottom: 60px;
}
.project-item-1 .project-text h3 {
  opacity: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.project-item-1 .project-text .project-category {
  opacity: 0;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.14em;
  color: var(--base-color-1);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.project-item-1 .project-link {
  opacity: 0;
  bottom: 0px;
  right: 65px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.project-item-1 .project-link a {
  font-size: 65px;
  color: var(--base-color-1);
}
.project-item-1 .project-link a i {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--main-color);
}
.project-item-1:hover .project-text h3, .project-item-1:hover .project-text .project-category {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.project-item-1:hover .project-link {
  opacity: 1;
  bottom: 55px;
}

.project-content-1 .btn-1 {
  left: 0;
  bottom: 30px;
}

/*---------------------------------------------------- */
/*Text Scroll area*/
/*----------------------------------------------------*/
.text-scroll-section-1 {
  z-index: 1;
  overflow: hidden;
  padding: 65px 0px;
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
}

.text-scroll-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 65px 0px;
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
}

.team-content-1 {
  padding-top: 70px;
}

.text-scroll-content h3 {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  display: inline-block;
}
.text-scroll-content h3 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.text-scroll-content .text-scroll-icon {
  font-size: 75px;
  margin: 0px 25px;
  color: var(--base-color-1);
}

/*---------------------------------------------------- */
/*team area*/
/*----------------------------------------------------*/
.team-section-1 {
  z-index: 1;
  overflow: hidden;
  padding-top: 66px;
}

.team-content-area {
  margin: 0px 100px;
  padding: 120px 0px 90px;
  background-color: #171717;
}

.team-inner-item {
  overflow: hidden;
  max-width: 410px;
  margin-bottom: 40px;
  border-radius: 20px;
}
.team-inner-item .team-text {
  width: 100%;
  bottom: 80px;
}
.team-inner-item .team-text h3 {
  opacity: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.team-inner-item .team-text span {
  opacity: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
  color: var(--base-color-1);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.team-inner-item .team-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -80px;
  text-align: center;
  padding: 10px 50px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--base-color-1);
}
.team-inner-item .team-social a {
  font-size: 22px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.team-inner-item .team-social a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.team-inner-item .team-social a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.team-inner-item .team-social a:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.team-inner-item:hover .team-social {
  bottom: 0;
}
.team-inner-item:hover .team-social a {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.team-inner-item:hover .team-text h3, .team-inner-item:hover .team-text span {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.team-post-feed-section {
  overflow: hidden;
  padding: 120px 0px 0px;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.testimonial-section-1 {
  z-index: 1;
  overflow: hidden;
  padding: 205px 0px 195px;
}
.testimonial-section-1 .vector-bg {
  right: 0;
  top: 115px;
  left: -15px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-title {
  padding-bottom: 75px;
}
.testimonial-title h3 {
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.testimonial-item-1 {
  margin: 0 auto;
  max-width: 960px;
}
.testimonial-item-1 p {
  font-size: 30px;
  line-height: 43px;
  padding-bottom: 70px;
}
.testimonial-item-1 .testimonial-author h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
  letter-spacing: 0.18em;
}
.testimonial-item-1 .testimonial-author span {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--base-color-1);
}

.testimonial-content-1 .carousel_nav button {
  top: 50%;
  border: none;
  position: absolute;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  background-color: transparent;
}
.testimonial-content-1 .carousel_nav .testi-left_arrow {
  left: 0;
}
.testimonial-content-1 .carousel_nav .testi-right_arrow {
  right: 0;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.blog-section-1 {
  z-index: 1;
  overflow: hidden;
  padding: 190px 0px 90px;
}

.blog-content-1 {
  padding-top: 100px;
}

.blog-top-content-1 .section-title-1 span {
  display: inline-block;
}

.blog-inner-item {
  max-width: 410px;
  margin-bottom: 30px;
}
.blog-inner-item .blog-inner-img {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.blog-inner-item .blog-inner-img img {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.blog-inner-item .blog-inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 15px;
}
.blog-inner-item .blog-inner-text h3 a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-inner-item .blog-inner-text h3 a:hover {
  color: inherit;
  background-size: 100% 100%;
}
.blog-inner-item .blog-inner-text .read-more {
  color: var(--base-color-1);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.blog-inner-item .blog-inner-text .read-more i {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.blog-inner-item .blog-inner-text .read-more:hover {
  letter-spacing: 0.18em;
}
.blog-inner-item .blog-inner-text .read-more:hover i {
  margin-left: 5px;
}
.blog-inner-item:hover .blog-inner-img img {
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

/*---------------------------------------------------- */
/* App Landing Home Page*/
/*----------------------------------------------------*/
/*Global area For App Landing*/
/*----------------------------------------------------*/
.app-landing {
  color: #BAC1D4;
  background-color: #1c2029;
}
.app-landing h1,
.app-landing h2,
.app-landing h3,
.app-landing h4,
.app-landing h5,
.app-landing h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--heading-1);
}
.app-landing .scrollup {
  height: auto;
  color: #fff;
  line-height: 1;
  position: inherit !important;
  background-color: transparent;
}
.app-landing .scrollup i {
  margin-left: 8px;
}

.section-title-2 .sub-title {
  font-size: 14px;
  letter-spacing: 0.3em;
}
.section-title-2 h2 {
  color: #fff;
  font-size: 47px;
  font-weight: 700;
  padding-top: 8px;
}
.section-title-2 h2 span {
  color: #00AC83;
}
.section-title-2 p {
  font-size: 18px;
  padding-top: 15px;
}

/*---------------------------------------------------- */
/*Banner*/
/*----------------------------------------------------*/
.banner-section-1 {
  overflow: hidden;
}
.banner-section-1 .cirle-shape1,
.banner-section-1 .cirle-shape2 {
  width: 18px;
  height: 18px;
  top: 50%;
  border-radius: 100%;
  border: 2px solid #00AC83;
}
.banner-section-1 .cirle-shape1 {
  top: auto;
  left: 150px;
  bottom: 100px;
  -webkit-animation: Ori_animation_4 20s infinite linear alternate;
          animation: Ori_animation_4 20s infinite linear alternate;
}
.banner-section-1 .cirle-shape2 {
  right: 150px;
  -webkit-animation: Ori_animation_5 20s infinite linear alternate;
          animation: Ori_animation_5 20s infinite linear alternate;
}

.screenshots-section {
  z-index: 1;
  overflow: hidden;
  padding-bottom: 50px;
}

.swiper-wrapper {
  width: 440px;
  height: 955px;
  cursor: url(../img/logo/cr.png), auto;
}

.swiper-slide {
  background-size: 100% 100%;
}

/*---------------------------------------------------- */
/*FunFact*/
/*----------------------------------------------------*/
.fun-fact-section {
  padding: 100px 0px 95px;
  background-color: #00AC83;
}

.fun-fact-item .fun-fact-icon {
  margin-bottom: 30px;
}
.fun-fact-item .fun-fact-icon i {
  color: #fff;
  font-size: 40px;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.fun-fact-item .fun-fact-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 25px;
}
.fun-fact-item .fun-fact-text p {
  color: #CCEBE4;
  font-size: 18px;
  max-width: 200px;
}
.fun-fact-item:hover .fun-fact-icon i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/*---------------------------------------------------- */
/*Integration*/
/*----------------------------------------------------*/
.integration-section {
  z-index: 1;
  overflow: hidden;
  padding: 150px 0px 170px;
}
.integration-section .section-title-2 h2 {
  font-size: 57px;
}

.integration-content {
  padding-top: 90px;
}

.integration-item {
  display: inline-block;
}
.integration-item .integration-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 45px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #292F3F;
}
.integration-item:nth-child(odd) .integration-img {
  width: 185px;
  height: 155px;
}
.integration-item:nth-child(even) .integration-img {
  width: 255px;
  height: 210px;
}

/*---------------------------------------------------- */
/*Feature*/
/*----------------------------------------------------*/
.feature-section-2 {
  z-index: 1;
  overflow: hidden;
}

.feature-section-2 .section-title-2 {
  max-width: 450px;
}

.feature-top-text-2 {
  font-size: 18px;
  font-size: 18px;
  max-width: 585px;
  line-height: 30px;
}

.feature-content-2 {
  padding-top: 90px;
}

.feature-item-2 .feature-icon-2 {
  margin-bottom: 30px;
}
.feature-item-2 .feature-text-2 h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 18px;
}
.feature-item-2 .feature-text-2 p {
  font-size: 18px;
  max-width: 280px;
  line-height: 28px;
}
.feature-item-2:hover .feature-icon-2 {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

/*---------------------------------------------------- */
/*How it Area*/
/*----------------------------------------------------*/
.how-it-work-section {
  overflow: hidden;
  padding: 170px 0px 170px;
}
.how-it-work-section .section-title-2 {
  max-width: 360px;
}

.how-it-work-text-area {
  max-width: 460px;
  padding-top: 50px;
}

.how-it-work-steps {
  padding-top: 50px;
}
.how-it-work-steps li {
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 28px;
}
.how-it-work-steps li:before {
  left: 0;
  top: 5px;
  width: 16px;
  content: "";
  height: 16px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #00AB82;
}

.app-download-btn {
  margin-top: 45px;
}
.app-download-btn p {
  color: #fff;
  font-size: 20px;
}
.app-download-btn .download-btn-grp {
  margin-top: 35px;
}
.app-download-btn .download-btn-grp a {
  margin-right: 20px;
  display: inline-block;
}
.app-download-btn .download-btn-grp a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.how-it-work-screenshot {
  z-index: 1;
  margin: 0 auto;
  max-width: 525px;
}
.how-it-work-screenshot:before {
  left: 0;
  bottom: 2px;
  content: "";
  width: 100%;
  height: 60%;
  z-index: -1;
  border-radius: 30px;
  position: absolute;
  background-color: #00AC83;
}

/*---------------------------------------------------- */
/*Testimonials Area*/
/*----------------------------------------------------*/
.testimonial-section-2 {
  overflow: hidden;
  padding: 160px 0px 170px;
  background-color: #292f3f;
}
.testimonial-section-2 .section-title-2 {
  margin: 0 auto;
  max-width: 745px;
  padding-bottom: 70px;
}

.testimonial-inner-item-2 {
  max-width: 418px;
  margin-right: 20px;
  border-radius: 20px;
  display: inline-block;
  background-color: #1C2029;
}
.testimonial-inner-item-2 .testimonial-img-text {
  padding: 55px 45px;
}
.testimonial-inner-item-2 .inner-ratting li {
  color: #FFCC4A;
  font-size: 14px;
  margin-right: 4px;
}
.testimonial-inner-item-2 .inner-text {
  color: #fff;
  opacity: 0.85;
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
  margin: 60px 0px 50px;
}
.testimonial-inner-item-2 .inner-author .author-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 18px;
  border-radius: 100%;
}
.testimonial-inner-item-2 .inner-author .author-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.testimonial-inner-item-2 .inner-author .author-text span {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

/*---------------------------------------------------- */
/*overview Area*/
/*----------------------------------------------------*/
.app-overview-section {
  z-index: 1;
  overflow: hidden;
  padding: 165px 0px 160px;
}
.app-overview-section .section-title-2 {
  margin: 0 auto;
  max-width: 650px;
  padding-bottom: 40px;
}
.app-overview-section .overview-shape1 {
  bottom: 0;
  top: 120px;
}
.app-overview-section .overview-shape2 {
  right: 0;
  top: 120px;
}

.overview-text-btn p {
  color: #fff;
  padding-bottom: 40px;
}
.overview-text-btn a {
  color: #fff;
  font-weight: 700;
  padding: 20px 60px;
  border-radius: 40px;
  display: inline-block;
  letter-spacing: 0.14em;
  background-color: var(--base-color-1);
}
.overview-text-btn a:hover {
  background-color: #00AC83;
}

/*---------------------------------------------------- */
/* Digital Agency Home Page*/
/*Global Area*/
/*----------------------------------------------------*/
.digital-agency {
  color: #ACACAC;
  background-color: #0D0D0D;
}
.digital-agency h1,
.digital-agency h2,
.digital-agency h3,
.digital-agency h4,
.digital-agency h5,
.digital-agency h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--heading-2);
}

.section-title-3 .sub-title {
  font-weight: 700;
  display: inline-block;
  padding-bottom: 25px;
  letter-spacing: 0.14em;
  color: var(--base-color-2);
}
.section-title-3 h2 {
  color: #fff;
  font-size: 57px;
  font-weight: 500;
  line-height: 67px;
}
.section-title-3 h2 span {
  font-weight: 200;
  display: block;
}

/*---------------------------------------------------- */
/*Banner Area*/
/*----------------------------------------------------*/
.banner-section-3 {
  overflow: hidden;
}

.banner-text-content-3 {
  z-index: 1;
  position: relative;
  padding: 305px 0px 165px;
}
.banner-text-content-3 .banner-text-area {
  max-width: 650px;
}
.banner-text-content-3 .banner-text-area h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 84px;
  padding-bottom: 55px;
  text-transform: uppercase;
}
.banner-text-content-3 .banner-text-area h1 span {
  font-weight: 200;
}
.banner-text-content-3 .banner-text-area p {
  color: #ACACAC;
  font-size: 18px;
  max-width: 585px;
  line-height: 29px;
}
.banner-text-content-3 .banner-text-area .banenr-btn-3 {
  margin-top: 50px;
}
.banner-text-content-3 .banner-text-area .banenr-btn-3 a {
  color: #1D1A26;
  font-size: 14px;
  font-weight: 700;
  padding: 25px 40px;
  display: inline-block;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background-color: var(--base-color-2);
}
.banner-text-content-3 .banner-text-area .banenr-btn-3 a:hover {
  background-color: #fff;
}

.banner-content-3 .banner-img-3 {
  right: 0;
  top: 250px;
}
.banner-content-3 .banner-shape {
  left: 0;
  right: 0;
  top: -120px;
  text-align: center;
}

/*---------------------------------------------------- */
/*Portfolio Area*/
/*----------------------------------------------------*/
.agency-portfolio-section {
  padding-top: 120px;
}

.agency-portfolio-item .agency-portfolio-text {
  width: 50%;
}
.agency-portfolio-item .agency-portfolio-title {
  margin: 0 auto;
  max-width: 300px;
}
.agency-portfolio-item .agency-portfolio-title h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  line-height: 43px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.agency-portfolio-item .agency-portfolio-title h3 span {
  display: block;
  font-weight: 200;
}
.agency-portfolio-item .agency-portfolio-title p {
  padding-bottom: 30px;
}
.agency-portfolio-item .agency-portfolio-img:before, .agency-portfolio-item .agency-portfolio-img:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 25%;
  content: "";
  height: 25%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(255, 228, 59, 0.4);
}
.agency-portfolio-item .agency-portfolio-img:after {
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.agency-portfolio-item .agency-portfolio-img a {
  left: 0;
  right: 0;
  top: 60%;
  z-index: 2;
  color: #fff;
  opacity: 0;
  width: 145px;
  height: 145px;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 100%;
  letter-spacing: 0.25em;
  background-color: #0D0D0D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 700ms all ease;
  transition: 700ms all ease;
  border: 5px solid var(--base-color-2);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.agency-portfolio-item .more-btn a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--heading-2);
}
.agency-portfolio-item .more-btn a span {
  left: 0;
  top: 5px;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.agency-portfolio-item .more-btn a:hover {
  padding-left: 85px;
}
.agency-portfolio-item .more-btn a:hover span {
  opacity: 1;
}
.agency-portfolio-item:hover .agency-portfolio-img:before, .agency-portfolio-item:hover .agency-portfolio-img:after {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.agency-portfolio-item:hover .agency-portfolio-img a {
  top: 50%;
  opacity: 1;
}

.project-section-3 {
  padding: 120px 0px 0px;
}

.project-top-content-3 {
  padding-bottom: 60px;
}
.project-top-content-3 .project-title-text {
  font-size: 18px;
}

.project-title-text {
  max-width: 555px;
}

/*---------------------------------------------------- */
/*Fan Fact Area*/
/*----------------------------------------------------*/
.fan-fact-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 130px 0px 115px;
}
.fan-fact-section-2 .shape-bg {
  left: 0;
  top: -95px;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.fun-fact-item-2 .fun-fact-icon {
  margin-bottom: 22px;
}
.fun-fact-item-2 .fun-fact-text h3 {
  color: #fff;
  font-size: 55px;
  font-weight: 200;
  padding-bottom: 22px;
}
.fun-fact-item-2 .fun-fact-text h3 span {
  font-weight: 500;
}
.fun-fact-item-2 .fun-fact-text p {
  font-size: 18px;
  color: rgb(172, 172, 172);
}

/*---------------------------------------------------- */
/*Video Play Area*/
/*----------------------------------------------------*/
.video-play-section .background_parallax {
  padding: 290px 0px;
}
.video-play-section .background_parallax:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(13, 13, 13, 0.6);
}
.video-play-section .video-play-btn {
  z-index: 2;
  position: relative;
}
.video-play-section .video-play-btn a {
  width: 228px;
  height: 228px;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 100%;
  letter-spacing: 0.25em;
  color: rgb(13, 13, 13);
  border: 5px solid rgb(13, 13, 13);
  background-color: var(--base-color-2);
}

/*---------------------------------------------------- */
/*Testimonial Area*/
/*----------------------------------------------------*/
.testimonial-section-3 {
  overflow: hidden;
  padding: 190px 0px;
  background-color: rgb(23, 23, 23);
}
.testimonial-section-3 .vector-bg {
  right: 0;
  left: -15px;
  top: 115px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-section-3 .testimonial-title h3 {
  font-weight: 700;
  font-family: var(--heading-1);
}
.testimonial-section-3 .testimonial-item-1 p {
  margin: 0 auto;
  max-width: 820px;
  font-weight: 300;
  line-height: 43px;
  color: rgb(255, 255, 255);
  font-family: var(--heading-2);
}
.testimonial-section-3 .testimonial-item-1 .testimonial-author h4 {
  color: #fff;
  font-family: var(--heading-1);
}
.testimonial-section-3 .testimonial-item-1 .testimonial-author span {
  color: var(--base-color-2);
}

/*---------------------------------------------------- */
/*Blog Area*/
/*----------------------------------------------------*/
.blog-section-2 {
  overflow: hidden;
  padding: 125px 0px 135px;
}

.blog-top-content-2 .blog-slider-nav button {
  border: none;
  margin-left: 20px;
  background-color: transparent;
}

.blog-inner-item-2 {
  padding-right: 40px;
}

.blog-item-2 {
  width: 625px;
  padding: 40px;
  border-radius: 20px;
  background-color: rgb(23, 23, 23);
}
.blog-item-2 .blog-img {
  z-index: 1;
  overflow: hidden;
  margin-bottom: 35px;
  border-radius: 20px;
  position: relative;
}
.blog-item-2 .blog-img:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 0%;
  width: 100%;
  content: "";
  position: absolute;
  border-radius: 20px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(255, 228, 59, 0.5);
}
.blog-item-2 .blog-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.blog-item-2 .blog-text .blog-category {
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
  padding: 12px 30px;
  display: inline-block;
  color: rgb(13, 13, 13);
  background-color: var(--base-color-2);
}
.blog-item-2 .blog-text h3 {
  color: #fff;
  font-size: 32px;
  max-width: 485px;
  line-height: 40px;
  padding: 20px 0px;
}
.blog-item-2 .blog-text h3 a {
  width: 100%;
  display: inline !important;
  background-position-y: -2px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-item-2 .blog-text h3 a:hover {
  color: inherit;
  background-size: 100% 100%;
}
.blog-item-2 .blog-text p {
  font-size: 18px;
  line-height: 30px;
}
.blog-item-2:hover .blog-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-item-2:hover .blog-img:before {
  height: 100%;
}

.blog-slider .slick-list {
  overflow: visible;
}
.blog-slider .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.blog-slider .slick-slide.slick-active {
  opacity: 1;
}

.blog-slider-area-2 {
  padding-top: 75px;
}

/*---------------------------------------------------- */
/* SEO marketing Home Page*/
/*Global Area*/
/*----------------------------------------------------*/
.seo-marketing {
  color: #606573;
  background-color: #fff;
}
.seo-marketing h1,
.seo-marketing h2,
.seo-marketing h3,
.seo-marketing h4,
.seo-marketing h5,
.seo-marketing h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--heading-4);
}

@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
.btn-2 a {
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 24px 40px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  letter-spacing: 0.14em;
  background-color: var(--base-color-4);
}
.btn-2 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}
.btn-2 a:hover {
  background-color: #7486E5;
}
.btn-2 a:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.section-title-4 h2 {
  color: #0B1C2A;
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
}
.section-title-4 h2 span {
  font-weight: 300;
}
.section-title-4 p {
  font-size: 20px;
  padding-top: 10px;
}

/*---------------------------------------------------- */
/*Banner Area*/
/*----------------------------------------------------*/
@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@-webkit-keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.banner-section-4 {
  z-index: 1;
}
.banner-section-4 .line-shape {
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-content-4 {
  padding: 290px 0px 190px;
}
.banner-content-4 .banner-social {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.banner-content-4 .banner-social:nth-child(1) {
  top: 23%;
  left: 6%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.banner-content-4 .banner-social:nth-child(2) {
  top: 50%;
  left: 15%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.banner-content-4 .banner-social:nth-child(3) {
  left: 6%;
  bottom: 10%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.banner-content-4 .banner-social:nth-child(4) {
  top: 23%;
  right: 6%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.banner-content-4 .banner-social:nth-child(5) {
  top: 50%;
  right: 15%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.banner-content-4 .banner-social:nth-child(6) {
  right: 6%;
  bottom: 10%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.banner-content-4 .banner-text-area {
  margin: 0 auto;
  max-width: 940px;
}
.banner-content-4 .banner-text-area h1 {
  color: #0B1C2B;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  padding-bottom: 40px;
}
.banner-content-4 .banner-text-area h1 span {
  font-weight: 300;
}
.banner-content-4 .banner-text-area p {
  color: #0B1C2A;
  margin: 0 auto;
  font-size: 18px;
  max-width: 500px;
  line-height: 30px;
}
.banner-content-4 .banner-text-area .banner-form-4 {
  width: 100%;
  margin-top: 45px;
  max-width: 675px;
  display: inline-block;
}
.banner-content-4 .banner-text-area .banner-form-4 input {
  width: 100%;
  height: 70px;
  border: none;
  padding-left: 30px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.1803921569);
          box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.1803921569);
}
.banner-content-4 .banner-text-area .banner-form-4 button {
  top: 0;
  right: 0;
  width: 270px;
  border: none;
  height: 70px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  letter-spacing: 2px;
  border-radius: 100px;
  text-transform: uppercase;
  background-color: #7486E5;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.banner-content-4 .banner-text-area .banner-form-4 button:hover {
  background-color: var(--base-color-4);
}

.banner-sponsor-content-4 {
  padding-bottom: 125px;
}
.banner-sponsor-content-4 p {
  color: #292930;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 50px;
}
.banner-sponsor-content-4 .sponsor-item .sponsor-img {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-sponsor-content-4 .sponsor-item .sponsor-img img {
  margin: 0 auto;
}

.banner-sponsor-slide-4 .slick-prev,
.banner-sponsor-slide-4 .slick-next {
  display: none !important;
}

/*---------------------------------------------------- */
/*feature Area*/
/*----------------------------------------------------*/
.feature-section-4 {
  z-index: 1;
  overflow: hidden;
  padding: 120px 0px 100px;
}
.feature-section-4 .dot-line-shape {
  top: 0;
  left: 0;
  z-index: -1;
}

.feature-text-wrap-4 .btn-2 {
  margin-top: 15px;
}
.feature-text-wrap-4 .btn-2 a {
  background-color: #7486E5;
}

.feature-text-area-4 {
  padding-top: 40px;
}
.feature-text-area-4 p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
}

.feature-item-wrapper-4 {
  padding-left: 20px;
}

.feature-item-4 {
  margin-bottom: 115px;
}
.feature-item-4 .feature-icon {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.2117647059);
          box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.2117647059);
}
.feature-item-4 .feature-icon i {
  font-size: 30px;
  color: var(--base-color-4);
}
.feature-item-4 .feature-text {
  max-width: 240px;
}
.feature-item-4 .feature-text h3 {
  color: #0B1C2A;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  padding-bottom: 25px;
}
.feature-item-4 .feature-text h3 span {
  font-weight: 300;
}
.feature-item-4 .feature-text p {
  font-size: 18px;
  line-height: 30px;
}
.feature-item-4:hover .feature-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

/*---------------------------------------------------- */
/*Project Area*/
/*----------------------------------------------------*/
.project-section-4 {
  padding-bottom: 105px;
}

.project-content-4 {
  padding-top: 55px;
}
.project-content-4 .nav-pills .nav-link.active, .project-content-4 .nav-pills .show > .nav-link {
  color: #7486E5;
}
.project-content-4 .project-tab-btn button:after {
  display: none;
}
.project-content-4 .project-tab-btn button {
  color: #0B1C2A;
}
.project-content-4 .project-tab-btn li {
  margin-bottom: 40px;
}
.project-content-4 .project-tab-btn {
  margin-top: 0;
}
.project-content-4 .project-tab-btn-content {
  top: 120px;
  position: sticky;
}

.project-item-4 {
  width: 50%;
  padding: 10px;
}
.project-item-4 .project-img-text {
  padding: 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.02%, #F4F5FB), to(rgba(244, 245, 251, 0)));
  background: linear-gradient(180deg, #F4F5FB 13.02%, rgba(244, 245, 251, 0) 100%);
}
.project-item-4 .project-img-text .project-img {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 20px;
}
.project-item-4 .project-img-text .project-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.project-item-4 .project-img-text .project-text h3 {
  color: #292930;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 25px;
}
.project-item-4 .project-img-text .project-text .more-btn {
  color: #63DAD9;
  font-weight: 700;
  padding: 15px 50px;
  border-radius: 40px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid transparent;
}
.project-item-4 .project-img-text .project-text .more-btn i {
  margin-left: 5px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.project-item-4 .project-img-text .project-text .more-btn:hover {
  border: 1px solid #63DAD9;
  -webkit-box-shadow: 0px 7px 7px 0px #E7EBF3;
          box-shadow: 0px 7px 7px 0px #E7EBF3;
}
.project-item-4 .project-img-text .project-text .more-btn:hover i {
  margin-left: 10px;
}
.project-item-4 .project-img-text:hover .project-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Service Area*/
/*----------------------------------------------------*/
.service-section-4 {
  z-index: 2;
  padding: 140px 0px 0px;
}

.service-item-4 {
  padding: 50px;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #FFFFFF;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.0588235294);
          box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.0588235294);
}
.service-item-4 .service-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 28px;
  border-radius: 100%;
  background-color: rgba(143, 213, 231, 0.15);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.service-item-4 .service-text h3 {
  color: #0B1C2A;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
}
.service-item-4 .service-text h3:hover {
  color: var(--base-color-4);
}
.service-item-4 .service-text p {
  font-size: 18px;
  line-height: 30px;
}
.service-item-4:hover {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.21);
          box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.21);
}
.service-item-4:hover .service-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.serviec-content-4 {
  padding-top: 60px;
}
.serviec-content-4 .col-lg-4:nth-child(2) .service-item-4 .service-icon {
  background-color: rgba(255, 133, 34, 0.15);
}
.serviec-content-4 .col-lg-4:nth-child(2) .service-text h3:hover {
  color: rgb(255, 133, 34);
}
.serviec-content-4 .col-lg-4:nth-child(3) .service-item-4 .service-icon {
  background-color: rgba(255, 223, 115, 0.15);
}
.serviec-content-4 .col-lg-4:nth-child(3) .service-item-4 .service-text h3:hover {
  color: rgb(255, 223, 115);
}
.serviec-content-4 .col-lg-4:nth-child(4) .service-item-4 .service-icon {
  background-color: rgba(116, 134, 229, 0.15);
}
.serviec-content-4 .col-lg-4:nth-child(4) .service-item-4 .service-text h3:hover {
  color: rgb(116, 134, 229);
}
.serviec-content-4 .col-lg-4:nth-child(5) .service-item-4 .service-icon {
  background-color: rgba(255, 80, 122, 0.15);
}
.serviec-content-4 .col-lg-4:nth-child(5) .service-item-4 .service-text h3:hover {
  color: rgb(255, 80, 122);
}
.serviec-content-4 .col-lg-4:nth-child(6) .service-item-4 .service-icon {
  background-color: rgba(48, 236, 191, 0.15);
}
.serviec-content-4 .col-lg-4:nth-child(6) .service-item-4 .service-text h3:hover {
  color: rgb(48, 236, 191);
}

/*---------------------------------------------------- */
/*Pricing Area*/
/*----------------------------------------------------*/
.pricing-section {
  z-index: 1;
  padding: 100px 0px 130px;
}
.pricing-section .pricing-shape {
  left: 0;
  right: 0;
  top: -115px;
  z-index: -1;
  width: 100%;
}

.price-tab-btn {
  padding: 40px 0px 100px;
}
.price-tab-btn .nav {
  margin: 0 auto;
  max-width: 220px;
  border-radius: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.price-tab-btn .nav-pills .nav-link.active, .price-tab-btn .nav-pills .show > .nav-link {
  background-color: #7486E5;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(82, 67, 194, 0.231372549);
          box-shadow: 0px 5px 7px 0px rgba(82, 67, 194, 0.231372549);
}
.price-tab-btn .nav-pills .nav-link {
  font-size: 10px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 40px;
  text-transform: uppercase;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.pricing-plan-item-area {
  padding: 40px;
  border-radius: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(195, 203, 218, 0.1803921569);
          box-shadow: 0px 7px 7px 0px rgba(195, 203, 218, 0.1803921569);
}

.price-plan-item .plan-price {
  padding-bottom: 20px;
}
.price-plan-item .plan-price h3 {
  color: #0B1C2A;
  font-size: 36px;
  font-weight: 600;
}
.price-plan-item .plan-price h3 sub {
  bottom: 0;
  color: #606573;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--heading-1);
}
.price-plan-item .price-plan-title {
  padding-bottom: 18px;
}
.price-plan-item .price-plan-title h3 {
  color: #0B1C2A;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 8px;
}
.price-plan-item .price-feature li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.price-plan-item .price-feature li:before {
  top: 0;
  left: 0;
  color: #5243C2;
  font-size: 18px;
  font-weight: 900;
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.price-plan-item .price-btn {
  margin-top: 30px;
}
.price-plan-item .price-btn a {
  color: #63DAD9;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 55px;
  border-radius: 30px;
  white-space: nowrap;
  display: inline-block;
  background-color: #F6F8FC;
}
.price-plan-item .price-btn a:hover {
  color: #fff;
  background-color: #63DAD9;
}
.price-plan-item.popular-item {
  overflow: hidden;
  padding: 50px 30px;
  border-radius: 25px;
  margin-bottom: -100px;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.price-plan-item.popular-item .tag-label {
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 7px 15px;
  border-radius: 30px;
  background-color: #FF507A;
}
.price-plan-item.popular-item .plan-price h3,
.price-plan-item.popular-item .plan-price sub,
.price-plan-item.popular-item .price-plan-title h3,
.price-plan-item.popular-item .price-plan-title p,
.price-plan-item.popular-item .price-feature li,
.price-plan-item.popular-item .price-feature li:before {
  color: #fff;
}
.price-plan-item.popular-item .price-btn a {
  color: #fff;
  width: 100%;
  background-color: #63DAD9;
}

/*---------------------------------------------------- */
/*Testimonial Area*/
/*----------------------------------------------------*/
.testimonial-section-4,
.testimonial-section-5,
.dm-sponsor-testimonial-section {
  z-index: 1;
  padding: 340px 0px 130px;
  background: linear-gradient(179.82deg, #F3F4FB 0.15%, rgba(243, 244, 251, 0) 104.14%);
}
.testimonial-section-4:before,
.testimonial-section-5:before,
.dm-sponsor-testimonial-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 610px;
  position: absolute;
  background-color: #7687E5;
}
.testimonial-section-4 .dot-line-shape,
.testimonial-section-5 .dot-line-shape,
.dm-sponsor-testimonial-section .dot-line-shape {
  top: 0;
  left: 0;
}
.testimonial-section-4 .testimonial-circle-img,
.testimonial-section-5 .testimonial-circle-img,
.dm-sponsor-testimonial-section .testimonial-circle-img {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.testimonial-section-4 .testimonial-circle-img .testi-circle-img,
.testimonial-section-5 .testimonial-circle-img .testi-circle-img,
.dm-sponsor-testimonial-section .testimonial-circle-img .testi-circle-img {
  position: absolute;
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.testimonial-section-4 .testimonial-circle-img .testi-circle-img:nth-child(1),
.testimonial-section-5 .testimonial-circle-img .testi-circle-img:nth-child(1),
.dm-sponsor-testimonial-section .testimonial-circle-img .testi-circle-img:nth-child(1) {
  top: 50px;
  left: 20px;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.testimonial-section-4 .testimonial-circle-img .testi-circle-img:nth-child(2),
.testimonial-section-5 .testimonial-circle-img .testi-circle-img:nth-child(2),
.dm-sponsor-testimonial-section .testimonial-circle-img .testi-circle-img:nth-child(2) {
  left: 20%;
  top: 160px;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial-section-4 .testimonial-circle-img .testi-circle-img:nth-child(3),
.testimonial-section-5 .testimonial-circle-img .testi-circle-img:nth-child(3),
.dm-sponsor-testimonial-section .testimonial-circle-img .testi-circle-img:nth-child(3) {
  top: 45%;
  left: 20px;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.testimonial-section-4 .testimonial-circle-img .testi-circle-img:nth-child(4),
.testimonial-section-5 .testimonial-circle-img .testi-circle-img:nth-child(4),
.dm-sponsor-testimonial-section .testimonial-circle-img .testi-circle-img:nth-child(4) {
  top: 50px;
  right: 20px;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.testimonial-section-4 .testimonial-circle-img .testi-circle-img:nth-child(5),
.testimonial-section-5 .testimonial-circle-img .testi-circle-img:nth-child(5),
.dm-sponsor-testimonial-section .testimonial-circle-img .testi-circle-img:nth-child(5) {
  right: 20%;
  top: 160px;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.testimonial-section-4 .testimonial-circle-img .testi-circle-img:nth-child(6),
.testimonial-section-5 .testimonial-circle-img .testi-circle-img:nth-child(6),
.dm-sponsor-testimonial-section .testimonial-circle-img .testi-circle-img:nth-child(6) {
  top: 45%;
  right: 20px;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.testimonial-section-4 .testimonial-circle-img .testi-circle-img:nth-child(7),
.testimonial-section-5 .testimonial-circle-img .testi-circle-img:nth-child(7),
.dm-sponsor-testimonial-section .testimonial-circle-img .testi-circle-img:nth-child(7) {
  left: 0;
  right: 0;
  top: 100px;
  margin: 0 auto;
  text-align: center;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.testimonial-section-4 .testimonial-title h3,
.testimonial-section-5 .testimonial-title h3,
.dm-sponsor-testimonial-section .testimonial-title h3 {
  color: #0D0D0D;
  font-size: 12px;
  font-weight: 700;
}
.testimonial-section-4 .testimonial-title,
.testimonial-section-5 .testimonial-title,
.dm-sponsor-testimonial-section .testimonial-title {
  padding-bottom: 60px;
}
.testimonial-section-4 .testimonial-author h4,
.testimonial-section-5 .testimonial-author h4,
.dm-sponsor-testimonial-section .testimonial-author h4 {
  color: #0D0D0D;
}
.testimonial-section-4 .testimonial-content-1,
.testimonial-section-5 .testimonial-content-1,
.dm-sponsor-testimonial-section .testimonial-content-1 {
  border-radius: 20px;
  background-color: #fff;
  padding: 115px 0px 100px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.06);
          box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.06);
}
.testimonial-section-4 .testimonial-content-1 .vector-bg,
.testimonial-section-5 .testimonial-content-1 .vector-bg,
.dm-sponsor-testimonial-section .testimonial-content-1 .vector-bg {
  left: 0;
  right: 0;
  top: 20px;
  opacity: 0.03;
  text-align: center;
}
.testimonial-section-4 .testimonial-item-1 p,
.testimonial-section-5 .testimonial-item-1 p,
.dm-sponsor-testimonial-section .testimonial-item-1 p {
  font-size: 24px;
  color: #0D0D0D;
  line-height: 40px;
  padding-bottom: 55px;
}
.testimonial-section-4 .testimonial-item-1,
.testimonial-section-5 .testimonial-item-1,
.dm-sponsor-testimonial-section .testimonial-item-1 {
  max-width: 790px;
}
.testimonial-section-4 .testimonial-item-1 .testimonial-author span,
.testimonial-section-5 .testimonial-item-1 .testimonial-author span,
.dm-sponsor-testimonial-section .testimonial-item-1 .testimonial-author span {
  color: #0D0D0D;
}
.testimonial-section-4 .testimonial-content-1 .carousel_nav .testi-left_arrow,
.testimonial-section-5 .testimonial-content-1 .carousel_nav .testi-left_arrow,
.dm-sponsor-testimonial-section .testimonial-content-1 .carousel_nav .testi-left_arrow {
  left: 80px;
}
.testimonial-section-4 .testimonial-content-1 .carousel_nav .testi-right_arrow,
.testimonial-section-5 .testimonial-content-1 .carousel_nav .testi-right_arrow,
.dm-sponsor-testimonial-section .testimonial-content-1 .carousel_nav .testi-right_arrow {
  right: 80px;
}

.testimonial-section-4 {
  background: linear-gradient(179.82deg, #F3F4FB 0.15%, rgba(243, 244, 251, 0) 104.14%);
}

/*---------------------------------------------------- */
/*Blog Area*/
/*----------------------------------------------------*/
.blog-section-4 {
  padding: 120px 0px;
  background: linear-gradient(179.82deg, #F3F4FB 0.15%, rgba(243, 244, 251, 0) 104.14%);
}

.blog-content-4 {
  padding-top: 70px;
}

.blog-inner-item-4 {
  padding: 35px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 9px 0px rgba(139, 146, 189, 0.0588235294);
          box-shadow: 0px 7px 9px 0px rgba(139, 146, 189, 0.0588235294);
}
.blog-inner-item-4 .blog-inner-text h3 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  padding-bottom: 25px;
}
.blog-inner-item-4 .blog-inner-text h3 span {
  font-weight: 300;
}
.blog-inner-item-4 .blog-inner-text h3 a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-inner-item-4 .blog-inner-text h3 a:hover {
  color: inherit;
  background-size: 100% 100%;
}
.blog-inner-item-4 .date-meta {
  font-weight: 700;
  margin-bottom: 90px;
  color: var(--base-color-4);
}
.blog-inner-item-4 .author-meta .author-img {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 15px;
}
.blog-inner-item-4 .author-meta .author-text h4 {
  color: #323334;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
}
.blog-inner-item-4 .author-meta .author-text span {
  color: #4E4F51;
  font-size: 14px;
}
.blog-inner-item-4 .author-meta .more-btn {
  right: 60px;
  bottom: 15px;
}
.blog-inner-item-4 .author-meta .more-btn a {
  color: #000000;
  font-size: 20px;
  position: relative;
}
.blog-inner-item-4 .author-meta .more-btn a:hover {
  color: var(--base-color-4);
  font-size: 24px;
}

/*---------------------------------------------------- */
/* Insurance Home Page*/
/*Global Area*/
/*----------------------------------------------------*/
.insurance {
  color: #6D7680;
  background-color: #fcfcfc;
}
.insurance h1,
.insurance h2,
.insurance h3,
.insurance h4,
.insurance h5,
.insurance h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--heading-3);
}

.section-title-5 h2 {
  color: #151517;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}
.section-title-5.text-center {
  margin: 0 auto;
  max-width: 560px;
}

.btn-4 a {
  z-index: 1;
  color: #fff;
  font-weight: 700;
  padding: 25px 40px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: var(--base-color-5);
}
.btn-4 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}
.btn-4 a:hover {
  background-color: #7486E5;
}
.btn-4 a:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/*---------------------------------------------------- */
/*Search Area*/
/*----------------------------------------------------*/
.ins-search-section {
  padding: 110px 0px 110px;
}

.ins-search-content {
  padding: 50px 65px;
  background-color: #fff;
  -webkit-box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.6196078431);
          box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.6196078431);
}
.ins-search-content form {
  position: relative;
}
.ins-search-content input {
  width: 100%;
  height: 100px;
  padding-left: 35px;
  border: 2px solid #EFF1F3;
}
.ins-search-content input::-webkit-input-placeholder {
  color: #6D7680;
  font-size: 18px;
}
.ins-search-content input::-moz-placeholder {
  color: #6D7680;
  font-size: 18px;
}
.ins-search-content input:-ms-input-placeholder {
  color: #6D7680;
  font-size: 18px;
}
.ins-search-content input::-ms-input-placeholder {
  color: #6D7680;
  font-size: 18px;
}
.ins-search-content input::placeholder {
  color: #6D7680;
  font-size: 18px;
}
.ins-search-content button {
  top: 16px;
  right: 16px;
  color: #fff;
  width: 215px;
  height: 66px;
  border: none;
  font-weight: 700;
  position: absolute;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #14A3EB;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ins-search-content button:hover {
  background-color: #7486E5;
}

/*---------------------------------------------------- */
/*Service Area*/
/*----------------------------------------------------*/
.service-section-5 {
  padding-bottom: 225px;
}

.service-content-5 {
  padding-top: 70px;
}

.service-inner-item-5 {
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #fff;
  padding: 50px 50px 45px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(232, 235, 238, 0.06);
          box-shadow: 0px 4px 4px 0px rgba(232, 235, 238, 0.06);
}
.service-inner-item-5 .service-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(20, 163, 235, 0.15);
}
.service-inner-item-5 .service-icon i {
  color: var(--base-color-5);
  font-size: 32px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.service-inner-item-5 .service-text h3 {
  color: #0B1C2A;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 25px;
}
.service-inner-item-5 .service-text p {
  font-size: 18px;
  line-height: 30px;
}
.service-inner-item-5 .read-more {
  margin-top: 25px;
  position: relative;
  display: inline-block;
}
.service-inner-item-5 .read-more span {
  left: 20px;
  opacity: 0;
  color: #000;
  width: 100px;
  font-weight: 500;
  position: absolute;
  display: inline-block;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  font-family: var(--heading-3);
}
.service-inner-item-5 .read-more:hover {
  padding-left: 100px;
}
.service-inner-item-5 .read-more:hover span {
  left: 0;
  opacity: 1;
}
.service-inner-item-5 .more-service-btn-area {
  padding: 122px 0px;
}
.service-inner-item-5 .more-service-btn-area .more-service-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 25px 40px;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 0.14em;
  border: 1px solid #14A3EB;
  color: var(--base-color-5);
  background-color: rgba(20, 163, 235, 0.15);
}
.service-inner-item-5 .more-service-btn-area .more-service-btn:hover {
  color: #fff;
  background-color: var(--base-color-5);
}
.service-inner-item-5:hover {
  -webkit-box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.62);
          box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.62);
}
.service-inner-item-5:hover .service-icon {
  background-color: rgb(20, 163, 235);
}
.service-inner-item-5:hover .service-icon i {
  color: #fff;
}

.service-section-6 {
  padding: 120px 0px 100px;
}

.service-content-6 {
  padding-top: 55px;
}

/*---------------------------------------------------- */
/*Fun Fact Area*/
/*----------------------------------------------------*/
.ins-fan-fact-section {
  padding: 110px 0px 0px;
}

.ins-fun-fact-content {
  padding-bottom: 55px;
}
.ins-fun-fact-content .ins-fun-fact-img {
  bottom: 0;
  left: -150px;
}

.ins-fun-fact-item-area {
  max-width: 780px;
}

.ins-fun-fact-item {
  width: 50%;
  padding-bottom: 65px;
}
.ins-fun-fact-item .ins-fun-fact-icon {
  width: 80px;
  height: 80px;
  margin-right: 25px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(232, 232, 232, 0.6196078431);
          box-shadow: 0px 15px 25px 0px rgba(232, 232, 232, 0.6196078431);
}
.ins-fun-fact-item .ins-fun-fact-icon i {
  color: #b3b3b3;
  font-size: 30px;
}
.ins-fun-fact-item .ins-fun-fact-text h3 {
  color: #0B1C2A;
  font-size: 24px;
  font-weight: 500;
  max-width: 240px;
  line-height: 34px;
}
.ins-fun-fact-item .ins-fun-fact-text h3 span {
  color: var(--base-color-5);
}

/*---------------------------------------------------- */
/*Contact Area*/
/*----------------------------------------------------*/
.contact-section-1 {
  padding: 120px 0px;
}

.contact-form-contant {
  max-width: 750px;
}

.contact-form-area {
  padding-top: 45px;
}
.contact-form-area input, .contact-form-area textarea {
  width: 100%;
  height: 70px;
  border: none;
  padding-left: 25px;
  margin-bottom: 25px;
  border: 1px solid #F0F1F4;
  -webkit-box-shadow: 0px 17px 17px 0px rgba(2, 10, 36, 0.0509803922);
          box-shadow: 0px 17px 17px 0px rgba(2, 10, 36, 0.0509803922);
}
.contact-form-area input::-webkit-input-placeholder, .contact-form-area textarea::-webkit-input-placeholder {
  color: #858B93;
}
.contact-form-area input::-moz-placeholder, .contact-form-area textarea::-moz-placeholder {
  color: #858B93;
}
.contact-form-area input:-ms-input-placeholder, .contact-form-area textarea:-ms-input-placeholder {
  color: #858B93;
}
.contact-form-area input::-ms-input-placeholder, .contact-form-area textarea::-ms-input-placeholder {
  color: #858B93;
}
.contact-form-area input::placeholder, .contact-form-area textarea::placeholder {
  color: #858B93;
}
.contact-form-area textarea {
  height: 215px;
  padding-top: 25px;
}
.contact-form-area button {
  color: #fff;
  border: none;
  font-weight: 700;
  border-radius: 5px;
  padding: 25px 40px;
  text-transform: uppercase;
  background-color: var(--base-color-5);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.contact-form-area button:hover {
  background-color: #7486E5;
}

/*---------------------------------------------------- */
/*Testimonial Area*/
/*----------------------------------------------------*/
.testimonial-section-5:before {
  background-color: #edf0f3;
}

/*---------------------------------------------------- */
/*Testimonial Area*/
/*----------------------------------------------------*/
.blog-section-5 {
  padding-bottom: 130px;
}

.blog-content-5 {
  padding-top: 65px;
}

.blog-inner-item-5 {
  margin: 0 auto;
  overflow: hidden;
  max-width: 410px;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(232, 235, 238, 0.06);
          box-shadow: 0px 4px 4px 0px rgba(232, 235, 238, 0.06);
}
.blog-inner-item-5 .blog-img {
  overflow: hidden;
}
.blog-inner-item-5 .blog-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.blog-inner-item-5 .blog-text {
  padding: 30px 25px 40px;
}
.blog-inner-item-5 .blog-text .blog-category {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 3px;
  display: inline-block;
  background-color: var(--base-color-5);
}
.blog-inner-item-5 .blog-text h3 {
  color: #0B1C2A;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  padding-top: 30px;
}
.blog-inner-item-5 .blog-text h3:hover {
  color: var(--base-color-5);
}
.blog-inner-item-5 .blog-text p {
  padding-top: 20px;
}
.blog-inner-item-5:hover {
  -webkit-box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.62);
          box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.62);
}
.blog-inner-item-5:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/* Digital Marketing Home Page*/
/*Global Area*/
/*----------------------------------------------------*/
.digital-marketing {
  color: #717171;
  background-color: #fff;
}
.digital-marketing h1,
.digital-marketing h2,
.digital-marketing h3,
.digital-marketing h4,
.digital-marketing h5,
.digital-marketing h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--heading-4);
}

.section-title-6 h2 {
  color: #0D0D0D;
  font-size: 50px;
  font-weight: 600;
  line-height: 66px;
}
.section-title-6 h2 span {
  font-weight: 300;
}
.section-title-6 p {
  font-size: 18px;
  line-height: 30px;
  padding: 45px 0px 50px;
}

.btn-5 a {
  color: #1D1A26;
  font-size: 14px;
  font-weight: 700;
  padding: 25px 45px;
  display: inline-block;
  letter-spacing: 0.14em;
  background-color: var(--base-color-2);
}
.btn-5 a:hover {
  color: #fff;
  background-color: #423EF3;
}

/*---------------------------------------------------- */
/*Banner Area*/
/*----------------------------------------------------*/
.dm-banner-section {
  z-index: 1;
}
.dm-banner-section:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 805px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/slider/dm-banner.png);
}
.dm-banner-section .dm-banner-shape1 {
  left: 0;
  bottom: 245px;
}
.dm-banner-section .dm-banner-shape2 {
  right: 0;
  bottom: 245px;
}

.dm-banner-content {
  padding-top: 205px;
}
.dm-banner-content .dm-banner-img {
  padding-top: 85px;
}

.dm-banner-text-play-btn .dm-banner-text {
  max-width: 680px;
}
.dm-banner-text-play-btn .dm-banner-text h1 {
  color: #fff;
  font-weight: 6;
  font-size: 70px;
  font-weight: 600;
  line-height: 78.5px;
}
.dm-banner-text-play-btn .dm-banner-text h1 span {
  font-weight: 300;
}
.dm-banner-text-play-btn .dm-banner-btn a {
  width: 122px;
  height: 122px;
  color: #0D0D0D;
  font-size: 25px;
  border-radius: 100%;
  background-color: var(--base-color-2);
}
.dm-banner-text-play-btn .dm-banner-btn a:hover {
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Service Area*/
/*----------------------------------------------------*/
.dm-servcie-section {
  padding: 115px 0px 50px;
}

.dm-service-text-area {
  max-width: 490px;
}

.dm-servcie-item {
  margin-bottom: 80px;
}
.dm-servcie-item .service-icon {
  margin-bottom: 35px;
}
.dm-servcie-item .service-text h3 {
  color: #0D0D0D;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  font-family: var(--heading-1);
}
.dm-servcie-item .service-text h3:hover {
  color: #423EF3;
}
.dm-servcie-item .service-text p {
  font-size: 18px;
  line-height: 30px;
}
.dm-servcie-item:hover .service-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

/*---------------------------------------------------- */
/*About Area*/
/*----------------------------------------------------*/
.dm-about-section {
  padding: 150px 0px;
}
.dm-about-section .dm-about-shape1 {
  left: 0;
  bottom: 0;
}
.dm-about-section .dm-about-shape2 {
  right: 0;
  bottom: 0;
}

.dm-about-img {
  z-index: 1;
  left: -100px;
  margin-top: 60px;
}
.dm-about-img .dm-about-social1,
.dm-about-img .dm-about-social2 {
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0 auto;
  text-align: center;
}
.dm-about-img .dm-about-social2 {
  top: -90px;
  bottom: auto;
}
.dm-about-img .dm-about-social3 {
  left: 115px;
  bottom: 60px;
}
.dm-about-img .dm-about-social4 {
  right: 115px;
  bottom: 60px;
}
.dm-about-img .dm-about-shape {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.dm-about-text-area .btn-5 a:hover {
  color: #000;
  background-color: #fff;
}
.dm-about-text-area .section-title-6 h2, .dm-about-text-area .section-title-6 p {
  color: #fff;
}

/*---------------------------------------------------- */
/*Case Area*/
/*----------------------------------------------------*/
.dm-case-study-section {
  padding: 115px 0px 125px;
}

.dm-case-study-content {
  padding-top: 55px;
}
.dm-case-study-content .dm-case-btn {
  padding-top: 70px;
}

.dm-case-study-item {
  margin: 0 auto;
  max-width: 410px;
  border-radius: 20px;
  padding: 20px 20px 40px;
  background-color: #F8F8F8;
}
.dm-case-study-item .case-study-img {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 45px;
}
.dm-case-study-item .case-study-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.dm-case-study-item .case-study-text h3 {
  color: #292930;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 20px;
}
.dm-case-study-item .case-study-text .more-btn {
  color: #423EF3;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 50px;
  border-radius: 10px;
  display: inline-block;
  background-color: #fff;
}
.dm-case-study-item .case-study-text .more-btn:hover {
  color: #fff;
  background-color: #423EF3;
}
.dm-case-study-item:hover .case-study-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*How Help Area*/
/*----------------------------------------------------*/
.dm-how-help-section {
  overflow: hidden;
  padding-bottom: 90px;
}
.dm-how-help-section .section-title-6 p {
  font-size: 22px;
  padding-top: 25px;
  padding-bottom: 0;
}

.dm-how-help-item {
  position: relative;
  margin-bottom: 30px;
}
.dm-how-help-item:before {
  top: 50px;
  height: 1px;
  content: "";
  width: 175px;
  right: -100px;
  position: absolute;
  border: 1px dashed #818181;
}
.dm-how-help-item .how-help-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 28px;
  border-radius: 100%;
  background-color: #f4fee5;
}
.dm-how-help-item .how-help-text h3 {
  color: #0D0D0D;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  max-width: 240px;
  line-height: 34px;
}

.dm-how-help-content {
  padding-top: 50px;
}
.dm-how-help-content .col-lg-3:nth-child(2) .dm-how-help-item .how-help-icon {
  background-color: rgba(222, 120, 240, 0.2);
}
.dm-how-help-content .col-lg-3:nth-child(3) .dm-how-help-item .how-help-icon {
  background: rgba(124, 174, 248, 0.2);
}
.dm-how-help-content .col-lg-3:nth-child(4) .dm-how-help-item .how-help-icon {
  background-color: rgba(243, 147, 33, 0.2);
}
.dm-how-help-content .col-lg-3:last-child .dm-how-help-item:before {
  display: none;
}

/*---------------------------------------------------- */
/*Sponsor Testimonial Area*/
/*----------------------------------------------------*/
.dm-sponsor-testimonial-section {
  padding: 130px 0px 80px;
  background-color: #f8f8f8;
}
.dm-sponsor-testimonial-section:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 585px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/slider/dm-banner.png);
}

.dm-testimonial-content {
  padding-top: 130px;
}

/*---------------------------------------------------- */
/*Sponsor Testimonial Area*/
/*----------------------------------------------------*/
.dm-blog-section {
  padding-bottom: 130px;
  background-color: #f8f8f8;
}

.dm-blog-content {
  padding-top: 70px;
}
.dm-blog-content .dm-blog-btn {
  padding-top: 70px;
}

.dm-blog-item {
  z-index: 1;
  overflow: hidden;
  padding: 50px 40px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.dm-blog-item .blog-bg-shape {
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  height: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.dm-blog-item .blog-bg-shape img {
  width: 100%;
  height: 100%;
}
.dm-blog-item .blog-text .date-meta {
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 5px;
  margin-bottom: 50px;
  display: inline-block;
  background-color: var(--base-color-2);
}
.dm-blog-item .blog-text h3 {
  color: #292930;
  font-size: 25px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 28px;
}
.dm-blog-item .blog-text p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 35px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-bottom: 1px solid #EFEEEE;
}
.dm-blog-item .blog-text .blog-author-meta {
  margin-top: 35px;
}
.dm-blog-item .blog-text .blog-author-meta .author-img {
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}
.dm-blog-item .blog-text .blog-author-meta .author-name {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.dm-blog-item .blog-text .blog-author-meta .author-name a {
  color: #292930;
  font-weight: 700;
}
.dm-blog-item:hover .blog-bg-shape {
  width: 100%;
}
.dm-blog-item:hover .blog-text h3, .dm-blog-item:hover .blog-text p {
  color: #fff;
}
.dm-blog-item:hover .blog-text .blog-author-meta .author-name {
  color: #fff;
}
.dm-blog-item:hover .blog-text .blog-author-meta .author-name a {
  color: #fff;
}

/*---------------------------------------------------- */
/* Digital Agency 2 Home Page Area*/
/*Global Area*/
/*----------------------------------------------------*/
.digital-agency-2 {
  color: #6f6f6f;
  background-color: #fff;
}
.digital-agency-2 h1,
.digital-agency-2 h2,
.digital-agency-2 h3,
.digital-agency-2 h4,
.digital-agency-2 h5,
.digital-agency-2 h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--heading-1);
}
.digital-agency-2 .container {
  max-width: 1200px;
}

.btn-7 a {
  color: #fff;
  font-weight: 700;
  padding: 16px 30px;
  border-radius: 3px;
  display: inline-block;
  background-color: var(--base-color-7);
}
.btn-7 a:hover {
  background-color: var(--base-color-6);
}

.section-title-7 {
  max-width: 610px;
}
.section-title-7 .sub-title {
  font-weight: 700;
  color: var(--base-color-7);
}
.section-title-7 h2 {
  color: #0b1c2b;
  font-size: 50px;
  font-weight: 700;
  padding-top: 15px;
}
.section-title-7 h2 span {
  color: var(--base-color-7);
}
.section-title-7 p {
  max-width: 480px;
  padding-top: 35px;
}
.section-title-7.text-center {
  margin: 0 auto;
}

/*---------------------------------------------------- */
/*Banner Area*/
/*----------------------------------------------------*/
.skill-client-more .inner-img-list li, .banner-section-7 .banner-option .inner-text .inner-img-list li {
  width: 62px;
  height: 62px;
  float: left;
  overflow: hidden;
  margin-left: -25px;
  border-radius: 100%;
  border: 3px solid #fff;
}
.skill-client-more .inner-img-list li:first-child, .banner-section-7 .banner-option .inner-text .inner-img-list li:first-child {
  margin-left: 0;
}

.banner-section-7 {
  background-color: #f9f9f9;
}
.banner-section-7:before {
  top: 0;
  right: 0;
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  background-color: #fff;
}
.banner-section-7 .banner-shape1 {
  top: 0;
  right: 0;
}
.banner-section-7 .banner-shape2 {
  bottom: 0;
  right: 0;
}
.banner-section-7 .banner-circle {
  overflow: hidden;
  border-radius: 100%;
  border: 12px solid #fff;
}
.banner-section-7 .banner-circle-img .circle-icon {
  top: 10px;
  left: -15px;
  width: 80px;
  height: 80px;
  color: #00519d;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
          box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
}
.banner-section-7 .banner-circle-img .circle-icon i {
  font-size: 35px;
}
.banner-section-7 .banner-circle-img1 {
  top: 135px;
  right: 250px;
  width: 335px;
  height: 335px;
}
.banner-section-7 .banner-circle-img1 .circle-icon {
  top: 30px;
  left: -10px;
}
.banner-section-7 .banner-circle-img1 .circle-icon i {
  color: #ea4c89;
}
.banner-section-7 .banner-circle-img2 {
  top: 45%;
  right: 15px;
  width: 260px;
  height: 260px;
  border-radius: 100%;
}
.banner-section-7 .banner-circle-img3 {
  right: 235px;
  bottom: 28px;
  width: 335px;
  height: 335px;
}
.banner-section-7 .banner-circle-img3 .circle-icon {
  top: 50px;
  left: auto;
  right: -10px;
}
.banner-section-7 .banner-circle-img3 .circle-icon i {
  color: #03a9f4;
}
.banner-section-7 .banner-option {
  top: 49%;
  right: 18%;
  border-radius: 10px;
  padding: 30px 40px 30px 60px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
          box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
}
.banner-section-7 .banner-option .inner-icon {
  top: 40px;
  left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: var(--base-color-7);
}
.banner-section-7 .banner-option .inner-icon i {
  color: #fff;
  font-size: 40px;
}
.banner-section-7 .banner-option .inner-text p {
  color: #0b1c2b;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
}
.banner-section-7 .banner-option .inner-text p span {
  color: var(--base-color-6);
}
.banner-section-7 .banner-option .inner-text a {
  color: #0e0d0f;
  font-size: 15px;
  font-weight: 700;
  margin-left: 13px;
}

.banner-content-7 {
  padding: 280px 0px;
}

.banner-text-wrap-7 {
  max-width: 670px;
}
.banner-text-wrap-7 .banner-slug {
  font-weight: 700;
  color: var(--base-color-7);
}
.banner-text-wrap-7 h1 {
  color: #0b1c2b;
  font-size: 90px;
  font-weight: 700;
  position: relative;
  padding: 20px 0px;
}
.banner-text-wrap-7 h1 span {
  color: var(--base-color-7);
}
.banner-text-wrap-7 h1:after {
  bottom: 0;
  right: 50px;
  height: 30px;
  width: 110px;
  content: "";
  position: absolute;
  background-image: url(../img/vector/under.png);
}
.banner-text-wrap-7 p {
  font-size: 20px;
  max-width: 610px;
  padding-top: 30px;
}
.banner-text-wrap-7 .banner-play-btn {
  margin-top: 55px;
}
.banner-text-wrap-7 .banner-play-btn .btn-7 a {
  padding: 25px 60px;
}
.banner-text-wrap-7 .banner-play-btn .banner-play {
  margin-left: 50px;
}
.banner-text-wrap-7 .banner-play-btn .banner-play a i {
  width: 70px;
  height: 70px;
  font-size: 35px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  color: var(--base-color-6);
  border: 2px solid var(--base-color-6);
}
.banner-text-wrap-7 .banner-play-btn .banner-play a span {
  color: #0b1c2b;
  font-weight: 700;
  margin-left: 15px;
}

/*---------------------------------------------------- */
/*Sponsor Area*/
/*----------------------------------------------------*/
.sponsor-content-7 {
  top: -110px;
  padding: 50px 70px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.07);
          box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.07);
}
.sponsor-content-7 h3 {
  color: #0b1c2b;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}
.sponsor-content-7 h3 span {
  color: var(--base-color-7);
}

.sponsor-slider-7 .sponsor-img .inner-img {
  height: 60px;
  width: 160px;
  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;
}

/*---------------------------------------------------- */
/*About Area*/
/*----------------------------------------------------*/
.about-section-7 {
  overflow: hidden;
}

.about-img-item-wrap {
  z-index: 1;
}
.about-img-item-wrap .about-inner-img1,
.about-img-item-wrap .about-inner-img2 {
  overflow: hidden;
  border-radius: 50px;
}
.about-img-item-wrap .about-shape-circle {
  left: 115px;
  z-index: -1;
  bottom: -200px;
  position: absolute;
}
.about-img-item-wrap .about-inner-img2 {
  right: -280px;
  bottom: -195px;
  position: absolute;
}

.about-text-wrap-7 {
  padding-top: 40px;
  -webkit-transform: translateX(315px);
          transform: translateX(315px);
}
.about-text-wrap-7 p {
  line-height: 1.5;
  max-width: 315px;
  padding-bottom: 30px;
}

/*---------------------------------------------------- */
/*Service Area*/
/*----------------------------------------------------*/
.service-section-7 {
  overflow: hidden;
  padding: 120px 0px;
}

.service-content-7 {
  margin-top: 70px;
}
.service-content-7 .carousel_nav button {
  top: 50%;
  width: 40px;
  border: none;
  height: 40px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
}
.service-content-7 .carousel_nav .ser7-left_arrow {
  left: -8px;
}
.service-content-7 .carousel_nav .ser7-right_arrow {
  right: -8px;
}

.service-item-7 {
  padding: 0px 15px;
}
.service-item-7 .service-inner-item-7 {
  z-index: 1;
  border-radius: 50px;
  padding: 40px 20px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
          box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
}
.service-item-7 .service-inner-item-7:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  border-radius: 50px;
  background-color: #fff;
}
.service-item-7 .service-inner-item-7 .service-shape1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-item-7 .service-inner-item-7 .service-shape1:before, .service-item-7 .service-inner-item-7 .service-shape1:after {
  top: -4px;
  left: -4px;
  width: 35%;
  content: "";
  height: 35%;
  z-index: -2;
  position: absolute;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color-7);
}
.service-item-7 .service-inner-item-7 .service-shape1:after {
  top: auto;
  left: auto;
  right: -4px;
  bottom: -4px;
}
.service-item-7 .service-inner-item-7.ser-color-2 .service-shape1:before, .service-item-7 .service-inner-item-7.ser-color-2 .service-shape1:after {
  background-color: #fb4cf0;
}
.service-item-7 .service-inner-item-7.ser-color-2 .service-icon i {
  color: #fb4cf0;
}
.service-item-7 .service-inner-item-7.ser-color-3 .service-shape1:before, .service-item-7 .service-inner-item-7.ser-color-3 .service-shape1:after {
  background-color: #40c6c5;
}
.service-item-7 .service-inner-item-7.ser-color-3 .service-icon i {
  color: #40c6c5;
}
.service-item-7 .service-inner-item-7.ser-color-4 .service-shape1:before, .service-item-7 .service-inner-item-7.ser-color-4 .service-shape1:after {
  background-color: #00d20a;
}
.service-item-7 .service-inner-item-7.ser-color-4 .service-icon i {
  color: #00d20a;
}
.service-item-7 .service-inner-item-7 .service-icon {
  margin-bottom: 25px;
}
.service-item-7 .service-inner-item-7 .service-icon i {
  font-size: 50px;
  color: var(--base-color-7);
}
.service-item-7 .service-inner-item-7 .service-text h3 {
  color: #0b1c2b;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
.service-item-7 .service-inner-item-7 .service-text p {
  padding-bottom: 15px;
}
.service-item-7 .service-inner-item-7:hover .service-shape1:before, .service-item-7 .service-inner-item-7:hover .service-shape1:after {
  width: 103%;
  height: 100%;
  border-radius: 50px;
}

.service-silider-7 .slick-list {
  overflow: visible;
}
.service-silider-7 .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.service-silider-7 .slick-slide.slick-active {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Video Skill Area*/
/*----------------------------------------------------*/
.video-play-7 {
  width: 50%;
}
.video-play-7:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.769;
  position: absolute;
  background-image: linear-gradient(-62deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
}
.video-play-7 .play-video-play {
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.video-play-7 .play-video-play a {
  color: #fff;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  font-size: 35px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.skill-content-7 {
  width: 50%;
  padding: 120px 0px;
  background-color: #ecf7ff;
}

.skill-content-progress {
  max-width: 530px;
  padding-left: 55px;
}

.skill-text-progress-bar {
  padding-top: 35px;
}

.skill-progress-7 .skill-progress-bar {
  padding-top: 15px;
}
.skill-progress-7 .skill-progress-bar .skill-set-percent {
  margin-bottom: 28px;
}
.skill-progress-7 .skill-progress-bar .skill-set-percent h4 {
  color: #0b1c2b;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}
.skill-progress-7 .skill-progress-bar .skill-set-percent .progress {
  height: 8px;
  border-radius: 0;
  position: relative;
  overflow: visible;
  background-color: #e8e8e8;
}
.skill-progress-7 .skill-progress-bar .skill-set-percent .progress span {
  right: 0;
  top: -30px;
  color: #0b1c2b;
  font-weight: 700;
  position: absolute;
}
.skill-progress-7 .skill-progress-bar .skill-set-percent .progress-bar {
  width: 0;
  float: left;
  height: 100%;
  position: relative;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  background-image: linear-gradient(-106deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
}

.skill-client-more {
  margin-top: 45px;
}
.skill-client-more .more-btn {
  color: #0b1c2b;
  margin-left: 18px;
}
.skill-client-more .more-btn a {
  margin-left: 10px;
  color: var(--base-color-7);
  font-weight: 700;
}

/*---------------------------------------------------- */
/*Counter Project Area*/
/*----------------------------------------------------*/
.counter-project-section {
  padding: 120px 0px;
  overflow: hidden;
}

.counter-content-7 {
  z-index: 1;
  position: relative;
}

.counter-content-item-7 {
  max-width: 405px;
  margin-top: 60px;
}
.counter-content-item-7:before {
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  content: "";
  height: 80%;
  margin: 0 auto;
  position: absolute;
  background-color: #e5e5e5;
}
.counter-content-item-7:after {
  left: 0;
  top: 42%;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: #e5e5e5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.counter-item-7 {
  margin-bottom: 60px;
}
.counter-item-7 h3 {
  color: #0b1c2b;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 5px;
}
.counter-item-7 h3 sup {
  font-size: 30px;
  color: var(--base-color-7);
}
.counter-cta-btn {
  margin-top: 30px;
}
.counter-cta-btn a {
  color: #fff;
  font-weight: 700;
  margin-left: 35px;
  border-radius: 3px;
  padding: 20px 45px;
  display: inline-block;
  background-color: var(--base-color-6);
}

/*---------------------------------------------------- */
/* Project Area*/
/*----------------------------------------------------*/
.project-slider-item-7 .project-text {
  left: -105px;
  width: 80%;
  opacity: 0;
  bottom: 50px;
  padding: 15px 30px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 238, 235, 0.75)), color-stop(53%, rgba(32, 166, 243, 0.75)), to(rgba(63, 93, 251, 0.75)));
  background: linear-gradient(-180deg, rgba(0, 238, 235, 0.75) 1%, rgba(32, 166, 243, 0.75) 53%, rgba(63, 93, 251, 0.75) 100%);
}
.project-slider-item-7 .project-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}
.project-slider-item-7 .project-text span {
  color: #fff;
}
.project-slider-item-7 .project-text .project-btn {
  top: 25px;
  right: 25px;
  width: 40px;
  color: #000;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
}

.project-slider-7 .slick-list {
  overflow: visible;
}
.project-slider-7 .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.project-slider-7 .slick-slide.slick-active {
  opacity: 1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.project-slider-7 .slick-slide.slick-active.slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.project-slider-7 .project-slider-item-7.slick-current .project-text {
  opacity: 1;
  left: -145px;
}

.seven-project-carousel {
  bottom: 40px;
  right: -185px;
  position: absolute;
}
.seven-project-carousel button {
  width: 40px;
  height: 40px;
  border: none;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
}
.seven-project-carousel button:hover {
  color: #fff;
  background-color: #7489f7;
}

/*---------------------------------------------------- */
/*Testimonial Area*/
/*----------------------------------------------------*/
.testimonial-section-7 {
  padding: 140px 0px 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(235, 247, 255)), color-stop(53%, rgb(242, 248, 252)), color-stop(99%, rgb(249, 249, 249)));
  background: linear-gradient(-180deg, rgb(235, 247, 255) 1%, rgb(242, 248, 252) 53%, rgb(249, 249, 249) 99%);
}
.testimonial-section-7 .section-title-7 {
  padding-bottom: 40px;
}

.testimonial-inner-item-7 {
  padding: 45px 0px 25px 45px;
}
.testimonial-inner-item-7:before {
  top: 0;
  left: 0;
  width: 73%;
  height: 75%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(0, 238, 235)), color-stop(53%, rgb(32, 166, 243)), to(rgb(63, 93, 251)));
  background: linear-gradient(-180deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
}
.testimonial-inner-item-7 .testimonial-text-img-7 {
  padding: 35px;
  max-width: 505px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 27px 0px rgba(6, 6, 6, 0.16);
          box-shadow: 0px 0px 27px 0px rgba(6, 6, 6, 0.16);
}
.testimonial-inner-item-7 .testimonial-text-img-7 .test-rate {
  top: -25px;
  right: 30px;
}
.testimonial-inner-item-7 .testimonial-text-img-7 .testimonial-img-name .testimonial-img {
  width: 190px;
  height: 135px;
  overflow: hidden;
  margin-right: 35px;
}
.testimonial-inner-item-7 .testimonial-text-img-7 .testimonial-img-name .testimonial-name {
  max-width: 135px;
}
.testimonial-inner-item-7 .testimonial-text-img-7 .testimonial-img-name .testimonial-name h3 {
  color: #0b1c2b;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 5px;
}
.testimonial-inner-item-7 .testimonial-text-img-7 .testimonial-desc {
  font-size: 24px;
  margin-top: 45px;
  padding-left: 60px;
  padding-bottom: 10px;
}
.testimonial-inner-item-7 .testimonial-text-img-7 .testimonial-desc:before {
  top: -20px;
  left: -5px;
  font-size: 40px;
  content: "\f10d";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  background: linear-gradient(-106deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-slider-area-7 .carousel_nav button {
  z-index: 1;
  width: 32px;
  border: none;
  height: 32px;
  margin: 0px 75px;
  border-radius: 100%;
  position: relative;
  background-color: #bdc5f2;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.testimonial-slider-area-7 .carousel_nav button:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: linear-gradient(-106deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
}
.testimonial-slider-area-7 .carousel_nav button:hover {
  color: #fff;
}
.testimonial-slider-area-7 .carousel_nav button:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.testimonial-slider-area-7 .slick-dots {
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  max-width: 130px;
}
.testimonial-slider-area-7 .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 10px;
  border-radius: 100%;
  background-color: #d8d8d8;
}
.testimonial-slider-area-7 .slick-dots li.slick-active {
  background-color: var(--base-color-6);
}

/*---------------------------------------------------- */
/*Get Start Area*/
/*----------------------------------------------------*/
.get-started-section {
  padding-bottom: 120px;
}

.get-started-content {
  padding: 50px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: -2.072px 16.873px 18px 0px rgba(6, 6, 6, 0.05);
          box-shadow: -2.072px 16.873px 18px 0px rgba(6, 6, 6, 0.05);
}
.get-started-content h3 {
  color: #0b1c2b;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.get-started-content .get-started-step {
  padding-top: 40px;
}

.get-started-item .get-start-icon {
  margin-right: 15px;
}
.get-started-item .get-start-icon i {
  font-size: 30px;
  border-radius: 100%;
  color: var(--base-color-7);
  -webkit-box-shadow: -2.072px 16.873px 18px 0px rgba(116, 137, 247, 0.44);
          box-shadow: -2.072px 16.873px 18px 0px rgba(116, 137, 247, 0.44);
}
.get-started-item .get-start-text {
  color: #0b1c2b;
  font-size: 18px;
  font-weight: 700;
  max-width: 175px;
}

/*---------------------------------------------------- */
/*Blog Area*/
/*----------------------------------------------------*/
.blog-section-7 {
  overflow: hidden;
  padding-bottom: 120px;
}
.blog-section-7 .progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 8px;
  overflow: hidden;
  margin: 110px 0px 25px;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, right top, from(#7489f7), to(#7489f7));
  background-image: linear-gradient(to right, #7489f7, #7489f7);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
.blog-section-7 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(-108deg, rgb(253, 50, 119) 0%, rgb(254, 116, 156) 51%, rgb(255, 181, 193) 100%);
}
.blog-section-7 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.seven-blog-top-content .seven-section-title h2 {
  max-width: 570px;
}
.seven-blog-top-content .seven-blog-top-text {
  max-width: 520px;
}

.seven-blog-slider {
  margin-left: -30px;
}

.seven-blog-content {
  padding-top: 100px;
}

.seven-blog-item {
  overflow: hidden;
  padding: 85px 60px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0.872px 24.985px 32px 0px rgba(6, 17, 59, 0.06);
          box-shadow: 0.872px 24.985px 32px 0px rgba(6, 17, 59, 0.06);
}
.seven-blog-item .seven-blog-img {
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.seven-blog-item .seven-blog-img img {
  height: 100%;
  width: 100%;
}
.seven-blog-item .seven-blog-text .blog-cat {
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#0090ff), color-stop(51%, #4e70fc), to(#9b4ff9));
  background: linear-gradient(-90deg, #0090ff 0%, #4e70fc 51%, #9b4ff9 100%);
}
.seven-blog-item .seven-blog-text h3 {
  color: #0b1c2b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.222;
  padding: 25px 0px 20px;
}
.seven-blog-item .seven-blog-text .blog-meta a {
  color: #526a8b;
  margin-right: 15px;
  position: relative;
}
.seven-blog-item .seven-blog-text .blog-meta a:before {
  top: 0;
  right: -13px;
  content: "/";
  color: #526a8b;
  position: absolute;
}
.seven-blog-item .seven-blog-text .blog-meta a:last-child:before {
  display: none;
}

.seven-blog-item-area {
  width: 680px;
  padding: 0px 10px;
  -webkit-transition: 800ms all ease;
  transition: 800ms all ease;
}
.seven-blog-item-area .seven-blog-shape {
  top: -42px;
  opacity: 0;
  right: -5px;
  overflow: hidden;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.seven-blog-item-area.slick-current.slick-active {
  width: 680px;
  padding: 0px 30px;
  margin-right: 15px;
}
.seven-blog-item-area.slick-current.slick-active .seven-blog-shape {
  opacity: 1;
}
.seven-blog-item-area.slick-current.slick-active .seven-blog-item {
  background-color: #000435;
}
.seven-blog-item-area.slick-current.slick-active .seven-blog-img {
  opacity: 1;
}
.seven-blog-item-area.slick-current.slick-active .seven-blog-text h3 {
  color: #fff;
}

.seven-blog-slider .slick-list {
  overflow: visible;
}
.seven-blog-slider .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.seven-blog-slider .slick-slide.slick-active {
  opacity: 1;
}
.seven-blog-slider .slick-dots {
  left: 30px;
  width: auto;
  bottom: -210px;
}
.seven-blog-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  color: #a4abb4;
  font-weight: 700;
  margin-right: 30px;
  position: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.seven-blog-slider .slick-dots li:before {
  top: 0;
  right: -10px;
  content: "/";
  color: #a4abb4;
  position: absolute;
}
.seven-blog-slider .slick-dots li.slick-active span {
  color: #20395c;
  font-size: 60px;
}
.seven-blog-slider .slick-dots li.slick-active:before {
  display: none;
}

.seven-blog-carousel-pagination .blg-left_arrow,
.seven-blog-carousel-pagination .blg-right_arrow {
  z-index: 1;
  width: 60px;
  height: 60px;
  border: none;
  margin-left: 10px;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
}
.seven-blog-carousel-pagination .blg-left_arrow:hover,
.seven-blog-carousel-pagination .blg-right_arrow:hover {
  color: #fff;
  background-color: var(--base-color-7);
}

/*---------------------------------------------------- */
/*Contact Area*/
/*----------------------------------------------------*/
.seven-contact-section {
  padding: 80px 0px 110px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(235, 247, 255)), color-stop(53%, rgb(242, 248, 252)), color-stop(99%, rgb(249, 249, 249)));
  background: linear-gradient(-180deg, rgb(235, 247, 255) 1%, rgb(242, 248, 252) 53%, rgb(249, 249, 249) 99%);
}
.seven-contact-section .seven-contact-bg {
  top: 30px;
  right: 0;
  opacity: 0.3;
}

.seven-contact-map-info {
  width: 690px;
}
.seven-contact-map-info iframe {
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#seven-map {
  height: 365px;
  margin-top: 60px;
  border: 5px solid #fff;
  border-right: 0;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
}
#seven-map img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#seven-map .gm-style {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.seven-contact-info {
  padding-top: 25px;
}

.seven-contact-info-item {
  margin-right: 50px;
  position: relative;
}
.seven-contact-info-item:after {
  top: 20px;
  right: -20px;
  width: 1px;
  content: "";
  height: 50px;
  position: absolute;
  background-color: #dbdbdc;
}
.seven-contact-info-item h3 {
  color: #161616;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.seven-contact-info-item p {
  max-width: 220px;
}
.seven-contact-info-item:last-child:after {
  display: none;
}

.seven-contact-form {
  width: 460px;
  padding: 45px 70px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
}
.seven-contact-form:after {
  left: 0;
  right: 0;
  content: "";
  height: 25px;
  width: 80%;
  bottom: -25px;
  margin: 0 auto;
  position: absolute;
  border-radius: 5px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
}
.seven-contact-form .seven-section-title h2 {
  color: #0e0d0f;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-right: 40px;
  padding-bottom: 10px;
  display: inline-block;
}
.seven-contact-form .seven-section-title p {
  font-size: 17px;
}

.seven-contact-form-wrap {
  margin-top: 25px;
}
.seven-contact-form-wrap .input-info {
  padding: 7px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
.seven-contact-form-wrap .input-info label {
  font-size: 15px;
}
.seven-contact-form-wrap .input-info input {
  border: none;
  color: #0e0d0f;
  font-size: 17px;
  font-weight: 700;
}
.seven-contact-form-wrap .input-info input::-webkit-input-placeholder {
  color: #0e0d0f;
  font-size: 17px;
  font-weight: 700;
}
.seven-contact-form-wrap .input-info input::-moz-placeholder {
  color: #0e0d0f;
  font-size: 17px;
  font-weight: 700;
}
.seven-contact-form-wrap .input-info input:-ms-input-placeholder {
  color: #0e0d0f;
  font-size: 17px;
  font-weight: 700;
}
.seven-contact-form-wrap .input-info input::-ms-input-placeholder {
  color: #0e0d0f;
  font-size: 17px;
  font-weight: 700;
}
.seven-contact-form-wrap .input-info input::placeholder {
  color: #0e0d0f;
  font-size: 17px;
  font-weight: 700;
}
.seven-contact-form-wrap .input-info i {
  top: 22px;
  right: 20px;
  color: #c5c5c5;
  position: absolute;
}
.seven-contact-form-wrap button {
  color: #fff;
  border: none;
  width: 215px;
  height: 55px;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-color: var(--base-color-7);
}
.seven-contact-form-wrap button:hover {
  background-position: 120%;
}
.seven-contact-form-wrap button i {
  margin-left: 5px;
}
.seven-contact-form-wrap p {
  font-size: 14px;
  margin-top: 25px;
}
.seven-contact-form-wrap p input {
  margin-right: 12px;
}
.seven-contact-form-wrap p a {
  color: var(--base-color-6);
  text-decoration: underline;
}

.seven-cp-contact-cta-item {
  min-height: 255px;
  padding-top: 20px;
}
.seven-cp-contact-cta-item .item-img {
  left: 0;
  right: 0;
}
.seven-cp-contact-cta-item .item-img img {
  width: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.seven-cp-contact-cta-item .item-icon-text {
  padding-top: 30px;
}
.seven-cp-contact-cta-item .item-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.seven-cp-contact-cta-item .item-icon i {
  color: var(--base-color-6);
  font-size: 40px;
}
.seven-cp-contact-cta-item .item-text {
  color: #fff;
}
.seven-cp-contact-cta-item .item-text h3 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 5px;
}
.seven-cp-contact-cta-item .item-text p {
  margin: 0 auto;
  max-width: 210px;
}
.seven-cp-contact-cta-item:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-top-left-radius: 50px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-bottom-right-radius: 50px;
  border: 3px dashed var(--base-color-6);
}
.seven-cp-contact-cta-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.seven-cp-contact-cta-item:hover .item-img img {
  width: 90%;
  height: 90%;
}

.seven-cp-contact-form-section .seven-cp-section-title.seven-cp-title-style-two span {
  color: var(--base-color-6);
}
.seven-cp-contact-form-section .seven-cp-section-title.seven-cp-title-style-two span:after,
.seven-cp-contact-form-section .seven-cp-section-title.seven-cp-title-style-two span:before {
  background-color: var(--base-color-6);
}
.seven-cp-contact-form-section .seven-cp-section-title h2 {
  color: #07173a;
}

.seven-cp-form-content {
  margin: 0 auto;
  max-width: 785px;
  padding-bottom: 80px;
}
.seven-cp-form-content .seven-cp-form-btn {
  margin-top: 30px;
}
.seven-cp-form-content .seven-cp-form-btn button {
  color: #fff;
  height: 60px;
  width: 225px;
  border: none;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 30px;
  background-color: var(--base-color-6);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.seven-cp-form-content .seven-cp-form-btn button:hover {
  background-color: var(--base-color-6);
}

.seven-cp-form-input {
  margin-bottom: 18px;
}
.seven-cp-form-input label {
  color: #191919;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.seven-cp-form-input input,
.seven-cp-form-input textarea {
  width: 100%;
  height: 55px;
  padding-left: 20px;
  border: 1px solid #e3e3e5;
  background-color: #efefef;
}
.seven-cp-form-input textarea {
  height: 160px;
  padding: 20px;
}

.seven-contact-wrap-section {
  padding: 80px 0px 100px;
}

.seven-contact-form-content {
  margin: 0 auto;
  max-width: 780px;
  padding-top: 35px;
  padding-bottom: 100px;
}
.seven-contact-form-content button {
  color: #fff;
  border: none;
  width: 215px;
  height: 55px;
  font-size: 15px;
  margin-top: 20px;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 30px;
  display: inline-block;
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-image: -webkit-gradient(linear, left top, right top, from(#1ec5fa), color-stop(50%, #0d47d5), to(#1ec5fa));
  background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
  -webkit-box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0);
          box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0);
}
.seven-contact-form-content button:hover {
  background-position: 120%;
}

.seven-contact-input-field {
  margin-bottom: 20px;
}
.seven-contact-input-field label {
  display: block;
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.seven-contact-input-field input, .seven-contact-input-field textarea {
  width: 100%;
  height: 55px;
  padding-left: 20px;
  background-color: #f9f9f9;
  border: 2px solid #ededed;
}
.seven-contact-input-field textarea {
  height: 155px;
  padding-top: 10px;
}

/*---------------------------------------------------- */
/*Social Ratting Area*/
/*----------------------------------------------------*/
.social-ratting-area {
  padding: 80px 0px 105px;
}
.social-ratting-area .carousel_nav button {
  top: 50%;
  border: none;
  font-size: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
}
.social-ratting-area .carousel_nav .social-rate-left_arrow {
  left: -20px;
}
.social-ratting-area .carousel_nav .social-rate-right_arrow {
  right: -20px;
}

.social-ratting-item:before {
  top: 0;
  left: -2px;
  width: 1px;
  height: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  background-color: #ededec;
}
.social-ratting-item.slick-slide.slick-active:before {
  opacity: 1;
}
.social-ratting-item .social-rate-icon {
  height: 55px;
  margin-bottom: 10px;
}
.social-ratting-item .social-rate-text-rattting p {
  padding-bottom: 10px;
}
.social-ratting-item .social-rate-text-rattting li {
  color: #ffc627;
}

/*---------------------------------------------------- */
/*Footer CTA Area*/
/*----------------------------------------------------*/
.footer-cta-section-7 {
  padding: 130px 0px 125px;
  background-color: #12162d;
}
.footer-cta-section-7 .container {
  max-width: 1470px;
}

.footer-cta-text-7 h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 45px;
}
.footer-cta-text-7 .btn-7 a i {
  margin-left: 10px;
}

.footer-content-7:before {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  background-color: #262a3b;
}

/*---------------------------------------------------- */
/* Inner Page Area*/
/*Breadcrumb Area*/
/*----------------------------------------------------*/
.breadcrumbs-section {
  overflow: hidden;
}

.breadcrumb-content {
  padding: 245px 0px 165px;
}
.breadcrumb-content h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  padding-bottom: 12px;
}
.breadcrumb-content li {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0px 12px;
  position: relative;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.breadcrumb-content li:before {
  top: 0;
  right: -20px;
  content: "//";
  position: absolute;
  color: var(--base-color-1);
}
.breadcrumb-content li:last-child:before {
  display: none;
}

/*---------------------------------------------------- */
/*About Page Area*/
/*----------------------------------------------------*/
.about-play-section {
  overflow: hidden;
  padding: 125px 0px 120px;
}

.about-play-top-content {
  padding-bottom: 75px;
}
.about-play-top-content .inner-section-title {
  max-width: 605px;
}
.about-play-top-content .about-play-top-text {
  font-size: 18px;
  line-height: 30px;
  max-width: 490px;
}

.about-play-area .about-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-play-area .about-play-btn a {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 100%;
  letter-spacing: 0.25em;
  background-color: #0D0D0D;
  border: 2px solid #FFFFFF;
}

.about-counter-area {
  padding-top: 120px;
}

.about-counter-item h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 12px;
}
.about-counter-item p {
  font-size: 18px;
}
.about-counter-item p span {
  color: var(--base-color-1);
}

.about-circle-progress-section {
  overflow: hidden;
}

.circle-progress-top-content {
  padding-bottom: 70px;
}
.circle-progress-top-content .inner-section-title {
  max-width: 590px;
}
.circle-progress-top-content .circle-progress-btn a {
  font-size: 22px;
  font-weight: 700;
}
.circle-progress-top-content .circle-progress-btn a i {
  margin-left: 10px;
}

.about-circle-progress-item .graph-outer {
  margin-bottom: 20px;
}
.about-circle-progress-item .counter-boxed .count-box {
  position: absolute;
  left: 0;
  top: 42%;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-circle-progress-item .counter-boxed h3 {
  color: #fff;
  font-size: 14px;
  padding-bottom: 8px;
  letter-spacing: 0.1em;
}

.inner-sponsor {
  padding-bottom: 80px;
}

/*---------------------------------------------------- */
/*Service Page Area*/
/*----------------------------------------------------*/
.service-page-service-section {
  overflow: hidden;
  padding: 115px 0px;
  background-color: #171717;
}

.service-page-service-inner-item {
  margin: 15px 0px;
  padding: 60px 40px;
  background-color: #0D0D0D;
}
.service-page-service-inner-item .service-icon {
  margin-bottom: 30px;
}
.service-page-service-inner-item .service-icon i {
  font-size: 34px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.service-page-service-inner-item .service-text h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 18px;
}
.service-page-service-inner-item .service-text p {
  font-size: 18px;
  color: #BAC1D4;
  max-width: 240px;
  line-height: 28px;
}
.service-page-service-inner-item:hover .service-icon i {
  color: var(--base-color-1);
}

.service-inner-section {
  overflow: hidden;
  padding: 130px 0px;
}
.service-inner-section .service-content-1 {
  padding-top: 0;
}
.service-inner-section .service-content-1 .service-inner-item:before {
  background-color: #171717;
}

.service-why-choose {
  padding-top: 130px;
}

.service-why-choose-text {
  padding-left: 40px;
}
.service-why-choose-text .service-why-choose-list-item {
  padding-top: 40px;
}
.service-why-choose-text .service-why-choose-list-item ul li {
  font-size: 24px;
  font-weight: 700;
  padding-left: 45px;
  padding-bottom: 38px;
  position: relative;
}
.service-why-choose-text .service-why-choose-list-item ul li:before {
  left: 0;
  top: 10px;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 100%;
  background-color: #FF7425;
}
.service-why-choose-text .service-why-choose-list-item ul li:after {
  top: 10px;
  left: 7px;
  width: 1px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: var(--base-color-1);
}
.service-why-choose-text .service-why-choose-list-item ul li:last-child {
  padding-bottom: 0;
}
.service-why-choose-text .service-why-choose-list-item ul li:last-child:after {
  display: none;
}

.achivement-history-section {
  overflow: hidden;
  padding-bottom: 120px;
}

.achivement-history-item-wrapper {
  margin: 0 auto;
  max-width: 800px;
}

.achivement-history-item {
  max-width: 250px;
  text-align: right;
}
.achivement-history-item .achive-year {
  right: -220px;
  font-size: 22px;
  line-height: 50px;
  background-color: #242424;
  padding: 0px 40px 0px 20px;
  border-radius: 0px 7px 7px 0px;
}
.achivement-history-item .achive-year:after {
  top: 0;
  left: -35px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 35px solid #242424;
  border-bottom: 25px solid transparent;
}
.achivement-history-item h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}
.achivement-history-item p {
  color: #BAC1D4;
  font-size: 18px;
}
.achivement-history-item .achivement-text {
  margin-bottom: 30px;
}

.achivement-history-content {
  padding-top: 70px;
}

.achivement-history-item-wrapper:before {
  left: 0;
  right: 0;
  top: -35px;
  width: 1px;
  content: "";
  height: 90%;
  margin: 0 auto;
  position: absolute;
  background-color: var(--base-color-1);
}
.achivement-history-item-wrapper .achivement-history-item-area {
  width: 100%;
  display: inline-block;
}
.achivement-history-item-wrapper .achivement-history-item-area:nth-child(even) .achivement-history-item {
  float: right;
  text-align: left;
}
.achivement-history-item-wrapper .achivement-history-item-area:nth-child(even) .achivement-history-item .achive-year {
  right: auto;
  left: -240px;
  border-radius: 7px 0px 0px 7px;
}
.achivement-history-item-wrapper .achivement-history-item-area:nth-child(even) .achivement-history-item .achive-year:after {
  left: auto;
  right: -35px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*---------------------------------------------------- */
/*Service Details Page Area*/
/*----------------------------------------------------*/
.service-details-section {
  overflow: hidden;
  padding: 130px 0px;
}
.video-gallery .video {
    margin-top: 20px;
}
.service-details-text {
  padding-top: 80px;
}
.slider-gallery .service-details-text {
  padding-top: 20px;
  padding-top: 40px;
}
.service-details-text h2 {
  font-size: 30px;
  font-weight: 700;
}
.service-details-text p {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
  padding-top: 30px;
}

.service-details-process {
  padding-top: 80px;
}

.service-process-item-wrap {
  padding-top: 40px;
}

.service-process-item {
  width: 50%;
  margin-bottom: 50px;
}
.service-process-item h3 {
  font-size: 18px;
  font-weight: 700;
}
.service-process-item h3 span {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 35px;
  margin-right: 30px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  background-color: #242424;
  color: var(--base-color-1);
}
.service-process-item p {
  color: #BAC1D4;
  font-size: 16px;
  max-width: 380px;
}

.service-details-outcome ul {
  padding-top: 25px;
}
.service-details-outcome li {
  color: #BAC1D4;
  font-size: 18px;
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
}
.service-details-outcome li:before {
  left: 0;
  top: 5px;
  width: 20px;
  content: "";
  height: 20px;
  position: absolute;
  background-image: url(../img/vector/right-arrow.png);
}

.service-details-result {
  padding-top: 60px;
}
.service-details-result .about-circle-progress-item .counter-boxed .count-box {
  top: 36%;
}

.service-details-result-item-wrap {
  padding-top: 50px;
}

.service-details-widget {
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 60px;
  background-color: #171717;
}
.service-details-widget .widget-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}
.service-details-widget .widget-title:before {
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  bottom: -2px;
  position: absolute;
  background-color: var(--base-color-1);
}
.service-details-widget .category-widget li {
  margin-bottom: 30px;
}
.service-details-widget .category-widget li:last-child {
  margin-bottom: 0px;
}
.service-details-widget .category-widget li a {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.service-details-widget .category-widget li a:before {
  top: 0;
  right: 0;
  content: "\f061";
  font-weight: 900;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  font-family: "Font Awesome 5 Pro";
}
.service-details-widget .category-widget li a span {
  margin-right: 15px;
}
.service-details-widget .category-widget li a:hover {
  color: var(--base-color-1);
}
.service-details-widget .category-widget li a:hover span {
  color: #fff;
}
.service-details-widget .category-widget li a:hover:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.service-details-widget .quote-widget input, .service-details-widget .quote-widget textarea {
  width: 100%;
  height: 40px;
  border: none;
  margin-bottom: 30px;
  background-color: transparent;
  border-bottom: 1px solid #393939;
}
.service-details-widget .quote-widget input::-webkit-input-placeholder, .service-details-widget .quote-widget textarea::-webkit-input-placeholder {
  color: #BAC1D4;
}
.service-details-widget .quote-widget input::-moz-placeholder, .service-details-widget .quote-widget textarea::-moz-placeholder {
  color: #BAC1D4;
}
.service-details-widget .quote-widget input:-ms-input-placeholder, .service-details-widget .quote-widget textarea:-ms-input-placeholder {
  color: #BAC1D4;
}
.service-details-widget .quote-widget input::-ms-input-placeholder, .service-details-widget .quote-widget textarea::-ms-input-placeholder {
  color: #BAC1D4;
}
.service-details-widget .quote-widget input::placeholder, .service-details-widget .quote-widget textarea::placeholder {
  color: #BAC1D4;
}
.service-details-widget .quote-widget input:focus, .service-details-widget .quote-widget textarea:focus {
  border-bottom: 1px solid #FFFFFF;
}
.service-details-widget .quote-widget textarea {
  height: 80px;
}
.service-details-widget .quote-widget button {
  border: none;
}
.service-details-widget .company-profile-widget a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 20px;
  border-radius: 50px;
  letter-spacing: 0.14em;
  background-color: rgba(255, 255, 255, 0.1);
}
.service-details-widget .company-profile-widget a:hover {
  background-color: var(--base-color-1);
}
.service-details-widget .company-profile-widget a:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------- */
/*Mission Page Area*/
/*----------------------------------------------------*/
.mission-section {
  overflow: hidden;
  padding: 125px 0px;
}

.mission-title-text {
  max-width: 560px;
}
.mission-title-text .inner-section-title {
  padding-bottom: 35px;
}
.mission-title-text .inner-section-title p {
  color: #BAC1D4;
  font-size: 18px;
  max-width: 495px;
  line-height: 30px;
  padding-top: 35px;
}

.mission-accordion {
  margin-top: 60px;
}
.mission-accordion:before {
  left: 0;
  top: 7px;
  height: 90%;
  content: "";
  width: 1px;
  position: absolute;
  background-color: var(--base-color-1);
}
.mission-accordion .accordion-item,
.mission-accordion .accordion-button:not(.collapsed),
.mission-accordion .accordion-button {
  background-color: transparent;
}
.mission-accordion .accordion-item {
  border: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}
.mission-accordion .accordion-item:before {
  top: 5px;
  left: -7px;
  width: 15px;
  content: "";
  height: 15px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--base-color-1);
}
.mission-accordion .accordion-button {
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.mission-accordion .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mission-accordion .accordion-body {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
  padding: 25px 0px 0px;
}
.mission-accordion .accordion-button::after {
  content: "\f062";
  font-weight: 300;
  background-image: none;
  font-family: "Font Awesome 5 Pro";
}
.mission-accordion .accordion-button:not(.collapsed)::after {
  color: var(--base-color-1);
}

.vission-more-btn {
  margin-top: 35px;
}
.vission-more-btn a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--base-color-1);
}
.vission-more-btn a i {
  margin-left: 15px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.vission-more-btn a:hover {
  letter-spacing: 0.18em;
}
.vission-more-btn a:hover i {
  margin-left: 20px;
}

.vission-section {
  overflow: hidden;
}
.vission-section .service-why-choose-text {
  padding-left: 0;
}

/*---------------------------------------------------- */
/*Team Details Area*/
/*----------------------------------------------------*/
.team-details-section {
  overflow: hidden;
  padding: 130px 0px;
}

.team-details-content {
  margin: 0 auto;
  max-width: 810px;
}

.team-details-info {
  padding-bottom: 80px;
}

.team-details-info-text {
  padding: 20px 0px 0px 30px;
}
.team-details-info-text .team-details-info-title {
  margin-bottom: 20px;
}
.team-details-info-text .team-details-info-title h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 20px;
}
.team-details-info-text .team-details-info-title span {
  color: #BAC1D4;
  font-size: 18px;
}
.team-details-info-text .team-details-info-list li {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.team-details-info-text .team-details-info-list li span {
  color: #BAC1D4;
  font-weight: 400;
  text-transform: capitalize;
}
.team-details-info-text .team-details-social {
  padding-top: 30px;
}
.team-details-info-text .team-details-social h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 25px;
}
.team-details-info-text .team-details-social a {
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-block;
  background-color: #202020;
}
.team-details-info-text .team-details-social a:hover {
  background-color: var(--base-color-1);
}

.team-personal-info {
  margin-bottom: 95px;
}
.team-personal-info h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.team-personal-info p {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
  padding-top: 30px;
}

.team-professional-skill {
  margin-top: 45px;
}
.team-professional-skill .about-circle-progress-item {
  margin-right: 180px;
}

.single-comment-form {
  padding: 40px;
  border-radius: 20px;
  background-color: #171717;
}
.single-comment-form h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 20px;
}
.single-comment-form p {
  color: #BAC1D4;
  font-size: 14px;
}
.single-comment-form form {
  margin-top: 50px;
}
.single-comment-form form label {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.single-comment-form form input, .single-comment-form form textarea {
  color: #fff;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  margin-bottom: 35px;
  border: 1px solid #393939;
  background-color: transparent;
}
.single-comment-form form input::-webkit-input-placeholder, .single-comment-form form textarea::-webkit-input-placeholder {
  color: #BAC1D4;
}
.single-comment-form form input::-moz-placeholder, .single-comment-form form textarea::-moz-placeholder {
  color: #BAC1D4;
}
.single-comment-form form input:-ms-input-placeholder, .single-comment-form form textarea:-ms-input-placeholder {
  color: #BAC1D4;
}
.single-comment-form form input::-ms-input-placeholder, .single-comment-form form textarea::-ms-input-placeholder {
  color: #BAC1D4;
}
.single-comment-form form input::placeholder, .single-comment-form form textarea::placeholder {
  color: #BAC1D4;
}
.single-comment-form form input:focus, .single-comment-form form textarea:focus {
  color: #fff;
  border: 1px solid #fff;
}
.single-comment-form form textarea {
  height: 120px;
  padding-top: 15px;
}
.single-comment-form form button {
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  padding: 15px 40px;
  text-transform: uppercase;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color-1);
}
.single-comment-form form button:hover {
  background-color: #ab592a;
}

/*---------------------------------------------------- */
/*Faq Area*/
/*----------------------------------------------------*/
.faq-section {
  overflow: hidden;
  padding: 130px 0px;
}

.faq-tab-btn {
  max-width: 430px;
}
.faq-tab-btn li {
  width: 100%;
  display: block;
}
.faq-tab-btn .nav-tabs {
  border: none;
}
.faq-tab-btn .nav-pills .nav-link.active,
.faq-tab-btn .nav-pills .show > .nav-link,
.faq-tab-btn .nav-tabs .nav-item.show .nav-link,
.faq-tab-btn .nav-tabs .nav-link.active {
  border: none;
  color: #fff;
  border-radius: 5px;
  background-color: var(--base-color-1);
}
.faq-tab-btn .nav-tabs .nav-link:focus, .faq-tab-btn .nav-tabs .nav-link:hover,
.faq-tab-btn .nav-tabs .nav-link {
  border: none;
}
.faq-tab-btn .nav-tabs .nav-link {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 16px 30px;
  background-color: #171717;
}
.faq-tab-btn .nav {
  display: inherit;
}
.faq-tab-btn li, .faq-tab-btn button {
  color: #fff;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.faq-text-wrapper-content .inner-section-title {
  max-width: 460px;
}

.faq-accordion-item-area .accordion-item,
.faq-accordion-item-area .accordion-button:not(.collapsed),
.faq-accordion-item-area .accordion-button {
  background-color: transparent;
}
.faq-accordion-item-area .accordion-item {
  border: none;
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}
.faq-accordion-item-area .accordion-button {
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.faq-accordion-item-area .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-accordion-item-area .accordion-body {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
  padding: 25px 0px 0px;
}
.faq-accordion-item-area .accordion-button::after {
  right: auto;
  left: -50px;
  content: "\f067";
  position: absolute;
  font-weight: 300;
  background-image: none;
  font-family: "Font Awesome 5 Pro";
}
.faq-accordion-item-area .accordion-button:not(.collapsed)::after {
  color: var(--base-color-1);
  content: "\f068";
}
.faq-accordion-item-area .accordion-button:not(.collapsed) {
  color: var(--base-color-1);
}

.faq-text-wrapper-content .inner-section-title {
  padding-bottom: 60px;
}

.faq-price-section {
  overflow: hidden;
}

.faq-price-content {
  padding-top: 70px;
}

.faq-price-inner-item {
  padding: 50px;
  border-radius: 20px;
  background-color: #171717;
}
.faq-price-inner-item .faq-price-title {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #1C1C1C;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.faq-price-inner-item .faq-price-title .price-plan {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.faq-price-inner-item .faq-price-title h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  padding-top: 22px;
}
.faq-price-inner-item .faq-price-title h3 span {
  font-size: 18px;
  font-weight: 400;
}
.faq-price-inner-item .faq-price-slug {
  font-size: 700;
  font-size: 14px;
  padding-bottom: 40px;
  letter-spacing: 0.1em;
}
.faq-price-inner-item .faq-price-list li {
  color: #BAC1D4;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}
.faq-price-inner-item .faq-price-list li:before {
  top: 0;
  left: 0;
  content: "\f336";
  font-weight: 300;
  position: absolute;
  color: var(--base-color-1);
  font-family: "Font Awesome 5 Pro";
}
.faq-price-inner-item .faq-price-btn {
  margin-top: 40px;
}
.faq-price-inner-item .faq-price-btn a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  padding: 20px 0px;
  letter-spacing: 0.14em;
  background-color: rgba(255, 255, 255, 0.1);
}
.faq-price-inner-item:hover .faq-price-title {
  border-bottom: 1px solid var(--base-color-1);
}
.faq-price-inner-item:hover .faq-price-btn a {
  background-color: var(--base-color-1);
}

/*---------------------------------------------------- */
/*Portfolio page Area*/
/*----------------------------------------------------*/
.portfolio-feed-section {
  overflow: hidden;
  padding: 15px 0px;
}
.portfolio-feed-section .portfolio-more-btn {
  margin-top: 30px;
}

.portfolio-filter-btn {
  padding-bottom: 80px;
}
.portfolio-filter-btn li {
  font-size: 15px;
  cursor: pointer;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.portfolio-filter-btn li.filtr-active {
  background-color: var(--base-color-1);
}

.portfolio-item {
  margin: 0 auto;
  overflow: hidden;
  max-width: 410px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.portfolio-item .portfolio-img img {
    /*height:400px;*/
}
.portfolio-item:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909)); */
  /* background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%); */
}
.portfolio-item .portfolio-text {
  /* opacity: 0; */
  left: 50px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.portfolio-item .portfolio-text .port-category {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0.14em;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-transform: uppercase;
}
.portfolio-item .portfolio-text h3 {
  font-size: 35px;
  font-weight: 700;
  max-width: 280px;
  line-height: 33px;
  padding-top: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.portfolio-item:hover .portfolio-text {
  opacity: 1;
  bottom: 45px;
}
.portfolio-item:hover .portfolio-text .port-category, .portfolio-item:hover .portfolio-text h3 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*---------------------------------------------------- */
/*Portfolio Details page Area*/
/*----------------------------------------------------*/
.portfolio-details-section {
  padding: 130px 0px;
  overflow: hidden;
}

.portfolio-details-video-play {
  margin-bottom: 120px;
}

.portfolio-details-text {
  max-width: 780px;
  margin-bottom: 80px;
}
.portfolio-details-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.portfolio-details-text p {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
  padding-top: 30px;
}
.portfolio-details-text ul {
  padding-top: 40px;
}
.portfolio-details-text ul li {
  width: 50%;
  float: left;
  color: #BAC1D4;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 22px;
}
.portfolio-details-text ul li:before {
  top: 0;
  left: 0;
  content: "\f336";
  font-weight: 300;
  position: absolute;
  color: var(--base-color-1);
  font-family: "Font Awesome 5 Pro";
}

.portfolio-details-info {
  padding: 40px 45px;
  border-radius: 20px;
  background-color: #171717;
}
.portfolio-details-info h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 25px;
}
.portfolio-details-info li {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.portfolio-details-info li span {
  color: #BAC1D4;
  font-size: 18px;
  font-weight: 400;
  margin-left: 20px;
}

.portfolio-details-tag-share {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #fff;
}
.portfolio-details-tag-share .portfolio-details-tag a {
  color: #959595;
  font-size: 14px;
  padding: 8px 20px;
  margin-right: 10px;
  display: inline-block;
  background-color: #2E2E2E;
}
.portfolio-details-tag-share .portfolio-details-tag a:hover {
  color: #fff;
}
.portfolio-details-tag-share .portfolio-details-share a {
  width: 55px;
  height: 55px;
  margin-left: 10px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #202020;
}
.portfolio-details-tag-share .portfolio-details-share a:hover {
  background-color: var(--base-color-1);
}

.single-details-prev-next-btn .single-prev-btn a,
.single-details-prev-next-btn .single-next-btn a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--base-color-1);
}
.single-details-prev-next-btn .single-prev-btn img {
  margin-right: 15px;
}
.single-details-prev-next-btn .single-next-btn img {
  margin-left: 15px;
}

.recent-portfolio-area {
  padding: 110px 0px;
}
.recent-portfolio-area h3 {
  font-size: 35px;
  font-weight: 700;
}
.recent-portfolio-area .recent-portfolio-item-area {
  padding-top: 40px;
}

.comment-list-wrap {
  padding-bottom: 80px;
}
.comment-list-wrap h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 35px;
}
.comment-list-wrap h3 span {
  color: #BAC1D4;
}
.comment-list-wrap .comment-item .comment-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100%;
}
.comment-list-wrap .comment-item .comment-text {
  max-width: 1115px;
}
.comment-list-wrap .comment-item .comment-text .author-name-date {
  font-size: 18px;
  font-weight: 700;
}
.comment-list-wrap .comment-item .comment-text .author-name-date span {
  color: #BAC1D4;
}
.comment-list-wrap .comment-item .comment-text p {
  color: #BAC1D4;
  font-size: 18px;
  padding: 15px 0px;
  line-height: 30px;
  max-width: 850px;
}
.comment-list-wrap .comment-item .comment-text .like-reply a {
  color: #BAC1D4;
  font-size: 12px;
  margin-right: 5px;
  letter-spacing: 0.14em;
}
.comment-list-wrap .comment-item .comment-text .like-reply a:hover {
  color: var(--base-color-1);
}
.comment-list-wrap .children-comment {
  margin-left: 90px;
  padding-top: 40px;
}

/*---------------------------------------------------- */
/*Blog page Area*/
/*----------------------------------------------------*/
.shop-sidebar-widget .widget-title, .blog-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  padding-bottom: 38px;
}
.shop-sidebar-widget .widget-title:before, .blog-widget .widget-title:before {
  left: 0;
  top: 5px;
  width: 20px;
  content: "";
  height: 20px;
  position: absolute;
  background-image: url(../img/vector/right-arrow.png);
}

.shop-sidebar-widget .category-widget li, .blog-widget .service-widget li {
  margin-bottom: 15px;
}
.shop-sidebar-widget .category-widget li:last-child, .blog-widget .service-widget li:last-child {
  margin-bottom: 0;
}
.shop-sidebar-widget .category-widget li a, .blog-widget .service-widget li a {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.shop-sidebar-widget .category-widget li a span, .blog-widget .service-widget li a span {
  margin-left: 10px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.shop-sidebar-widget .category-widget li a:hover span, .blog-widget .service-widget li a:hover span {
  color: var(--base-color-1);
}

.blog-feed-section {
  overflow: hidden;
  padding: 125px 0px;
}

.blog-widget {
  padding: 45px 40px;
  border-radius: 20px;
  margin-bottom: 40px;
  background-color: #171717;
}
.blog-widget .search-widget form {
  position: relative;
}
.blog-widget .search-widget input {
  width: 100%;
  height: 50px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #393939;
}
.blog-widget .search-widget input::-webkit-input-placeholder {
  color: #BAC1D4;
  font-size: 18px;
}
.blog-widget .search-widget input::-moz-placeholder {
  color: #BAC1D4;
  font-size: 18px;
}
.blog-widget .search-widget input:-ms-input-placeholder {
  color: #BAC1D4;
  font-size: 18px;
}
.blog-widget .search-widget input::-ms-input-placeholder {
  color: #BAC1D4;
  font-size: 18px;
}
.blog-widget .search-widget input::placeholder {
  color: #BAC1D4;
  font-size: 18px;
}
.blog-widget .search-widget button {
  right: 0;
  top: 10px;
  border: none;
  color: #BAC1D4;
  position: absolute;
  background-color: transparent;
}
.blog-widget .recent-post-widget .recent-post-item {
  margin-bottom: 35px;
}
.blog-widget .recent-post-widget .recent-post-item:last-child {
  margin-bottom: 0;
}
.blog-widget .recent-post-widget .recent-post-item .recent-blog-img {
  margin-right: 30px;
}
.blog-widget .recent-post-widget .recent-post-item .recent-blog-text {
  max-width: 195px;
}
.blog-widget .recent-post-widget .recent-post-item .date-meta {
  color: #BAC1D4;
}
.blog-widget .recent-post-widget .recent-post-item h3 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 5px;
}
.blog-widget .tag-widget li a {
  color: #959595;
  padding: 5px 20px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #2E2E2E;
}
.blog-widget .tag-widget li a:hover {
  color: #fff;
}
.blog-widget .gallery-widget li {
  margin: 5px;
}
.blog-widget .gallery-widget li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.blog-widget .gallery-widget li a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}
.blog-widget .gallery-widget li a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.blog-widget .gallery-widget li a:hover:before {
  width: 100%;
}
.blog-widget .gallery-widget li a:hover:after {
  top: 50%;
  opacity: 1;
}

.blog-feed-post-content {
  padding-left: 10px;
}

.blog-feed-item {
  margin-bottom: 75px;
}
.blog-feed-item .blog-img {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 35px;
}
.blog-feed-item .blog-img .about-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-feed-item .blog-img .about-play-btn a {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 100%;
  letter-spacing: 0.25em;
  background-color: #0D0D0D;
  border: 2px solid #FFFFFF;
}
.blog-feed-item .blog-img .carousel_nav button {
  top: 50%;
  border: none;
  position: absolute;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  background-color: transparent;
}
.blog-feed-item .blog-img .carousel_nav .blogFeed-left_arrow {
  left: 50px;
}
.blog-feed-item .blog-img .carousel_nav .blogFeed-right_arrow {
  right: 50px;
}
.blog-feed-item .blog-text .blog-meta {
  margin-bottom: 30px;
}
.blog-feed-item .blog-text .blog-meta a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-right: 30px;
}
.blog-feed-item .blog-text .blog-meta a:last-child {
  margin-right: 30px;
}
.blog-feed-item .blog-text .blog-meta i {
  margin-right: 5px;
  color: var(--base-color-1);
}
.blog-feed-item .blog-text h3 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 25px;
}
.blog-feed-item .blog-text p {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 35px;
}
.blog-feed-item .blog-text .blog-more {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--base-color-1);
}

.pagination-wrap li a {
  color: #fff;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid #BAC1D4;
}
.pagination-wrap li a:hover {
  background-color: #2E2E2E;
  border: 0.5px solid #2E2E2E;
}

/*---------------------------------------------------- */
/*Blog Details page Area*/
/*----------------------------------------------------*/
.blog-details-section {
  overflow: hidden;
  padding: 125px 0px;
}

.blog-details-text-wrapper .blog-feed-item {
  margin-bottom: 45px;
}
.blog-details-text-wrapper .blog-text {
  max-width: 800px;
}
.blog-details-text-wrapper blockquote {
  font-size: 26px;
  line-height: 40px;
  font-style: italic;
  padding-left: 100px;
  position: relative;
  margin: 15px 0px 40px;
}
.blog-details-text-wrapper blockquote:before {
  left: 0;
  top: 25px;
  content: "\f10d";
  font-size: 75px;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--base-color-1);
}
.blog-details-text-wrapper blockquote span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  padding-top: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--base-color-1);
}
.blog-details-text-wrapper .portfolio-details-tag-share {
  border: none;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.blog-details-text-wrapper .blog-details-author {
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 80px;
  background-color: #171717;
}
.blog-details-text-wrapper .blog-details-author .author-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100%;
}
.blog-details-text-wrapper .blog-details-author .author-text {
  width: 75%;
}
.blog-details-text-wrapper .blog-details-author .author-text h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
}
.blog-details-text-wrapper .blog-details-author .author-text p {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 15px;
}
.blog-details-text-wrapper .blog-details-author .author-text .author-social a {
  margin-right: 20px;
}
.blog-details-text-wrapper .recent-portfolio-area {
  padding: 65px 0px;
}

/*---------------------------------------------------- */
/*Shop page Area*/
/*----------------------------------------------------*/
.shop-feed-section {
  padding: 100px 0px 120px;
}

.shop-top-filter-bar {
  margin-bottom: 80px;
}
.shop-top-filter-bar .shop-select select {
  border: none;
  width: 230px;
  height: 60px;
  font-size: 18px;
  background-color: transparent;
  border-bottom: 1px solid #393939;
}
.shop-top-filter-bar .shop-select select option {
  background-color: #171717;
}
.shop-top-filter-bar .filter-result {
  font-size: 18px;
}

.shop-inner-item {
  margin-bottom: 45px;
}
.shop-inner-item .shop-img-cart-btn {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}
.shop-inner-item .label-tag {
  top: 20px;
  z-index: 1;
  left: 20px;
  font-size: 14px;
  padding: 0px 15px;
  line-height: 30px;
  border-radius: 5px;
  background-color: var(--base-color-1);
}
.shop-inner-item .shop-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.shop-inner-item .shop-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.shop-inner-item .shop-text .pro_price {
  font-size: 18px;
}
.shop-inner-item .add-cart-btn {
  opacity: 0;
  width: 100%;
  bottom: -50px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color-1);
}
.shop-inner-item .add-cart-btn a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.05em;
}
.shop-inner-item:hover .add-cart-btn {
  bottom: 0;
  opacity: 1;
}
.shop-inner-item:hover .shop-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.shop-sidebar-widget {
  padding-left: 10px;
  margin-bottom: 55px;
}
.shop-sidebar-widget .widget-title {
  padding-bottom: 35px;
}
.shop-sidebar-widget .search-widget form {
  position: relative;
}
.shop-sidebar-widget .search-widget input {
  width: 100%;
  height: 60px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #393939;
}
.shop-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #BAC1D4;
  font-size: 18px;
}
.shop-sidebar-widget .search-widget input::-moz-placeholder {
  color: #BAC1D4;
  font-size: 18px;
}
.shop-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #BAC1D4;
  font-size: 18px;
}
.shop-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #BAC1D4;
  font-size: 18px;
}
.shop-sidebar-widget .search-widget input::placeholder {
  color: #BAC1D4;
  font-size: 18px;
}
.shop-sidebar-widget .search-widget button {
  right: 0;
  top: 20px;
  padding: 0;
  border: none;
  color: #BAC1D4;
  position: absolute;
  background-color: transparent;
}
.shop-sidebar-widget .category-widget li a {
  position: relative;
}
.shop-sidebar-widget .category-widget li a:before {
  top: 0;
  left: 0;
  opacity: 0;
  content: "\f061";
  font-weight: 900;
  position: absolute;
  color: var(--base-color-1);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.shop-sidebar-widget .category-widget li a:hover {
  padding-left: 25px;
}
.shop-sidebar-widget .category-widget li a:hover:before {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.shop-sidebar-widget .price-filter-widget .fliter-range-bar {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  outline: none;
  background: var(--base-color-1);
}
.shop-sidebar-widget .price-filter-widget .fliter-range-bar::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: var(--base-color-1);
}
.shop-sidebar-widget .price-filter-widget .fliter-range-bar::-moz-range-thumb {
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: var(--base-color-1);
}
.shop-sidebar-widget .price-filter-widget .price-range-amount {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
}
.shop-sidebar-widget .price-filter-widget .filter-btn {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.shop-sidebar-widget .filter-widget {
  width: 100%;
}
.shop-sidebar-widget .filter-widget .range-value {
  margin: 0;
}
.shop-sidebar-widget .filter-widget .range-value input {
  width: 50%;
  padding: 0;
  border: none;
  color: #BAC1D4;
  background: none;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shop-sidebar-widget .filter-widget .range-value .filter-price-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  padding: 5px 20px;
  letter-spacing: 0.05em;
  background-color: var(--base-color-1);
}
.shop-sidebar-widget .filter-widget .range-bar {
  border: none;
  height: 3px;
  width: 96%;
  margin-left: 8px;
  background: #cbcbcb;
}
.shop-sidebar-widget .filter-widget .range-bar .ui-slider-range {
  background: var(--base-color-1);
}
.shop-sidebar-widget .filter-widget .range-bar .ui-slider-handle {
  top: -6px;
  border: none;
  height: 14px;
  width: 14px;
  cursor: pointer;
  border-radius: 100%;
  background: var(--base-color-1);
}
.shop-sidebar-widget .filter-widget .range-bar .ui-slider-handle:focus {
  outline: none;
}
.shop-sidebar-widget .filter-widget .range-bar .ui-slider-handle + span {
  background: var(--base-color-1);
}
.shop-sidebar-widget .best-seller-widget .best-seller-item {
  margin-bottom: 30px;
}
.shop-sidebar-widget .best-seller-widget .best-seller-item:last-child {
  margin-bottom: 0;
}
.shop-sidebar-widget .best-seller-widget .best-seller-item .best-sell-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 5px;
}
.shop-sidebar-widget .best-seller-widget .best-seller-item .best-sell-text h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.shop-sidebar-widget .best-seller-widget .best-seller-item .best-sell-text .pro_price {
  font-size: 18px;
}
.shop-sidebar-widget .tag-widget li a {
  color: #959595;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #2E2E2E;
}
.shop-sidebar-widget .tag-widget li a:hover {
  color: #fff;
}

/*---------------------------------------------------- */
/*Shop Details page Area*/
/*----------------------------------------------------*/
.shop-details-section {
  padding: 125px 0px;
}

.shop-details-slide-for {
  margin-bottom: 30px;
}

.shop-details-slide-nav {
  max-width: 430px;
}
.shop-details-slide-nav .nav-inner-img {
  cursor: pointer;
}

.shop-details-text-wrapper {
  padding-top: 50px;
}
.shop-details-text-wrapper .shop-details-title {
  margin-bottom: 50px;
}
.shop-details-text-wrapper .shop-details-title h3 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 15px;
}
.shop-details-text-wrapper .shop-details-title span {
  font-size: 24px;
  font-weight: 700;
}
.shop-details-text-wrapper .shop-details-desc {
  color: #BAC1D4;
  font-size: 18px;
  max-width: 500px;
  line-height: 30px;
  margin-bottom: 50px;
}
.shop-details-text-wrapper .code-category li {
  color: #BAC1D4;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.shop-details-text-wrapper .code-category li span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-quantity-btn,
.cart-content-table {
  margin-bottom: 45px;
}
.shop-quantity-btn .quantity-field,
.cart-content-table .quantity-field {
  margin-right: 20px;
}
.shop-quantity-btn .quantity-field input,
.cart-content-table .quantity-field input {
  width: 120px;
  height: 50px;
  color: #fff;
  border-radius: 3px;
  border: 0.5px solid #FFFFFF;
  background-color: transparent;
}
.shop-quantity-btn .quantity-field .custom-next,
.shop-quantity-btn .quantity-field .custom-prev,
.cart-content-table .quantity-field .custom-next,
.cart-content-table .quantity-field .custom-prev {
  top: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  margin: 0px 5px;
  font-size: 18px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shop-quantity-btn .quantity-field .custom-next:hover,
.shop-quantity-btn .quantity-field .custom-prev:hover,
.cart-content-table .quantity-field .custom-next:hover,
.cart-content-table .quantity-field .custom-prev:hover {
  color: var(--base-color-1);
}
.shop-quantity-btn .quantity-field .custom-next,
.cart-content-table .quantity-field .custom-next {
  right: 15px;
}
.shop-quantity-btn .quantity-field .custom-prev,
.cart-content-table .quantity-field .custom-prev {
  left: 15px;
}
.shop-quantity-btn .add-cart-btn a,
.cart-content-table .add-cart-btn a {
  font-size: 14px;
  font-weight: 700;
  padding: 17px 40px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  background-color: var(--base-color-1);
}

.shop-details-review-content {
  margin-top: 115px;
}
.shop-details-review-content .shop-review-tab-btn {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #393939;
}
.shop-details-review-content .shop-review-tab-btn .nav-tabs {
  border-bottom: none;
}
.shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link {
  border: none;
}
.shop-details-review-content .shop-review-tab-btn li {
  margin-right: 80px;
}
.shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link {
  padding: 0;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
}
.shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link .buyer-review-rate {
  margin-left: 10px;
  color: var(--base-color-1);
}
.shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link.active {
  color: #fff;
  position: relative;
  background-color: transparent;
}
.shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link.active:after {
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  bottom: -20px;
  position: absolute;
  background-color: var(--base-color-1);
}
.shop-details-review-content .shop-details-description-text {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
}
.shop-details-review-content .review-comment-area .buyer-review-inner {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #BAC1D4;
}
.shop-details-review-content .review-comment-area .buyer-review-pic {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}
.shop-details-review-content .review-comment-area .buyer-review-text {
  overflow: hidden;
}
.shop-details-review-content .review-comment-area .buyer-review-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.shop-details-review-content .review-comment-area .buyer-review-text span {
  color: #BAC1D4;
  display: block;
  font-size: 18px;
  padding-bottom: 15px;
}
.shop-details-review-content .review-comment-area .buyer-review-text .buyer-review-rate {
  margin-top: 5px;
}
.shop-details-review-content .review-comment-area .buyer-review-text .buyer-review-rate a {
  font-size: 14px;
  color: var(--base-color-1);
}
.shop-details-review-content .review-comment-area .buyer-review-text .buyer-review-date {
  color: #BAC1D4;
  font-size: 14px;
  padding-left: 30px;
}
.shop-details-review-content .review-comment-area .buyer-review-text .buyer-review-date:before {
  top: 3px;
  left: 10px;
  width: 2px;
  content: "";
  height: 15px;
  position: absolute;
  background-color: #BAC1D4;
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box {
  padding: 40px;
  border-radius: 20px;
  background-color: #171717;
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option {
  margin: 4px 0px 20px;
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option li {
  width: 16px;
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option .customer-rate {
  display: none;
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option .rate-value {
  position: relative;
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option .rate-value:before {
  left: 0;
  top: -10px;
  content: "\f005";
  cursor: pointer;
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option .customer-rate:checked ~ .rate-value:before {
  content: "\f005";
  color: var(--base-color-1);
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box h4 {
  font-size: 18px;
  font-weight: 700;
  padding-right: 20px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box textarea,
.shop-details-review-content .review-comment-area .buyer-review-comment-box input {
  color: #fff;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  margin-bottom: 35px;
  border: 1px solid #393939;
  background-color: transparent;
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box textarea {
  height: 200px;
  padding-top: 30px;
  margin-bottom: 15px;
}
.shop-details-review-content .review-comment-area .buyer-review-comment-box button {
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--base-color-1);
}

.shop-faq-item {
  margin-bottom: 40px;
}
.shop-faq-item h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}

.shop-related-product {
  padding-top: 100px;
}
.shop-related-product h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 40px;
}

/*---------------------------------------------------- */
/*Cart page Area*/
/*----------------------------------------------------*/
.cart-section {
  overflow: hidden;
  padding: 125px 0px;
}

.cart-content-table {
  margin-bottom: 0;
}
.cart-content-table .table {
  width: 1020px;
  margin-bottom: 0;
  overflow-x: scroll;
}
.cart-content-table .table > thead {
  border: none;
  background-color: var(--base-color-1);
}
.cart-content-table .table > thead tr {
  border: none;
}
.cart-content-table .table > thead tr th {
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 18px 20px;
}
.cart-content-table .table > :not(caption) > * > * {
  padding: 20px;
}
.cart-content-table .table > tbody {
  border: none;
}
.cart-content-table .table > tbody tr {
  padding: 20px;
  border: 1px solid #393939;
}
.cart-content-table .table > tbody td {
  border: none;
  vertical-align: middle;
}
.cart-content-table .table > tbody .product-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.cart-content-table .table > tbody .cart-product-img {
  width: 120px;
  padding-right: 0;
}
.cart-content-table .table > tbody .product-price.product-subtotal {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.cart-content-table .table > tbody .product-remove {
  color: #fff;
  font-size: 18px;
}

.checkout-coupon-code input, .cart-coupon-update .cart-coupon input {
  width: 100%;
  height: 50px;
  max-width: 332px;
  padding-left: 20px;
  border: 1px solid #393939;
  background-color: transparent;
}
.checkout-coupon-code input::-webkit-input-placeholder, .cart-coupon-update .cart-coupon input::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
}
.checkout-coupon-code input::-moz-placeholder, .cart-coupon-update .cart-coupon input::-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
.checkout-coupon-code input:-ms-input-placeholder, .cart-coupon-update .cart-coupon input:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}
.checkout-coupon-code input::-ms-input-placeholder, .cart-coupon-update .cart-coupon input::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}
.checkout-coupon-code input::placeholder, .cart-coupon-update .cart-coupon input::placeholder {
  color: #fff;
  font-size: 18px;
}
.checkout-coupon-code button, .cart-coupon-update .cart-coupon button {
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 40px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: var(--base-color-1);
}

.cart-coupon-update {
  padding: 20px;
  border: 1px solid #393939;
  border-top: none;
}
.cart-coupon-update .cart-coupon {
  width: 65%;
}
.cart-coupon-update .cart-update-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 17px 40px;
  border-radius: 3px;
  display: inline-block;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #171717;
}

.cart-total-wrapper {
  margin-top: 80px;
}

.cart-total-area {
  width: 100%;
  max-width: 340px;
  padding: 40px 20px;
  border: 1px solid #393939;
}
.cart-total-area h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.cart-total-area table {
  width: 100%;
}
.cart-total-area table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #393939;
}
.cart-total-area table td {
  font-size: 18px;
}
.cart-total-area table .v-price {
  text-align: right;
}
.cart-total-area a {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
  padding: 15px 20px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  background-color: var(--base-color-1);
}

/*---------------------------------------------------- */
/*Checkout page Area*/
/*----------------------------------------------------*/
.checkout-section {
  overflow: hidden;
  padding: 125px 0px;
}

.coupon-check input {
  margin-left: 50px;
  margin-right: 20px;
}
.coupon-check span {
  color: #BAC1D4;
  font-size: 18px;
}
.coupon-check span a {
  color: #fff;
  font-weight: 700;
}

.checkout-billing-order-details {
  margin-top: 45px;
}

.checkout-coupon-code {
  margin-top: 45px;
  padding: 25px 30px 30px;
  border: 1px solid #393939;
}
.checkout-coupon-code p {
  font-size: 18px;
}
.checkout-coupon-code input {
  max-width: 570px;
  background-color: #191919;
  border: 1px solid #191919;
}
.checkout-coupon-code button {
  margin-left: 30px;
}

.checkout-billing-details {
  max-width: 600px;
}
.checkout-billing-details h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 25px;
}
.checkout-billing-details label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.checkout-billing-details input, .checkout-billing-details select, .checkout-billing-details textarea {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  margin-bottom: 30px;
  border: 1px solid #393939;
  background-color: #1A1A1A;
}
.checkout-billing-details input::-webkit-input-placeholder, .checkout-billing-details select::-webkit-input-placeholder, .checkout-billing-details textarea::-webkit-input-placeholder {
  color: #BAC1D4;
}
.checkout-billing-details input::-moz-placeholder, .checkout-billing-details select::-moz-placeholder, .checkout-billing-details textarea::-moz-placeholder {
  color: #BAC1D4;
}
.checkout-billing-details input:-ms-input-placeholder, .checkout-billing-details select:-ms-input-placeholder, .checkout-billing-details textarea:-ms-input-placeholder {
  color: #BAC1D4;
}
.checkout-billing-details input::-ms-input-placeholder, .checkout-billing-details select::-ms-input-placeholder, .checkout-billing-details textarea::-ms-input-placeholder {
  color: #BAC1D4;
}
.checkout-billing-details input::placeholder, .checkout-billing-details select::placeholder, .checkout-billing-details textarea::placeholder {
  color: #BAC1D4;
}
.checkout-billing-details .additional-info {
  margin-top: 50px;
}
.checkout-billing-details .additional-info h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
}
.checkout-billing-details .additional-info p {
  font-size: 20px;
  font-weight: 700;
}
.checkout-billing-details .additional-info textarea {
  height: 165px;
  padding-top: 20px;
}

.checkout-order-details {
  padding-left: 30px;
}
.checkout-order-details h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 25px;
}

.order-details-info table {
  width: 100%;
  text-transform: uppercase;
}
.order-details-info tr {
  width: 100%;
  border: 1px solid #393939;
}
.order-details-info tr th {
  font-size: 20px;
  font-weight: 700;
}
.order-details-info tr td, .order-details-info tr th {
  padding: 15px 20px;
}
.order-details-info tr td {
  font-size: 18px;
}
.order-details-info tr .p-value {
  color: #BAC1D4;
}
.order-details-info p {
  color: #BAC1D4;
  font-size: 18px;
  padding-top: 35px;
  line-height: 30px;
}
.order-details-info .place-order-btn {
  margin-top: 30px;
}
.order-details-info .place-order-btn a {
  width: 100%;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 3px;
  display: inline-block;
  letter-spacing: 0.05em;
  background-color: var(--base-color-1);
}

/*---------------------------------------------------- */
/*Price Plan page Area*/
/*----------------------------------------------------*/
.price-plan-section {
  overflow: hidden;
  padding: 125px 0px 0px;
}

/*---------------------------------------------------- */
/*Contact page Area*/
/*----------------------------------------------------*/
.google-map iframe {
  width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.contact-form-section {
  overflow: hidden;
  padding: 120px 0px 0;
}

.contact-form-text-info {
  max-width: 500px;
}
.contact-form-text-info h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 30px;
}
.contact-form-text-info p {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
}
.contact-form-text-info .contact-form-item-info {
  margin-top: 35px;
}
.contact-form-text-info .contact-form-item-info .contact-info {
  margin-bottom: 20px;
}
.contact-form-text-info .contact-form-item-info .contact-info .info-icon {
  color: #fff;
  width: 55px;
  height: 55px;
  font-size: 18px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: var(--base-color-1);
}
.contact-form-text-info .contact-form-item-info .contact-info .info-text h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.contact-form-text-info .contact-form-item-info .contact-info .info-text p {
  color: #BAC1D4;
}

.contact-form-wrap label {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  width: 100%;
  height: 50px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #0D0D0D;
  border: 1px solid #393939;
}
.contact-form-wrap input::-webkit-input-placeholder, .contact-form-wrap textarea::-webkit-input-placeholder {
  color: #BAC1D4;
}
.contact-form-wrap input::-moz-placeholder, .contact-form-wrap textarea::-moz-placeholder {
  color: #BAC1D4;
}
.contact-form-wrap input:-ms-input-placeholder, .contact-form-wrap textarea:-ms-input-placeholder {
  color: #BAC1D4;
}
.contact-form-wrap input::-ms-input-placeholder, .contact-form-wrap textarea::-ms-input-placeholder {
  color: #BAC1D4;
}
.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder {
  color: #BAC1D4;
}
.contact-form-wrap textarea {
  height: 140px;
}
.contact-form-wrap button {
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 15px 40px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color-1);
}
.contact-form-wrap button:hover {
  background-color: #ab592a;
}

/*---------------------------------------------------- */
/* Agency Demo Area*/
/*=========
Font load
===========*/
/*global area*/
/*----------------------------------------------------*/
.agency-2 {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  color: #666666;
  font-family: var(--body-font);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.agency-2 h1,
.agency-2 h2,
.agency-2 h3,
.agency-2 h4,
.agency-2 h5,
.agency-2 h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--heading);
}
.agency-2 .container {
  max-width: 1200px;
}

.agency-section-title .sub-title {
  font-size: 20px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--base-color);
}
.agency-section-title .sub-title:after, .agency-section-title .sub-title:before {
  content: "";
  height: 2px;
  width: 90px;
  bottom: 10px;
  right: -100px;
  position: absolute;
  background-color: var(--base-color);
}
.agency-section-title .sub-title:before {
  right: auto;
  left: -100px;
  display: none;
}
.agency-section-title.text-center {
  margin: 0 auto;
  max-width: 850px;
}
.agency-section-title.text-center .sub-title:before {
  display: block;
}
.agency-section-title.text-center p {
  margin: 0 auto;
  max-width: 650px;
  padding-top: 15px;
}
.agency-section-title h2 {
  color: #ffff;
  font-size: 38px;
  font-weight: 700;
}
.agency-section-title p {
  padding-top: 25px;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
/*Header Style One*/
/*----------------------------------------------------*/
.header-section.agency-header {
  padding: 0;
  color: #000000;
  background-color: #fff;
}
.header-section.agency-header .agency-header-top {
  padding: 20px 0px 15px;
  border-bottom: 1px solid #c7c2c2;
}
.header-section.agency-header .agency-header-top .header-slug span {
  color: var(--base-color);
}
.header-section.agency-header .agency-header-top .header-time i {
  margin-right: 5px;
}
.header-section.agency-header .main-navigation li a {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.header-section.agency-header .main-navigation li {
  margin: 0px 20px;
}
.header-section.agency-header .agency-search-cta .hd-search button {
  border: none;
  background-color: transparent;
}
.header-section.agency-header .agency-search-cta .hd-cta {
  margin-left: 20px;
}
.header-section.agency-header .agency-search-cta .hd-cta .inner-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-color: var(--base-color);
}
.header-section.agency-header .agency-search-cta .hd-cta .inner-text span {
  display: block;
}
.header-section.agency-header .agency-header-main-menu-wrap {
  padding: 20px 0px;
  border-bottom: 1px solid #c7c2c2;
}
.header-section.agency-header .megamenu .dropdown-menu {
  top: 100%;
}
.header-section.sticky-on .agency-header-top {
  display: none;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.agency-sponsor-section {
  padding: 60px 0px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3.047px 24.814px 40px 0px rgba(255, 200, 1, 0.15);
          box-shadow: 3.047px 24.814px 40px 0px rgba(255, 200, 1, 0.15);
}

.agency-sponsor-slide .sponsor-item .sponsor-img {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agency-sponsor-slide .sponsor-item .sponsor-img img {
  margin: 0 auto;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ageny-about-section {
  padding: 130px 0px;
  /* background-color: #f7f6fb; */
  position: relative;
}

.agency-about-counter {
  margin-top: 40px;
  /* background-color: #fff; */
  -webkit-box-shadow: 0px 7px 7px 0px rgba(195, 203, 218, 0.18);
  box-shadow: 0px 7px 7px 0px rgba(195, 203, 218, 0.18);
}
.agency-about-counter:before {
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #2f2f2f;
}

.agency-counter-item {
  padding: 40px 35px 40px 50px;
}
.agency-counter-item h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--base-color);
}
.agency-counter-item p {
  color: #a0a0a2;
}

.agency-about-img {
  padding-left: 20px;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.agency-service-section {
  padding: 130px 0px;
}

.agency-service-content {
  padding-top: 55px;
}

.agency-service-item {
  z-index: 1;
  padding: 45px 30px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 17px 17px 0px rgba(2, 10, 36, 0.05);
          box-shadow: 0px 17px 17px 0px rgba(2, 10, 36, 0.05);
}
.agency-service-item:before, .agency-service-item:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.agency-service-item:after {
  z-index: -2;
  background-color: var(--base-color);
}
.agency-service-item .inner-icon {
  color: #000000;
  font-size: 60px;
  margin-bottom: 10px;
}
.agency-service-item .inner-text h3 {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 15px;
}
.agency-service-item .inner-text p {
  font-size: 20px;
}
.agency-service-item:hover:after {
  top: 15px;
  left: 15px;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.agency-team-section {
  padding: 125px 0px 95px;
  background-color: #f7f6fb;
}

.agency-team-btn a {
  color: #000000;
  font-weight: 600;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 40px;
  background-color: var(--base-color);
}
.agency-team-btn a:hover {
  color: #fff;
  background-color: #000000;
}

.agency-team-content {
  padding-top: 45px;
}

.agency-team-filter-btn {
  margin-bottom: 50px;
}
.agency-team-filter-btn li {
  color: #000;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 5px;
  margin-right: 15px;
  background-color: #fff;
}
.agency-team-filter-btn li.filtr-active {
  background-color: var(--base-color);
}

.agency-team-item {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 30px;
  background-color: #fff;
}
.agency-team-item .inner-img {
  overflow: hidden;
  border-radius: 30px;
}
.agency-team-item .inner-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.agency-team-item .inner-text {
  padding: 30px;
}
.agency-team-item .inner-text h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
}
.agency-team-item .inner-text span {
  color: #737272;
  font-size: 14px;
}
.agency-team-item .inner-text .team-social {
  margin-top: 18px;
}
.agency-team-item .inner-text .team-social a {
  margin-right: 12px;
}
.agency-team-item .inner-text .team-social .fb-icon {
  color: #25319d;
}
.agency-team-item .inner-text .team-social .tw-icon {
  color: #0c91f7;
}
.agency-team-item .inner-text .team-social .ins-icon {
  color: #f83232;
}
.agency-team-item .inner-text .team-social .be-icon {
  color: #287acd;
}
.agency-team-item:hover .inner-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.agency-portfolio-section {
  overflow: hidden;
  padding: 125px 0px;
  background-color: #000000;
}
.agency-portfolio-section .port-shape {
  right: 0;
  top: -80px;
  display: none;
}
.agency-portfolio-section .agency-section-title h2 {
  color: #fff;
}

.agency-portfolio-content {
  padding-top: 60px;
}

.agency-portfolio-item-wrap {
  padding: 0px 15px;
}
.agency-portfolio-item-wrap .agency-portfolio-item:before, .agency-portfolio-item-wrap .agency-portfolio-item:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#1b1b1b)); */
  /* background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b); */
}
.agency-portfolio-item-wrap .agency-portfolio-item:after {
  opacity: 0;
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 200, 1, 0)), to(#f8c40e)); */
  /* background-image: linear-gradient(to bottom, rgba(255, 200, 1, 0), #333333); */
}
.agency-portfolio-item-wrap .agency-portfolio-item .inner-text {
  z-index: 1;
  left: 55px;
  bottom: 35px;
}
.agency-portfolio-item-wrap .agency-portfolio-item .inner-text span {
  color: #fff;
  font-size: 25px;
}
.agency-portfolio-item-wrap .agency-portfolio-item .inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 10px;
}
.agency-portfolio-item-wrap .agency-portfolio-item:hover:after {
  opacity: 1;
}

.agency-portfolio-carousel-area {
  margin: 0 auto;
  max-width: 1170px;
  margin-top: 60px;
}
.agency-portfolio-carousel-area .carousel_nav button {
  color: #fff;
  width: 45px;
  border: none;
  height: 45px;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #333333;
}
.agency-portfolio-carousel-area .carousel_nav button:hover {
  background-color: var(--base-color);
}

.agency-portfolio-slider .slick-dots {
  height: 3px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: -80px;
  margin: 0 auto;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 970px;
  background-color: #343435;
}
.agency-portfolio-slider .slick-dots li {
  margin: 0;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1;
}
.agency-portfolio-slider .slick-dots li button {
  width: 100%;
  height: 3px;
  padding: 0;
}
.agency-portfolio-slider .slick-dots li.slick-active button {
  height: 3px;
  width: 100%;
  border: none;
  background-color: var(--base-color);
}

/*---------------------------------------------------- */
/*Pricing area*/
/*----------------------------------------------------*/
.agency-pricing-section {
  padding: 125px 0px;
  background-color: #e7e7e9;
}

.agency-price-tab-btn {
  padding: 15px;
  margin: 0 auto;
  max-width: 370px;
  margin-top: 60px;
  border-radius: 45px;
  background-color: #fff;
  -webkit-box-shadow: -12.803px 2.257px 250px 0px rgba(85, 85, 85, 0.29);
          box-shadow: -12.803px 2.257px 250px 0px rgba(85, 85, 85, 0.29);
}
.agency-price-tab-btn .nav-pills .nav-link {
  font-size: 20px;
  padding: 15px 50px;
  border-radius: 30px;
}
.agency-price-tab-btn .nav-pills .nav-link.active, .agency-price-tab-btn .nav-pills .show > .nav-link {
  border-radius: 30px;
  background-color: var(--base-color);
}

.pricing-item-content {
  padding-top: 130px;
}

.agency-pricing-item {
  padding: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.agency-pricing-item .inner-icon {
  top: -110px;
  z-index: 1;
  left: -10px;
  width: 215px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: -110px;
}
.agency-pricing-item .inner-icon .icon-bg {
  left: 5px;
  top: -25px;
  z-index: -1;
}
.agency-pricing-item .inner-title-price {
  margin-top: 10px;
}
.agency-pricing-item .inner-title-price .pr-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--heading);
}
.agency-pricing-item .inner-title-price .pr-price-plan {
  color: #000;
  font-size: 90px;
  font-weight: 700;
  font-family: var(--heading);
}
.agency-pricing-item .inner-title-price .pr-price-plan sup {
  color: #000;
  top: -1.5em;
  font-size: 30px;
}
.agency-pricing-item .inner-title-price .pr-price-plan sub {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
.agency-pricing-item .price-inner-list {
  text-align: left;
}
.agency-pricing-item .price-inner-list li {
  padding-left: 55px;
  margin-bottom: 25px;
  position: relative;
}
.agency-pricing-item .price-inner-list li:before {
  left: 0;
  top: -5px;
  color: #000;
  width: 35px;
  height: 35px;
  content: "\f00c";
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  background-color: var(--base-color);
}
.agency-pricing-item .price-btn {
  bottom: -65px;
}
.agency-pricing-item .price-btn a {
  color: #000;
  padding: 18px 65px;
  border-radius: 40px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
}
.agency-pricing-item .price-btn a:hover {
  background-color: var(--base-color);
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.agency-contact-section {
  padding: 120px 0px 70px;
}

.agency-contact-title {
  padding-bottom: 70px;
}
.agency-contact-title h3 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
}
.agency-contact-title h3:before {
  left: 0;
  top: 20px;
  height: 3px;
  width: 50px;
  content: "";
  position: absolute;
  background-color: var(--base-color);
}

.agency-contact-info .info-item-area {
  margin-bottom: 50px;
}
.agency-contact-info .info-item-area .inner-icon {
  width: 60px;
  color: #fff;
  height: 60px;
  font-size: 24px;
  margin-right: 25px;
  background-color: #000000;
}
.agency-contact-info .info-item-area .inner-text h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.agency-contact-info .info-item-area .inner-text span {
  display: block;
  max-width: 300px;
}

.agency-contact-form label {
  display: block;
  color: #000000;
  margin-bottom: 5px;
}
.agency-contact-form label i {
  margin-right: 8px;
}
.agency-contact-form input, .agency-contact-form textarea {
  width: 100%;
  height: 50px;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #dadada;
}
.agency-contact-form textarea {
  height: 120px;
}
.agency-contact-form button {
  color: #fff;
  width: 100%;
  border: none;
  padding: 15px;
  font-weight: 600;
  border-radius: 40px;
  background-color: var(--base-color);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.agency-contact-form button:hover {
  color: #fff;
  background-color: #000;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.agency-footer-section-3 {
  background-color: #000018;
  border-top: 5px solid var(--base-color);
}
.agency-footer-section-3 .agency-newslatter-section-3 {
  padding: 70px 0px 0px;
  background-color: #000018;
}
.agency-footer-section-3 .agency-newslatter-section-3 .agency-newslatter-text {
  color: #fff;
}
.agency-footer-section-3 .agency-newslatter-section-3 .agency-newslatter-text h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.agency-footer-section-3 .agency-newslatter-section-3 .agency-newslatter-text p {
  color: #c9c8c8;
  font-size: 17px;
}
.agency-footer-section-3 .agency-newslatter-section-3 .agency-newslatter-btn a {
  color: #fff;
  width: 200px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  background-color: var(--base-color);
}
.agency-footer-section-3 .agency-newslatter-section-3 .agency-newslatter-btn a:hover {
  color: #000;
  background-color: #fff;
}

.agency-footer-content-wrap-3 {
  padding-top: 80px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 35px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .widget-title:before {
  left: 0;
  height: 3px;
  width: 30px;
  content: "";
  bottom: -10px;
  position: absolute;
  background-color: var(--base-color);
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-logo-widget .agency-footer-logo {
  padding-bottom: 18px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-logo-widget p {
  color: #9d9d9d;
  padding-bottom: 35px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-logo-widget .footer-logo-btn {
  color: #fff;
  height: 40px;
  width: 130px;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  line-height: 40px;
  display: inline-block;
  border-radius: 30px;
  background-color: var(--base-color);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-logo-widget .footer-logo-btn:after {
  background-color: #fff;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-logo-widget .footer-logo-btn:hover {
  color: #000;
  background-color: #fff;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget p {
  color: #9d9d9d;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget form {
  margin-top: 30px;
  position: relative;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget input {
  height: 45px;
  width: 100%;
  padding-left: 20px;
  border-radius: 15px;
  border: 2px solid #313131;
  background-color: transparent;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget input::placeholder {
  color: #fff;
  font-size: 14px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget button {
  top: 0;
  right: 0;
  width: 60px;
  padding: 0;
  color: #fff;
  height: 45px;
  border: none;
  border-radius: 15px;
  position: absolute;
  background-color: var(--base-color);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget button:hover {
  background-color: #fff;
  color: #000;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget .agency-footer-social {
  margin-top: 22px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget .agency-footer-social li {
  margin-right: 15px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget .agency-footer-social li a {
  color: #494949;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-newslatter-widget .agency-footer-social li a:hover {
  color: var(--base-color);
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-info-widget {
  padding-left: 20px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-info-widget i {
  float: left;
  font-size: 14px;
  margin-top: 5px;
  color: var(--base-color);
  margin-right: 10px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-info-widget a {
  color: #9d9d9d;
  display: block;
  font-size: 14px;
  overflow: hidden;
  max-width: 170px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-info-widget .office-open-hour {
  margin-top: 10px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-info-widget .office-open-hour span {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}
.agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-info-widget .office-open-hour p {
  font-size: 14px;
  color: #9d9d9d;
  max-width: 180px;
}
.agency-footer-content-wrap-3 .agency-footer-widget .gallery-widget li {
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 7px;
  position: relative;
  background-color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.agency-footer-content-wrap-3 .agency-footer-widget .gallery-widget li:before {
  top: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.agency-footer-content-wrap-3 .agency-footer-widget .gallery-widget li i {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 0;
  color: #fff;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.agency-footer-content-wrap-3 .agency-footer-widget .gallery-widget li:hover:before {
  opacity: 0.7;
}
.agency-footer-content-wrap-3 .agency-footer-widget .gallery-widget li:hover i {
  opacity: 1;
}
.agency-footer-content-wrap-3 .agency-footer-copyright {
  color: #fff;
  margin-top: 80px;
  padding: 25px 0px;
  border-top: 1px solid #15152e;
}

/*---------------------------------------------------- */
/* Landing Page Area*/
/*Feature Area*/
/*----------------------------------------------------*/
.landing-page {
  color: #BAC1D4;
  background-color: #0d0d0d;
}
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--heading-2);
}
.landing-page p {
  color: #BAC1D4;
}

.lan-section-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}
.lan-section-title h2 span {
  font-weight: 200;
}

.theme-feature-content {
  padding: 60px 130px;
  background-color: #212121;
}
.theme-feature-content .col-lg-3:last-child .theme-feature-item:after {
  display: none;
}

.theme-feature-item:after {
  top: 10px;
  width: 1px;
  content: "";
  right: 60px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.13);
}
.theme-feature-item .inner-icon {
  margin-bottom: 32px;
}
.theme-feature-item .inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 30px;
}
.theme-feature-item .inner-text p {
  max-width: 250px;
  line-height: 30px;
}

.impressive-feature-section {
  padding: 120px 65px 85px;
  background-color: #181818;
}

.impressive-feature-content {
  padding-top: 65px;
}

.impre-feature-item {
  height: 365px;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 50px 40px 65px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.impre-feature-item .inner-icon {
  margin-bottom: 35px;
}
.impre-feature-item .inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 28px;
}
.impre-feature-item .inner-text p {
  color: #A0A2A4;
  line-height: 26px;
}
.impre-feature-item:hover {
  background-color: #212121;
  border: 1px solid #212121;
}

.theme-core-feature .lan-section-title {
  max-width: 400px;
}
.theme-core-feature .lan-section-title p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding-top: 40px;
}

.core-feature-section1 {
  padding: 265px 0px;
}
.core-feature-section1 .ft-mockup-img {
  top: 130px;
  right: 130px;
}
.core-feature-section1 .ft-mockup-img .ft-elementor {
  left: -15px;
  bottom: 35px;
}

.core-feature-section2 {
  padding: 290px 0px;
  background-color: #181818;
}
.core-feature-section2 .ft-mockup-img {
  top: 140px;
  left: 160px;
}
.core-feature-section2 .ft-mockup-img .ft-rev {
  top: -40px;
  left: -40px;
}

.core-feature-section3 {
  padding: 285px 0px;
}
.core-feature-section3 .ft-mockup-img {
  top: 125px;
  left: 150px;
}
.core-feature-section3 .ft-mockup-img .ft-color {
  left: -65px;
  bottom: -45px;
}
.core-feature-section3 .ft-mockup-img .ft-mockup {
  bottom: -15px;
  right: -100px;
}

.core-feature-section4 {
  padding: 260px 0px;
}
.core-feature-section4 .ft-mockup-img {
  top: 155px;
  right: 90px;
}

.purchase-section {
  padding: 140px 0px;
}

.purchase-content .lan-section-title p {
  color: #fff;
  font-size: 18px;
  padding-top: 30px;
}
.purchase-content .purchase-btn {
  margin-top: 40px;
}
.purchase-content .purchase-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 30px;
  display: inline-block;
  background-color: var(--base-color-1);
}
.purchase-content .purchase-btn a:hover {
  color: rgb(24, 24, 24);
  background-color: var(--base-color-2);
}

/*---------------------------------------------------- */
/*Demo Page area*/
/*----------------------------------------------------*/
.header-section.landing-header.sticky-on {
  padding: 20px;
}

.demo-page-section {
  padding: 120px 65px 90px;
  background-color: #181818;
}

.demo-page-content {
  padding-top: 60px;
}

.demo-page-item {
  overflow: hidden;
  max-width: 570px;
  margin-bottom: 40px;
}
.demo-page-item .view-btn-grp {
  left: 0;
  top: 40%;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  visibility: hidden;
}
.demo-page-item .view-btn {
  color: #181818;
  margin: 0 auto;
  display: table;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  border-radius: 90px;
  padding: 17px 55px;
  background-color: #fff;
}
.demo-page-item .view-btn:last-child {
  margin-bottom: 0;
}
.demo-page-item .view-btn i {
  margin-left: 5px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.demo-page-item .view-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.demo-page-item .inner-text {
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  background-color: #333333;
}
.demo-page-item:before {
  top: 0;
  right: 0;
  width: 0%;
  left: auto;
  content: "";
  height: 100%;
  opacity: 0.85;
  position: absolute;
  background: #FFE43B;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.demo-page-item:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.demo-page-item:hover .view-btn-grp {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Inner Page area*/
/*----------------------------------------------------*/
.inner-page-section {
  padding: 120px 65px;
}

.inner-page-slider-wrapper {
  padding-top: 65px;
}

.inner-page-slide .slick-prev, .inner-page-slide .slick-next,
.lan-testimonial-slide .slick-prev,
.lan-testimonial-slide .slick-next {
  display: none !important;
}
.inner-page-slide .slick-dots,
.lan-testimonial-slide .slick-dots {
  margin-top: 20px;
  position: static;
}
.inner-page-slide .slick-dots li,
.lan-testimonial-slide .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.inner-page-slide .slick-dots li button,
.lan-testimonial-slide .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 5px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-page-slide .slick-dots li.slick-active button,
.lan-testimonial-slide .slick-dots li.slick-active button {
  width: 20px;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.lan-testimonial-section {
  padding: 125px 65px;
}

.lan-testimonial-slider-wrapper {
  padding-top: 65px;
}

.lan-testimonial-item-area {
  padding: 0px 30px;
}

.lan-testimonial-item {
  background-color: #212121;
  padding: 50px 50px 50px 30px;
}
.lan-testimonial-item .tst-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.lan-testimonial-item .tst-rate {
  color: var(--base-color-1);
}
.lan-testimonial-item .lan-testimonial-desc {
  padding: 40px 0px;
}
.lan-testimonial-item .lan-testimonial-author .inner-img {
  width: 50px;
  height: 50px;
  margin-right: 13px;
}
.lan-testimonial-item .lan-testimonial-author .inner-text a {
  margin-left: 12px;
  color: var(--base-color-1);
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .lan-header-btn-grp a {
    font-size: 14px;
    margin-left: 15px;
    padding: 15px 25px 13px;
  }

  .header-section.landing-header {
    padding: 30px 20px;
  }

  .theme-feature-content {
    padding: 60px 15px;
  }

  .theme-feature-item:after {
    display: none;
  }

  .inner-img-item {
    padding: 0px 15px;
  }

  .impre-feature-item .inner-text h3 {
    font-size: 20px;
  }

  .impre-feature-item {
    height: 330px;
    padding: 35px 20px;
  }

  .core-feature-section1 .ft-mockup-img {
    width: 60%;
    right: 15px;
  }

  .core-feature-section3 .ft-mockup-img {
    width: 50%;
    left: 80px;
  }

  .core-feature-section4 .ft-mockup-img {
    width: 60%;
    right: 15px;
  }

  .core-feature-section2 .ft-mockup-img {
    width: 60%;
    left: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .lan-header-btn-grp a {
    padding: 10px 12px;
  }
  .lan-header-btn-grp a:last-child {
    display: none;
  }

  .header-section.landing-header .main-navigation li {
    margin: 0px 15px;
  }

  .theme-feature-item .inner-text h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .impressive-feature-section {
    padding: 120px 15px 85px;
  }

  .impre-feature-item .inner-text h3 {
    font-size: 16px;
    padding-bottom: 15px;
  }

  .impre-feature-item .inner-text p {
    font-size: 14px;
  }

  .impre-feature-item .inner-icon {
    width: 40px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .core-feature-section1 .ft-mockup-img,
.core-feature-section3 .ft-mockup-img,
.core-feature-section4 .ft-mockup-img,
.core-feature-section2 .ft-mockup-img {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    position: relative !important;
  }

  .theme-core-feature .lan-section-title {
    max-width: 100%;
    text-align: center;
  }

  .theme-core-feature .lan-section-title p {
    padding-top: 20px;
  }

  .core-feature-section1 .ft-mockup-img .ft-elementor {
    left: 0;
  }

  .core-feature-section1,
.core-feature-section3,
.core-feature-section4,
.core-feature-section2 {
    padding: 80px 0px;
  }

  .core-feature-section3 .ft-mockup-img {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .theme-core-feature-content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .core-feature-section2 .ft-mockup-img .ft-rev {
    display: none;
  }

  .core-feature-section2 .ft-mockup-img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .header-section.landing-header .main-navigation {
    display: none;
  }

  .theme-feature-item .inner-text h3,
.impre-feature-item .inner-text h3 {
    font-size: 20PX;
  }

  .theme-feature-item {
    margin-bottom: 40px;
  }

  .impre-feature-item {
    height: auto;
  }

  .core-feature-section3 .ft-mockup-img .ft-color {
    display: none;
  }

  .core-feature-section3 .ft-mockup-img .ft-mockup {
    right: 0;
  }

  .header-section.landing-header .brand-logo {
    top: 50%;
    left: 55px;
    width: 120px;
    right: auto;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-section.landing-header .mobile_menu_button {
    top: -30px;
    display: block;
  }

  .lan-header-area {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}
@media screen and (max-width: 480px) {
  .header-section.landing-header {
    position: relative;
  }

  .lan-section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .demo-page-section,
.inner-page-section,
.lan-testimonial-section {
    padding: 60px 15px;
  }

  .demo-page-content,
.inner-page-slider-wrapper {
    padding-top: 30px;
  }

  .impressive-feature-section {
    padding: 60px 15px 30px;
  }

  .core-feature-section1 .ft-mockup-img .ft-elementor {
    display: none;
  }

  .core-feature-section3 .ft-mockup-img .ft-mockup {
    width: 100px;
  }

  .lan-testimonial-item-area {
    padding: 0px;
  }

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

  .purchase-section {
    padding: 60px 0px;
  }
}
/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.footer-section {
  padding-top: 100px;
  background-color: #171717;
}
.footer-section.footer-style-two {
  padding-top: 120px;
  background-color: #171717;
}
.footer-section.footer-style-two .copyright-text {
  color: #fff;
}
.footer-section.footer-style-three .footer-title h2 i {
  color: var(--base-color-2);
}
.footer-section.footer-style-three .footer-title h2 {
  font-weight: 500;
}
.footer-section.footer-style-three .footer-title h2 span {
  font-weight: 200;
  -webkit-text-fill-color: #fff;
}
.footer-section.footer-style-three .footer-widget .widget-title {
  color: #fff;
  font-weight: 700;
  font-family: var(--heading-1);
}
.footer-section.footer-style-four {
  background-color: #0B1C2A;
}
.footer-section.footer-style-four .footer-title {
  background-color: #7687E5;
}
.footer-section.footer-style-four .footer-title h2 i {
  color: #fff;
}
.footer-section.footer-style-four .footer-widget .widget-title {
  color: #fff;
}
.footer-section.footer-style-four .footer-widget .menu-location-widget li a,
.footer-section.footer-style-four .footer-widget .contact-widget span, .footer-section.footer-style-four .footer-widget .contact-widget a,
.footer-section.footer-style-four .footer-copyright .copyright-text {
  color: #B8C6D2;
}
.footer-section.footer-style-four .footer-widget .newslatter-widget .newslatter-form input::-webkit-input-placeholder {
  color: #B8C6D2;
}
.footer-section.footer-style-four .footer-widget .newslatter-widget .newslatter-form input::-moz-placeholder {
  color: #B8C6D2;
}
.footer-section.footer-style-four .footer-widget .newslatter-widget .newslatter-form input:-ms-input-placeholder {
  color: #B8C6D2;
}
.footer-section.footer-style-four .footer-widget .newslatter-widget .newslatter-form input::-ms-input-placeholder {
  color: #B8C6D2;
}
.footer-section.footer-style-four .footer-widget .newslatter-widget .newslatter-form input::placeholder {
  color: #B8C6D2;
}
.footer-section.footer-style-four .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1803921569);
}
.footer-section.footer-style-five .footer-title h2 {
  font-weight: 500;
}
.footer-section.footer-style-five .footer-title h2 i {
  color: var(--base-color-5);
}
.footer-section.footer-style-five .footer-title h2 span {
  font-weight: 100;
  -webkit-text-fill-color: #fff;
}
.footer-section.footer-style-five .footer-widget .widget-title {
  color: #fff;
}
.footer-section.footer-style-five .footer-widget .menu-location-widget li a,
.footer-section.footer-style-five .footer-widget .contact-widget span, .footer-section.footer-style-five .footer-widget .contact-widget a,
.footer-section.footer-style-five .footer-copyright .copyright-text {
  color: #ACACAC;
}
.footer-section.footer-style-six {
  overflow: hidden;
}
.footer-section.footer-style-six .dm-about-shape1 {
  left: -30px;
  bottom: -20px;
}
.footer-section.footer-style-six .dm-about-shape2 {
  right: -50px;
  bottom: -30px;
}
.footer-section.footer-style-six .footer-title {
  background: #423EEC;
  border: 1px solid #5A56FA;
}
.footer-section.footer-style-six .footer-title h2 {
  font-weight: 500;
}
.footer-section.footer-style-six .footer-title h2 span {
  font-weight: 300;
  -webkit-text-fill-color: #fff;
}
.footer-section.footer-style-six .footer-title h2 i {
  color: var(--base-color-2);
}
.footer-section.footer-style-six .footer-widget .widget-title {
  color: #fff;
  font-family: var(--heading-1);
}
.footer-section.footer-style-six .footer-widget .newslatter-widget .newslatter-form input::-webkit-input-placeholder {
  color: #fff;
}
.footer-section.footer-style-six .footer-widget .newslatter-widget .newslatter-form input::-moz-placeholder {
  color: #fff;
}
.footer-section.footer-style-six .footer-widget .newslatter-widget .newslatter-form input:-ms-input-placeholder {
  color: #fff;
}
.footer-section.footer-style-six .footer-widget .newslatter-widget .newslatter-form input::-ms-input-placeholder {
  color: #fff;
}
.footer-section.footer-style-six .footer-widget .menu-location-widget li a,
.footer-section.footer-style-six .footer-widget .contact-widget span,
.footer-section.footer-style-six .footer-widget .contact-widget a,
.footer-section.footer-style-six .footer-widget .newslatter-widget .newslatter-form input::placeholder,
.footer-section.footer-style-six .footer-copyright .copyright-text {
  color: #fff;
}
.footer-section.footer-style-six .footer-copyright {
  border-top: 1px solid #FFFFFF;
}
.footer-section.footer-style-seven {
  padding-top: 50px;
  background-color: #04000b;
}
.footer-section.footer-style-seven .footer-text {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
.footer-section.footer-style-seven .footer-newslatter .email-field {
  width: 100%;
  height: 55px;
  border: none;
  max-width: 390px;
  margin-right: 15px;
  border-radius: 3px;
  padding-left: 20px;
  background-color: #27242f;
}
.footer-section.footer-style-seven .footer-newslatter button {
  color: #fff;
  height: 55px;
  width: 150px;
  border: none;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(0, 238, 235)), color-stop(53%, rgb(32, 166, 243)), to(rgb(63, 93, 251)));
  background: linear-gradient(-180deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
}
.footer-section.footer-style-seven .footer-newslatter p {
  color: #fff;
  margin-top: 20px;
}
.footer-section.footer-style-seven .footer-newslatter p .checkbox-field {
  margin-right: 10px;
}
.footer-section.footer-style-seven .footer-logo-social {
  padding: 40px 0px 65px;
}
.footer-section.footer-style-seven .footer-logo-social .footer-social a {
  color: #a3a3a3;
  margin-left: 20px;
}
.footer-section.footer-style-seven .footer-logo-social .footer-social a:hover {
  color: #29a7fc;
}
.footer-section.footer-style-seven .footer-copyright {
  color: #e4e4e4;
  padding: 45px 0px;
  border-top: 1px solid #262528;
}

.footer-title {
  border-radius: 20px;
  padding: 35px 0px 25px;
  border: 1px solid #292929;
}
.footer-title h2 {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
}
.footer-title h2 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.footer-title h2 i {
  margin-left: 20px;
  color: var(--base-color-1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-widget-wrapper {
  padding: 110px 0px 70px;
}
.footer-widget .logo-widget img {
	height: 120px;
}
.footer-widget .widget-title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 38px;
  letter-spacing: 0.14em;
}
.footer-widget .menu-location-widget li {
  margin-bottom: 12px;
}
.footer-widget .menu-location-widget li a {
  color: #7D7D7D;
  font-size: 15px;
}
.footer-widget .contact-widget span, .footer-widget .contact-widget a {
  color: #7D7D7D;
  display: block;
  margin-bottom: 12px;
}
.footer-widget .newslatter-widget .newslatter-form input {
  width: 100%;
  border: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
.footer-widget .newslatter-widget .newslatter-form button {
  color: #fff;
  border: none;
  margin-top: 50px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
}

.footer-copyright {
  padding: 25px 0px;
  border-top: 1px solid #292929;
}
.footer-copyright .copyright-text {
  font-size: 14px;
}
.footer-copyright .copyright-social a {
  color: #fff;
  margin-left: 20px;
}
.footer-copyright .copyright-social a:hover {
  color: var(--base-color-1);
}

.footer-widget-wrapper-2 {
  padding-bottom: 80px;
}

.footer-style-two .footer-widget .widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 35px;
}
.footer-style-two .footer-widget .logo-widget p {
  max-width: 235px;
  padding: 20px 0px 45px;
}
.footer-style-two .footer-widget .footer-social a {
  margin-right: 25px;
}
.footer-style-two .footer-widget .footer-social a:hover {
  color: var(--base-color-1);
}
.footer-style-two .footer-widget .contact-info span, .footer-style-two .footer-widget .contact-info a {
  color: #BAC1D4;
}
.footer-style-two .footer-widget .support-widget p {
  max-width: 250px;
}
.footer-style-two .footer-widget .support-widget .download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}
.footer-style-two .footer-widget .support-widget .download-btn a {
  width: 110px;
  margin-right: 5px;
  display: inline-block;
}
.footer-style-two .footer-widget .support-widget .download-btn a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.footer-style-two .footer-widget .newslatter-widget .newslatter-form p {
  padding-bottom: 30px;
}
.footer-style-two .footer-widget .newslatter-widget .newslatter-form input {
  padding-bottom: 10px;
}
.footer-style-two .footer-widget .newslatter-widget .newslatter-form button {
  padding: 0;
  margin-top: 15px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.footer-style-two .footer-widget .newslatter-widget .newslatter-form button:hover {
  color: var(--base-color-1);
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1800px) {
  .banner-content-3 .banner-img-3 {
    right: -125px;
  }
}
@media screen and (max-width: 1600px) {
  .header-section {
    padding: 10px 50px;
  }

  .slider-section-1 .slider-social {
    left: 50px;
  }

  .slider-wrap-1 .slick-dots {
    right: 50px;
  }

  .header-section.sticky-on {
    padding: 10px 50px;
  }

  .service-section-1 {
    padding: 0px;
  }

  .team-content-area {
    margin: 0px;
  }

  .header-section.header-style-two .main-navigation li {
    margin: 0px 15px;
  }

  .header-login-signup button {
    margin-left: 10px;
    padding: 15px 30px;
  }

  .swiper-wrapper {
    height: 620px;
  }

  .app-overview-section .overview-shape1 {
    left: -80px;
  }

  .app-overview-section .overview-shape2 {
    right: -80px;
  }

  .banner-content-3 .banner-img-3 {
    right: -225px;
  }

  .banner-content-4 .banner-social:nth-child(2) {
    left: 2%;
  }

  .banner-content-4 .banner-social:nth-child(5) {
    right: 2%;
  }

  .header-style-four .header-login-search-sidenav .sidenav-btn,
.header-style-five .header-login-search-sidenav .sidenav-btn,
.header-style-six .header-login-search-sidenav .sidenav-btn {
    margin-left: 20px;
  }

  .dm-banner-section .dm-banner-shape1,
.dm-banner-section .dm-banner-shape2,
.footer-section.footer-style-six .dm-about-shape1,
.footer-section.footer-style-six .dm-about-shape2 {
    display: none;
  }

  .dm-about-img {
    left: 0;
  }

  .banner-section-7 .banner-circle-img2 .circle-icon {
    top: -30px;
    left: 80px;
  }

  .seven-project-carousel {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1320px) {
  .banner-content-3 .banner-img-3 {
    right: -325px;
  }
}
@media screen and (max-width: 1200px) {
  .header-section {
    padding: 20px 15px;
  }

  .main-navigation li {
    margin: 0px 20px;
  }

  .header-sidebar-search .sidenav-btn {
    margin-left: 20px;
  }

  .slider-section-1 .slider-social {
    display: none;
  }

  .header-sidebar-search .sidenav-btn button {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .header-sidebar-search button {
    font-size: 18px;
  }

  .header-section.sticky-on {
    padding: 10px 15px;
  }

  .slider-wrap-1 .slick-dots li {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 40px;
    display: inline-block;
  }

  .slider-wrap-1 .slick-dots {
    left: 0;
    right: 0;
    top: auto;
    bottom: 80px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .testimonial-item-1 {
    max-width: 870px;
  }

  .testimonial-item-1 p {
    font-size: 25px;
    line-height: 40px;
  }

  .blog-inner-item .blog-inner-text h3 {
    font-size: 22px;
  }

  .swiper-wrapper {
    height: 500px;
  }

  .app-overview-section .overview-shape1 {
    top: 190px;
    left: -170px;
  }

  .app-overview-section .overview-shape2 {
    top: 190px;
    right: -170px;
  }

  .banner-content-3 .banner-img-3 {
    display: none;
  }

  .banner-text-content-3 .banner-text-area {
    margin: 0 auto;
    text-align: center;
  }

  .banner-text-content-3 .banner-text-area h1 {
    font-size: 55px;
    line-height: 65px;
    padding-bottom: 20px;
  }

  .banner-text-content-3 .banner-text-area p {
    margin: 0 auto;
  }

  .banner-text-content-3 .banner-text-area .banenr-btn-3 {
    margin-top: 35px;
  }

  .banner-text-content-3 {
    padding: 235px 0px 125px;
  }

  .banner-content-3 .banner-shape {
    top: -310px;
  }

  .feature-item-4 .feature-icon {
    margin-right: 10px;
  }

  .ins-fun-fact-content .ins-fun-fact-img {
    left: -225px;
  }

  .service-inner-item-5 .service-text h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .service-inner-item-5 {
    padding: 30px 20px 25px;
  }

  .header-style-seven:before {
    width: 60%;
  }

  .banner-section-7 .banner-option {
    display: none;
  }

  .sponsor-content-7 {
    top: 0;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 1150px) {
  .header-login-signup button {
    margin-left: 0;
    font-size: 14px;
    border-radius: 0;
    letter-spacing: 0;
    padding: 10px 15px;
  }

  .banner-section-7 .banner-shape1 {
    display: none;
  }

  .banner-section-7 .banner-circle-img1 {
    display: none;
  }

  .about-text-wrap-7 {
    -webkit-transform: translateX(285px);
            transform: translateX(285px);
  }

  .about-img-item-wrap .about-shape-circle {
    bottom: -175px;
  }

  .testimonial-inner-item-7 .testimonial-text-img-7 {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .footer-section.footer-style-seven .footer-newslatter button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .main-navigation li {
    margin: 0px 15px;
  }

  .header-section .brand-logo {
    width: 150px;
  }

  .slider-text h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .slider-content-1 {
    padding: 200px 0px 250px;
  }

  .testimonial-item-1 {
    max-width: 670px;
  }

  .blog-inner-item .blog-inner-text h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .header-login-signup button {
    font-size: 14px;
    padding: 10px 15px;
  }

  .header-section.header-style-two .main-navigation li {
    margin: 0px 10px;
  }

  .header-section.header-style-two .main-navigation-area .dropdown:after {
    right: -10px;
  }

  .header-style-three .header-btn a {
    padding: 15px 10px;
  }

  .header-section.header-style-three .brand-logo {
    width: 120px;
  }

  .section-title-3 h2 {
    font-size: 50px;
  }

  .banner-content-4 .banner-social {
    display: none;
  }

  .header-style-four .header-login-search-sidenav .sidenav-btn button,
.header-style-five .header-login-search-sidenav .sidenav-btn button,
.header-style-six .header-login-search-sidenav .sidenav-btn button {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .header-style-four .header-login-search-sidenav .sidenav-btn,
.header-style-five .header-login-search-sidenav .sidenav-btn,
.header-style-six .header-login-search-sidenav .sidenav-btn {
    margin-left: 15px;
  }

  .header-style-four .header-login-search-sidenav button,
.header-style-five .header-login-search-sidenav button,
.header-style-six .header-login-search-sidenav button {
    font-size: 18px;
    margin-left: 15px;
  }

  .feature-item-4 .feature-text h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .section-title-4 h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .feature-item-4 .feature-icon {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 20px;
    background-color: transparent;
  }

  .testimonial-section-4 .testimonial-content-1 .carousel_nav .testi-right_arrow,
.testimonial-section-5 .testimonial-content-1 .carousel_nav .testi-right_arrow,
.dm-sponsor-testimonial-section .testimonial-content-1 .carousel_nav .testi-right_arrow {
    right: 0;
  }

  .testimonial-section-4 .testimonial-content-1 .carousel_nav .testi-left_arrow,
.testimonial-section-5 .testimonial-content-1 .carousel_nav .testi-left_arrow,
.dm-sponsor-testimonial-section .testimonial-content-1 .carousel_nav .testi-left_arrow {
    left: 0;
  }

  .blog-inner-item-4 .author-meta .more-btn {
    right: 15px;
  }

  .feature-item-wrapper-4 {
    padding-left: 0;
  }

  .ins-fun-fact-content .ins-fun-fact-img {
    display: none;
  }

  .ins-fun-fact-item-area {
    max-width: 100%;
  }

  .section-title-6 h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-section-7 .banner-shape2,
.banner-section-7 .banner-circle-img3,
.banner-section-7 .banner-circle-img2 {
    display: none;
  }

  .banner-text-wrap-7 {
    margin: 0 auto;
    text-align: center;
  }

  .banner-section-7:before {
    display: none;
  }

  .banner-text-wrap-7 p {
    margin: auto;
  }

  .banner-text-wrap-7 .banner-play-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .banner-text-wrap-7 .banner-play-btn .banner-play {
    margin-left: 25px;
  }

  .about-img-item-wrap .about-inner-img2 {
    right: -200px;
    bottom: -230px;
  }

  .about-text-wrap-7 {
    -webkit-transform: translateX(205px);
            transform: translateX(205px);
  }

  .skill-content-progress {
    padding-left: 15px;
  }

  .project-slider-7 .project-slider-item-7.slick-current .project-text {
    left: 0;
  }

  .footer-cta-text-7 h3 {
    font-size: 30px;
    padding-bottom: 30px;
  }

  .footer-content-7:before {
    display: none;
  }

  .social-ratting-area .carousel_nav .social-rate-left_arrow {
    left: -10px;
  }

  .social-ratting-area .carousel_nav .social-rate-right_arrow {
    right: -10px;
  }

  .about-play-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about-play-top-content .about-play-top-text {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation-area {
    display: none;
  }

  .header-section .brand-logo {
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .header-section .header-content {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }

  .header-sidebar-search .sidenav-btn {
    display: none;
  }

  .header-section.sticky-on {
    padding: 25px 15px;
  }

  .header-section {
    padding: 25px 15px;
  }

  .mobile_menu_button {
    display: block;
  }

  .megamenu-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .service-inner-item {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .project-tab-btn-content {
    text-align: center;
  }

  .project-tab-btn {
    text-align: center;
  }

  .project-tab-btn li {
    margin: 0 auto 45px;
  }

  .project-item-1,
.team-inner-item,
.blog-inner-item {
    margin: 0 auto 30px;
  }

  .project-content-1 .btn-1 {
    text-align: center;
    position: static !important;
  }

  .footer-widget {
    margin-bottom: 40px;
  }

  .footer-widget .widget-title {
    padding-bottom: 20px;
  }

  .footer-widget-wrapper {
    padding-bottom: 40px;
  }

  .team-top-content-1,
.service-top-content-1,
.blog-top-content-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team-top-content-1 .btn-1,
.service-top-content-1 .btn-1,
.blog-top-content-1 .btn-1 {
    margin-top: 30px;
  }

  .project-tab-content {
    padding-left: 0;
  }

  .feature-item-2 {
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 30px;
  }

  .how-it-work-text-area {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .fun-fact-item {
    margin-bottom: 40px;
  }

  .app-overview-section .overview-shape1,
.app-overview-section .overview-shape2 {
    display: none;
  }

  .footer-widget-wrapper-2 {
    padding-bottom: 30px;
  }

  .header-section .megamenu {
    position: relative !important;
  }

  .header-style-three .header-btn a {
    padding: 10px 12px;
  }

  .fun-fact-item-2 {
    margin-bottom: 40px;
  }

  .fun-fact-item-2 .fun-fact-text h3 {
    padding-bottom: 10px;
  }

  .fun-fact-item-2 .fun-fact-icon {
    margin-bottom: 10px;
  }

  .project-top-content-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project-top-content-3 .section-title-3 {
    margin-right: 20px;
    padding-bottom: 30px;
  }

  .banner-content-3 .banner-shape {
    top: 0;
  }

  .blog-inner-item-4 {
    margin-bottom: 40px;
  }

  .header-section.header-style-four .mobile_menu_button {
    top: -45px;
    color: var(--base-color-4);
  }

  .header-section.header-style-four.sticky-on {
    padding: 15px;
  }

  .feature-item-wrapper-4 {
    padding-top: 60px;
  }

  .feature-item-4 .feature-icon {
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.21);
            box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.21);
  }

  .project-content-4 .project-tab-btn-content {
    position: static;
  }

  .price-plan-item {
    margin-bottom: 30px;
  }

  .price-plan-item.popular-item {
    margin-bottom: 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .price-plan-item .price-btn a {
    display: inline;
  }

  .header-section.header-style-five .mobile_menu_button {
    top: -50px;
    color: #000;
  }

  .header-section.header-style-five.sticky-on {
    padding: 18px 15px;
  }
  .header-section.header-style-five.sticky-on .mobile_menu_button {
    top: -45px;
  }

  .blog-inner-item-5 {
    margin-bottom: 30px;
  }

  .header-section.header-style-six .mobile_menu_button {
    top: -50px;
  }

  .header-section.header-style-six.sticky-on {
    padding: 18px 15px;
  }
  .header-section.header-style-six.sticky-on .mobile_menu_button {
    top: -45px;
  }

  .dm-service-item-content {
    padding-top: 60px;
  }

  .dm-about-img {
    margin: 0 auto;
    max-width: 775px;
    margin-bottom: 80px;
  }

  .dm-about-section .dm-about-shape2,
.dm-about-section .dm-about-shape1 {
    display: none;
  }

  .dm-about-text-area {
    margin: 0 auto;
    max-width: 500px;
  }

  .dm-case-study-item {
    margin-bottom: 40px;
  }

  .dm-how-help-item:before {
    display: none;
  }

  .dm-blog-item {
    margin-bottom: 40px;
  }

  .header-style-seven:before {
    display: none;
  }

  .header-style-seven .header-cta-btn a {
    padding: 15px 20px;
  }

  .header-section.header-style-seven.sticky-on {
    padding: 15px;
  }
  .header-section.header-style-seven.sticky-on .mobile_menu_button {
    top: -45px;
  }

  .header-section.header-style-seven .mobile_menu_button {
    top: -50px;
    color: #000;
  }

  .about-img-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about-img-item-wrap .about-inner-img2 {
    position: static;
    margin-left: 20px;
  }

  .about-img-item-wrap .about-shape-circle {
    display: none;
  }

  .about-text-wrap-7 p {
    max-width: 100%;
  }

  .about-text-wrap-7 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .about-text-area-7 {
    margin: 0 auto;
    max-width: 670px;
  }

  .video-skill-content-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .video-play-7 {
    width: 100%;
    padding: 150px 15px;
  }

  .skill-content-7 {
    width: 100%;
  }

  .skill-content-progress {
    max-width: 100%;
    padding: 0px 15px;
  }

  .counter-content-7,
.testimonial-text-wrapper {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 40px;
  }

  .project-slider-area-7,
.testimonial-slider-area-7 {
    max-width: 570px;
    margin: 0 auto;
  }

  .counter-cta-btn {
    margin-top: 0;
  }

  .get-started-item {
    margin-bottom: 20px;
  }

  .seven-contact-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .seven-contact-map-info {
    width: 100%;
    margin: 0 auto;
    max-width: 690px;
  }

  .seven-contact-form {
    width: 100%;
    margin: 0 auto;
    max-width: 460px;
    margin-top: 40px;
  }

  .about-circle-progress-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .circle-progress-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .circle-progress-btn {
    padding-top: 30px;
  }

  .about-circle-progress-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .comment-list-wrap {
    padding-top: 60px;
  }

  .blog-feed-post-content {
    padding-left: 0;
    padding-top: 60px;
  }

  .coupon-check input {
    margin-left: 0;
  }

  .checkout-coupon-code button {
    margin-left: 15px;
  }

  .checkout-coupon-code button {
    padding: 13px 20px;
  }

  .checkout-billing-details {
    max-width: 100%;
  }

  .checkout-order-details {
    padding-left: 0;
  }

  .contact-form-text-info {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .faq-price-inner-item {
    margin-bottom: 40px;
  }

  .faq-tab-btn {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .faq-section {
    padding: 60px 0px;
  }

  .vission-section .service-why-choose-text {
    margin-bottom: 40px;
  }

  .vission-content .about-play-img {
    margin: 0 auto;
    max-width: 615px;
  }

  .mission-section {
    padding: 60px 0px;
  }

  .portfolio-details-info {
    margin-bottom: 40px;
  }

  .service-why-choose {
    margin: 0 auto;
    max-width: 700px;
  }

  .service-why-choose-text {
    padding-left: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 850px) {
  .testimonial-content-1 .carousel_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .testimonial-content-1 .carousel_nav button {
    position: static;
    display: inline-block;
    margin: 0px 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .swiper-wrapper {
    height: 340px;
  }

  .feature-top-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .feature-top-text-2 {
    padding-top: 30px;
  }

  .agency-portfolio-item {
    padding: 0px 15px;
    margin-bottom: 40px;
  }
  .agency-portfolio-item .agency-portfolio-text-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .agency-portfolio-item .agency-portfolio-title {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .agency-portfolio-item .agency-portfolio-text {
    width: 100%;
  }

  .agency-portfolio-item .agency-portfolio-title h3 span {
    display: inline-block;
  }

  .agency-portfolio-item .agency-portfolio-title h3 {
    padding-bottom: 15px;
  }

  .agency-portfolio-item .agency-portfolio-title p {
    padding-bottom: 15px;
  }

  .blog-item-2 {
    max-width: 100%;
    padding-right: 0;
  }

  .service-section-5 {
    padding-bottom: 80px;
  }

  .blog-top-content-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-top-content-5 .btn-4 {
    margin-top: 20px;
  }

  .seven-blog-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .seven-blog-top-content .seven-blog-top-text {
    padding-top: 30px;
  }

  .about-counter-item h3 {
    font-size: 30px;
  }

  .blog-details-text-wrapper .portfolio-details-tag-share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer-title h2 {
    font-size: 80px;
  }
  .inner-img img {
    width: 100%;
    height: 185px !important;
    object-fit: cover;
}
	.menu-area {
		padding: 22px 0;
	}
	.menu-nav {
		justify-content: space-between;
	}
		.logo img {
    width: auto;
    height: 80px;
}
		.single-slider {
			min-height: 40vh;
		}
		
	.header-action {
		margin-right: 40px;
	}
	.menu-outer .navbar-wrap {
		display: block !important;
	}
	.menu-area .mobile-nav-toggler {
		display: block;
	}
	.logo.mobile-logo.d-none {
		display: block !important;
		margin: 0;
	}
		.menu-area .mobile-nav-toggler {
  
			
    margin-top: 20px;
}
		
	.sticky-menu .logo.mobile-logo.d-none > a:not(.sticky-logo) {
		display: none;
	}
	.sticky-menu .logo.mobile-logo .d-none.sticky-logo {
		display: block !important;
	}
	.menu-outer .logo {
		display: none !important;
	}
  .testimonial-title {
    padding-bottom: 50px;
  }

  .testimonial-item-1 p {
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .dm-banner-text-play-btn .dm-banner-text h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .dm-banner-section:before {
    height: 590px;
  }

  .counter-content-item-7:before {
    display: none;
  }

  .counter-content-item-7:after {
    display: none;
  }

  .counter-content-item-7 {
    margin: 0 auto;
    margin-top: 40px;
  }

  .counter-cta-btn {
    text-align: center;
  }

  .footer-cta-text-7 {
    margin-bottom: 30px;
  }

  .footer-section.footer-style-seven .footer-text {
    margin-bottom: 30px;
  }

  .about-counter-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .about-counter-area {
    padding-top: 60px;
  }

  .about-counter-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .cart-coupon-update .cart-coupon button {
    margin-top: 15px;
  }

  .service-process-item {
    width: 100%;
  }

  .service-process-item p {
    max-width: 100%;
  }

  .shop-inner-item {
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 680px) {
  .header-login-signup .sign-btn button {
    display: none;
  }

  .header-login-signup .login-btn button span {
    display: none;
  }
  .header-login-signup .login-btn button i {
    display: block;
  }

  .project-item-4 {
    width: 100%;
  }

  .blog-top-content-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .testimonial-section-4 .testimonial-circle-img {
    display: none;
  }

  .testimonial-section-4 {
    padding: 120px 0px;
  }

  .header-style-four .header-login-search-sidenav .sidenav-btn,
.header-style-five .header-login-search-sidenav .sidenav-btn,
.header-style-six .header-login-search-sidenav .sidenav-btn {
    display: none;
  }

  .header-style-four .header-login-search-sidenav .header-login-search button,
.header-style-five .header-login-search-sidenav .header-login-search button,
.header-style-six .header-login-search-sidenav .header-login-search button {
    padding: 0;
    margin-left: 20px;
  }

  .header-section.header-style-four .mobile_menu_button {
    top: -33px;
  }

  .project-top-content-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project-top-content-4 .btn-2 {
    padding-top: 15px;
  }

  .ins-fun-fact-item {
    width: 100%;
  }

  .header-section.header-style-five .mobile_menu_button {
    top: -35px;
  }

  .ins-search-content button {
    position: static;
    margin-top: 20px;
  }

  .header-section.header-style-five.sticky-on .mobile_menu_button {
    top: -32px;
  }

  .header-section.header-style-six .mobile_menu_button,
.header-section.header-style-six.sticky-on .mobile_menu_button {
    top: -32px;
  }

  .seven-contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .inner-section-title h2 {
    font-size: 40px;
  }

  .portfolio-details-share {
    margin-top: 20px;
  }
  .portfolio-details-share a {
    margin-right: 10px;
  }

  .portfolio-details-tag-share .portfolio-details-share a {
    margin-left: 0;
  }

  .cart-coupon-update .cart-coupon {
    width: 100%;
  }

  .cart-coupon-update {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cart-coupon-update .cart-update-btn a {
    margin-top: 20px;
  }

  .cart-section {
    padding: 60px 0px;
  }

  .portfolio-details-tag-share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .portfolio-item .portfolio-text {
    left: 20px;
  }

  .portfolio-item .portfolio-text h3 {
    font-size: 22px;
  }

  .service-details-result-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .achivement-history-item-wrapper:before {
    display: none;
  }

  .shop-top-filter-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .shop-top-filter-bar .filter-result {
    margin-top: 20px;
  }

  .shop-top-filter-bar {
    margin-bottom: 40px;
  }

  .team-professional-skill {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .team-professional-skill .about-circle-progress-item {
    margin-right: 0;
  }

  .sign-up-modal-form-content .sign-up-modal-img {
    display: none;
  }

  .sign-up-modal-form-content .sign-up-modal-form {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .slider-text h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .slider-text .slider-play-btn {
    margin-top: 40px;
  }

  .slider-text .slider-play-btn a {
    width: 80px;
    height: 80px;
  }

  .slider-content-1 {
    padding: 170px 0px 150px;
  }

  .slider-wrap-1 .slick-dots li.slick-active {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .line_animation .line_area:before {
    height: 20px;
  }

  .slider-text {
    padding: 0px 15px;
  }

  .section-title-1 h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .service-wrapper-1 {
    padding: 95px 0px 50px;
  }

  .btn-1 a {
    padding: 15px 25px;
  }
  .btn-1 a:after {
    width: 50px;
  }

  .service-content-1 {
    padding-top: 40px;
  }

  .sponsor-section-1 {
    padding: 60px 0px 0px;
  }

  .project-section-1 {
    padding-top: 60px;
  }

  .project-tab-btn {
    margin-top: 40px;
  }

  .project-item-1 .project-text {
    left: 20px;
    bottom: 20px;
  }

  .project-item-1 .project-text h3 {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .project-item-1 .project-link {
    bottom: 0px;
    right: 20px;
  }

  .project-item-1:hover .project-link {
    bottom: 10px;
  }

  .text-scroll-content h3 {
    font-size: 48px;
    line-height: 55px;
  }

  .text-scroll-content .text-scroll-icon {
    font-size: 50px;
  }

  .text-scroll-section-1,
.text-scroll-section-2 {
    padding: 40px 0px;
  }

  .team-section-1 {
    padding-top: 80px;
  }

  .team-content-area {
    padding: 60px 0px 30px;
  }

  .team-content-1 {
    padding-top: 40px;
  }

  .testimonial-section-1 {
    padding: 80px 0px;
  }

  .blog-section-1 {
    padding: 60px 0px 30px;
  }

  .blog-content-1 {
    padding-top: 50px;
  }

  .footer-title h2 {
    font-size: 30px;
  }

  .footer-section {
    padding-top: 60px;
  }

  .footer-widget-wrapper {
    padding: 60px 0px 30px;
  }

  .footer-copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .footer-copyright .copyright-text {
    padding-bottom: 10px;
  }

  .swiper-wrapper {
    height: 260px;
  }

  .banner-section-1 {
    padding-top: 50px;
  }

  .header-section.header-style-two.sticky-on {
    padding: 20px 15px;
  }

  .fun-fact-section {
    padding: 60px 0px 30px;
  }

  .fun-fact-item .fun-fact-text h3 {
    padding-bottom: 15px;
  }

  .integration-section .section-title-2 h2 {
    font-size: 36px;
  }

  .integration-section {
    padding: 60px 0px;
  }

  .integration-content {
    padding-top: 20px;
  }

  .fun-fact-item .fun-fact-text h3 {
    font-size: 20px;
  }

  .fun-fact-item .fun-fact-icon i {
    font-size: 30px;
  }

  .fun-fact-item .fun-fact-icon {
    margin-bottom: 20px;
  }

  .integration-item .integration-img {
    margin: 0px 10px;
  }

  .integration-item:nth-child(odd) .integration-img {
    height: 120px;
  }

  .integration-item:nth-child(even) .integration-img {
    height: 150px;
  }

  .section-title-2 h2 {
    font-size: 32px;
  }

  .how-it-work-section {
    padding: 30px 0px 60px;
  }

  .how-it-work-steps {
    padding-top: 30px;
  }

  .app-download-btn .download-btn-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .testimonial-section-2 {
    padding: 80px 0px;
  }

  .testimonial-section-2 .section-title-2 {
    padding-bottom: 30px;
  }

  .testimonial-inner-item-2 .inner-text {
    margin: 20px 0px 25px;
  }

  .app-overview-section {
    padding: 60px 15px;
  }

  .app-overview-section .section-title-2 {
    padding-bottom: 25px;
  }

  .overview-text-btn a {
    padding: 15px 25px;
  }

  .footer-style-two .footer-widget .widget-title {
    padding-bottom: 15px;
  }

  .footer-section.footer-style-two {
    padding-top: 80px;
  }

  .footer-section.footer-style-two .copyright-text {
    width: 100%;
  }

  .banner-text-content-3 .banner-text-area h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .banner-text-content-3 {
    padding: 145px 0px 100px;
  }

  .banner-text-content-3 .banner-text-area .banenr-btn-3 a {
    padding: 15px 20px;
  }

  .banner-text-content-3 .banner-text-area .banenr-btn-3 a {
    padding: 15px 20px;
  }

  .header-style-three .header-btn a {
    font-size: 10px;
    padding: 8px 10px;
    letter-spacing: 0;
  }

  .fun-fact-item-2 {
    text-align: center;
  }

  .fun-fact-item-2 .fun-fact-text h3 {
    font-size: 30px;
  }

  .agency-portfolio-section {
    padding-top: 60px;
  }

  .fan-fact-section-2 .shape-bg {
    display: none;
  }

  .fan-fact-section-2 {
    padding: 60px 0px;
  }

  .video-play-section .background_parallax {
    padding: 80px 0px;
  }

  .video-play-section .video-play-btn a {
    width: 180px;
    height: 180px;
    font-size: 14px;
  }

  .section-title-3 h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .project-section-3 {
    padding-top: 70px;
  }

  .agency-portfolio-item .agency-portfolio-title h3 {
    font-size: 28px;
  }

  .testimonial-section-3 {
    padding: 80px 0px;
  }

  .blog-top-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .blog-top-content-2 .blog-slider-nav {
    margin-top: 30px;
  }

  .blog-top-content-2 .blog-slider-nav button {
    margin-left: 0;
    margin-right: 20px;
  }

  .blog-section-2 {
    padding: 60px 0px;
  }

  .blog-inner-item-2 {
    padding-right: 0;
  }

  .blog-slider-area-2 {
    padding-top: 40px;
  }

  .blog-item-2 {
    padding: 20px;
  }

  .blog-item-2 .blog-text h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .blog-item-2 .blog-text .blog-category {
    padding: 8px 20px;
  }

  .banner-content-4 .banner-text-area h1 {
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 20px;
  }

  .banner-content-4 {
    padding: 150px 0px 120px;
  }

  .banner-content-4 .banner-text-area .banner-form-4 button {
    height: 60px;
    position: static;
    margin-top: 25px;
  }

  .banner-content-4 .banner-text-area {
    padding: 0px 15px;
  }

  .banner-sponsor-content-4 p {
    padding-bottom: 30px;
  }

  .banner-sponsor-content-4 {
    padding-bottom: 60px;
  }

  .feature-section-4 .dot-line-shape {
    display: none;
  }

  .feature-section-4 {
    padding: 60px 0px;
  }

  .feature-text-area-4 {
    padding-top: 20px;
  }

  .feature-item-4 {
    margin-bottom: 40px;
  }

  .section-title-4 h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .btn-2 a {
    padding: 18px 30px;
  }

  .feature-item-4 .feature-text h3 {
    padding-bottom: 15px;
  }

  .project-section-4 {
    padding-bottom: 50px;
  }

  .service-section-4 {
    padding-top: 80px;
  }

  .serviec-content-4 {
    padding-top: 30px;
  }

  .pricing-section {
    padding: 60px 0px 70px;
  }

  .price-tab-btn {
    padding: 30px 0px 20px;
  }

  .testimonial-section-4 .testimonial-content-1,
.testimonial-section-5 .testimonial-content-1,
.dm-sponsor-testimonial-section .testimonial-content-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-section-4 {
    padding: 60px 0px;
  }

  .blog-section-4 {
    padding: 60px 0px;
  }

  .blog-content-4 {
    padding-top: 40px;
  }

  .blog-top-content-4 .btn-2 {
    margin-top: 20px;
  }

  .blog-inner-item-4 .blog-inner-text h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .pricing-plan-item-area {
    padding: 20px 15px;
  }

  .header-section.header-style-five .mobile_menu_button {
    top: -35px;
  }

  .ins-search-section {
    padding: 60px 0px;
  }

  .ins-search-content {
    padding: 30px 15px;
  }

  .ins-search-content input {
    height: 80px;
  }

  .section-title-5 h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .service-section-6,
.contact-section-1 {
    padding: 60px 0px;
  }

  .testimonial-section-4 .testimonial-circle-img,
.testimonial-section-5 .testimonial-circle-img,
.dm-sponsor-testimonial-section .testimonial-circle-img {
    display: none;
  }

  .testimonial-section-4,
.testimonial-section-5,
.dm-sponsor-testimonial-section {
    padding-top: 120px;
  }

  .service-inner-item-5 .more-service-btn-area {
    padding: 55px 0px;
  }

  .header-section.header-style-five {
    padding: 20px 15px;
  }

  .ins-search-content button {
    height: 50px;
    width: 190px;
  }

  .service-content-5 {
    padding-top: 40px;
  }

  .service-section-5 {
    padding-bottom: 30px;
  }

  .ins-fan-fact-section {
    padding: 60px 0px 20px;
  }

  .contact-form-area button {
    padding: 15px 25px;
  }

  .btn-4 a {
    padding: 18px 25px;
  }

  .blog-section-5 {
    padding-bottom: 50px;
  }

  .dm-banner-text-play-btn .dm-banner-text h1 {
    font-size: 36px;
    line-height: 45px;
  }

  .dm-banner-text-play-btn .dm-banner-btn a {
    width: 60px;
    height: 60px;
  }

  .dm-banner-content {
    padding-top: 150px;
  }

  .dm-banner-content .dm-banner-img {
    padding-top: 50px;
  }

  .dm-banner-section:before {
    height: 425px;
  }

  .dm-servcie-section {
    padding: 60px 0px 20px;
  }

  .section-title-6 h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .section-title-6 p {
    padding: 30px 0px 35px;
  }

  .btn-5 a {
    padding: 15px 20px;
  }

  .dm-servcie-item {
    margin-bottom: 40px;
  }

  .dm-about-img .dm-about-social4,
.dm-about-img .dm-about-social3,
.dm-about-img .dm-about-social2,
.dm-about-img .dm-about-social1 {
    display: none;
  }

  .dm-about-img {
    margin-bottom: 40px;
  }

  .dm-about-section {
    padding: 80px 0px;
  }

  .dm-case-study-section {
    padding: 60px 0px;
  }

  .dm-case-study-content {
    padding-top: 30px;
  }

  .dm-case-study-content .dm-case-btn {
    padding-top: 40px;
  }

  .dm-testimonial-content {
    padding-top: 50px;
  }

  .dm-blog-section {
    padding-bottom: 70px;
  }

  .dm-blog-content .dm-blog-btn {
    padding-top: 40px;
  }

  .dm-blog-item {
    padding: 30px 20px;
  }

  .banner-text-wrap-7 h1 {
    font-size: 36px;
    padding-bottom: 5px;
  }

  .banner-text-wrap-7 p {
    padding-top: 15px;
  }

  .banner-content-7 {
    padding: 180px 0px 120px;
  }

  .banner-text-wrap-7 .banner-play-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }

  .banner-text-wrap-7 .banner-play-btn .btn-7 a {
    padding: 15px 30px;
    margin-bottom: 20px;
  }

  .sponsor-content-7 h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }

  .sponsor-content-7 {
    padding: 30px 15px;
  }

  .section-title-7 h2 {
    font-size: 30px;
    padding-top: 10px;
  }

  .about-text-wrap-7 {
    padding-top: 20px;
  }

  .service-section-7 {
    padding: 60px 0px;
  }

  .skill-content-7 {
    padding: 60px 0px;
  }

  .skill-client-more .inner-img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .skill-client-more .more-btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .video-play-7 .play-video-play a {
    width: 100px;
    height: 100px;
  }

  .banner-text-wrap-7 .banner-play-btn .banner-play {
    margin-left: 0;
    width: 100%;
  }
  .banner-text-wrap-7 .banner-play-btn .banner-play a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-section.header-style-seven .brand-logo {
    left: 50px;
    right: auto;
    width: 120px;
  }

  .counter-project-section {
    padding: 60px 0px;
  }

  .counter-cta-btn a {
    margin-left: 0;
    padding: 15px 25px;
  }

  .counter-cta-btn span {
    display: block;
    margin-bottom: 15px;
  }

  .project-slider-item-7 .project-text {
    width: 95%;
    bottom: 20px;
    padding: 15px;
  }

  .testimonial-section-7 {
    padding: 60px 0px;
  }

  .testimonial-inner-item-7 {
    padding-left: 0;
  }

  .testimonial-inner-item-7:before {
    display: none;
  }

  .testimonial-inner-item-7 .testimonial-text-img-7 .testimonial-img-name .testimonial-name h3 {
    font-size: 24px;
  }

  .testimonial-inner-item-7 .testimonial-text-img-7 .testimonial-img-name .testimonial-img {
    margin-right: 15px;
  }

  .testimonial-inner-item-7 .testimonial-text-img-7 {
    padding: 20px 15px;
  }

  .testimonial-inner-item-7 .testimonial-text-img-7 .test-rate {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    position: static !important;
  }
  .testimonial-inner-item-7 .testimonial-text-img-7 .test-rate img {
    margin: 0 auto;
  }

  .testimonial-inner-item-7 .testimonial-text-img-7 .testimonial-desc {
    padding-left: 50px;
  }

  .testimonial-slider-area-7 .slick-dots {
    display: none !important;
  }

  .testimonial-slider-area-7 .carousel_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .testimonial-slider-area-7 .carousel_nav button {
    margin: 0px 8px;
  }

  .seven-blog-item-area.slick-current.slick-active .seven-blog-shape {
    display: none;
  }

  .seven-blog-item {
    padding: 30px 35px;
  }

  .seven-blog-item .seven-blog-text h3 {
    font-size: 26px;
  }

  .seven-blog-content {
    padding-top: 50px;
  }

  .seven-blog-slider .slick-list {
    overflow: hidden;
  }

  .seven-blog-item-area.slick-current.slick-active {
    padding: 0;
    margin: 0;
  }

  .blog-section-7 .progress {
    display: none;
  }

  .seven-blog-slider .slick-dots {
    display: none !important;
  }

  .seven-blog-item-area {
    padding: 0;
  }

  .seven-blog-carousel-pagination {
    margin-top: 25px;
  }
  .seven-blog-carousel-pagination .carousel_nav {
    text-align: center;
  }

  .seven-blog-slider {
    margin-left: 0;
  }

  .seven-blog-carousel-pagination .blg-left_arrow,
.seven-blog-carousel-pagination .blg-right_arrow {
    width: 40px;
    height: 40px;
  }

  .blog-section-7 {
    padding-bottom: 60px;
  }

  .get-started-section {
    padding-bottom: 60px;
  }

  .seven-contact-section {
    padding: 40px 0px 60px;
  }

  .seven-contact-info-item {
    margin-top: 20px;
  }

  .seven-contact-info-item:after {
    display: none;
  }

  .seven-contact-form {
    padding: 40px 15px;
  }

  .social-ratting-area {
    padding: 60px 0px 60px;
  }

  .footer-cta-section-7 {
    padding: 60px 0px 30px;
  }

  .footer-cta-text-7 h3 {
    padding-bottom: 15px;
  }

  .footer-section.footer-style-seven .footer-logo-social .footer-logo .brand-logo {
    width: 120px;
  }

  .footer-section.footer-style-seven .footer-logo-social .footer-social a {
    margin-left: 8px;
  }

  .footer-section.footer-style-seven .footer-logo-social {
    padding: 30px 0px 40px;
  }

  .breadcrumb-content h1 {
    font-size: 36px;
    padding-bottom: 5px;
  }

  .breadcrumb-content {
    padding: 140px 0px 90px;
  }

  .about-play-section {
    padding: 60px 0px;
  }

  .inner-section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .about-play-area .about-play-btn a {
    width: 70px;
    height: 70px;
    font-size: 12px;
  }

  .about-counter-item {
    width: 100%;
  }

  .about-circle-progress-item {
    width: 100%;
  }

  .blog-details-section {
    padding: 60px 0px;
  }

  .blog-feed-item .blog-text .blog-meta a {
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .blog-feed-item .blog-text h3 {
    font-size: 28px;
  }

  .blog-details-text-wrapper blockquote {
    font-size: 20px;
    line-height: 30px;
    padding-left: 60px;
  }

  .blog-details-text-wrapper blockquote:before {
    top: 0;
    font-size: 40px;
  }

  .blog-details-text-wrapper .blog-details-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .blog-details-text-wrapper .blog-details-author .author-text {
    width: 100%;
  }

  .blog-details-text-wrapper .blog-details-author .author-img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .blog-details-text-wrapper .blog-details-author {
    padding: 30px 20px;
  }

  .single-details-prev-next-btn .single-prev-btn img,
.single-details-prev-next-btn .single-next-btn img {
    display: none;
  }

  .blog-widget .recent-post-widget .recent-post-item .recent-blog-img {
    margin-right: 20px;
  }

  .blog-widget .recent-post-widget .recent-post-item .recent-blog-text {
    max-width: 180px;
  }

  .blog-widget {
    padding: 30px 20px;
  }

  .shop-sidebar-widget .widget-title, .blog-widget .widget-title {
    padding-bottom: 20px;
  }

  .blog-widget .gallery-widget li {
    width: 85px;
  }

  .comment-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .comment-list-wrap .comment-item .comment-img {
    margin-bottom: 15px;
  }

  .comment-list-wrap .children-comment {
    margin-left: 30px;
  }

  .single-comment-form {
    padding: 30px 20px;
  }

  .comment-list-wrap h3,
.single-comment-form h3 {
    font-size: 24px;
  }

  .blog-feed-section,
.checkout-section {
    padding: 60px 0px;
  }

  .blog-feed-item .blog-img .carousel_nav .blogFeed-left_arrow {
    left: 15px;
  }

  .blog-feed-item .blog-img .carousel_nav .blogFeed-right_arrow {
    right: 15px;
  }

  .pagination-wrap li a {
    width: 40px;
    height: 40px;
  }

  .checkout-billing-details .additional-info h4,
.checkout-billing-details h3 {
    font-size: 26px;
  }

  .checkout-coupon-code button {
    margin-left: 0;
    margin-top: 15px;
  }

  .google-map iframe {
    height: 350px;
  }

  .contact-form-text-info h3 {
    font-size: 28px;
    padding-bottom: 20px;
  }

  .contact-form-section {
    padding: 60px 0px;
  }

  .faq-section {
    padding: 60px 0px;
  }

  .faq-accordion-item-area .accordion-button {
    font-size: 20px;
  }

  .faq-price-content {
    padding-top: 40px;
  }

  .faq-price-inner-item .faq-price-title h3 {
    font-size: 36px;
  }

  .faq-price-inner-item .faq-price-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .faq-price-inner-item {
    padding: 35px 20px;
  }

  .portfolio-details-section {
    padding: 60px 0px;
  }

  .portfolio-details-video-play {
    margin-bottom: 40px;
  }

  .portfolio-details-text {
    margin-bottom: 40px;
  }

  .portfolio-details-text ul li {
    width: 100%;
  }

  .portfolio-details-info {
    padding: 30px 20px;
  }

  .portfolio-details-info li span {
    margin-left: 10px;
  }

  .portfolio-feed-section {
    padding: 60px 0px;
  }

  .portfolio-filter-btn {
    padding-bottom: 40px;
  }

  .price-plan-section {
    padding: 60px 0px;
  }

  .service-details-section {
    padding: 60px 0px;
  }

  .service-details-text {
    padding-top: 50px;
  }

  .service-details-process {
    padding-top: 40px;
  }

  .service-process-item h3 span {
    margin-right: 20px;
  }

  .achivement-history-item {
    text-align: left;
  }

  .achivement-history-item .achive-year {
    position: static !important;
    margin-bottom: 20px;
  }

  .achivement-history-item-wrapper .achivement-history-item-area:nth-child(even) .achivement-history-item {
    float: none;
  }

  .achivement-history-item .achive-year:after {
    display: none;
  }

  .service-page-service-section {
    padding: 60px 0px;
  }

  .service-why-choose {
    padding-top: 60px;
  }

  .achivement-history-section,
.service-inner-section {
    padding-bottom: 60px;
  }

  .achivement-history-content {
    padding-top: 40px;
  }

  .shop-details-slide-nav .nav-inner-img {
    margin: 5px;
  }

  .shop-details-section {
    padding: 60px 0px;
  }

  .shop-details-text-wrapper .shop-details-title {
    margin-bottom: 30px;
  }

  .shop-quantity-btn .add-cart-btn a {
    padding: 17px 25px;
  }

  .shop-details-review-content {
    margin-top: 40px;
  }

  .shop-details-review-content .shop-review-tab-btn li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link {
    font-size: 18px;
  }

  .shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link.active:after {
    display: none;
  }

  .shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link.active {
    color: var(--base-color-1);
  }

  .shop-feed-section {
    padding: 60px 0px;
  }

  .inner-sponsor {
    padding-bottom: 40px;
  }

  .banner-text-wrap-7 h1:after {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .slider-text h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .project-item-1 .project-link a {
    font-size: 30px;
  }

  .section-title-1 h2 {
    font-size: 30px;
  }

  .integration-item:nth-child(even) .integration-img {
    height: 140px;
  }

  .banner-text-wrap-7 h1:after {
    display: none;
  }
}
/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .agency-footer-content-wrap-3 .agency-footer-widget .gallery-widget li {
    height: 60px;
    width: 60px;
  }

  .header-section.agency-header .main-navigation li {
    margin: 0px 15px;
  }

  .header-section.agency-header .agency-search-cta .hd-cta .inner-icon {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .header-section.agency-header .brand-logo {
    margin: 0;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .header-section.agency-header.sticky-on {
    padding: 0;
  }

  .main-navigation-area {
    display: none;
  }

  .agency-search-cta {
    display: none !important;
  }

  .header-section.agency-header .agency-header-top {
    display: none !important;
  }

  .header-section.agency-header .mobile_menu_button {
    top: -60px;
    left: auto;
    right: 15px;
    color: #000;
    display: block;
  }

  .agency-about-img {
    margin-top: 60px;
    text-align: center;
  }

  .agency-service-item {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px;
  }

  .agency-team-item {
    margin: 0 auto;
    max-width: 270px;
    margin-bottom: 30px;
  }

  .agency-portfolio-slider .slick-dots {
    max-width: 78%;
  }

  .agency-portfolio-carousel-area {
    padding: 0px 15px;
  }

  .agency-pricing-item .inner-icon {
    top: 0;
    margin-bottom: 30px;
  }

  .agency-pricing-item {
    margin-bottom: 60px;
  }

  .agency-contact-text,
.agency-contact-form-area {
    max-width: 570px;
    margin: 0 auto;
  }

  .agency-team-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .agency-team-btn a {
    margin-top: 30px;
  }

  .agency-team-filter-btn li {
    margin-bottom: 10px;
  }

  .agency-about-img {
    padding-left: 0;
  }

  .agency-newslatter-content-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .agency-newslatter-btn {
    margin-top: 20px;
  }

  .agency-footer-content-wrap-3 .agency-footer-widget .agency-footer-info-widget {
    padding-left: 0;
  }

  .agency-footer-content-wrap-3 .agency-footer-widget {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 680px) {
  .agency-portfolio-slider .slick-dots {
    width: 70%;
  }

  .agency-about-counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .header-section.agency-header .agency-header-main-menu-wrap {
    padding: 10px 0px;
  }

  .header-section.agency-header .brand-logo {
    width: 120px;
  }

  .header-section.agency-header .mobile_menu_button {
    top: -48px;
  }

  .ageny-about-section,
.agency-service-section {
    padding: 75px 0px;
  }

  .agency-section-title h2 {
    font-size: 26px;
  }

  .agency-section-title .sub-title:after,
.agency-section-title .sub-title:before {
    display: none !important;
  }

  .agency-team-section {
    padding: 75px 0px 30px;
  }

  .agency-team-btn a {
    padding: 10px 20px;
  }

  .agency-team-filter-btn {
    text-align: center;
  }

  .agency-portfolio-slider .slick-dots {
    width: 60%;
  }

  .agency-portfolio-section {
    padding: 70px 0px;
  }

  .agency-pricing-section {
    padding: 75px 0px;
  }

  .pricing-item-content {
    padding-top: 60px;
  }

  .agency-contact-title h3 {
    font-size: 25px;
  }

  .agency-contact-section {
    padding: 60px 0px;
  }

  .agency-contact-title {
    padding-bottom: 40px;
  }

  .agency-contact-info .info-item-area .inner-text h3 {
    font-size: 18px;
  }

  .agency-footer-content-wrap-3 .agency-footer-copyright {
    margin-top: 30px;
  }
}
/*---------------------------------------------------- */


/*** 

====================================================================
	careers Page
====================================================================

***/
.careers {
    padding: 40px 0;
    position: relative;
}
.careers .beautypress-contact-wraper {
    background-color: #fff;
box-shadow: 0px 8px 21px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 99;
    padding: 0 0px 0 40px;
}

.careers .beautypress-contact-details {
    height: 100%;
    padding: 45px 40px 55px;
    background-color: #2f1f5a;
    color: #fff;
}

.careers .beautypress-separetor-sub-heading.beautypress-version-2 h2 {
    color: var(--color-white);
    font-weight: 500;
    letter-spacing: -2px;
    font-size: 1.857em;
}

.careers .beautypress-separetor-sub-heading.beautypress-version-2:before {
    background-color: rgb(87, 9, 135);
    width: 200px;
    height: 1px;
}

.careers .beautypress-icon-with-text li {
    display: -ms-grid;
    display: grid;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-grid-columns: 60px calc(100% - 60px);
    grid-template-columns: 60px calc(100% - 60px);
    color: var(--color-white);
    margin: 0 0 20px;
}

.careers .beautypress-icon-with-text li:last-child {
    margin: 0;
}

.careers .beautypress-icon-with-text li i {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.143em;
}

.careers .beautypress-contact-us-section .beautypress-contact-form {
    height: 100%;
}

.careers .beautypress-contact-us-section .beautypress-contact-form form {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.careers .beautypress-contact-form input:not([type="submit"]),
.careers .beautypress-contact-form textarea {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    height: 50px;
    background-color: var(--color-white);
    border: 2px solid #dee2e6;
    padding: 0 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.careers .beautypress-contact-form #cvFileUpload {
    display: none;
}
.careers .beautypress-contact-form textarea {
    padding: 20px;
    height: 90px;
    resize: none;
    border-radius: unset;
}

.careers .beautypress-contact-form input[type="submit"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #47494a;
    padding: 0 46px;
    box-shadow: var(--hover-shadow);
    border: 0;
    height: 50px;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.careers .beautypress-contact-form .input-group {
    /* margin: 0 0 15px; */
    /* position: relative; */
    /* padding: 0; */
    /* display: block; */
}
.careers .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.careers .beautypress-contact-form .input-group-addon {
    position: absolute;
    left: 20px;
    top: 15px;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #BFBFBF;
    pointer-events: none;
}

.careers .beautypress-contact-form .beautypress-spilit-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.careers .beautypress-contact-form input::-webkit-input-placeholder,
.careers .beautypress-contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #BFBFBF;
}

.careers .beautypress-contact-form input::-moz-placeholder,
.careers .beautypress-contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #BFBFBF;
}

.careers .beautypress-contact-form input:-ms-input-placeholder,
.careers .beautypress-contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #BFBFBF;
}

.careers .beautypress-contact-form input:-moz-placeholder,
.careers .beautypress-contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #BFBFBF;
}

.careers .c_error_massage {
    /*position: absolute;*/
    /*top: -23px;*/
    /*left: 0;*/
    margin: 0 !important;
    font-size: 1em !important;
    text-transform: capitalize;
}
.careers .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.careers .button, .button:hover, .button:focus {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: .5rem 3rem;
    background: var(--primary-color);
}
.careers .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    width: 100%;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #47494a;
    color: #fefefe;
}
.careers .text-box h3 {
    font-size: 1.5625rem;
    font-weight: bold;
    margin-bottom: 20px;
}
li.center-logo {
  margin: 0 190px;
}
.inner-img img {
    width: 100%;
    height: 300px;
}


/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.gallery-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  /* height: 450px; */
}
.gallery-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  height: 325px;
}

.gallery-page__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: #0d0d0dbf;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
  z-index: 1;
}

.gallery-page__single:hover .gallery-page__img:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.gallery-page__img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-page__single:hover .gallery-page__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-page__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 2;
}

.gallery-page__icon a {
  height: 95px;
  width: 95px;
  background-color: #000000;
  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;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.gallery-page__single:hover .gallery-page__icon a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.gallery-page__icon a:hover {
  background-color: #fff;
  color: #000;
}

.content h2 {
   color: #039 !important;
   margin-top:30px
}
.content-box {
    background-color: #000;
    padding: 20px 15px;
    margin-bottom: 15px;
    position: relative;
    top: 0px;
    height: 100px;
}
.content-box h1 {
    font-size: 28px;
    text-transform: capitalize;
}
.content-box h2 {
    font-size: 22px;
}
.content-box h1 a {
   color: #000;
} 
 .gallery-box a {
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.gallery-box a img {
	 width: 100%;
}
 .gallery-box a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}
 .gallery-box a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.gallery-box a:hover:before {
  width: 100%;
}
 .gallery-box a:hover:after {
  top: 50%;
  opacity: 1;
}

.single-item-carousel img {
	height:470px;
	object-fit:cover;
}
.owl-nav, .single-item-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}
.single-item-carousel .owl-next, .single-item-carousel .owl-prev {
    position: absolute;
    left: 40px;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single-item-carousel .owl-next, .single-item-carousel .owl-next {
    left: auto;
    right: 40px;
}
.content-area img {
    width: 100%;
    height: 543px;
    transition: 0.8s all ease-in-out;
}
 .owl-theme .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #607D8B !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.slider-gallery .slider-for img {
   width:100%; 
   height:724px;
}
.slider-gallery .slider-nav img {
      width:198px;
      height:105px;
      margin-left: 10px
}
 
.slider-gallery .slider-nav {
      margin-top: 20px
}

.slider-gallery .slider-nav .slick-slide  {
    
      margin-left: 10px
}
@media screen and (max-width: 767px) {
  .slider-gallery .slider-for img {
    width: 100%;
    height: 205px;
}
.video-gallery .video iframe {
    height: 400px;
}
}



.video-section {
  width: 100%;
  height: 850px;
  overflow: hidden;
  /* padding-top: 0; */
}


.video-section video{
  width: 100%;
  height: 762px;
  aspect-ratio: 16/9;
}


/* Social media */

.social-sec {
  padding: 0;
  z-index: 100;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  list-style: none;
  /* z-index: 1000; */
  position: fixed;
  bottom: 230px;
  left: 0;
  transform: translate(-100%, 100%);
  /* direction: rtl; */
}

.social-sec .Icon {
  position: relative;
  padding: 15px;
  margin: 5px;
  width: 45px;
  height: 45px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background: #161616 !important;
  border-radius: 10px;
}
.social-sec .Icon:first-child{
  margin-bottom: 5px;
}

.social-sec .tooltip {
  position: absolute;
  left: 0;
  font-size: 17px;
  background: #ffffff;
  color: #ffffff;
  padding: 15px 30px;
  /* border-radius: 5px; */
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  /* transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
  height: 50px;
  transition: all 0.4s ease-in-out;
}

.social-sec .Icon.contact {
  height: 130px;
  background-color: var(--step-black);
}

.social-sec .contact .tooltip {
  width: 350px;
  top: 0;
  left: 50px !important;
  height: auto;
  transition: all 0.4s ease-in-out;
  padding-top: 30px;
}


/* .social-sec .tooltip::before {
position: absolute;
content: "";
height: 8px;
width: 8px;
background: #ffffff;
left: 0px;
top: 11px;
transform: translate(-50%) rotate(45deg);
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
} */

.social-sec .Icon:hover .tooltip {
  left: 50px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.social-sec .Icon a {
  color: #ffffff;
}

.social-sec .Icon.contact a {
  transform: rotate(90deg);
  width: 130px;
  text-align: center;
  color: #fff;
}

.social-sec .Icon:hover span,
.social-sec .Icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.social-sec .Icon:hover a {
  color: #fff;
}
.social-sec .Icon:hover a{
  color: var(---agrion-base);
}

.social-sec .call:hover,
.social-sec .call:hover .tooltip,
.social-sec .call:hover .tooltip::before {
  background: var(--agrion-primary);
  color: var(--agrion-base);
}


/* .social-sec .contact:hover {
background-color:  var(--primary-color-one);
} */

.social-sec .contact:hover .tooltip,
.social-sec .contact:hover .tooltip::before {
  background: rgb(255 255 255 / 50%);
  color: #ffffff;
}

.social-sec .whatsapp:hover,
.social-sec .whatsapp:hover .tooltip,
.social-sec .whatsapp:hover .tooltip::before {
  background: var(--agrion-primary);
  color: var(--agrion-base);
}


/* .name-box,
.email-box {
height: 45px;
} */

.social-sec .contact-form input,
.social-sec .contact-form textarea {
  color: #fff;
  border-radius: 25px;
  margin-bottom: 10px;
  text-align: right;
  background: rgb(255 255 255 / 50%);
  padding: 5px;
  max-width: 100%;
  border-color: #999;
}

.social-sec .contact-form input {
  height: 40px;
}

.social-sec .contact-form input::placeholder,
.social-sec .contact-form textarea::placeholder {
  color: #000 !important;
}

.social-sec .contact-form input.send_message {
  background-color: transparent;
  text-align: center;
}
.fab, .far {
  font-weight: 400;
  margin-left: 4px !important;
}


/*************End Social Media****************/
