@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,400&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #343434;
  background: #fff;
  line-height: 26px;
  font-weight: 400;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #131313;
  font-weight: 700;
}

p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

a:hover {
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

::-moz-selection {
  color: #fff;
  background-color: #009688;
}

::selection {
  color: #fff;
  background-color: #009688;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ececec;
}

::-webkit-scrollbar-thumb {
  background-color: #009688;
  border-radius: 8px;
  border: 1px solid transparent;
  background-clip: content-box;
}

.primary-color {
  color: #009688 !important;
}

.primary-hover {
  transition: 0.6s;
}
.primary-hover:hover {
  color: #009688 !important;
}

.primary-bg {
  background-color: #009688 !important;
}

.secondary-color {
  color: #f94c30 !important;
}

.secondary-hover {
  transition: 0.6s;
}
.secondary-hover:hover {
  color: #f94c30 !important;
}

.secondary-bg {
  background-color: #f94c30 !important;
}

.heading-color {
  color: #131313 !important;
}

.heading-bg {
  background-color: #131313 !important;
}

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

.section-margin {
  margin: 120px 0px;
}

.sub-bg {
  background-color: #f9f8f8;
}

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

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

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

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

.bor {
  border: 1px solid #ececec;
}

.bor-top {
  border-top: 1px solid #ececec;
}

.bor-bottom {
  border-bottom: 1px solid #ececec;
}

.bor-right {
  border-right: 1px solid #ececec;
}

.bor-left {
  border-left: 1px solid #ececec;
}

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

.img img {
  width: 100%;
}

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

.radius8 {
  border-radius: 8px !important;
}

.custom-btn {
  padding: 13px 36px;
  background-color: #009688;
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: 600;
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  text-transform: uppercase;
}
.custom-btn:hover {
  background-color: #f94c30;
  color: #fff;
}
.custom-btn::before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  opacity: 0;
}
.custom-btn:hover::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}

.custom-btn.secondary-btn {
  background-color: #f94c30;
  color: #fff;
}
.custom-btn.secondary-btn:hover {
  background-color: #009688;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .custom-btn {
    padding: 10px 24px;
    font-size: 14px;
  }
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}
#loading .loading-icon .loading-logo {
  width: 120px;
  height: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading #loading-center-absolute {
    width: 60%;
  }
}

.video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}

.video a {
  position: relative;
  color: #fff;
  font-size: 25px;
  z-index: 1;
  background-color: #009688;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
  transition: 0.6s;
}
.video a:hover {
  background-color: #f94c30;
}

.video-pulse::after,
.video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #f94c30;
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  animation-delay: 1s;
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.social-media a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 8px;
  text-align: center;
  background-color: #009688;
  color: #fff;
  transition: 0.6s;
}
.social-media a:hover {
  background-color: #f94c30;
}

.banner-pagination {
  width: 50px !important;
}
.banner-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 12px;
  border-radius: 20px;
  transition: 0.6s;
  background-color: #f94c30;
  opacity: 1;
}
.banner-pagination .swiper-pagination-bullet:hover {
  width: 50px;
  background: #fff;
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: #009688;
  transition: 0.6s;
}

.banner-pagi-wrp {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 100px;
}

.banner-dot .swiper-pagination-bullet {
  width: 30px;
  height: 12px;
  border-radius: 20px;
  transition: 0.6s;
  background-color: #f94c30;
  opacity: 1;
}
.banner-dot .swiper-pagination-bullet:hover {
  width: 50px;
  background: #fff;
}
.banner-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: #009688;
  transition: 0.6s;
}

.banner-dot-wrp {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .banner-dot-wrp {
    bottom: 20px;
  }
}

.dot .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.6s;
  background-color: transparent;
  opacity: 1;
  position: relative;
}
.dot .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #009688;
  transition: 0.6s;
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #f94c30;
}

.section-heading {
  max-width: 630px;
}
.section-heading h2 {
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
}
.section-heading h4 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #009688;
  padding-bottom: 10px;
  letter-spacing: 2px;
  word-spacing: 5px;
}

.section-heading.center {
  text-align: center;
  margin: 0 auto;
}

.Custom-pagination a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-weight: 500;
  border: 1px solid #009688;
  color: #131313;
  margin: 0px 3px;
  transition: 0.6s;
  background-color: #fff;
}

.Custom-pagination a:hover {
  background-color: #009688;
  color: #fff;
}

.Custom-pagination .active {
  background-color: #009688;
  color: #fff;
}

/* breadcrumb-area-start-here*/
.inner-banner .content .breadcrumb-list {
  display: flex;
  align-items: center;
}
.inner-banner .content .breadcrumb-list span {
  font-weight: 500;
  display: inline-block;
  font-size: 18px;
  padding-top: 15px;
  color: #fff;
  margin: 0px 5px;
  text-transform: capitalize;
}
.inner-banner .content .breadcrumb-list span a {
  color: #fff;
}

/* breadcrumb-area-end-here*/
/*------ header top area start here --------*/
.header .header-top {
  overflow: hidden;
}
.header .header-top .header-top-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-top .header-top-wrp .info {
  color: #fff;
}
.header .header-top .header-top-wrp .info span {
  color: #fff;
}
.header .header-top .header-top-wrp .info a {
  transition: 0.6s;
  color: #fff;
}
.header .header-top .header-top-wrp .info a:hover {
  text-decoration: underline;
  color: #009688;
}
.header .header-top .header-top-wrp .info i {
  color: #f94c30;
  padding-right: 5px;
}
.header .header-top .header-top-wrp .info li {
  float: left;
  padding: 10px 20px;
}
.header .header-top .header-top-wrp .link-info li {
  float: left;
}
.header .header-top .header-top-wrp .link-info li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  transition: 0.6s;
}
.header .header-top .header-top-wrp .link-info li a:hover {
  color: #009688;
}
@media screen and (max-width: 992px) {
  .header .header-top {
    display: none;
  }
}
.header .header-top.sub-bg .header-top-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-top.sub-bg .header-top-wrp .info {
  color: #131313;
}
.header .header-top.sub-bg .header-top-wrp .info span {
  color: #131313;
}
.header .header-top.sub-bg .header-top-wrp .info a {
  transition: 0.6s;
  color: #131313;
}
.header .header-top.sub-bg .header-top-wrp .info a:hover {
  text-decoration: underline;
  color: #009688;
}
.header .header-top.sub-bg .header-top-wrp .info i {
  color: #f94c30;
  padding-right: 5px;
}
.header .header-top.sub-bg .header-top-wrp .info li {
  float: left;
  padding: 10px 20px;
}
.header .header-top.sub-bg .header-top-wrp .link-info li {
  float: left;
}
.header .header-top.sub-bg .header-top-wrp .link-info li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  color: #009688;
  text-align: center;
  transition: 0.6s;
}
.header .header-top.sub-bg .header-top-wrp .link-info li a:hover {
  color: #f94c30;
}
@media screen and (max-width: 992px) {
  .header .header-top.sub-bg {
    display: none;
  }
}
.header .search-trigger.search-icon {
  margin-left: 60px;
}
.header .search-trigger.search-icon:hover {
  color: #fff;
}
.header .search-trigger.search-icon i {
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .header .search-trigger.search-icon {
    padding-left: 0;
    text-align: center;
    padding-top: 50px;
  }
}

/*------ header top area end here --------*/
/*------ fullscreen search bar area start here --------*/
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 150, 136, 0.7);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::-moz-placeholder {
    font-size: 18px;
  }
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/*------ fullscreen search bar area end here --------*/
/*------ header area start here --------*/
.header-section {
  background-color: #009688;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.9s;
  background: #009688;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
}
.header-wrapper .logo-menu {
  max-width: 140px;
}
.header-wrapper .logo-menu img {
  max-width: 100%;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 40px;
}
.header-wrapper .main-menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.6s;
  text-transform: capitalize;
  padding: 35px 0;
}
.header-wrapper .main-menu li a:hover {
  color: #131313;
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 12px;
}
.header-wrapper .main-menu li .sub-menu {
  display: none;
  transform: translateY(20px);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 99%;
    left: 0;
    z-index: 999;
    width: 280px;
    transition: all 0.6s;
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: all 0.6s ease-in-out;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: #009688;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 15px 25px;
  transition: 0.6s;
}
.header-wrapper .main-menu li .sub-menu li a:hover {
  color: #131313;
}
.header-wrapper .main-menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.header-wrapper .main-menu li .sub-menu li :hover {
  margin-left: 10px;
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@media screen and (max-width: 1199px) {
  .header-wrapper .logo-menu {
    max-width: 120px;
  }
  .header-wrapper .main-menu .btn-wrapper {
    margin-left: 0px;
  }
  .header-wrapper .main-menu li a {
    font-size: 16px;
    padding: 20px 5px;
  }
}
@media screen and (max-width: 991px) {
  .header-section {
    padding: 10px 0;
  }
  .menu-btn-wrapper {
    display: none;
  }
  .header-wrapper .logo-menu {
    padding: 0px 0px;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    z-index: 999;
    padding: 15px 15px;
    background: #009688;
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid #fff;
    margin-right: 0 !important;
  }
  .main-menu li a {
    display: block;
    padding: 14px 0px;
  }
  .main-menu .btn-wrapper {
    margin-top: 15px;
  }
  .main-menu .btn-wrapper .cmn--btn-3 {
    margin-top: 14px;
  }
  .main-menu .active a {
    color: #000;
  }
  .header-bar {
    position: relative;
    width: 25px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
  }
  .header-bar span:first-child {
    top: 0;
    background: #fff;
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: #fff;
  }
  .header-bar span:last-child {
    bottom: 0;
    background: #fff;
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .main-menu li .sub-menu {
    background: #fff;
    position: relative;
    transform: translateY(2px);
  }
  .header-wrapper .main-menu li .sub-menu li a {
    color: #009688;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 347px) {
  .header-wrapper .main-menu .btn-wrapper .menu-btns-one {
    margin-bottom: 20px;
  }
}
/*------ header area end here --------*/
.inner-banner {
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../assets/images/banner/inner.jpg);
  padding: 220px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .inner-banner {
    padding: 150px 0;
  }
}
.inner-banner .content h2 {
  text-transform: capitalize;
  font-size: 70px;
  font-weight: 700;
  color: #009688;
}
@media screen and (max-width: 768px) {
  .inner-banner .content h2 {
    font-size: 40px;
  }
}

.banner {
  overflow: hidden;
  position: relative;
}
.banner .banner-image1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../../assets/images/banner/blog.png);
}
.banner .banner-image2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../../assets/images/banner/service.png);
}
.banner .banner-image3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../../assets/images/banner/tech.png);
}
.banner .content {
  position: relative;
  padding: 220px 0;
  max-width: 800px;
}
.banner .content h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  line-height: 85px;
}
.banner .content h4 {
  color: #fff;
  font-size: 30px;
  padding: 12px 15px;
  background-color: rgba(0, 150, 136, 0.5);
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 20px;
}
.banner .content p {
  color: #ececec;
  font-size: 18px;
  font-weight: 600;
  max-width: 760px;
  padding-top: 10px;
  line-height: 30px;
}

.banner.page2 .content {
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
}
.banner.page2 .content h1 {
  font-size: 120px;
  text-transform: uppercase;
  line-height: 135px;
  letter-spacing: 4px;
}
.banner.page2 .content h3 {
  font-size: 36px;
  line-height: 90px;
  color: #fff;
  text-transform: capitalize;
}
.banner.page2 .content .custom-btn {
  padding: 18px 50px;
  font-weight: 700;
  color: #fff;
}
.banner.page2 .slide-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1c1e22;
  opacity: 0.6;
  z-index: -1;
}
.banner.page2 .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: all 8s ease-out 0s;
}
.banner.page2 .swiper-slide-active .slide-bg {
  transform: scale(1.12);
}

@media screen and (max-width: 1200px) {
  .banner.page2 .content h1 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 65px;
    letter-spacing: 4px;
  }
  .banner.page2 .content h3 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    text-transform: capitalize;
  }
  .banner.page2 .content .custom-btn {
    padding: 12px 30px;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (max-width: 992px) {
  .banner .content {
    padding: 200px 0;
    max-width: 800px;
  }
  .banner .content h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
  }
  .banner .content h4 {
    font-size: 20px;
  }
  .banner .content p {
    font-size: 16px;
    font-weight: 500;
  }
  .banner-pagi-wrp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .banner .content {
    padding: 100px 0;
  }
  .banner .content h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
  }
  .banner .content h4 {
    font-size: 18px;
  }
  .banner .content p {
    font-size: 14px;
    font-weight: 400;
  }
  .banner .custom-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .banner.page2 .content h1 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .banner.page2 .content h3 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-transform: capitalize;
  }
  .banner.page2 .content .custom-btn {
    padding: 12px 30px;
    font-weight: 500;
    color: #fff;
  }
}
.about {
  overflow: hidden;
}
.about .img {
  position: relative;
}
.about .img .dot {
  width: 120px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  animation: up-down 6s ease-out infinite;
}
@media screen and (max-width: 575px) {
  .about .img .dot {
    display: none;
  }
}
.about .img .dot2 {
  width: 60px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: left-right 6s ease-out infinite;
}
@media screen and (max-width: 575px) {
  .about .img .dot2 {
    display: none;
  }
}
.about .work {
  padding-top: 20px;
}
.about .work li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 0px;
}
.about .work li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #f94c30;
  color: #f94c30;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.about .work li span i {
  font-size: 20px;
}
.about .work li p {
  font-weight: 700;
}

.about.page2 .work li {
  gap: 20px;
  margin: 17px 0;
}
.about.page2 .work .icon {
  width: 100px;
  height: 100px;
  background-color: #f94c30;
  text-align: center;
  line-height: 100px;
  border-radius: 8px;
}
.about.page2 .item {
  position: relative;
}
.about.page2 .counter-item2 {
  position: absolute;
  top: 55%;
  left: 65%;
  transform: translate(-50%, -50%);
  padding: 30px 10px;
  width: 230px;
  text-align: center;
  border: 7px solid #fff;
  border-radius: 0 50%;
}
@media screen and (max-width: 575px) {
  .about.page2 .counter-item2 {
    display: none;
  }
}
.about.page2 .counter-item2 h4 {
  font-size: 24px;
  color: #131313;
  padding-top: 7px;
}
.about.page2 .counter-item2 span {
  font-size: 50px;
  color: #fff;
}
.about.page2 .img img {
  border-radius: 8px;
}

@keyframes left-right {
  0% {
    margin: 0;
  }
  50% {
    margin-bottom: 100px;
  }
  100% {
    margin: 0;
  }
}
@keyframes up-down {
  0% {
    margin: 0;
  }
  50% {
    margin-right: 100px;
  }
  100% {
    margin: 0;
  }
}
.counter-item {
  padding: 20px 10px;
  text-align: center;
}
.counter-item span {
  font-size: 70px;
  line-height: 70px;
  padding-bottom: 10px;
  font-weight: 700;
}
.counter-item h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.counter-item.secondary-bg {
  border-top-right-radius: 50px;
}
.counter-item.secondary-bg span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .counter-item.secondary-bg {
    border-top-right-radius: 0px;
    margin-top: 10px;
  }
}

.service {
  overflow: hidden;
}
.service .item {
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  transition: 0.6s;
}
.service .item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #009688;
  border-radius: 50%;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .item .icon i {
  color: #fff;
  font-size: 50px;
}
.service .item:hover .icon {
  background-color: #f94c30;
  transform: rotateY(180deg);
}
.service .swiper-slide-active .item h3 a {
  color: #009688;
}
.service .swiper-slide-active .item .icon {
  background-color: #f94c30;
  transform: rotateY(180deg);
}
.service .swiper-slide-active .item .custom-btn {
  background-color: #f94c30;
  color: #fff;
}
.service .swiper-slide-active .item .custom-btn::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}

.service.page2 .item {
  background-color: transparent;
  text-align: center;
  padding: 40px 20px;
}
.service.page2 .item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: none;
  border-radius: 8px;
  transition: 0.6s;
  margin: 0 auto;
}
.service.page2 .item:hover .icon {
  background-color: none;
  transform: none;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 330px;
  border: 1px solid #ececec;
  perspective: 1000px;
  border-radius: 8px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #fff;
  border-radius: 8px;
}

.flip-box-back {
  background-color: #009688;
  color: #fff;
  transform: rotateX(180deg);
  border-radius: 8px;
}

.service-single {
  overflow: hidden;
}
.service-single h2 {
  font-size: 30px;
  font-weight: 500;
}
.service-single .left-item {
  background-color: #f9f8f8;
  padding: 30px;
  border-radius: 8px;
}
.service-single .left-item .price {
  text-align: center;
  background-color: #fff;
  padding: 20px 10px;
}
.service-single .left-item .price p {
  font-style: italic;
}
.service-single .left-item .price h4 {
  font-style: italic;
}
.service-single .left-item .price h2 {
  font-size: 30px;
  color: #009688;
}
.service-single .left-item .price h2 span {
  font-size: 18px;
  color: #f94c30;
}
.service-single .left-item .download {
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  padding: 15px 0px;
  color: #009688;
}
.service-single .left-item .item {
  margin-bottom: 20px;
}
.service-single .left-item .item input {
  width: 90%;
  padding: 8px 10px;
  border: none;
}
.service-single .left-item .item .text-area {
  height: 100px;
}
.service-single .left-item h3 {
  font-size: 24px;
  padding-bottom: 15px;
  color: #131313;
  font-weight: 700;
}
.service-single .left-item ul li {
  padding: 12px 15px;
  margin: 10px 0;
  background-color: #fff;
}
.service-single .left-item ul li a {
  display: block;
  transition: 0.6s;
  color: #009688;
}
.service-single .left-item ul li a:hover {
  color: #f94c30;
}
.service-single .left-item ul li a:hover i {
  opacity: 1;
  visibility: visible;
  margin-left: 0px;
}
.service-single .left-item ul li a i {
  opacity: 0;
  visibility: hidden;
  margin-left: -10px;
  transition: 0.6s;
}
.service-single .service-li-content li {
  padding: 5px 0;
  color: #131313;
  font-weight: 600;
  font-size: 18px;
}
.service-single .service-li-content li i {
  font-size: 20px;
  padding-right: 2px;
}

.choose {
  overflow: hidden;
}
.choose .progress-bar-area {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin-top: 30px;
}
.choose .content {
  margin-left: 20px;
}
.choose .content h4 {
  text-transform: capitalize;
}
.choose .progress-bar-area.wrp2 span {
  color: #009688;
}
.choose .image-wrp {
  display: flex;
  gap: 30px;
  position: relative;
}
.choose .image-wrp .dot2 {
  position: absolute;
  top: 0;
  right: 0;
  animation: choose-left-right2 12s linear infinite;
}
@media screen and (max-width: 768px) {
  .choose .image-wrp .dot2 {
    display: none;
  }
}
.choose .image-wrp .dot4 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: choose-left-right 12s linear infinite;
}
@media screen and (max-width: 768px) {
  .choose .image-wrp .dot4 {
    display: none;
  }
}
.choose .video-btn-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.choose.page2 .img {
  position: relative;
}
.choose.page2 .img::before {
  position: absolute;
  content: "";
  width: 94%;
  height: 94%;
  background-color: rgba(0, 150, 136, 0.5);
}
.choose.page2 .progress-wrp h2 {
  font-size: 46px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
}
.choose.page2 .dot4 {
  position: absolute;
  bottom: -4px;
  left: 0;
  animation: choose-left-right3 10s linear infinite;
}

@keyframes choose-left-right {
  0% {
    margin: 0;
  }
  50% {
    left: 175px;
  }
  100% {
    margin: 0;
  }
}
@keyframes choose-left-right2 {
  0% {
    margin: 0;
  }
  50% {
    right: 175px;
  }
  100% {
    margin: 0;
  }
}
@keyframes choose-left-right3 {
  0% {
    margin: 0;
  }
  50% {
    left: 160px;
  }
  100% {
    margin: 0;
  }
}
.blog {
  overflow: hidden;
}
.blog .item .img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog .item .img img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transform: scale(1.02);
}
.blog .item .img img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog .item .img::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}
.blog .item .img .date {
  position: absolute;
  bottom: 10px;
  left: -100px;
  z-index: 2;
  padding: 8px 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #009688;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: 0.6s;
}
.blog .item .content {
  padding: 30px;
}
.blog .item .content h3 {
  line-height: 30px;
  padding-bottom: 10px;
}
.blog .item .meta-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.blog .item .meta-info span {
  width: 1px;
  height: 25px;
  background-color: #ececec;
}
.blog .item .meta-info a:hover {
  text-decoration: underline;
}
.blog .item:hover .img::before {
  animation: animation 1s;
}
.blog .item:hover .date {
  left: 0;
}

.blog.page2 .item .img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog.page2 .item .img img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transform: scale(1.02);
}
.blog.page2 .item .img img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog.page2 .item .img::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}
.blog.page2 .item .img .date {
  position: absolute;
  bottom: 10px;
  left: -100px;
  z-index: 2;
  padding: 8px 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #009688;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: 0.6s;
}
.blog.page2 .item:hover .img::before {
  animation: animation 1s;
}
.blog.page2 .item:hover .date {
  left: 0;
}
.blog.page2 .swiper-slide-active .img::before {
  animation: animation 1s;
}
.blog.page2 .swiper-slide-active .date {
  left: 0 !important;
}
.blog.page2 .swiper-slide-active .custom-btn {
  background-color: #f94c30;
  color: #fff;
}
.blog.page2 .swiper-slide-active .custom-btn::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}
@keyframes animation {
  100% {
    left: 125%;
  }
}
.blog-single {
  overflow: hidden;
}
.blog-single .sidebar-widget {
  border-radius: 8px;
}
.blog-single .sidebar-widget.category ul li a {
  display: block;
  transition: 0.6s;
}
.blog-single .sidebar-widget.category ul li a:hover i {
  opacity: 1;
  visibility: visible;
  margin: 0px;
}
.blog-single .sidebar-widget.category ul li a i {
  margin: -10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.blog-single .sidebar-search input {
  background-color: #f9f8f8;
  width: 67%;
  padding: 15px 30px;
  border: none;
}
.blog-single .sidebar-search button {
  color: #fff;
  background-color: #009688;
  padding: 15px 30px;
  margin-left: -2px;
  border: none;
}
@media screen and (max-width: 425px) {
  .blog-single .sidebar-search button {
    padding: 15px 10px;
  }
}
.blog-single .sidebar-search button span {
  color: #fff;
}
.blog-single .blog-thumb .blog-sm-image img {
  width: 90px;
  height: 70px;
  border-radius: 8px;
}
.blog-single .sidebar-blog-tags .tag {
  padding: 5px 20px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: 0.4s;
}
.blog-single .sidebar-blog-tags .tag:hover {
  background-color: #009688;
  color: #fff;
}
.blog-single .tag-list .line-tag {
  padding: 5px 20px;
  border: 1px solid #dee2e6;
  margin-bottom: 5px;
  transition: 0.4s;
}
.blog-single .tag-list .line-tag:hover {
  background-color: #009688;
  color: #fff;
}
.blog-single .know {
  background-color: #009688;
}
.blog-single .know p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  position: relative;
}
.blog-single .know p::before {
  position: absolute;
  content: "\f10d";
  font-family: "font awesome 6 free";
  font-weight: 600;
  top: -5px;
  left: -25px;
  font-size: 40px;
}
.blog-single .know p::after {
  position: absolute;
  content: "\f10e";
  font-family: "font awesome 6 free";
  font-weight: 600;
  font-size: 40px;
}

.image.circle img {
  border-radius: 100%;
}

.blog.blog-single .item {
  overflow: hidden;
  border-radius: 8px;
}

.testimonial {
  background-image: linear-gradient(rgba(0, 150, 136, 0.8), rgba(0, 150, 136, 0.8)), url(../../assets/images/testimonial/bg11.jpg);
}
.testimonial .item {
  text-align: center;
  color: #fff;
  max-width: 1070px;
  margin: 0 auto;
}
.testimonial .item p {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  border-bottom: 1px solid #fff;
}
.testimonial .item i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 50px;
  color: #f94c30;
  text-align: center;
  border-radius: 0% 50%;
}
.testimonial .item .client-info {
  padding-top: 30px;
  text-align: left;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.testimonial .item .client-info .img {
  width: 100px;
  height: 100px;
}
.testimonial .item .client-info .img img {
  border-radius: 100%;
  border: 3px solid #009688;
}
.testimonial .item .client-info .info h3 a {
  font-weight: 800;
  color: #f94c30;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px 10px;
  margin-bottom: 5px;
  border-radius: 0% 50%;
}
.testimonial .item .client-info .info span {
  padding-left: 35px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
}
.testimonial .item .client-info .info span::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.testimonial .section-heading h4 {
  font-weight: 700;
  color: #131313;
}
.testimonial .dot .swiper-pagination-bullet::before {
  background-color: #fff;
}
.testimonial .dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}

.testimonial.page2 {
  background-image: linear-gradient(rgba(0, 150, 136, 0.8), rgba(0, 150, 136, 0.8)), url(../../assets/images/testimonial/bg2.jpg);
  position: relative;
  margin-top: 100px;
}
.testimonial.page2 .re-image {
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 750px;
}
.testimonial.page2 .re-image img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .testimonial.page2 .re-image {
    display: none;
  }
}

.process {
  overflow: hidden;
}
.process .item {
  position: relative;
  text-align: center;
}
.process .item .arow {
  position: absolute;
  top: -10px;
  right: -90px;
  width: 150px;
  height: 150px;
  animation-duration: 2s;
  animation: scale 2s alternate infinite;
}
.process .item .arow img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .process .item .arow {
    display: none;
  }
}
.process .item .number {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 100px;
  border: 1px solid #009688;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: 0.6s;
}
.process .item .number span {
  font-size: 55px;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009688;
  transition: 0.6s;
}
.process .item .number.secondary {
  border: 1px solid #f94c30;
}
.process .item .number.secondary span {
  -webkit-text-stroke-color: #f94c30;
}
.process .item h3 {
  padding: 10px 0;
}

.process.page2 {
  position: relative;
}
.process.page2 .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

@keyframes scale {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.faq {
  margin: 0px auto;
  margin-bottom: 100px;
  width: 100%;
  gap: 20px;
}
.faq .side {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq .side details {
  background-color: #009688;
  padding: 20px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  transition: all 2s ease-in-out;
}
.faq .side details p {
  margin-top: 20px;
}

.subscirbe {
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 150, 136, 0.7), rgba(0, 150, 136, 0.7)), url(../../assets/images/bg/subscibe1.jpg);
}
.subscirbe .item {
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  .subscirbe .item {
    padding: 60px 20px;
  }
}
.subscirbe .item .content h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 40px;
}
.subscirbe .item .content h3 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6px 20px;
  display: inline-block;
  border-radius: 0 50%;
}
.subscirbe .item .content h3 span {
  color: #009688;
  text-decoration: underline;
  font-size: 28px;
}
.subscirbe .item .content .notification-btn {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .subscirbe .item .content .notification-btn {
    flex-wrap: wrap;
  }
}
.subscirbe .item .content .notification-btn .bell-btn a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #f94c30;
  position: relative;
}
.subscirbe .item .content .notification-btn .bell-btn a::after, .subscirbe .item .content .notification-btn .bell-btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}
.subscirbe .item .content .notification-btn .bell-btn a::before {
  animation-delay: 1s;
}
.subscirbe .item .content .notification-btn .bell-btn a i {
  animation: icon-animation 1.5s ease-in-out infinite;
}
.subscirbe .item .subscibe-form form {
  position: relative;
}
.subscirbe .item .subscibe-form form input {
  width: 100%;
  border: none;
  padding: 20px 36px;
}
.subscirbe .item .subscibe-form form .custom-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .subscirbe .item .subscibe-form form .custom-btn {
    padding: 13px 36px;
  }
}

.subscirbe.page2 {
  padding: 60px 0;
  background-image: none;
}
.subscirbe.page2 .item {
  background-image: linear-gradient(rgba(0, 150, 136, 0.7), rgba(0, 150, 136, 0.7)), url(../../assets/images/bg/subscibe.jpg);
  padding: 60px 30px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .subscirbe.page2 .item {
    padding: 60px 20px;
  }
}
.subscirbe.page2 .item .content h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 0px;
}
.subscirbe.page2 .item .content h3 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6px 20px;
  display: inline-block;
  border-radius: 0 50%;
}
.subscirbe.page2 .item .content h3 span {
  color: #009688;
  text-decoration: underline;
  font-size: 28px;
}
.subscirbe.page2 .item .content .notification-btn {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .subscirbe.page2 .item .content .notification-btn {
    flex-wrap: wrap;
  }
}
.subscirbe.page2 .item .content .notification-btn .bell-btn a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #f94c30;
  position: relative;
}
.subscirbe.page2 .item .content .notification-btn .bell-btn a::after, .subscirbe.page2 .item .content .notification-btn .bell-btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}
.subscirbe.page2 .item .content .notification-btn .bell-btn a::before {
  animation-delay: 1s;
}
.subscirbe.page2 .item .content .notification-btn .bell-btn a i {
  animation: icon-animation 1.5s ease-in-out infinite;
}
.subscirbe.page2 .item .subscibe-form form {
  position: relative;
}
.subscirbe.page2 .item .subscibe-form form input {
  width: 100%;
  border: none;
  padding: 20px 36px;
}
.subscirbe.page2 .item .subscibe-form form .custom-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .subscirbe.page2 .item .subscibe-form form .custom-btn {
    padding: 13px 36px;
  }
}

@keyframes icon-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.counter {
  overflow: hidden;
}
.counter .item {
  background-image: linear-gradient(rgba(0, 150, 136, 0.7), rgba(0, 150, 136, 0.7)), url(../../assets/images/bg/counter1.jpg);
  background-attachment: fixed;
  padding: 40px 30px;
  border-radius: 8px;
}
.counter .item .digit {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0 50%;
}
.counter .item .digit span {
  font-size: 30px;
  color: #f94c30;
  font-weight: 700;
  line-height: 60px;
}
.counter .item .digit .count,
.counter .item .digit .count2 {
  font-size: 50px;
}
.counter .item h4 {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  padding-top: 10px;
}

.counter.page2 {
  background-image: linear-gradient(rgba(0, 150, 136, 0.7), rgba(0, 150, 136, 0.7)), url(../../assets/images/bg/counter2.jpg);
}
.counter.page2 .item {
  background-image: none;
}

.portfolio {
  overflow: hidden;
}
.portfolio .item {
  position: relative;
}
.portfolio .item .content-wrp {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.portfolio .item .content-wrp .content {
  max-width: 320px;
  padding: 20px 30px;
  background-color: #009688;
}
.portfolio .item .content-wrp .content h4 {
  color: #fff;
  font-size: 28px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.portfolio .item .content-wrp .content span {
  color: #c1c1c1;
  line-height: 22px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 425px) {
  .portfolio .item .content-wrp .content {
    display: none;
  }
}
.portfolio .item .content-wrp .btn-wrp {
  padding: 24px;
  background-color: #f94c30;
}
.portfolio .item .content-wrp .btn-wrp a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  text-align: center;
}
.portfolio .swiper-slide .item {
  overflow: hidden;
}
.portfolio .swiper-slide .item .content-wrp {
  bottom: -200px;
  opacity: 0;
  transition: 1s;
}
.portfolio .swiper-slide.swiper-slide-active .item .content-wrp {
  bottom: 30px;
  left: 30px;
  opacity: 1;
}

.portfolio.page2 .item {
  position: relative;
}
.portfolio.page2 .item .content-wrp .content {
  max-width: 250px;
  padding: 10px 20px;
}
.portfolio.page2 .item .content-wrp .content h4 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.portfolio.page2 .item .content-wrp .content span {
  color: #c1c1c1;
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
}
.portfolio.page2 .item .content-wrp .btn-wrp {
  padding: 10px;
  background-color: #f94c30;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.portfolio.page2 .item .content-wrp .btn-wrp a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  text-align: center;
}

.portfolio-single .project-deal h4 {
  font-size: 22px;
  padding-top: 8px;
  font-weight: 500;
}

.client {
  overflow: hidden;
}
.client .item {
  width: 100%;
  padding: 30px 15px;
  border-radius: 8px;
}
.client .item .img {
  width: 160px;
  margin: 0 auto;
  transition: 0.6s;
}
.client .item:hover .img {
  transform: rotateX(360deg);
}
.client .swiper-slide-active .img {
  transform: rotateX(360deg);
}

.team {
  overflow: hidden;
}
.team .item .img img {
  border-radius: 8px;
}
.team .item .img-wrp {
  overflow: hidden;
  position: relative;
}
.team .item .img-wrp .team-info {
  position: absolute;
  bottom: 10%;
  left: -65%;
  z-index: 1;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  background-color: #009688;
  transition: 0.6s;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.team .item .img-wrp .team-info a {
  color: #fff;
  margin: 0 8px;
  transition: 0.6s;
}
.team .item .img-wrp .team-info a:hover {
  color: #f94c30;
}
.team .item .content {
  text-align: center;
  padding: 20px 8px;
}
.team .item:hover .team-info {
  left: 5px;
}
.team .item.secondary .img img {
  border-radius: 8px;
}
.team .item.secondary .img-wrp {
  overflow: hidden;
  position: relative;
}
.team .item.secondary .img-wrp .team-info {
  position: absolute;
  top: 10%;
  bottom: inherit;
  right: -65%;
  left: inherit;
  z-index: 1;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  background-color: #f94c30;
  transition: 0.6s;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.team .item.secondary .img-wrp .team-info a {
  color: #fff;
  margin: 0 8px;
  transition: 0.6s;
}
.team .item.secondary .img-wrp .team-info a:hover {
  color: #009688;
}
.team .item.secondary .content {
  text-align: center;
  padding: 20px 8px;
}
.team .item.secondary:hover .team-info {
  left: inherit;
  right: 5px;
}

.team-single .single-left-item {
  margin-top: -220px;
}
.team-single .progress-bar div {
  display: none;
}
.team-single .progress .progress-bar {
  background-color: #009688;
}
.team-single .nav-link {
  background-color: #f94c30;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  margin-right: 5px;
}
.team-single .nav-link.active {
  background-color: #009688;
  color: #fff;
}
.team-single .nav.nav-tabs {
  border: none;
}
.team-single .team-personal-info ul li span {
  position: relative;
  width: 140px;
  display: inline-block;
}
.team-single .team-personal-info ul li span::after {
  position: absolute;
  content: ":";
  right: 25px;
}
.team-single .experience-progress h5 {
  font-size: 20px;
  font-weight: 400;
}
.team-single .experience-progress span {
  color: #f94c30;
  font-weight: 400;
  font-size: 20px;
}
.team-single .progress {
  height: 8px;
  background-color: rgba(249, 76, 48, 0.7);
  border-radius: 8px;
}

.pricing {
  overflow: hidden;
}
.pricing .pricing-tab-nav .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
}
.pricing .pricing-tab-nav .nav-tabs .nav-link {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  padding: 7px 56px;
  position: relative;
  background: transparent;
  z-index: 2;
  color: #f94c30;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.pricing .pricing-tab-nav .nav-tabs .nav-link:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background: #009688;
  width: 90px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #009688;
}
.pricing .pricing-tab-nav .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.pricing .pricing-tab-nav .nav-tabs .nav-link:last-child {
  padding-right: 0;
}
.pricing .pricing-tab-nav .nav-tabs .nav-link:last-child::after {
  display: none;
}
.pricing .pricing-tab-nav .nav-tabs .nav-link:last-child::before {
  display: none;
}
.pricing .pricing-tab-nav .nav-tabs .nav-link:first-child {
  padding-left: 0;
}
.pricing .pricing-tab-nav .nav-tabs .nav-link.active:after {
  right: 10px;
}
.pricing .pricing-tab-nav .nav-tabs .nav-link.active {
  color: #009688;
}
.pricing .single-pricing {
  border: 1px solid #f94c30;
  border-radius: 8px;
  text-align: center;
  padding: 50px 30px;
}
.pricing .single-pricing:hover .pricing-icon::before {
  left: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 450px) {
  .pricing .single-pricing {
    padding: 40px 20px;
  }
}
.pricing .pricing-icon {
  margin-bottom: 27px;
  display: inline-block;
  position: relative;
}
.pricing .pricing-icon i {
  color: #009688;
  font-size: 70px;
}
.pricing .pricing-icon::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  background: #f94c30;
  opacity: 0.11;
  top: -20px;
  left: -70px;
  border-radius: 50%;
  transition: 0.6s;
}
.pricing .pricing-title {
  font-size: 18px;
  font-weight: 500;
  color: #f94c30;
  text-transform: uppercase;
  line-height: 30px;
  display: block;
}
.pricing .package-price {
  font-size: 50px;
  font-weight: 600;
  color: #131313;
  display: block;
  line-height: 52px;
  margin-top: 3px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing .package-price {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing .package-price {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .pricing .package-price {
    font-size: 35px;
  }
}
@media (max-width: 450px) {
  .pricing .package-price {
    font-size: 35px;
  }
}
.pricing .price-package-list {
  margin-bottom: 50px;
}
.pricing .price-package-list ul {
  display: flex;
  flex-direction: column;
}
.pricing .price-package-list ul li {
  border-bottom: 1px solid #f94c30;
  padding: 10px 0;
}
.pricing .price-package-list ul :first-child {
  border-top: 1px solid #f94c30;
}
.pricing .single-pricing.active {
  background: #009688;
  border-color: #009688;
}
.pricing .single-pricing.active .fill-btn {
  background: #fff;
  border-color: #fff;
  color: #131313;
}
.pricing .single-pricing.active .fill-btn:hover {
  background: #009688;
  border-color: #fff;
  color: #fff;
}
.pricing .single-pricing.active .pricing-title {
  color: #fff;
}
.pricing .single-pricing.active .package-price {
  color: #fff;
}
.pricing .single-pricing.active .price-package-list ul li {
  color: #fff;
}
.pricing .single-pricing.active .pricing-icon i {
  color: #fff;
}
.pricing .single-pricing.active .pricing-icon::before {
  background: #fff;
}
.pricing .single-pricing.active .price-package-list ul li {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.pricing .single-pricing.active .price-package-list ul :first-child {
  border-top: 1px solid #fff;
}

.fqa {
  overflow: hidden;
}
.fqa .img {
  position: relative;
}
.fqa .img .info {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 50% 0;
  border: 10px solid #009688;
}
@media screen and (max-width: 425px) {
  .fqa .img .info {
    display: none;
  }
}
.fqa .img .info img {
  width: 80px;
  height: 80px;
  animation: icon-animation 1.5s ease-in-out infinite;
}
.fqa .img .dot5 {
  position: absolute;
  width: 150px;
  height: 35px;
  top: -3px;
  right: 0;
  animation: fqa-left-right 10s linear infinite;
}
@media screen and (max-width: 425px) {
  .fqa .img .dot5 {
    display: none;
  }
}

.faq-wrapper .accordion-button {
  font-size: 20px;
  background: #009688;
  color: #fff;
  padding: 10px 10px 10px 70px;
  border: 0;
  border-radius: 0;
  text-transform: capitalize;
  min-height: 60px;
  text-align: left;
}
.faq-wrapper .accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  font-size: 20px;
  margin-left: 0;
  background-image: none;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #f94c30;
  position: absolute;
  left: 15px;
  color: #fff;
}
.faq-wrapper .accordion-button:focus {
  box-shadow: none;
}
.faq-wrapper .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  content: "\f068";
  color: #fff;
}
.faq-wrapper .accordion-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #fff;
}
.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.faq-wrapper .accordion-body {
  border: 0;
  padding: 20px 30px;
  position: relative;
}
.faq-wrapper .accordion-body:before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 40px);
  background: #f94c30;
  top: 20px;
  left: 11px;
}
.faq-wrapper .accordion-collapse {
  border: 0;
  background: #fff;
  border-top: 0;
  border-radius: 0px;
}
.faq-wrapper .accordion-button.collapsed {
  background: #fff;
  color: #131313;
}
.faq-wrapper .accordion-button.collapsed:after {
  background: #009688;
}
.faq-wrapper .accordion-bordered .accordion-item {
  border-color: #fff;
}

@keyframes fqa-left-right {
  0% {
    margin: 0;
  }
  50% {
    right: 175px;
  }
  100% {
    margin: 0;
  }
}
.have-qustion {
  max-width: 550px;
  margin: 0 auto;
}

.contact {
  overflow: hidden;
}
.contact .contact-info {
  padding-bottom: 200px;
}
.contact .item {
  border-radius: 8px;
  padding: 40px 30px;
}
.contact .item .icon {
  width: 60px;
  height: 60px;
}
.contact .item .icon img {
  width: 100%;
}
.contact .item .icon.ring {
  animation: icon-animation 1.5s ease-in-out infinite;
}
.contact .item h4 {
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 300;
}
.contact .item a {
  font-size: 24px;
}
.contact .contact-inner textarea {
  width: 100%;
  height: 240px;
  padding: 20px 30px;
  border: 1px solid #ececec;
}
.contact .contact-inner input {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #ececec;
}
.contact .contact-inner .contact-info a {
  color: #131313;
}
.contact .contact-inner .contact-info i {
  color: #f94c30;
}

.contact.form-area {
  overflow: hidden;
  text-align: center;
  margin-top: -300px;
}
.contact.form-area .bg-white {
  padding: 30px 30px 0px 30px;
  border-radius: 8px;
}

.map {
  overflow: hidden;
}
.map .item {
  border-radius: 8px;
  overflow: hidden;
}

.error-404 {
  position: relative;
  overflow: hidden;
}
.error-404 .shape2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
.error-404 .shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.3;
}
.error-404 .error-item h1 {
  font-size: 300px;
  color: #009688;
  font-weight: 800;
  line-height: 270px;
  animation: scale 2s alternate infinite;
}
.error-404 .error-item input {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #ececec;
  border-radius: 8px;
}
.error-404 .error-item .error-search {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}
.error-404 .error-item .error-search::before {
  position: absolute;
  content: "\f002";
  font-family: "font awesome 6 free";
  font-weight: 700;
  right: 5px;
  color: #f94c30;
  cursor: pointer;
  padding: 15px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .error-404 .error-item h1 {
    font-size: 150px;
    line-height: 150px;
  }
}
.footer {
  overflow: hidden;
}
.footer .item p {
  color: #c1c1c1;
}
.footer .item .title {
  color: #009688;
  text-transform: capitalize;
}
.footer .item .line {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin-top: 11px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 8px;
}
.footer .item .line::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 4px;
  top: -1px;
  background-color: #f94c30;
  border-radius: 8px;
  transition: 0.6s;
}
.footer .item .service-name li {
  padding: 3px 0;
}
.footer .item .service-name li:hover i {
  background-color: #009688;
}
.footer .item .service-name li a {
  transition: 0.6s;
  font-weight: 600;
  color: #fff;
}
.footer .item .service-name li a:hover {
  color: #009688;
}
.footer .item .service-name li i {
  margin-right: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #009688;
  transition: 0.6s;
}
.footer .item .image-wrp .img {
  position: relative;
}
.footer .item .image-wrp .img img {
  border-radius: 8px;
}
.footer .item .image-wrp .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 150, 136, 0.7);
  transition: 0.4s;
  opacity: 0;
}
.footer .item .image-wrp .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #f94c30;
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
}
.footer .item .image-wrp .img:hover::after {
  opacity: 1;
}
.footer .item .image-wrp .img:hover .icon {
  opacity: 1;
}
.footer .item .footer-blog {
  display: flex;
  align-items: center;
}
.footer .item .footer-blog .blog-image {
  width: 70px;
  height: 70px;
  margin-right: 12px;
}
.footer .item .footer-blog .blog-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.footer .item .footer-blog .blog-content {
  width: calc(100% - 85px);
}
.footer .item .footer-blog .blog-content span {
  font-size: 14px;
  color: #c1c1c1;
}
.footer .item .footer-blog .blog-content a {
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}
.footer .item:hover .line::before {
  width: 75px;
}
.footer .copyright-text {
  text-align: center;
}
.footer .copyright-text p {
  color: #fff;
}
.footer .copyright-text p a {
  color: #009688;
  text-decoration: underline;
  transition: 0.6s;
}
.footer .copyright-text p a:hover {
  color: #f94c30;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #ececec;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: #f94c30;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: #009688;
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 200ms linear;
}/*# sourceMappingURL=style.css.map */