@charset "UTF-8";

/*----------------------------------------------------------------------
    Template Name: Tekprof - IT Services & Technology HTML Template
    Template URI: https://html.webtend.net//tekprof/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0.1

    Note: This is Main Style CSS File. */
/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    ## Default Style
    ## Common Classes
    ## Repeat Style
    ## Padding Margin
    ## Custom Animation
    ## Header style
    ## Hero style
    ## Banner style
    ## Features style
    ## Services style
    ## Counter style
    ## About style
    ## Team style
    ## Blog style
    ## Case style
    ## FAQs style
    ## Benefits style
    ## Pricing style
    ## Forms style
    ## Videos style
    ## Testimonials style
    ## Client Logos style
    ## Working Process style
    ## Widgets style
    ## Get Consultations style
    ## Contact style
    ## Error style
    ## Footer style */
/* -------------------------------------------------------------- */
/*******************************************************/
/******************* ## Default Style ******************/
/*******************************************************/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body {
  font-weight: 400;
  background: white;
  line-height: 30px;
  color: var(--tekprof-base-color);
  font-size: 16px;
  font-family: var(--tekprof-base-font);
  --tekprof-base-font: 'Lexend', sans-serif;
  --tekprof-heading-font: 'Lexend', serif;
  --tekprof-primary-color: #0a52c3;
  /* --tekprof-primary-color: #0d8bb2; */
  --tekprof-heading-color: #020626;
  --tekprof-base-color: #5B5B5B;
  --tekprof-lighter-color: #F3F6F9;
  --tekprof-gray-color: #F3F6F9;
  --tekprof-blue-color: #021433;
  --tekprof-border-color: rgba(2, 20, 51, 0.1);
  --tekprof-primary-rgb: 252, 85, 70;
}

a {
  color: inherit;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--tekprof-primary-color);
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

mark {
  color: var(--tekprof-primary-color);
  background: transparent;
  text-decoration: underline;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  font-weight: 500;
  border-radius: 0;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid var(--tekprof-border-color);
  font-family: var(--tekprof-heading-font);
}

input:focus,
select:focus,
textarea:focus,
.nice-select:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--tekprof-heading-color);
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.nice-select:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
  color: var(--tekprof-heading-color);
}

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.nice-select:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
  color: var(--tekprof-heading-color);
}

input:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder,
.nice-select:focus::-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder {
  color: var(--tekprof-heading-color);
}

input:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder,
.nice-select:focus::placeholder,
.form-control:focus::placeholder {
  color: var(--tekprof-heading-color);
}

textarea {
  display: inherit;
  padding-top: 20px;
}

label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--tekprof-base-color);
}

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

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  height: auto;
  width: auto;
}

/*******************************************************/
/******************  ## Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 300px;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.container-1500 {
    max-width: 1530px;
  }

  .container.container-1520 {
    max-width: 1550px;
  }

  .container.container-1560 {
    max-width: 1590px;
  }

  .container.container-1580 {
    max-width: 1610px;
  }

  .container.container-1600 {
    max-width: 1630px;
  }

  .container.container-1290 {
    max-width: 1350px;
  }
}

@media only screen and (min-width: 576px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

.no-gap {
  --bs-gutter-x: 0;
}

@media only screen and (max-width: 375px) {
  .col-small {
    width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-10 {
    --bs-gutter-x: 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-20 {
    --bs-gutter-x: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-30 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-40 {
    --bs-gutter-x: 40px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-50 {
    --bs-gutter-x: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-60 {
    --bs-gutter-x: 60px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-70 {
    --bs-gutter-x: 70px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-80 {
    --bs-gutter-x: 80px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-90 {
    --bs-gutter-x: 90px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-100 {
    --bs-gutter-x: 100px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-110 {
    --bs-gutter-x: 110px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-120 {
    --bs-gutter-x: 120px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-130 {
    --bs-gutter-x: 130px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-140 {
    --bs-gutter-x: 140px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-150 {
    --bs-gutter-x: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-cols-xl-7>* {
    width: 14.2857%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

/** Section Title style **/
.section-title {
  margin-top: -8px;
  position: relative;
}

.section-title .sub-title {
  font-weight: 600;
  /* color: var(--tekprof-primary-color); */
  background: -webkit-linear-gradient(#0d8cad, #15a04d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media only screen and (min-width: 576px) {
  .section-title .sub-title {
    font-size: 18px;
  }
}

.section-title h2 {
  margin-bottom: 18px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 1.35;
  }
}

@media only screen and (max-width: 375px) {
  .section-title h2 {
    font-size: 25px;
  }
}

.section-title p {
  font-weight: 500;
  line-height: 1.95;
}

@media only screen and (min-width: 576px) {
  .section-title p {
    font-size: 18px;
  }
}

.subtitle {
  font-weight: 600;
  padding: 3px 20px;
  background: white;
  border-radius: 10px;
  color: var(--tekprof-heading-color);
  display: inline-block;
  border: 1px solid var(--tekprof-border-color);
}

.subtitle.color-primary {
  color: var(--tekprof-primary-color);
}

.subtitle-one {
  background: white;
  padding: 7px 25px;
  font-weight: 600;
  border-radius: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--tekprof-primary-color);
  text-transform: capitalize;
  font-family: var(--tekprof-heading-font);
  -webkit-box-shadow: 0px 5px 30px rgba(21, 207, 146, 0.1);
  box-shadow: 0px 5px 30px rgba(21, 207, 146, 0.1);
}

@media only screen and (min-width: 480px) {
  .subtitle-one {
    font-size: 18px;
  }
}

.subtitle-one i {
  margin-right: 12px;
}

@media only screen and (max-width: 375px) {
  .subtitle-one i {
    display: none;
  }
}

/** Button style **/
.theme-btn,
a.theme-btn {
  z-index: 1;
  position: relative;
  overflow: hidden;
  color: white;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 15px 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--tekprof-base-font);
  text-transform: capitalize;
  /* background: var(--tekprof-primary-color); */
  /* background: linear-gradient(to right, #4bacc3, #58d73e); */
  background: linear-gradient(to right, #0a52c3, #684eed);
}

.theme-btn::after,
a.theme-btn::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: '';
  z-index: -1;
  background: black;
  opacity: .1;
  border-radius: 50%;
  -webkit-transition: ease-in .5s;
  -o-transition: ease-in .5s;
  transition: ease-in .5s;
}

.theme-btn i,
a.theme-btn i {
  margin-left: 7px;
}

.theme-btn:hover::after,
a.theme-btn:hover::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {

  .theme-btn,
  a.theme-btn {
    font-size: 15px;
    padding: 10px 20px;
    margin-top: 30px;
  }

  .hero-content>p {
    margin-bottom: 0px !important;
  }

  .rpt-70,
  .rpy-70 {
    padding-top: 40px !important;
  }

  .rpb-100,
  .rpy-100 {
    padding-bottom: 60px !important;
  }
}

.theme-btn.btn-small,
a.theme-btn.btn-small {
  font-size: 14px;
  padding: 7px 30px;
}

@media only screen and (max-width: 575px) {

  .theme-btn.btn-small,
  a.theme-btn.btn-small {
    font-size: 12px;
    padding: 6px 22px;
  }
}

.theme-btn.style-two,
a.theme-btn.style-two {
  background: white;
  color: var(--tekprof-heading-color);
}

.theme-btn.style-three:not(:hover),
a.theme-btn.style-three:not(:hover) {
  background: var(--tekprof-heading-color);
}

/* Hover Content */
.hover-content .inner-content {
  display: none;
}

/* Details Btn */
.details-btn {
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 50px;
  height: 50px;
  background: var(--tekprof-primary-color);
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.details-btn:hover {
  color: white;
}

/* Read More */
.read-more {
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
}

.read-more i {
  float: right;
  font-size: 0.8em;
  font-weight: 400;
  margin-left: 6px;
  margin-bottom: -3px;
}

.read-more:hover {
  text-decoration: underline;
}

/* List style One */
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 1.4;
  color: var(--tekprof-heading-color);
  font-family: var(--tekprof-heading-font);
}

.list-style-one li:not(:last-child) {
  margin-bottom: 13px;
}

.list-style-one li i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 1px;
  font-size: 1.2em;
  margin-right: 10px;
  color: var(--tekprof-primary-color);
}

/* List style Two */
.list-style-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 1.4;
  color: var(--tekprof-base-color);
  font-family: var(--tekprof-heading-font);
}

@media only screen and (min-width: 376px) {
  .list-style-two li {
    font-size: 18px;
  }
}

.list-style-two li:not(:last-child) {
  margin-bottom: 18px;
}

.list-style-two li i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 1px;
  font-size: 1.2em;
  margin-right: 10px;
}

/* List style Three */
.list-style-three li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

.list-style-three li:before {
  content: "\f00c";
  font-size: 1.2em;
  margin-right: 10px;
  color: var(--tekprof-heading-color);
  font-family: "Font Awesome 5 Pro";
}

.list-style-three li:not(:last-child) {
  margin-bottom: 10px;
}

/* List style Four */
.list-style-four li:not(:last-child) {
  margin-bottom: 8px;
}

.list-style-four li a {
  position: relative;
}

.list-style-four li a:before {
  content: "\f101";
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Font Awesome 5 Pro";
}

.list-style-four li a:hover {
  padding-left: 20px;
  text-decoration: underline;
}

.list-style-four li a:hover:before {
  opacity: 1;
}

/** Social Link One **/
.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -12px;
  margin-right: -12px;
}

.social-style-one a {
  margin-left: 0px;
  margin-right: 12px;
}

/** Social Link Two **/
.social-style-two {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -5px;
  margin-right: -5px;
}

.social-style-two a {
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid var(--tekprof-border-color);
  width: 35px;
  height: 35px;
  background: transparent;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}

.social-style-two a:hover {
  color: var(--tekprof-heading-color);
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

/** Social Link Three **/
.social-style-three {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.social-style-three a {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.social-style-three a:hover {
  color: var(--tekprof-primary-color);
}

/** Social Link Four **/
.social-style-four {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -35px;
  margin-right: -35px;
}

.social-style-four a {
  margin-left: 35px;
  margin-right: 35px;
}

.social-style-four a i {
  margin-right: 10px;
  color: var(--tekprof-primary-color);
}

/** Social Link Five **/
.social-style-five {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -5px;
  margin-right: -5px;
}

.social-style-five a {
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid var(--tekprof-border-color);
  width: 35px;
  height: 35px;
  background: transparent;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}

.social-style-five a:hover {
  color: white;
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

/** Social Link Six **/
.social-style-six {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -5px;
  margin-right: -5px;
}

.social-style-six a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  background: #FAF8F6;
}

.social-style-six a:hover {
  color: white;
  background: var(--tekprof-primary-color);
}

/** Tab Style One **/
.tab-style-one {
  background: white;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

.tab-style-one li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin: 5px;
  text-align: center;
}

.tab-style-one .nav-link {
  padding: 7px;
  font-size: 18px;
  border-radius: 0;
  display: inline-block;
  background: transparent;
}

.tab-style-one .nav-link i {
  margin-right: 5px;
}

@media only screen and (max-width: 375px) {
  .tab-style-one .nav-link i {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .tab-style-one .nav-link {
    font-size: 16px;
  }
}

.tab-style-one .nav-link.active {
  color: var(--tekprof-primary-color);
}

/*** BG Lines ** */
.bg-lines span {
  top: 0;
  z-index: -1;
  width: 1px;
  height: 100%;
  position: absolute;
  background: var(--tekprof-border-color);
  -webkit-animation: leftRightOne 18s infinite;
  animation: leftRightOne 18s infinite;
}

.bg-lines span:nth-child(1) {
  left: 20%;
}

.bg-lines span:nth-child(2) {
  left: 40%;
}

.bg-lines span:nth-child(3) {
  left: 60%;
}

.bg-lines span:nth-child(4) {
  left: 80%;
}

.bg-lines span:nth-child(5) {
  left: 100%;
}

.bg-lines span:nth-child(6) {
  left: 120%;
}

.bg-lines span:nth-child(7) {
  left: 140%;
}

.bg-lines span:nth-child(8) {
  left: 160%;
}

.bg-lines span:nth-child(9) {
  left: 180%;
}

/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  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;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
}

.preloader .custom-loader {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--tekprof-heading-color);
  border-top: 2px solid var(--tekprof-primary-color);
  border-bottom: 2px solid var(--tekprof-primary-color);
  -webkit-animation: 1s preloader linear infinite;
  animation: 1s preloader linear infinite;
}

/* Pagination */
.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.pagination li {
  margin: 10px 5px 0;
}

.pagination li a,
.pagination li .page-link {
  width: 50px;
  height: 50px;
  padding: 0 15px;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
  line-height: 50px;
  color: var(--tekprof-base-color);
  text-align: center;
  border-radius: 50%;
  font-family: var(--tekprof-heading-font);
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 575px) {

  .pagination li a,
  .pagination li .page-link {
    font-size: 15px;
  }
}

.pagination li a i,
.pagination li .page-link i {
  font-size: 0.8em;
  margin-left: 6px;
}

.pagination li.disabled .page-link,
.pagination li:last-child .page-link,
.pagination li:first-child .page-link {
  border-radius: 50%;
}

.pagination li.active .page-link,
.pagination li:hover:not(.disabled) .page-link {
  color: white;
  background: var(--tekprof-heading-color);
  border-color: var(--tekprof-heading-color);
}

.pagination li.next-item .page-link {
  width: auto;
  border: none;
  font-size: 16px;
}

.pagination li.next-item:hover .page-link {
  color: var(--tekprof-base-color);
  background: transparent;
}

/* Rating */
.ratting {
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ratting i {
  margin: 3px;
  color: var(--tekprof-primary-color);
}

.ratting.style-two i {
  margin: 6px;
  font-size: 18px;
}

/* Slick Arrows */
.slick-arrow {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid;
  width: 50px;
  height: 50px;
  background: transparent;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--tekprof-heading-color);
}

.slick-arrow:focus,
.slick-arrow:hover {
  color: var(--tekprof-primary-color);
}

/*** Slick Dots ***/
.slick-dots {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.slick-dots li {
  position: relative;
  cursor: pointer;
  width: 16px !important;
  height: 16px !important;
  margin: 0 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #161730;
  border-radius: 50%;
}

.slick-dots li button {
  opacity: 0;
}

.slick-dots li:after {
  content: '';
  opacity: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -0.1px;
  top: -0.4px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  background-color: #4cafb9;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.slick-dots li.slick-active {
  border-color: transparent;
}

.slick-dots li.slick-active:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*** Scroll Top style ***/
.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
  color: white;
  display: none;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: var(--tekprof-primary-color);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

/* Text White */
.text-white {
  --buildko-border-color: rgba(255, 255, 255, 0.07);
}

.text-white * {
  color: inherit;
}




.text-white .sub-title {
  color: white;
  -webkit-text-fill-color: snow;
}

/*Project Filter*/
.filter-btns-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.filter-btns-one li {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 5px;
  margin: 0 5px 10px;
  color: var(--tekprof-heading-color);
}

@media only screen and (max-width: 375px) {
  .filter-btns-one li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.filter-btns-one li.current {
  background: white;
  color: var(--tekprof-primary-color);
  text-decoration: underline;
  -webkit-box-shadow: 10px 0 60px rgba(195, 195, 195, 0.5);
  box-shadow: 10px 0 60px rgba(195, 195, 195, 0.5);
}

.filter-btns-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  margin-left: -18px;
  margin-right: -18px;
}

@media only screen and (min-width: 768px) {
  .filter-btns-two {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .filter-btns-two {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.filter-btns-two li {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 18px 10px;
  border-bottom: 3px solid transparent;
}

@media only screen and (max-width: 575px) {
  .filter-btns-two li {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.filter-btns-two li.current {
  color: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

/* Before After None */
.before-after-none:after,
.before-after-none:before {
  display: none;
}

/* Position */
.rel {
  position: relative;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.z-11 {
  z-index: 11;
}

.z-12 {
  z-index: 12;
}

.z-13 {
  z-index: 13;
}

.z-14 {
  z-index: 14;
}

.z-15 {
  z-index: 15;
}

.overlay {
  z-index: 1;
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: var(--tekprof-heading-color);
}

.overlay:before {
  mix-blend-mode: multiply;
}

/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center;
}

.bgp-center {
  background-repeat: no-repeat;
  background-position: center center;
}

.bgp-top {
  background-repeat: no-repeat;
  background-position: top center;
}

.bgp-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* Color + Background */
.color-primary {
  color: var(--tekprof-primary-color);
}

.bgc-black {
  background-color: var(--tekprof-heading-color);
}

.bgc-blue {
  background-color: var(--tekprof-blue-color);
}

.bgc-primary {
  background-color: var(--tekprof-primary-color);
}

.bgc-lighter {
  background-color: var(--tekprof-lighter-color);
}

.bgc-gray {
  background-color: var(--tekprof-gray-color);
}

/* Border Radius */
.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br-25 {
  border-radius: 25px;
}

.br-30 {
  border-radius: 30px;
}

/*******************************************************/
/******************* ## Repeat Style ******************/
/*******************************************************/
.heading,
.tab-style-one .nav-link,
h1,
.h1,
h2,
.h2,
.counter-item-three .count-text,
.pricing-two-item .price,
h3,
.h3,
.testimonial-item-two .testi-text,
h4,
.h4,
.service-accordion .accordion-item .accordion-header .accordion-button .title,
blockquote,
.contact-info-item p,
.contact-info-item a,
h5,
.h5,
.numbered-box .number,
h6,
.h6,
.counter-item .counter-text-wrap,
.counter-item-two .counter-text-wrap,
.pricing-item.style-four .icon-list li,
.shop-shorter .sort-text,
.product-info-tab.advanced-tab li a,
.product-info-tab.advanced-tab li button {
  font-weight: 600;
  color: var(--tekprof-heading-color);
  font-family: var(--tekprof-heading-font);
}

h1,
.h1 {
  font-size: 90px;
}

h2,
.h2,
.counter-item-three .count-text,
.pricing-two-item .price {
  line-height: 1.15;
  font-size: 42px;
}

h3,
.h3,
.testimonial-item-two .testi-text {
  line-height: 1.3;
  font-size: 35px;
}

h4,
.h4,
.service-accordion .accordion-item .accordion-header .accordion-button .title,
blockquote,
.contact-info-item p,
.contact-info-item a {
  line-height: 1.4;
  font-size: 24px;
}

h5,
.h5,
.numbered-box .number {
  line-height: 1.5;
  font-size: 20px;
}

h6,
.h6 {
  line-height: 1.4;
  font-size: 16px;
}

.service-two-item h4 a,
.service-two-item.style-two h5 a,
.service-two-item.style-two.hover-two h6 a {
  display: inline;
  position: relative;
  color: var(--tekprof-heading-color);
  background-repeat: no-repeat;
  background-size: 0% 1.5px, 0 1.5px;
  background-position: 100% 100%, 0 85%;
  -webkit-transition: background-size 0.4s linear;
  -o-transition: background-size 0.4s linear;
  transition: background-size 0.4s linear;
  -webkit-transition-property: background-size, color;
  -o-transition-property: background-size, color;
  transition-property: background-size, color;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tekprof-heading-color)), to(var(--tekprof-heading-color))), -webkit-gradient(linear, left top, left bottom, from(var(--tekprof-heading-color)), to(var(--tekprof-heading-color)));
  background-image: -webkit-linear-gradient(var(--tekprof-heading-color), var(--tekprof-heading-color)), -webkit-linear-gradient(var(--tekprof-heading-color), var(--tekprof-heading-color));
  background-image: -o-linear-gradient(var(--tekprof-heading-color), var(--tekprof-heading-color)), -o-linear-gradient(var(--tekprof-heading-color), var(--tekprof-heading-color));
  background-image: linear-gradient(var(--tekprof-heading-color), var(--tekprof-heading-color)), linear-gradient(var(--tekprof-heading-color), var(--tekprof-heading-color));
}

.service-two-item h4 a:hover,
.service-two-item.style-two h5 a:hover,
.service-two-item.style-two.hover-two h6 a:hover {
  background-size: 0 1.5px, 100% 1.5px;
}

/*******************************************************/
/************** ## Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.p-105 {
  padding: 105px;
}

.p-110 {
  padding: 110px;
}

.p-115 {
  padding: 115px;
}

.p-120 {
  padding: 120px;
}

.p-125 {
  padding: 125px;
}

.p-130 {
  padding: 130px;
}

.p-135 {
  padding: 135px;
}

.p-140 {
  padding: 140px;
}

.p-145 {
  padding: 145px;
}

.p-150 {
  padding: 150px;
}

.p-155 {
  padding: 155px;
}

.p-160 {
  padding: 160px;
}

.p-165 {
  padding: 165px;
}

.p-170 {
  padding: 170px;
}

.p-175 {
  padding: 175px;
}

.p-180 {
  padding: 180px;
}

.p-185 {
  padding: 185px;
}

.p-190 {
  padding: 190px;
}

.p-195 {
  padding: 195px;
}

.p-200 {
  padding: 200px;
}

.p-205 {
  padding: 205px;
}

.p-210 {
  padding: 210px;
}

.p-215 {
  padding: 215px;
}

.p-220 {
  padding: 220px;
}

.p-225 {
  padding: 225px;
}

.p-230 {
  padding: 230px;
}

.p-235 {
  padding: 235px;
}

.p-240 {
  padding: 240px;
}

.p-245 {
  padding: 245px;
}

.p-250 {
  padding: 250px;
}

/* Padding Top */
.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px;
}

.pt-15,
.py-15 {
  padding-top: 15px;
}

.pt-20,
.py-20 {
  padding-top: 20px;
}

.pt-25,
.py-25 {
  padding-top: 25px;
}

.pt-30,
.py-30 {
  padding-top: 30px;
}

.pt-35,
.py-35 {
  padding-top: 35px;
}

.pt-40,
.py-40 {
  padding-top: 40px;
}

.pt-45,
.py-45 {
  padding-top: 45px;
}

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

.pt-55,
.py-55 {
  padding-top: 55px;
}

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

.pt-65,
.py-65 {
  padding-top: 65px;
}

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

.pt-75,
.py-75 {
  padding-top: 75px;
}

.pt-80,
.py-80 {
  padding-top: 80px;
}

.pt-85,
.py-85 {
  padding-top: 85px;
}

.pt-90,
.py-90 {
  padding-top: 90px;
}

.pt-95,
.py-95 {
  padding-top: 95px;
}

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

.pt-105,
.py-105 {
  padding-top: 105px;
}

.pt-110,
.py-110 {
  padding-top: 110px;
}

.pt-115,
.py-115 {
  padding-top: 115px;
}

.pt-120,
.py-120 {
  padding-top: 120px;
}

.pt-125,
.py-125 {
  padding-top: 125px;
}

.pt-130,
.py-130 {
  padding-top: 130px;
}

.pt-135,
.py-135 {
  padding-top: 135px;
}

.pt-140,
.py-140 {
  padding-top: 140px;
}

.pt-145,
.py-145 {
  padding-top: 145px;
}

.pt-150,
.py-150 {
  padding-top: 150px;
}

.pt-155,
.py-155 {
  padding-top: 155px;
}

.pt-160,
.py-160 {
  padding-top: 160px;
}

.pt-165,
.py-165 {
  padding-top: 165px;
}

.pt-170,
.py-170 {
  padding-top: 170px;
}

.pt-175,
.py-175 {
  padding-top: 175px;
}

.pt-180,
.py-180 {
  padding-top: 180px;
}

.pt-185,
.py-185 {
  padding-top: 185px;
}

.pt-190,
.py-190 {
  padding-top: 190px;
}

.pt-195,
.py-195 {
  padding-top: 195px;
}

.pt-200,
.py-200 {
  padding-top: 200px;
}

.pt-205,
.py-205 {
  padding-top: 205px;
}

.pt-210,
.py-210 {
  padding-top: 210px;
}

.pt-215,
.py-215 {
  padding-top: 215px;
}

.pt-220,
.py-220 {
  padding-top: 220px;
}

.pt-225,
.py-225 {
  padding-top: 225px;
}

.pt-230,
.py-230 {
  padding-top: 230px;
}

.pt-235,
.py-235 {
  padding-top: 235px;
}

.pt-240,
.py-240 {
  padding-top: 240px;
}

.pt-245,
.py-245 {
  padding-top: 245px;
}

.pt-250,
.py-250 {
  padding-top: 250px;
}

/* Padding Bottom */
.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px;
}

.pb-15,
.py-15 {
  padding-bottom: 15px;
}

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

.pb-25,
.py-25 {
  padding-bottom: 25px;
}

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

.pb-35,
.py-35 {
  padding-bottom: 35px;
}

.pb-40,
.py-40 {
  padding-bottom: 40px;
}

.pb-45,
.py-45 {
  padding-bottom: 45px;
}

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

.pb-55,
.py-55 {
  padding-bottom: 55px;
}

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

.pb-65,
.py-65 {
  padding-bottom: 65px;
}

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

.pb-75,
.py-75 {
  padding-bottom: 75px;
}

.pb-80,
.py-80 {
  padding-bottom: 80px;
}

.pb-85,
.py-85 {
  padding-bottom: 85px;
}

.pb-90,
.py-90 {
  padding-bottom: 90px;
}

.pb-95,
.py-95 {
  padding-bottom: 95px;
}

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

.pb-105,
.py-105 {
  padding-bottom: 105px;
}

.pb-110,
.py-110 {
  padding-bottom: 110px;
}

.pb-115,
.py-115 {
  padding-bottom: 115px;
}

.pb-120,
.py-120 {
  padding-bottom: 120px;
}

.pb-125,
.py-125 {
  padding-bottom: 125px;
}

.pb-130,
.py-130 {
  padding-bottom: 130px;
}

.pb-135,
.py-135 {
  padding-bottom: 135px;
}

.pb-140,
.py-140 {
  padding-bottom: 140px;
}

.pb-145,
.py-145 {
  padding-bottom: 145px;
}

.pb-150,
.py-150 {
  padding-bottom: 150px;
}

.pb-155,
.py-155 {
  padding-bottom: 155px;
}

.pb-160,
.py-160 {
  padding-bottom: 160px;
}

.pb-165,
.py-165 {
  padding-bottom: 165px;
}

.pb-170,
.py-170 {
  padding-bottom: 170px;
}

.pb-175,
.py-175 {
  padding-bottom: 175px;
}

.pb-180,
.py-180 {
  padding-bottom: 180px;
}

.pb-185,
.py-185 {
  padding-bottom: 185px;
}

.pb-190,
.py-190 {
  padding-bottom: 190px;
}

.pb-195,
.py-195 {
  padding-bottom: 195px;
}

.pb-200,
.py-200 {
  padding-bottom: 200px;
}

.pb-205,
.py-205 {
  padding-bottom: 205px;
}

.pb-210,
.py-210 {
  padding-bottom: 210px;
}

.pb-215,
.py-215 {
  padding-bottom: 215px;
}

.pb-220,
.py-220 {
  padding-bottom: 220px;
}

.pb-225,
.py-225 {
  padding-bottom: 225px;
}

.pb-230,
.py-230 {
  padding-bottom: 230px;
}

.pb-235,
.py-235 {
  padding-bottom: 235px;
}

.pb-240,
.py-240 {
  padding-bottom: 240px;
}

.pb-245,
.py-245 {
  padding-bottom: 245px;
}

.pb-250,
.py-250 {
  padding-bottom: 250px;
}

/* Margin Around */
.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-60 {
  margin: 60px;
}

.m-65 {
  margin: 65px;
}

.m-70 {
  margin: 70px;
}

.m-75 {
  margin: 75px;
}

.m-80 {
  margin: 80px;
}

.m-85 {
  margin: 85px;
}

.m-90 {
  margin: 90px;
}

.m-95 {
  margin: 95px;
}

.m-100 {
  margin: 100px;
}

.m-105 {
  margin: 105px;
}

.m-110 {
  margin: 110px;
}

.m-115 {
  margin: 115px;
}

.m-120 {
  margin: 120px;
}

.m-125 {
  margin: 125px;
}

.m-130 {
  margin: 130px;
}

.m-135 {
  margin: 135px;
}

.m-140 {
  margin: 140px;
}

.m-145 {
  margin: 145px;
}

.m-150 {
  margin: 150px;
}

.m-155 {
  margin: 155px;
}

.m-160 {
  margin: 160px;
}

.m-165 {
  margin: 165px;
}

.m-170 {
  margin: 170px;
}

.m-175 {
  margin: 175px;
}

.m-180 {
  margin: 180px;
}

.m-185 {
  margin: 185px;
}

.m-190 {
  margin: 190px;
}

.m-195 {
  margin: 195px;
}

.m-200 {
  margin: 200px;
}

.m-205 {
  margin: 205px;
}

.m-210 {
  margin: 210px;
}

.m-215 {
  margin: 215px;
}

.m-220 {
  margin: 220px;
}

.m-225 {
  margin: 225px;
}

.m-230 {
  margin: 230px;
}

.m-235 {
  margin: 235px;
}

.m-240 {
  margin: 240px;
}

.m-245 {
  margin: 245px;
}

.m-250 {
  margin: 250px;
}

/* Margin Top */
.mt-5,
.my-5 {
  margin-top: 5px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px;
}

.mt-15,
.my-15 {
  margin-top: 15px;
}

.mt-20,
.my-20 {
  margin-top: 20px;
}

.mt-25,
.my-25 {
  margin-top: 25px;
}

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

.mt-35,
.my-35 {
  margin-top: 35px;
}

.mt-40,
.my-40 {
  margin-top: 40px;
}

.mt-45,
.my-45 {
  margin-top: 45px;
}

.mt-50,
.my-50 {
  margin-top: 50px;
}

.mt-55,
.my-55 {
  margin-top: 55px;
}

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

.mt-65,
.my-65 {
  margin-top: 65px;
}

.mt-70,
.my-70 {
  margin-top: 70px;
}

.mt-75,
.my-75 {
  margin-top: 75px;
}

.mt-80,
.my-80 {
  margin-top: 80px;
}

.mt-85,
.my-85 {
  margin-top: 85px;
}

.mt-90,
.my-90 {
  margin-top: 90px;
}

.mt-95,
.my-95 {
  margin-top: 95px;
}

.mt-100,
.my-100 {
  margin-top: 100px;
}

.mt-105,
.my-105 {
  margin-top: 105px;
}

.mt-110,
.my-110 {
  margin-top: 110px;
}

.mt-115,
.my-115 {
  margin-top: 115px;
}

.mt-120,
.my-120 {
  margin-top: 120px;
}

.mt-125,
.my-125 {
  margin-top: 125px;
}

.mt-130,
.my-130 {
  margin-top: 130px;
}

.mt-135,
.my-135 {
  margin-top: 135px;
}

.mt-140,
.my-140 {
  margin-top: 140px;
}

.mt-145,
.my-145 {
  margin-top: 145px;
}

.mt-150,
.my-150 {
  margin-top: 150px;
}

.mt-155,
.my-155 {
  margin-top: 155px;
}

.mt-160,
.my-160 {
  margin-top: 160px;
}

.mt-165,
.my-165 {
  margin-top: 165px;
}

.mt-170,
.my-170 {
  margin-top: 170px;
}

.mt-175,
.my-175 {
  margin-top: 175px;
}

.mt-180,
.my-180 {
  margin-top: 180px;
}

.mt-185,
.my-185 {
  margin-top: 185px;
}

.mt-190,
.my-190 {
  margin-top: 190px;
}

.mt-195,
.my-195 {
  margin-top: 195px;
}

.mt-200,
.my-200 {
  margin-top: 200px;
}

.mt-205,
.my-205 {
  margin-top: 205px;
}

.mt-210,
.my-210 {
  margin-top: 210px;
}

.mt-215,
.my-215 {
  margin-top: 215px;
}

.mt-220,
.my-220 {
  margin-top: 220px;
}

.mt-225,
.my-225 {
  margin-top: 225px;
}

.mt-230,
.my-230 {
  margin-top: 230px;
}

.mt-235,
.my-235 {
  margin-top: 235px;
}

.mt-240,
.my-240 {
  margin-top: 240px;
}

.mt-245,
.my-245 {
  margin-top: 245px;
}

.mt-250,
.my-250 {
  margin-top: 250px;
}

/* Margin Bottom */
.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px;
}

.mb-15,
.my-15 {
  margin-bottom: 15px;
}

.mb-20,
.my-20 {
  margin-bottom: 20px;
}

.mb-25,
.my-25 {
  margin-bottom: 25px;
}

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

.mb-35,
.my-35 {
  margin-bottom: 35px;
}

.mb-40,
.my-40 {
  margin-bottom: 40px;
}

.mb-45,
.my-45 {
  margin-bottom: 45px;
}

.mb-50,
.my-50 {
  margin-bottom: 50px;
}

.mb-55,
.my-55 {
  margin-bottom: 55px;
}

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

.mb-65,
.my-65 {
  margin-bottom: 65px;
}

.mb-70,
.my-70 {
  margin-bottom: 70px;
}

.mb-75,
.my-75 {
  margin-bottom: 75px;
}

.mb-80,
.my-80 {
  margin-bottom: 80px;
}

.mb-85,
.my-85 {
  margin-bottom: 85px;
}

.mb-90,
.my-90 {
  margin-bottom: 90px;
}

.mb-95,
.my-95 {
  margin-bottom: 95px;
}

.mb-100,
.my-100 {
  margin-bottom: 100px;
}

.mb-105,
.my-105 {
  margin-bottom: 105px;
}

.mb-110,
.my-110 {
  margin-bottom: 110px;
}

.mb-115,
.my-115 {
  margin-bottom: 115px;
}

.mb-120,
.my-120 {
  margin-bottom: 120px;
}

.mb-125,
.my-125 {
  margin-bottom: 125px;
}

.mb-130,
.my-130 {
  margin-bottom: 130px;
}

.mb-135,
.my-135 {
  margin-bottom: 135px;
}

.mb-140,
.my-140 {
  margin-bottom: 140px;
}

.mb-145,
.my-145 {
  margin-bottom: 145px;
}

.mb-150,
.my-150 {
  margin-bottom: 150px;
}

.mb-155,
.my-155 {
  margin-bottom: 155px;
}

.mb-160,
.my-160 {
  margin-bottom: 160px;
}

.mb-165,
.my-165 {
  margin-bottom: 165px;
}

.mb-170,
.my-170 {
  margin-bottom: 170px;
}

.mb-175,
.my-175 {
  margin-bottom: 175px;
}

.mb-180,
.my-180 {
  margin-bottom: 180px;
}

.mb-185,
.my-185 {
  margin-bottom: 185px;
}

.mb-190,
.my-190 {
  margin-bottom: 190px;
}

.mb-195,
.my-195 {
  margin-bottom: 195px;
}

.mb-200,
.my-200 {
  margin-bottom: 200px;
}

.mb-205,
.my-205 {
  margin-bottom: 205px;
}

.mb-210,
.my-210 {
  margin-bottom: 210px;
}

.mb-215,
.my-215 {
  margin-bottom: 215px;
}

.mb-220,
.my-220 {
  margin-bottom: 220px;
}

.mb-225,
.my-225 {
  margin-bottom: 225px;
}

.mb-230,
.my-230 {
  margin-bottom: 230px;
}

.mb-235,
.my-235 {
  margin-bottom: 235px;
}

.mb-240,
.my-240 {
  margin-bottom: 240px;
}

.mb-245,
.my-245 {
  margin-bottom: 245px;
}

.mb-250,
.my-250 {
  margin-bottom: 250px;
}

/* Responsive Padding Margin */
@media only screen and (max-width: 991px) {

  /* Padding Around */
  .rp-0 {
    padding: 0px !important;
  }

  .rp-5 {
    padding: 5px !important;
  }

  .rp-10 {
    padding: 10px;
  }

  .rp-15 {
    padding: 15px;
  }

  .rp-20 {
    padding: 20px;
  }

  .rp-25 {
    padding: 25px;
  }

  .rp-30 {
    padding: 30px;
  }

  .rp-35 {
    padding: 35px;
  }

  .rp-40 {
    padding: 40px;
  }

  .rp-45 {
    padding: 45px;
  }

  .rp-50 {
    padding: 50px;
  }

  .rp-55 {
    padding: 55px;
  }

  .rp-60 {
    padding: 60px;
  }

  .rp-65 {
    padding: 65px;
  }

  .rp-70 {
    padding: 70px;
  }

  .rp-75 {
    padding: 75px;
  }

  .rp-80 {
    padding: 80px;
  }

  .rp-85 {
    padding: 85px;
  }

  .rp-90 {
    padding: 90px;
  }

  .rp-95 {
    padding: 95px;
  }

  .rp-100 {
    padding: 100px;
  }

  .rp-105 {
    padding: 105px;
  }

  .rp-110 {
    padding: 110px;
  }

  .rp-115 {
    padding: 115px;
  }

  .rp-120 {
    padding: 120px;
  }

  .rp-125 {
    padding: 125px;
  }

  .rp-130 {
    padding: 130px;
  }

  .rp-135 {
    padding: 135px;
  }

  .rp-140 {
    padding: 140px;
  }

  .rp-145 {
    padding: 145px;
  }

  .rp-150 {
    padding: 150px;
  }

  /* Padding Top */
  .rpt-0,
  .rpy-0 {
    padding-top: 0px !important;
  }

  .rpt-5,
  .rpy-5 {
    padding-top: 5px !important;
  }

  .rpt-10,
  .rpy-10 {
    padding-top: 10px;
  }

  .rpt-15,
  .rpy-15 {
    padding-top: 15px;
  }

  .rpt-20,
  .rpy-20 {
    padding-top: 20px;
  }

  .rpt-25,
  .rpy-25 {
    padding-top: 25px;
  }

  .rpt-30,
  .rpy-30 {
    padding-top: 30px;
  }

  .rpt-35,
  .rpy-35 {
    padding-top: 35px;
  }

  .rpt-40,
  .rpy-40 {
    padding-top: 40px;
  }

  .rpt-45,
  .rpy-45 {
    padding-top: 45px;
  }

  .rpt-50,
  .rpy-50 {
    padding-top: 50px;
  }

  .rpt-55,
  .rpy-55 {
    padding-top: 55px;
  }

  .rpt-60,
  .rpy-60 {
    padding-top: 60px;
  }

  .rpt-65,
  .rpy-65 {
    padding-top: 65px;
  }

  .rpt-70,
  .rpy-70 {
    padding-top: 70px;
  }

  .rpt-75,
  .rpy-75 {
    padding-top: 75px;
  }

  .rpt-80,
  .rpy-80 {
    padding-top: 80px;
  }

  .rpt-85,
  .rpy-85 {
    padding-top: 85px;
  }

  .rpt-90,
  .rpy-90 {
    padding-top: 90px;
  }

  .rpt-95,
  .rpy-95 {
    padding-top: 95px;
  }

  .rpt-100,
  .rpy-100 {
    padding-top: 100px;
  }

  .rpt-105,
  .rpy-105 {
    padding-top: 105px;
  }

  .rpt-110,
  .rpy-110 {
    padding-top: 110px;
  }

  .rpt-115,
  .rpy-115 {
    padding-top: 115px;
  }

  .rpt-120,
  .rpy-120 {
    padding-top: 120px;
  }

  .rpt-125,
  .rpy-125 {
    padding-top: 125px;
  }

  .rpt-130,
  .rpy-130 {
    padding-top: 130px;
  }

  .rpt-135,
  .rpy-135 {
    padding-top: 135px;
  }

  .rpt-140,
  .rpy-140 {
    padding-top: 140px;
  }

  .rpt-145,
  .rpy-145 {
    padding-top: 145px;
  }

  .rpt-150,
  .rpy-150 {
    padding-top: 150px;
  }

  /* Padding Bottom */
  .rpb-0,
  .rpy-0 {
    padding-bottom: 0px !important;
  }

  .rpb-5,
  .rpy-5 {
    padding-bottom: 5px !important;
  }

  .rpb-10,
  .rpy-10 {
    padding-bottom: 10px;
  }

  .rpb-15,
  .rpy-15 {
    padding-bottom: 15px;
  }

  .rpb-20,
  .rpy-20 {
    padding-bottom: 20px;
  }

  .rpb-25,
  .rpy-25 {
    padding-bottom: 25px;
  }

  .rpb-30,
  .rpy-30 {
    padding-bottom: 30px;
  }

  .rpb-35,
  .rpy-35 {
    padding-bottom: 35px;
  }

  .rpb-40,
  .rpy-40 {
    padding-bottom: 40px;
  }

  .rpb-45,
  .rpy-45 {
    padding-bottom: 45px;
  }

  .rpb-50,
  .rpy-50 {
    padding-bottom: 50px;
  }

  .rpb-55,
  .rpy-55 {
    padding-bottom: 55px;
  }

  .rpb-60,
  .rpy-60 {
    padding-bottom: 60px;
  }

  .rpb-65,
  .rpy-65 {
    padding-bottom: 65px;
  }

  .rpb-70,
  .rpy-70 {
    padding-bottom: 70px;
  }

  .rpb-75,
  .rpy-75 {
    padding-bottom: 75px;
  }

  .rpb-80,
  .rpy-80 {
    padding-bottom: 80px;
  }

  .rpb-85,
  .rpy-85 {
    padding-bottom: 85px;
  }

  .rpb-90,
  .rpy-90 {
    padding-bottom: 90px;
  }

  .rpb-95,
  .rpy-95 {
    padding-bottom: 95px;
  }

  .rpb-100,
  .rpy-100 {
    padding-bottom: 100px;
  }

  .rpb-105,
  .rpy-105 {
    padding-bottom: 105px;
  }

  .rpb-110,
  .rpy-110 {
    padding-bottom: 110px;
  }

  .rpb-115,
  .rpy-115 {
    padding-bottom: 115px;
  }

  .rpb-120,
  .rpy-120 {
    padding-bottom: 120px;
  }

  .rpb-125,
  .rpy-125 {
    padding-bottom: 125px;
  }

  .rpb-130,
  .rpy-130 {
    padding-bottom: 130px;
  }

  .rpb-135,
  .rpy-135 {
    padding-bottom: 135px;
  }

  .rpb-140,
  .rpy-140 {
    padding-bottom: 140px;
  }

  .rpb-145,
  .rpy-145 {
    padding-bottom: 145px;
  }

  .rpb-150,
  .rpy-150 {
    padding-bottom: 150px;
  }

  /* Margin Around */
  .rm-0 {
    margin: 0px !important;
  }

  .rm-5 {
    margin: 5px !important;
  }

  .rm-10 {
    margin: 10px;
  }

  .rm-15 {
    margin: 15px;
  }

  .rm-20 {
    margin: 20px;
  }

  .rm-25 {
    margin: 25px;
  }

  .rm-30 {
    margin: 30px;
  }

  .rm-35 {
    margin: 35px;
  }

  .rm-40 {
    margin: 40px;
  }

  .rm-45 {
    margin: 45px;
  }

  .rm-50 {
    margin: 50px;
  }

  .rm-55 {
    margin: 55px;
  }

  .rm-60 {
    margin: 60px;
  }

  .rm-65 {
    margin: 65px;
  }

  .rm-70 {
    margin: 70px;
  }

  .rm-75 {
    margin: 75px;
  }

  .rm-80 {
    margin: 80px;
  }

  .rm-85 {
    margin: 85px;
  }

  .rm-90 {
    margin: 90px;
  }

  .rm-95 {
    margin: 95px;
  }

  .rm-100 {
    margin: 100px;
  }

  .rm-105 {
    margin: 105px;
  }

  .rm-110 {
    margin: 110px;
  }

  .rm-115 {
    margin: 115px;
  }

  .rm-120 {
    margin: 120px;
  }

  .rm-125 {
    margin: 125px;
  }

  .rm-130 {
    margin: 130px;
  }

  .rm-135 {
    margin: 135px;
  }

  .rm-140 {
    margin: 140px;
  }

  .rm-145 {
    margin: 145px;
  }

  .rm-150 {
    margin: 150px;
  }

  /* Margin Top */
  .rmt-0,
  .rmy-0 {
    margin-top: 0px !important;
  }

  .rmt-5,
  .rmy-5 {
    margin-top: 5px !important;
  }

  .rmt-10,
  .rmy-10 {
    margin-top: 10px;
  }

  .rmt-15,
  .rmy-15 {
    margin-top: 15px;
  }

  .rmt-20,
  .rmy-20 {
    margin-top: 20px;
  }

  .rmt-25,
  .rmy-25 {
    margin-top: 25px;
  }

  .rmt-30,
  .rmy-30 {
    margin-top: 30px;
  }

  .rmt-35,
  .rmy-35 {
    margin-top: 35px;
  }

  .rmt-40,
  .rmy-40 {
    margin-top: 40px;
  }

  .rmt-45,
  .rmy-45 {
    margin-top: 45px;
  }

  .rmt-50,
  .rmy-50 {
    margin-top: 50px;
  }

  .rmt-55,
  .rmy-55 {
    margin-top: 55px;
  }

  .rmt-60,
  .rmy-60 {
    margin-top: 60px;
  }

  .rmt-65,
  .rmy-65 {
    margin-top: 65px;
  }

  .rmt-70,
  .rmy-70 {
    margin-top: 70px;
  }

  .rmt-75,
  .rmy-75 {
    margin-top: 75px;
  }

  .rmt-80,
  .rmy-80 {
    margin-top: 80px;
  }

  .rmt-85,
  .rmy-85 {
    margin-top: 85px;
  }

  .rmt-90,
  .rmy-90 {
    margin-top: 90px;
  }

  .rmt-95,
  .rmy-95 {
    margin-top: 95px;
  }

  .rmt-100,
  .rmy-100 {
    margin-top: 100px;
  }

  .rmt-105,
  .rmy-105 {
    margin-top: 105px;
  }

  .rmt-110,
  .rmy-110 {
    margin-top: 110px;
  }

  .rmt-115,
  .rmy-115 {
    margin-top: 115px;
  }

  .rmt-120,
  .rmy-120 {
    margin-top: 120px;
  }

  .rmt-125,
  .rmy-125 {
    margin-top: 125px;
  }

  .rmt-130,
  .rmy-130 {
    margin-top: 130px;
  }

  .rmt-135,
  .rmy-135 {
    margin-top: 135px;
  }

  .rmt-140,
  .rmy-140 {
    margin-top: 140px;
  }

  .rmt-145,
  .rmy-145 {
    margin-top: 145px;
  }

  .rmt-150,
  .rmy-150 {
    margin-top: 150px;
  }

  /* Margin Bottom */
  .rmb-0,
  .rmy-0 {
    margin-bottom: 0px !important;
  }

  .rmb-5,
  .rmy-5 {
    margin-bottom: 5px !important;
  }

  .rmb-10,
  .rmy-10 {
    margin-bottom: 10px;
  }

  .rmb-15,
  .rmy-15 {
    margin-bottom: 15px;
  }

  .rmb-20,
  .rmy-20 {
    margin-bottom: 20px;
  }

  .rmb-25,
  .rmy-25 {
    margin-bottom: 25px;
  }

  .rmb-30,
  .rmy-30 {
    margin-bottom: 30px;
  }

  .rmb-35,
  .rmy-35 {
    margin-bottom: 35px;
  }

  .rmb-40,
  .rmy-40 {
    margin-bottom: 40px;
  }

  .rmb-45,
  .rmy-45 {
    margin-bottom: 45px;
  }

  .rmb-50,
  .rmy-50 {
    margin-bottom: 50px;
  }

  .rmb-55,
  .rmy-55 {
    margin-bottom: 55px;
  }

  .rmb-60,
  .rmy-60 {
    margin-bottom: 60px;
  }

  .rmb-65,
  .rmy-65 {
    margin-bottom: 65px;
  }

  .rmb-70,
  .rmy-70 {
    margin-bottom: 70px;
  }

  .rmb-75,
  .rmy-75 {
    margin-bottom: 75px;
  }

  .rmb-80,
  .rmy-80 {
    margin-bottom: 80px;
  }

  .rmb-85,
  .rmy-85 {
    margin-bottom: 85px;
  }

  .rmb-90,
  .rmy-90 {
    margin-bottom: 90px;
  }

  .rmb-95,
  .rmy-95 {
    margin-bottom: 95px;
  }

  .rmb-100,
  .rmy-100 {
    margin-bottom: 100px;
  }

  .rmb-105,
  .rmy-105 {
    margin-bottom: 105px;
  }

  .rmb-110,
  .rmy-110 {
    margin-bottom: 110px;
  }

  .rmb-115,
  .rmy-115 {
    margin-bottom: 115px;
  }

  .rmb-120,
  .rmy-120 {
    margin-bottom: 120px;
  }

  .rmb-125,
  .rmy-125 {
    margin-bottom: 125px;
  }

  .rmb-130,
  .rmy-130 {
    margin-bottom: 130px;
  }

  .rmb-135,
  .rmy-135 {
    margin-bottom: 135px;
  }

  .rmb-140,
  .rmy-140 {
    margin-bottom: 140px;
  }

  .rmb-145,
  .rmy-145 {
    margin-bottom: 145px;
  }

  .rmb-150,
  .rmy-150 {
    margin-bottom: 150px;
  }
}

/*******************************************************/
/***************** ## Custom Animation ****************/
/*******************************************************/
/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

@-webkit-keyframes toggler {

  0%,
  10% {
    background-position: 0 0, 0 calc(100%/3);
  }

  50% {
    background-position: 0 0, calc(100%/3) calc(100%/3);
  }

  90%,
  100% {
    background-position: 0 0, calc(100%/3) 0;
  }
}

@keyframes toggler {

  0%,
  10% {
    background-position: 0 0, 0 calc(100%/3);
  }

  50% {
    background-position: 0 0, calc(100%/3) calc(100%/3);
  }

  90%,
  100% {
    background-position: 0 0, calc(100%/3) 0;
  }
}

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}

/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

/* Rotated Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* Rotated Circle reverse */
@-webkit-keyframes rotated_circle_reverse {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotated_circle_reverse {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* Rotated Man */
@-webkit-keyframes semi_rotated {

  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

@keyframes semi_rotated {

  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

/* BG Shape Rotated */
@-webkit-keyframes semi_rotated_two {

  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes semi_rotated_two {

  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@-webkit-keyframes move_arround {
  0% {
    top: 20px;
    left: 20px;
  }

  25% {
    top: 20px;
    left: -20px;
  }

  50% {
    top: -20px;
    left: -20px;
  }

  75% {
    top: -20px;
    left: 20px;
  }

  100% {
    top: 20px;
    left: 20px;
  }
}

@keyframes move_arround {
  0% {
    top: 20px;
    left: 20px;
  }

  25% {
    top: 20px;
    left: -20px;
  }

  50% {
    top: -20px;
    left: -20px;
  }

  75% {
    top: -20px;
    left: 20px;
  }

  100% {
    top: 20px;
    left: 20px;
  }
}

/* Hero Circle */
@-webkit-keyframes upDownLeft {

  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}

@keyframes upDownLeft {

  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg);
  }

  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg);
  }

  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@-webkit-keyframes leftRightOne {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@keyframes leftRightOne {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@-webkit-keyframes leftRightTwo {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@keyframes leftRightTwo {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@-webkit-keyframes zoomInOut {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes zoomInOut {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* Preloader */
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Headline */
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* Image radius Animation */
@-webkit-keyframes borderRadius1 {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes borderRadius1 {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

/*******************************************************/
/******************* ## Header style *******************/
/*******************************************************/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .header-upper {
  z-index: 5;
  width: 100%;
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .logo-outer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media only screen and (max-width: 991px) {
  .main-header .logo-outer {
    display: none;
  }
}

.main-header .logo {
  z-index: 9;
  padding: 2px 0;
  position: relative;
}

.main-header.menu-absolute .header-upper {
  position: absolute;
}

.main-header.fixed-header .header-upper {
  top: 0;
  left: 0;
  position: fixed;
  background: white;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}

@media only screen and (min-width: 992px) {
  .main-header.fixed-header .main-menu .navbar-collapse>ul>li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.main-header.no-border:not(.fixed-header) .header-inner {
  border-bottom: none;
}

@media only screen and (max-width: 1199px) {
  .main-header.no-border .nav-search {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .nav-outer {
    width: 100%;
  }
}

/** Header Main Menu **/
@media only screen and (max-width: 991px) {
  .main-menu {
    width: 100%;
  }
}

.main-menu .mobile-logo {
  margin-right: auto;
}

@media only screen and (max-width: 575px) {
  .main-menu .mobile-logo {
    /* max-width: 150px; */
  }

  .mobile-logo a img {
    width: 170px;
    height: auto;
  }

  .header-top-wrap {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto;
  }
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navbar-collapse>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse>ul {
    display: block;
    padding: 25px 0;
    background: #ffffff;
    /* -webkit-box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1); */
  }

  .main-menu .navbar-collapse>ul>li:last-child {
    border-bottom: 1px solid var(--tekprof-border-color);
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse {
    /* left: 0; */
    /* width: 100%; */
    /* position: absolute; */
    max-height: calc(100vh - 70px);
    /* display: none; */
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 70px;
    left: 0;
    background-color: #1111116e;
    overflow-x: hidden;
    padding-top: 0;
    /* transition: 0.5s; */
  }
}

.main-menu .navbar-collapse li {
  padding: 25px 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .main-menu .navbar-collapse li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li {
    display: block;
    padding: 0 15px;
    border-top: 1px solid var(--tekprof-border-color);
  }
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: -3px;
  color: var(--tekprof-heading-color);
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid var(--tekprof-border-color);
    text-align: center;
    line-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.main-menu .navbar-collapse li a {
  display: block;
  opacity: 1;
  font-weight: 400;
  position: relative;
  color: var(--tekprof-heading-color);
  font-family: var(--tekprof-heading-font);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (min-width: 376px) {
  .main-menu .navbar-collapse li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li a {
    padding: 10px 10px;
    line-height: 22px;
  }
}

.main-menu .navbar-collapse li a:hover {
  color: var(--tekprof-primary-color);
  text-decoration: underline;
}

.main-menu .navbar-collapse li.current>a,
.main-menu .navbar-collapse li.current-menu-item>a {
  font-weight: 500;
}

.main-menu .navbar-collapse li li {
  border-top: 1px solid var(--tekprof-border-color);
}

.main-menu .navbar-collapse li li a {
  text-transform: capitalize;
}

.main-menu .navbar-collapse li li a:before {
  display: none;
}

.main-menu .navbar-collapse li .megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  padding: 20px 0;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-collapse li .megamenu:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li .megamenu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .container {
    max-width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .row {
    margin: 0px;
  }
}

.main-menu .navbar-collapse li .megamenu ul {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .navbar-collapse li ul {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 100%;
  min-width: 300px;
  z-index: 100;
  display: none;
  background: white;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }

  .main-menu .navbar-collapse li ul:after {
    display: block;
    clear: both;
    content: "";
  }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
  .main-menu .navbar-collapse li ul {
    min-width: auto;
  }
}

.main-menu .navbar-collapse li ul li {
  width: 100%;
  padding: 7px 20px;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li {
    padding: 0 15px;
  }
}

.main-menu .navbar-collapse li ul li ul {
  left: 100%;
  top: 0%;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li ul {
    left: auto;
  }
}

.main-menu .navbar-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.main-menu .navbar-header .navbar-toggle {
  float: right;
  padding: 4px 0;
  cursor: pointer;
  background: transparent;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: var(--tekprof-base-color);
  height: 2px;
  width: 30px;
  display: block;
  margin: 7px 0;
}

/* Menu Btns */
.menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .menu-btns-web {
    display: none;
  }

  .menu-btns .theme-btn {
    display: none;
  }

  .menu-btns-mob .whats_icon {
    margin-left: 0;
    margin-right: 20px;
    width: 35px;
  }

  .navbar-header {
    padding: 10px 0px;
  }
}

@media only screen and (max-width: 375px) {
  .menu-btns>button {
    display: none;
  }
}

/* Header Search */
.nav-search {
  position: relative;
  margin-left: 25px;
}

@media only screen and (max-width: 991px) {
  .nav-search {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .nav-search {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.nav-search>button {
  background: transparent;
}

.nav-search form {
  position: absolute;
  width: 320px;
  top: 100%;
  right: 0;
  z-index: 777;
  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;
  background-color: #fff;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 479px) {
  .nav-search form {
    width: 300px;
  }
}

@media only screen and (max-width: 375px) {
  .nav-search form {
    width: 250px;
  }
}

.nav-search form.hide {
  display: none;
}

.nav-search form input {
  border: none;
  padding: 15px 5px 15px 25px;
}

.nav-search form button {
  background: transparent;
  padding: 15px 20px 15px 0;
}

/* White Menu */
.main-header.white-menu .top-left {
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.main-header.white-menu .top-left:before {
  display: none;
}

.main-header.white-menu .top-right ul {
  z-index: 1;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media only screen and (min-width: 992px) {
  .main-header.white-menu .top-right ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.main-header.white-menu .top-right ul li>i {
  color: white;
}

.main-header.white-menu .top-right ul:before {
  content: '';
  z-index: -1;
  height: 100%;
  width: 100vw;
  position: absolute;
  left: -80px;
  top: 0;
  background: var(--tekprof-heading-color);
}

@media only screen and (max-width: 991px) {
  .main-header.white-menu .top-right ul:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media only screen and (min-width: 992px) {

  .main-header.white-menu .navbar-collapse>ul>li>a,
  .main-header.white-menu .navbar-collapse>ul>li>.dropdown-btn {
    color: white;
  }
}

.main-header.white-menu .main-menu .navbar-header .navbar-toggle .icon-bar {
  background: white;
}

.main-header.white-menu .nav-search>button {
  color: white;
}

.main-header.white-menu .menu-sidebar>button {
  --c: conic-gradient(from -90deg, white 90deg, #0000 0);
}

.main-header.white-menu.fixed-header .header-upper {
  background: #222222;
}

/* Menu Sidebar */
.menu-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-sidebar>button {
  cursor: pointer;
  width: 25px;
  aspect-ratio: 1;
  --c: conic-gradient(from -90deg, #000000 90deg, #0000 0);
  background: var(--c), var(--c);
  background-size: 40% 40%;
}

.menu-sidebar>button:hover {
  -webkit-animation: toggler 1s infinite alternate;
  animation: toggler 1s infinite alternate;
}

/* Home Three Header Style */
.main-header.style-three {
  background-color: #18186C;
}

.main-header.style-three .menu-sidebar>button {
  --c: conic-gradient(from -90deg, #ffffff 90deg, #0000 0);
}

@media only screen and (min-width: 992px) {
  .main-header.style-three .main-menu .navbar-collapse>ul>li>a {
    color: rgba(255, 255, 255, 0.7);
  }

  .main-header.style-three .main-menu .navbar-collapse>ul>li>a:hover {
    color: white;
  }
}

@media only screen and (min-width: 992px) {
  .main-header.style-three .main-menu .navbar-collapse>ul>li.dropdown>.dropdown-btn {
    color: rgba(255, 255, 255, 0.7);
  }
}

@media only screen and (min-width: 992px) {
  .main-header.style-three .main-menu .navbar-collapse>ul>li.dropdown:hover>.dropdown-btn {
    color: white;
  }
}

.main-header.style-three .main-menu .navbar-header .navbar-toggle .icon-bar {
  background: white;
}

.main-header.style-three.fixed-header .header-upper {
  background: #18186C;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(165, 165, 165, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(165, 165, 165, 0.1);
}

.hidden-bar .widget-search form {
  border-color: var(--tekprof-base-color);
}

.hidden-bar .widget-search input {
  color: white;
}

.hidden-bar .widget-search input:focus::-webkit-input-placeholder {
  color: white;
}

.hidden-bar .widget-search input:focus:-ms-input-placeholder {
  color: white;
}

.hidden-bar .widget-search input:focus::-ms-input-placeholder {
  color: white;
}

.hidden-bar .widget-search input:focus::placeholder {
  color: white;
}

.hidden-bar .widget-search button {
  color: white;
}

.hidden-bar .widget-title:after {
  background: white;
}

.hidden-bar .widget-news li .image {
  max-width: 80px;
  margin-right: 20px;
}

.hidden-bar .widget-news li h5 {
  font-size: 18px;
}

.hidden-bar .widget-news li h5 a:not(:hover) {
  color: white;
}

/** hidden-sidebar * */
.hidden-bar {
  position: fixed;
  right: -350px;
  top: 0px;
  opacity: 0;
  width: 350px;
  height: 100%;
  z-index: 99999;
  overflow-y: auto;
  visibility: hidden;
  background-color: #222222;
  border-left: 1px solid #231b26;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 375px) {
  .hidden-bar {
    width: 300px;
  }
}

.hidden-bar .social-style-one a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.hidden-bar .social-style-one a:hover {
  color: var(--tekprof-primary-color);
}

.side-content-visible .hidden-bar {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.hidden-bar .inner-box {
  position: relative;
  padding: 100px 40px 50px;
}

@media only screen and (max-width: 375px) {
  .hidden-bar .inner-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hidden-bar .inner-box h4 {
  position: relative;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 35px;
}

/*Appointment Form */
.hidden-bar .appointment-form {
  position: relative;
}

.hidden-bar .appointment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hidden-bar .appointment-form textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  resize: none;
}

.hidden-bar .appointment-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input::-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form .form-group button {
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-color: white;
}

.form-back-drop {
  position: fixed;
  left: 100%;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  z-index: 9990;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-content-visible .form-back-drop {
  opacity: 1;
  left: 0;
  visibility: visible;
}

/* Header Top */
.header-top-wrap {
  /* border-bottom: 1px solid var(--tekprof-border-color); */
  background-color: #E7EEEE;
  padding: 0px 20px;
}

.header-top-wrap.for-border-none {
  border-bottom: 0px;
}

.for-border {
  border-top: 1px solid var(--tekprof-border-color);
  border-bottom: 1px solid var(--tekprof-border-color);
}

.top-left ul,
.top-right ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-left ul li,
.top-right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-left ul li:not(:last-child),
.top-right ul li:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {

  .top-left ul li:not(:last-child),
  .top-right ul li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 575px) {

  .top-left ul li:not(:last-child),
  .top-right ul li:not(:last-child) {
    display: none;
  }
}

.top-left ul li:not(:last-child):after,
.top-right ul li:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 1px;
  height: 100%;
  border-radius: 50%;
  background: var(--tekprof-border-color);
}

.top-left ul li>i,
.top-right ul li>i {
  margin: 0 10px -2px 0;
}

.top-left ul li>a,
.top-right ul li>a {
  font-size: 15px;
  margin-left: 5px;
  font-weight: 500;
  color: var(--tekprof-heading-color);
}

.top-left ul .social-style-one,
.top-right ul .social-style-one {
  font-size: 16px;
}

.top-left ul .social-style-one span,
.top-right ul .social-style-one span {
  margin: 0 45px 0 15px;
}

@media only screen and (max-width: 767px) {

  .top-left ul .social-style-one span,
  .top-right ul .social-style-one span {
    margin-left: 10px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 479px) {

  .top-left ul .social-style-one span,
  .top-right ul .social-style-one span {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .top-left {
    display: none;
  }
}

.bgc-primary.header-top-wrap .menu-sidebar button {
  --c: transparent;
}

.bgc-primary.header-top-wrap .top-left ul li i {
  color: white;
  margin-right: 0;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bgc-primary.header-top-wrap .header-top {
  padding-top: 4px;
  padding-bottom: 4px;
}

.bgc-primary.header-top-wrap .header-top .top-left>ul,
.bgc-primary.header-top-wrap .header-top .top-right>ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -20px;
  margin-right: -20px;
}

.bgc-primary.header-top-wrap .header-top .top-left>ul>li,
.bgc-primary.header-top-wrap .header-top .top-right>ul>li {
  padding-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.65);
}

.bgc-primary.header-top-wrap .header-top .top-left>ul>li i,
.bgc-primary.header-top-wrap .header-top .top-right>ul>li i {
  margin-right: 10px;
  color: var(--tekprof-primary-color);
}

.bgc-primary.header-top-wrap .header-top .top-left>ul>li a,
.bgc-primary.header-top-wrap .header-top .top-right>ul>li a {
  color: rgba(255, 255, 255, 0.65);
}

.bgc-primary.header-top-wrap .header-top .top-left>ul>li a:hover,
.bgc-primary.header-top-wrap .header-top .top-right>ul>li a:hover {
  color: white;
}

.bgc-primary.header-top-wrap .header-top .top-left>ul .nice-select,
.bgc-primary.header-top-wrap .header-top .top-right>ul .nice-select {
  border: none;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 25px 0 0;
  background: transparent;
}

.bgc-primary.header-top-wrap .header-top .top-left>ul .nice-select .current,
.bgc-primary.header-top-wrap .header-top .top-right>ul .nice-select .current {
  color: white;
}

.bgc-primary.header-top-wrap .header-top .top-left>ul .nice-select:after,
.bgc-primary.header-top-wrap .header-top .top-right>ul .nice-select:after {
  right: 8px;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -6px;
  border-color: white;
}

.bgc-primary.header-top-wrap .header-top .top-left>ul .nice-select .list,
.bgc-primary.header-top-wrap .header-top .top-right>ul .nice-select .list {
  width: auto;
}

.bgc-primary.header-top-wrap .header-top .top-left>ul .nice-select .list>li,
.bgc-primary.header-top-wrap .header-top .top-right>ul .nice-select .list>li {
  margin-bottom: 0;
}

.bgc-primary.header-top-wrap .header-top .top-left>ul .nice-select .list>li:before,
.bgc-primary.header-top-wrap .header-top .top-right>ul .nice-select .list>li:before {
  display: none;
}

.bgc-primary.header-top-wrap .header-top .top-left>ul>li a {
  color: white;
  margin-left: 5px;
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .bgc-primary.header-top-wrap .header-top .top-left>ul>li span {
    display: none;
  }
}

.bgc-primary.header-top-wrap .header-top .top-middle {
  color: white;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .bgc-primary.header-top-wrap .header-top .top-right {
    display: none;
  }
}

.bgc-primary.header-top-wrap .header-top .top-right .nice-select ul>li {
  margin-right: 0;
  color: var(--tekprof-base-color);
}

.bgc-primary.header-top-wrap .header-top .top-right .social-icons a i {
  color: white;
}

.bgc-primary.header-top-wrap .header-top .top-right .social-icons a:not(:last-child) {
  margin-right: 5px;
}

/* Header One */
.header-one .header-upper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.07)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 100%);
}

.header-one .header-upper.bgc-black {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--tekprof-heading-color);
}

.header-one .header-number,
.header-one .header-number a {
  color: white;
}

/* Header Three */
.main-header.header-three.fixed-header .header-upper {
  background: var(--tekprof-heading-color);
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .main-header.header-three .nav-search {
    margin-right: 0;
  }
}

@media only screen and (max-width: 375px) {
  .main-header.header-three .nav-search {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .main-header.header-three .menu-btns {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .main-header.header-three .header-top-wrap {
    display: none;
  }
}

.main-header.header-three .header-top>ul {
  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;
}

.main-header.header-three .header-top>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header.header-three .header-top>ul>li:not(:last-child):after {
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 50%;
  margin-left: 30px;
  margin-right: 30px;
  background: var(--tekprof-base-color);
}

.main-header.header-three .header-top>ul>li>i {
  margin-right: 10px;
  color: var(--tekprof-primary-color);
}

.main-header.header-three .header-top .text {
  color: white;
  font-weight: 500;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-header.header-three .header-top .text .hello {
  padding: 4px 7px;
  font-size: 14px;
  font-weight: 700;
  background: white;
  margin-right: 5px;
  border-radius: 3px;
  position: relative;
  color: var(--tekprof-secondary-color);
}

.main-header.header-three .header-top .text .hello:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 6px;
  border-top: 5px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.main-header.header-three .header-top .text a {
  text-decoration: underline;
}

.main-header.header-three .header-top .text a:not(:hover) {
  color: white;
}

/*******************************************************/
/******************** ## Hero Area ********************/
/*******************************************************/
.hero-area {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url('../images/services/bg-image2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  /* background: linear-gradient(160.4deg, #40B8C8 12.01%, #166E7B 86.87%, #40B8C8); */
}

.overflow {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background-color: #00000053;
}



.hero-area.style-three::after {
  position: absolute;
  left: calc(50% - 500px);
  bottom: calc(100% + 80px);
  width: 1000px;
  height: 1000px;
  background: var(--tekprof-primary-color);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  -webkit-animation: leftRightTwo 8s infinite;
  animation: leftRightTwo 8s infinite;
}

.hero-area.style-three .hero-content .sub-title {
  color: white;
  margin-bottom: 25px;
}

.hero-area.style-three .hero-content>p {
  color: white;
  font-size: 24px;
  margin-top: 40px;
  line-height: 1.7;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .hero-area.style-three .hero-content>p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-area.style-three .hero-content>p {
    font-size: 18px;
  }
}

.hero-content .sub-title {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  /* color: var(--tekprof-primary-color); */
  background: -webkit-linear-gradient(#0d8cad, #15a04d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

@media only screen and (max-width: 575px) {
  .hero-content .sub-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-content .sub-title {
    font-size: 16px;
  }
}

.hero-content h1 {
  line-height: 1;
  font-size: 65px;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 1399px) {
  .hero-content h1 {
    font-size: 65px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-content h1 {
    font-size: 35px;
  }
}

.hero-content>p {
  max-width: 650px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 25px;
  color: var(--tekprof-heading-color);
}

@media only screen and (min-width: 576px) {
  .hero-content>p {
    font-size: 18px;
  }
}

.hero-content.style-two h1 {
  line-height: 1.1;
}

.hero-content.style-two>p {
  font-size: 24px;
  line-height: 1.7;
  color: var(--tekprof-base-color);
}

@media only screen and (max-width: 991px) {
  .hero-content.style-two>p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content.style-two>p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content.style-two>p {
    font-size: 18px;
  }
}

.hero-content.style-four .subtitle-three {
  font-size: 20px;
  font-family: var(--tekprof-heading-font);
}

@media only screen and (min-width: 1200px) {
  .hero-content.style-four h1 {
    font-size: 75px;
  }
}

.hero-content.style-four h4 {
  font-weight: 500;
  margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
  .hero-content.style-four h4 {
    font-size: 20px;
  }
}

.hero-content.style-four .newsletter-form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid rgba(70, 78, 226, 0.2);
  -webkit-box-shadow: 0px 0px 60px rgba(70, 78, 226, 0.2);
  box-shadow: 0px 0px 60px rgba(70, 78, 226, 0.2);
  border-radius: 20px;
}

.hero-content.style-four .newsletter-form label {
  font-size: 20px;
}

.hero-content.style-four .newsletter-form input {
  font-family: var(--tekprof-base-font);
}

.hero-content.style-four .newsletter-form button {
  border-radius: 20px;
  background: var(--tekprof-primary-color);
}

@media only screen and (min-width: 1600px) {
  .hero-image {
    margin-right: -150px;
  }
}

.hero-image.radius-animation img {
  -webkit-animation: borderRadius1 8s ease-in-out infinite;
  animation: borderRadius1 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.hero-image-two {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  padding-left: 50px;
}

.hero-image-two::after {
  position: absolute;
  right: 35px;
  bottom: 0;
  content: '';
  width: 70%;
  height: 81%;
  max-width: 440px;
  background: #F2E5DD;
  z-index: -1;
  -webkit-animation: leftRightOne 8s ease-in-out infinite;
  animation: leftRightOne 8s ease-in-out infinite;
}

.hero-two-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-two-shape .shape {
  position: absolute;
}

.hero-two-shape .shape-one {
  top: 11%;
  left: 6%;
  max-width: 10%;
  -webkit-animation: down-up-one 8s infinite;
  animation: down-up-one 8s infinite;
}

.hero-two-shape .shape-two {
  top: 11%;
  right: -2%;
  max-width: 42%;
  -webkit-animation: down-up-one 8s infinite;
  animation: down-up-one 8s infinite;
}

@media only screen and (max-width: 991px) {
  .hero-two-shape .shape-two {
    top: 60%;
  }
}

.hero-image-three {
  max-width: 750px;
  position: relative;
  padding-top: 125%;
}

@media only screen and (min-width: 1600px) {
  .hero-image-three {
    width: 140%;
    margin-left: -30px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-image-three {
    padding-top: 100%;
  }
}

.hero-image-three .image {
  position: absolute;
}

.hero-image-three .image.one {
  left: 0;
  bottom: 0;
  width: 48%;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1599px) {
  .hero-image-three .image.one {
    bottom: 10%;
  }
}

.hero-image-three .image.two {
  right: 0;
  bottom: 0;
  width: 48%;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1599px) {
  .hero-image-three .image.two {
    bottom: 10%;
  }
}

.hero-image-three .image.three {
  left: 50%;
  bottom: 32%;
  width: 18%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-image-three .image.four {
  left: 50%;
  bottom: 58%;
  width: 25%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1599px) {
  .hero-image-three .image.four {
    bottom: 50%;
  }
}

.hero-bottom-image-area img {
  width: 100%;
}

.trusted-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trusted-clients img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid white;
}

@media only screen and (max-width: 575px) {
  .trusted-clients img {
    width: 50px;
    height: 50px;
  }
}

.trusted-clients img:not(:last-child) {
  margin-right: -15px;
}

.hero-content-five h1,
.hero-content-five .h1 {
  color: white;
  line-height: 1;
  font-size: 150px;
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 991px) {

  .hero-content-five h1 br,
  .hero-content-five .h1 br {
    display: none;
  }
}

@media only screen and (max-width: 1399px) {

  .hero-content-five h1,
  .hero-content-five .h1 {
    font-size: 130px;
  }
}

@media only screen and (max-width: 1199px) {

  .hero-content-five h1,
  .hero-content-five .h1 {
    font-size: 105px;
  }
}

@media only screen and (max-width: 991px) {

  .hero-content-five h1,
  .hero-content-five .h1 {
    font-size: 85px;
  }
}

@media only screen and (max-width: 767px) {

  .hero-content-five h1,
  .hero-content-five .h1 {
    font-size: 60px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 575px) {

  .hero-content-five h1,
  .hero-content-five .h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 479px) {

  .hero-content-five h1,
  .hero-content-five .h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 375px) {

  .hero-content-five h1,
  .hero-content-five .h1 {
    font-size: 35px;
  }
}

.hero-content-five .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1400px) {
  .hero-content-five .content .h1 {
    margin-right: 5%;
  }
}

@media only screen and (max-width: 991px) {
  .hero-content-five .content .h1 {
    margin-bottom: 10px;
  }
}

.hero-content-five .content p {
  max-width: 400px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 30px;
}

@media only screen and (min-width: 480px) {
  .hero-content-five .content p {
    font-size: 18px;
  }
}

.hero-content-five .content .theme-btn {
  margin-top: 25px;
}

.hero-five-clients {
  z-index: 1;
  position: relative;
  padding: 50px 0 50px 50px;
}

@media only screen and (max-width: 575px) {
  .hero-five-clients {
    padding-left: 25px;
  }
}

.hero-five-clients:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  width: 30%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-five-clients .client-logos {
  margin-right: -30px;
}

.hero-five-clients .client-logos img {
  margin-top: 15px;
  margin-right: 30px;
  max-width: calc(50% - 35px);
}

.hero-five-video-wrap img {
  width: 100%;
  border-radius: 10px;
}

.hero-five-video-wrap .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-five-video-wrap .video-play {
  font-size: 18px;
  padding-left: 4px;
  width: 80px;
  height: 80px;
  background: white;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: pulse 1.5s infinite linear;
  animation: pulse 1.5s infinite linear;
}

.hero-five-video-wrap .video-play.color-primary {
  color: var(--tekprof-primary-color);
}

@media only screen and (max-width: 479px) {
  .hero-five-video-wrap .video-play {
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
  }
}

/* Hero Section Six */
.hero-area-four .hero-bg-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: white;
  border-radius: 60px 60px 0 0;
}

@media only screen and (max-width: 1599px) {
  .hero-area-four .hero-bg-shapes {
    border-radius: 30px 30px 0 0;
  }
}

.hero-area-four .hero-bg-shapes .shape {
  z-index: -1;
  max-width: 20%;
  position: absolute;
}

.hero-area-four .hero-bg-shapes .shape.one {
  left: 5%;
  top: 40%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}

.hero-area-four .hero-bg-shapes .shape.two {
  top: 35%;
  right: 6%;
  -webkit-animation: down-up-two 5s infinite;
  animation: down-up-two 5s infinite;
}

.hero-area-four .hero-content.style-four h1 span {
  color: var(--tekprof-primary-color);
}

.radius-shape-top {
  margin-top: -100px;
  border-radius: 100px 100px 0 0;
}

@media only screen and (max-width: 991px) {
  .radius-shape-top {
    margin-top: -50px;
    border-radius: 50px 50px 0 0;
  }
}

/*******************************************************/
/******************* ## Page Banner *******************/
/*******************************************************/
.banner-wrap {
  position: relative;
  height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@media only screen and (max-width: 1599px) {
  .banner-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-wrap {
    height: 530px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-wrap {
    height: 430px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-wrap {
    height: 330px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(0.11% 53.87%, 99.89% 575.5%, rgba(2, 6, 38, 0.6) 14.24%, rgba(2, 6, 38, 0) 100%);
  background: -o-radial-gradient(0.11% 53.87%, 99.89% 575.5%, rgba(2, 6, 38, 0.6) 14.24%, rgba(2, 6, 38, 0) 100%);
  background: radial-gradient(99.89% 575.5% at 0.11% 53.87%, rgba(2, 6, 38, 0.6) 14.24%, rgba(2, 6, 38, 0) 100%);
}

@media only screen and (max-width: 991px) {
  .blog-banner .banner-wrap {
    height: 480px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-banner .banner-wrap {
    height: 430px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-banner .banner-wrap {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-banner .banner-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.banner-inner {
  z-index: 1;
  position: relative;
}

.banner-inner .page-title {
  color: white;
  font-size: 70px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .banner-inner .page-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-inner .page-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-inner .page-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-inner .page-title {
    font-size: 32px;
  }
}

.banner-inner .breadcrumb {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .banner-inner .breadcrumb {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-inner .breadcrumb {
    font-size: 18px;
  }
}

.banner-inner .breadcrumb .breadcrumb-item {
  color: white;
  font-weight: 600;
  font-family: var(--tekprof-heading-font);
}

.banner-inner .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 30px;
}

.banner-inner .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  color: white;
  content: "\f054";
  margin-top: 2px;
  font-weight: 500;
  font-size: 0.7em;
  padding-right: 30px;
  font-family: "Font Awesome 5 Pro";
}

.banner-inner .breadcrumb .breadcrumb-item.active {
  text-decoration: underline;
}

.banner-inner.blog-style .page-title {
  font-size: 48px;
}

@media only screen and (max-width: 991px) {
  .banner-inner.blog-style .page-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-inner.blog-style .page-title {
    font-size: 33px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-inner.blog-style .page-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-inner.blog-style .page-title {
    font-size: 26px;
  }
}

.banner-inner.blog-style .blog-meta-two li {
  color: white;
}

/*******************************************************/
/****************** ## Features Area *******************/
/*******************************************************/
.features-area {
  z-index: 1;
  position: relative;
}

.features-area:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 85, 70, 0.06)), to(rgba(252, 85, 70, 0)));
  background: -webkit-linear-gradient(top, rgba(252, 85, 70, 0.06) 0%, rgba(252, 85, 70, 0) 100%);
  background: -o-linear-gradient(top, rgba(252, 85, 70, 0.06) 0%, rgba(252, 85, 70, 0) 100%);
  background: linear-gradient(180deg, rgba(252, 85, 70, 0.06) 0%, rgba(252, 85, 70, 0) 100%);
}

.features-bg {
  z-index: 2;
  position: relative;
}

.features-bg:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: -10%;
  top: 0;
  background: white;
  width: 120%;
  height: 100%;
}

.feature-item {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 75px;
}

.feature-item .image img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: center;
}

.feature-item .content {
  width: 86%;
  position: absolute;
  left: 7%;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  text-align: center;
  padding: 15px 20px 12px;
  -webkit-box-shadow: 10px 4px 60px rgba(24, 17, 35, 0.1);
  box-shadow: 10px 4px 60px rgba(24, 17, 35, 0.1);
}

@media only screen and (max-width: 375px) {
  .feature-item .content {
    left: 5%;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.feature-item .content .title {
  margin-bottom: 5px;
}

@media only screen and (max-width: 375px) {
  .feature-item .content .title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

.feature-item .content p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.feature-item .content .read-more {
  margin-top: -7px;
  margin-bottom: 12px;
}

.feature-item:hover .content {
  /* background: var(--tekprof-primary-color); */
  background: linear-gradient(to bottom, #0d8cad, #15a04d);
  -webkit-box-shadow: 10px 4px 60px #0d8bb252;
  box-shadow: 10px 4px 60px #0d8bb252;
}

.feature-item:hover .content h4 a,
.feature-item:hover .content p,
.feature-item:hover .content .read-more {
  color: white;
}

.feature-item.style-two {
  padding-bottom: 0;
}

.feature-item.style-two .image {
  position: relative;
}

.feature-item.style-two .image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 12, 12, 0)), to(#0B0C0C));
  background: -webkit-linear-gradient(top, rgba(11, 12, 12, 0) 0%, #0B0C0C 100%);
  background: -o-linear-gradient(top, rgba(11, 12, 12, 0) 0%, #0B0C0C 100%);
  background: linear-gradient(180deg, rgba(11, 12, 12, 0) 0%, #0B0C0C 100%);
}

.feature-item.style-two .content {
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  padding: 40px 60px;
  background: transparent;
}

@media only screen and (max-width: 1599px) {
  .feature-item.style-two .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .feature-item.style-two .content {
    padding: 20px 25px;
  }
}

.feature-item.style-two .content .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: -10px;
}

.feature-item.style-two .content .tags a {
  color: white;
  font-weight: 500;
  padding: 2px 14px;
  margin: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 375px) {
  .feature-item.style-two .content .tags a {
    font-size: 14px;
    padding: 1px 12px;
  }
}

.feature-item.style-two .content .title {
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1599px) {
  .feature-item.style-two .content .title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-item.style-two .content .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .feature-item.style-two .content .title {
    font-size: 25px;
  }
}

.feature-item.style-two .content .title a {
  color: white;
}

.feature-item.style-two .content p {
  color: white;
  margin-bottom: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-item.style-two .content p {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .feature-item.style-two .content p {
    display: none;
  }
}

.feature-item.style-three {
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  background: white;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding: 35px 20px;
  -webkit-box-shadow: 10px 0 60px rgba(103, 77, 243, 0.1);
  box-shadow: 10px 0 60px rgba(103, 77, 243, 0.1);
}

@media only screen and (max-width: 767px) {
  .feature-item.style-three {
    margin-top: 0;
  }
}

.feature-item.style-three:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 195px;
  height: 133px;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  background: url(../images/background/feature-bg.png) no-repeat;
}

.feature-item.style-three .icon {
  line-height: 1;
  font-size: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  color: var(--tekprof-secondary-color);
}

.feature-item.style-three h5,
.feature-item.style-three h4,
.feature-item.style-three p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.feature-item.style-three .more-btn {
  font-size: 18px;
  width: 43px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  border: 1px solid var(--tekprof-border-color);
}

.feature-item.style-three:hover {
  background: var(--tekprof-secondary-color);
}

.feature-item.style-three:hover:before {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.feature-item.style-three:hover .icon,
.feature-item.style-three:hover h5,
.feature-item.style-three:hover h5 a,
.feature-item.style-three:hover h4,
.feature-item.style-three:hover h4 a,
.feature-item.style-three:hover p {
  color: white;
}

.feature-item.style-three:hover .more-btn {
  color: var(--tekprof-secondary-color);
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

.feature-area-two {
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
}

/* Feature Style Two */
.feature-item-two {
  margin-bottom: 25px;
}

.feature-item-two .icon {
  line-height: 1;
  font-size: 70px;
  margin-bottom: 15px;
  color: #fff;
  /* color: var(--tekprof-primary-color); */
}

.feature-item-two p {
  margin-bottom: 0;
  line-height: 24px;
}

/* Feature Style Three */
.feature-item-three {
  max-width: 300px;
}

@media only screen and (min-width: 992px) {
  .feature-item-three {
    padding-top: 95px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-item-three {
    margin-bottom: 50px;
  }
}

.feature-item-three .icon {
  line-height: 1;
  font-size: 50px;
  margin-bottom: 20px;
  color: var(--tekprof-primary-color);
}

.feature-item-three.style-two {
  padding-top: 45px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .feature-item-three.style-two {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 35px;
  }
}

.border-right {
  border-right: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 991px) {
  .border-right {
    border-right: 0;
  }
}

.border-left {
  border-left: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 991px) {
  .border-left {
    border-left: 0;
  }
}

/*******************************************************/
/****************** ## Services Area *******************/
/*******************************************************/
.service-item {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
  .service-item {
    padding-bottom: 90px;
  }
}

.service-item .image img {
  width: 100%;
}

.service-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 28px;
  background: var(--tekprof-blue-color);
}

.service-item .content .title {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .service-item .content .title {
    font-size: 20px;
  }
}

.service-item .content .title a {
  color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.service-item .content .title a i {
  float: left;
  font-size: 2em;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 25px;
  margin-bottom: -5px;
}

@media only screen and (max-width: 767px) {
  .service-item .content .title a i {
    margin-right: 15px;
  }
}

.service-item .content p {
  margin-top: -8px;
  color: rgba(255, 255, 255, 0.65);
}

.service-item .content .read-more {
  color: white;
  margin-top: 8px;
  margin-bottom: 30px;
}

.service-item:hover .content .title a {
  text-decoration: underline;
}

.service-item:hover .content .title a i {
  color: var(--tekprof-primary-color);
}

.service-item.style-three {
  padding: 0;
  margin-bottom: 30px;
}

.service-item.style-three .icon {
  line-height: 1;
  font-size: 85px;
  margin-bottom: 20px;
  color: var(--tekprof-secondary-color);
}

.service-item.style-three h4 {
  margin-bottom: 15px;
}

.service-item.style-three .read-more {
  color: var(--tekprof-heading-color);
}

.service-item-two {
  text-align: center;
  margin-bottom: 30px;
  padding: 35px 15px 25px;
  background: var(--tekprof-lighter-color);
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-item-two {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-item-two .icon {
  line-height: 1;
  font-size: 58px;
  margin-bottom: 12px;
  color: var(--tekprof-primary-color);
}

/* Service Two */
.service-two-item {
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 40px 50px 35px;
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 991px) {
  .service-two-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .service-two-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-two-item .icon {
  line-height: 1;
  font-size: 55px;
  margin-bottom: 18px;
}

.service-two-item h4 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 375px) {
  .service-two-item h4 {
    font-size: 20px;
  }
}

.service-two-item p {
  max-width: 666px;
}

.service-two-item .icon,
.service-two-item p,
.service-two-item .read-more {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-two-item .bg {
  position: absolute;
  right: -30%;
  bottom: -30%;
  opacity: 0;
  z-index: -1;
  max-width: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-two-item:hover .icon,
.service-two-item:hover p,
.service-two-item:hover .read-more {
  color: var(--tekprof-heading-color);
}

.service-two-item:hover .bg {
  right: 0;
  bottom: 0;
  opacity: 1;
}

.service-two-item.style-two {
  padding: 50px 45px 26px;
}

@media only screen and (max-width: 479px) {
  .service-two-item.style-two {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .service-two-item.style-two {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-two-item.style-two .icon {
  width: 85px;
  height: 85px;
  font-size: 50px;
  line-height: 85px;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 35px;
  color: var(--tekprof-heading-color);
  border: 1px solid var(--tekprof-border-color);
  background: rgba(var(--tekprof-primary-rgb), 0.2);
}

.service-two-item.style-two h5 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 375px) {
  .service-two-item.style-two h5 {
    font-size: 20px;
  }
}

.service-two-item.style-two:hover {
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

.service-two-item.style-two:hover .icon {
  background: white;
  border-color: white;
}

.service-two-item.style-two.hover-two {
  padding: 40px 40px 20px;
}

@media only screen and (max-width: 375px) {
  .service-two-item.style-two.hover-two {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-two-item.style-two.hover-two:not(:hover) {
  background: var(--tekprof-lighter-color);
}

.service-two-item.style-two.hover-two .icon {
  width: 70px;
  height: 70px;
  font-size: 45px;
  background: white;
  line-height: 70px;
  color: var(--tekprof-primary-color);
}

@media only screen and (min-width: 376px) {
  .service-two-item.style-two.hover-two h6 {
    font-size: 20px;
  }
}

.service-two-item.style-two.hover-two h6 a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: -webkit-linear-gradient(white, white), -webkit-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white), -o-linear-gradient(white, white);
  background-image: linear-gradient(white, white), linear-gradient(white, white);
}

.service-two-item.style-two.hover-two:hover h6 a,
.service-two-item.style-two.hover-two:hover p {
  color: white;
}

.service-two-item.style-three {
  padding-top: 50px;
  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;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--tekprof-lighter-color);
  border-color: var(--tekprof-border-color);
}

.service-two-item.style-three.height-100 {
  height: calc(100% - 30px);
}

.service-two-item.style-three .icon {
  margin-bottom: 14px;
  color: var(--tekprof-primary-color);
}

.service-video-part img {
  width: 100%;
}

.service-video-part .content {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px 30px 20px;
  max-width: 270px;
  background: var(--tekprof-primary-color);
}

@media only screen and (max-width: 375px) {
  .service-video-part .content {
    max-width: 220px;
    padding: 15px 15px 10px;
  }
}

.service-video-part .content .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 375px) {
  .service-video-part .content .video-wrap {
    margin-bottom: 12px;
    padding-bottom: 14px;
  }
}

.service-video-part .content .video-wrap span {
  color: white;
  font-weight: 600;
  margin-left: 15px;
}

.service-video-part .content h5 {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

/* Service Accordion Style */
.services-wrap {
  border-top: 1px solid var(--tekprof-border-color);
}

.services-wrap.style-two {
  border-top: 0;
}

.service-accordion .accordion-item {
  border: 1px solid var(--tekprof-border-color);
}

.service-accordion .accordion-item .accordion-header .accordion-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--tekprof-base-color);
  padding: 20px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .service-accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 25px;
  }
}

.service-accordion .accordion-item .accordion-header .accordion-button .step {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 5.6%;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .service-accordion .accordion-item .accordion-header .accordion-button .step {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .service-accordion .accordion-item .accordion-header .accordion-button .step {
    display: none;
  }
}

.service-accordion .accordion-item .accordion-header .accordion-button .title {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 767px) {
  .service-accordion .accordion-item .accordion-header .accordion-button .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .service-accordion .accordion-item .accordion-header .accordion-button .title {
    font-size: 18px;
    line-height: 1.2;
  }
}

.service-accordion .accordion-item .accordion-header .accordion-button .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service-accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.service-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.service-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon.first {
  display: none;
}

.service-accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.second {
  display: none;
}

.service-accordion .accordion-item .accordion-body {
  padding: 0 45px 50px;
}

@media only screen and (max-width: 991px) {
  .service-accordion .accordion-item .accordion-body {
    padding: 0 25px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .service-accordion .accordion-item .accordion-body {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .service-accordion .accordion-item .accordion-body .image {
    margin-bottom: 20px;
  }
}

.service-accordion .accordion-item .accordion-body .content {
  max-width: 300px;
}

.service-accordion .accordion-item .accordion-body .content .read-more {
  color: var(--tekprof-primary-color);
  text-decoration: underline;
}

.service-accordion .accordion-item:not(:last-child) {
  border-bottom: 0;
}

/* Home Three Service Style */
.service-section-text {
  max-width: 510px;
}

.service-item-three {
  margin-bottom: 30px;
  padding: 40px 35px 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 375px) {
  .service-item-three {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-item-three .icon {
  width: 65px;
  height: 65px;
  color: white;
  font-size: 40px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  margin-bottom: 33px;
}

.service-item-three .icon.yellow {
  background: #FF8C22;
}

.service-item-three .icon.skyblue {
  background: #1FB4FF;
}

.service-item-three .icon.pink {
  background: #FF1F9A;
}

.service-item-three .icon.blue {
  background: var(--tekprof-primary-color);
}

.service-item-three .title a {
  color: white;
}

.service-item-three p {
  color: #AEAEAE;
}

.service-item-three .read-more {
  color: white;
}

.service-item-three .read-more:hover {
  text-decoration: none;
}

/** Services Page Style **/
@media only screen and (max-width: 1199px) {
  .why-choose-left-content {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .why-choose-left-content {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .why-choose-left-content {
    max-width: 345px;
  }
}

/** Service Details Page Style **/
.it-solutions-right-content {
  padding: 20px;
}

@media only screen and (min-width: 1200px) {
  .it-solutions-right-content {
    height: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .it-solutions-right-content {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .it-solutions-right-content {
    padding: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .it-solutions-right-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.it-solutions-right-content .left-content {
  max-width: 480px;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .it-solutions-right-content .left-content {
    margin-left: 0;
  }
}

.it-solutions-right-content .left-content .section-title h2,
.it-solutions-right-content .left-content p {
  color: white;
}

.it-solutions-wrap {
  max-width: 480px;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .it-solutions-wrap {
    margin-left: 0;
  }
}

.it-solution-item {
  color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 20px 30px 7px 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 375px) {
  .it-solution-item {
    padding-left: 20px;
  }
}

.it-solution-item:not(:last-child) {
  margin-bottom: 10px;
}

.it-solution-item h5 {
  color: white;
}

.it-solution-item:hover {
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

.solution-beyond-content p {
  font-weight: 500;
}

.service-get-consultations-wrap {
  padding: 30px;
  background: #FAF8F6;
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (min-width: 1200px) {
  .service-get-consultations-wrap {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .service-get-consultations-wrap {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .service-get-consultations-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-get-consultations-wrap .left-content h5 {
  font-size: 18px;
}

.get-consultations-form-area {
  padding: 32px 50px 40px;
  background: white;
}

@media only screen and (max-width: 479px) {
  .get-consultations-form-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .get-consultations-form-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.get-consultations-form-area h4 {
  text-align: center;
}

@media only screen and (max-width: 375px) {
  .get-consultations-form-area h4 {
    font-size: 20px;
  }
}

.get-consultations-form .nice-select {
  padding-top: 4px;
  padding-bottom: 4px;
}

.get-consultations-form .nice-select::after {
  width: 9px;
  height: 9px;
  right: 18px;
}

.get-consultations-form .nice-select .list {
  width: 100%;
}

.get-consultations-form .theme-btn {
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.accordion-item-four {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid var(--tekprof-border-color);
}

.accordion-item-four:first-child {
  border-top: 1px solid var(--tekprof-border-color);
}

.accordion-item-four .accordion-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--tekprof-heading-color);
  padding: 25px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .accordion-item-four .accordion-button {
    padding: 15px 0;
  }
}

.accordion-item-four .accordion-button .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--tekprof-heading-color);
  font-family: var(--tekprof-heading-font);
}

@media only screen and (max-width: 375px) {
  .accordion-item-four .accordion-button .title {
    font-size: 18px;
  }
}

.accordion-item-four .accordion-button .icon {
  margin-left: auto;
}

.accordion-item-four .accordion-button:after {
  display: none;
}

.accordion-item-four .accordion-button:not(.collapsed) .icon.first {
  display: none;
}

.accordion-item-four .accordion-button.collapsed .icon.second {
  display: none;
}

.accordion-item-four .accordion-body {
  padding: 0 20px 10px 0;
}

.accordion-item-four.style-two {
  position: relative;
  z-index: 1;
  border-bottom: 0;
}

.accordion-item-four.style-two .accordion-button {
  padding: 25px 30px;
  border-bottom: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 375px) {
  .accordion-item-four.style-two .accordion-button {
    padding: 20px;
  }
}

.accordion-item-four.style-two .accordion-button:not(.collapsed) {
  border-color: transparent;
}

.accordion-item-four.style-two .accordion-body {
  padding: 0 30px 10px 30px;
}

@media only screen and (max-width: 375px) {
  .accordion-item-four.style-two .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion-item-four.style-two .accordion-body::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: white;
  -webkit-box-shadow: 10px 4px 60px rgba(180, 180, 180, 0.25);
  box-shadow: 10px 4px 60px rgba(180, 180, 180, 0.25);
}

/* Service Style Four */
.service-item-four .image {
  z-index: 1;
  position: relative;
}

.service-item-four .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #21242c;
}

.service-item-four .image:before {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-item-four .image img {
  width: 100%;
}

.service-item-four .image .plus {
  z-index: 3;
  opacity: 0;
  color: white;
  position: absolute;
  left: 50%;
  top: 20%;
  font-size: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.service-item-four .content {
  z-index: 2;
  position: relative;
  margin: -80px 20px 50px 50px;
}

@media only screen and (max-width: 375px) {
  .service-item-four .content {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.service-item-four .content .top-part {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  padding: 40px 50px 30px;
  -webkit-box-shadow: 10px 0 40px rgba(103, 77, 243, 0.1);
  box-shadow: 10px 0 40px rgba(103, 77, 243, 0.1);
}

@media only screen and (max-width: 479px) {
  .service-item-four .content .top-part {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-item-four .content .top-part .icon {
  line-height: 1;
  font-size: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 5px;
  color: var(--tekprof-secondary-color);
}

.service-item-four .content .top-part .number {
  position: absolute;
  right: 35px;
  top: 30px;
  opacity: 0.1;
  line-height: 1;
  font-size: 150px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px;
  text-transform: uppercase;
  font-family: var(--tekprof-heading-font);
  -webkit-text-stroke-color: var(--tekprof-heading-color);
}

@media only screen and (max-width: 375px) {
  .service-item-four .content .top-part h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.service-item-four .content .bottom-part {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: -20px;
  background: white;
  padding: 0 50px 30px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 10px 40px 40px rgba(103, 77, 243, 0.1);
  box-shadow: 10px 40px 40px rgba(103, 77, 243, 0.1);
}

@media only screen and (max-width: 479px) {
  .service-item-four .content .bottom-part {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-item-four .content .bottom-part p,
.service-item-four .content .bottom-part .read-more {
  color: white;
}

.service-item-four:hover .image:before,
.service-item-four.active .image:before {
  opacity: 0.5;
}

.service-item-four:hover .image .plus,
.service-item-four.active .image .plus {
  top: 30%;
  opacity: 1;
}

.service-item-four:hover .top-part,
.service-item-four.active .top-part {
  background: var(--tekprof-secondary-color);
}

.service-item-four:hover .top-part .icon,
.service-item-four:hover .top-part h4 a,
.service-item-four.active .top-part .icon,
.service-item-four.active .top-part h4 a {
  color: white;
}

.service-item-four:hover .top-part .number,
.service-item-four.active .top-part .number {
  -webkit-text-stroke-color: white;
}

.service-item-four:hover .bottom-part,
.service-item-four.active .bottom-part {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: var(--tekprof-secondary-color);
}

@media only screen and (max-width: 991px) {
  .service-item-four .content .top-part {
    background: var(--tekprof-secondary-color);
  }

  .service-item-four .content .top-part .icon,
  .service-item-four .content .top-part h4 a {
    color: white;
  }

  .service-item-four .content .top-part .number {
    -webkit-text-stroke-color: white;
  }

  .service-item-four .content .bottom-part {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: var(--tekprof-secondary-color);
  }
}

@media only screen and (max-width: 375px) {
  .service-item-four.slick-active .image .plus {
    font-size: 35px;
  }
}

.service-four-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.service-four-slider .service-item-four {
  margin-left: 15px;
  margin-right: 15px;
}

.service-four-slider .slick-dots {
  margin-top: 0;
}

.service-four-slider .slick-dots li {
  background: var(--tekprof-secondary-color);
}

.service-four-slider .slick-dots li.slick-active {
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
  outline: 2px solid var(--tekprof-primary-color);
}

/* Service Style Five */
.service-item-five {
  padding: 40px;
  background: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 10px 0 60px rgba(102, 83, 232, 0.15);
  box-shadow: 10px 0 60px rgba(102, 83, 232, 0.15);
}

@media only screen and (max-width: 575px) {
  .service-item-five {
    margin-top: 0;
  }
}

@media only screen and (max-width: 375px) {
  .service-item-five {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.service-item-five .icon {
  width: 93px;
  height: 93px;
  line-height: 1;
  font-size: 50px;
  line-height: 93px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--tekprof-secondary-color);
  background: url(../images/services/icon-bg.png) no-repeat 100% 100%;
}

.service-item-five p {
  margin: 20px 0 5px;
}

.servcies-bg-shape {
  max-width: 50%;
  z-index: -1;
  position: absolute;
  right: 0;
  top: -20%;
}

/*******************************************************/
/****************** ## Counter Area *******************/
/*******************************************************/
.achievement-area {
  z-index: 1;
  position: relative;
}

.achievement-area:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  /* background: -webkit-linear-gradient(289.6deg, #021433 12.01%, rgba(2, 20, 51, 0.5) 86.87%);
  background: -o-linear-gradient(289.6deg, #021433 12.01%, rgba(2, 20, 51, 0.5) 86.87%);
  background: linear-gradient(160.4deg, #021433 12.01%, rgba(2, 20, 51, 0.5) 86.87%); */
}

.counter-item {
  z-index: 1;
  margin: -1px;
  height: 100%;
  background: white;
  padding: 40px 15%;
  position: relative;
  border: 1px solid var(--tekprof-border-color);
}

.counter-item:after {
  content: '';
  opacity: 1 !important;
  z-index: -1;
  position: absolute;
  color: #fff !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  /* background: var(--tekprof-primary-color); */
  /* background: linear-gradient(to bottom, #0d8cad, #15a04d); */
  background-color: #1a396f;
}

.counter-item .counter-text-wrap {
  line-height: 1;
  font-size: 55px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 6px;
}

.counter-item .counter-title {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.counter-item:hover:after {
  opacity: 1;
}

.counter-item:hover .counter-title,
.counter-item:hover .counter-text-wrap {
  color: white;
}

.counter-item.style-three {
  z-index: 1;
  position: relative;
  padding: 40px 50px;
  border-radius: 12px;
}

.counter-item.style-three .count-text {
  font-size: 48px;
  font-weight: 600;
}

.counter-item.style-three .count-text.plus:after {
  content: '+';
}

.counter-item.style-three .count-text.k-plus:after {
  content: 'k+';
}

.counter-item.style-three .count-text.m-plus:after {
  content: 'm+';
}

.counter-item.style-three .count-text.m:after {
  content: 'm';
}

.counter-item.style-three .count-text.percent:after {
  content: '%';
}

.counter-item.style-three .counter-title {
  font-size: 16px;
}

.counter-item.style-three .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: white;
  border-radius: 12px;
}

.counter-item.style-three:after,
.counter-item.style-three:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: white;
  border-radius: 12px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.counter-item.style-three .count-text {
  color: var(--tekprof-heading-color);
}

.counter-item.style-three hr {
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.counter-item.style-three:hover .counter-title {
  color: var(--tekprof-base-color);
}

.counter-item.style-three:hover:before {
  top: 10px;
  left: 10px;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.counter-item.style-three:hover:after {
  top: 20px;
  left: 20px;
  z-index: -3;
}

.counter-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.counter-item-two .counter-text-wrap {
  line-height: 1;
  font-size: 55px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 30px;
  color: var(--tekprof-heading-color);
}

.counter-item-two .counter-title {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  color: var(--tekprof-heading-color);
}

.counter-item-two.style-two .counter-text-wrap,
.counter-item-two.style-two .counter-title {
  color: white;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-item-two.style-two .counter-text-wrap {
    margin-right: 14px;
  }
}

/* Counter Style Three */
.counter-item-three {
  padding: 50px;
  margin-bottom: 28px;
  background: #23293b;
}

@media only screen and (max-width: 575px) {
  .counter-item-three {
    margin-top: 0;
  }
}

.counter-item-three>i {
  font-size: 55px;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--tekprof-primary-color);
}

.counter-item-three .count-text {
  display: block;
  color: white;
}

.counter-item-three .count-text.plus:after {
  content: '+';
}

.counter-item-three .count-text.k-plus:after {
  content: 'k+';
}

.counter-item-three .count-text.percent:after {
  content: '%';
}

@media only screen and (min-width: 1400px) {
  .statistics-two-content {
    padding-left: 50px;
  }
}

/*******************************************************/
/******************* ## About Area ********************/
/*******************************************************/
.why-choose-images {
  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;
}

.why-choose-images img {
  margin-bottom: 30px;
}


.right.aos-init.aos-animate {
  padding-right: 40px;
}

.why-choose-images .left {
  text-align: center;
  margin-right: 0px;
}

/** Home Two About **/
.about-inner {
  border-bottom: 1px solid var(--tekprof-border-color);
}

.about-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-images img {
  margin-bottom: 30px;
}

.about-images .left {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .about-images .left {
    margin-top: 30px;
  }
}

.about-images .right {
  margin-top: 90px;
  margin-left: 30px;
}

@media only screen and (max-width: 375px) {
  .about-images .right {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .about-content {
    max-width: 410px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 376px) {
  .about-content p {
    font-size: 18px;
  }
}

/* Home Six About */
.about-bg-shape {
  position: absolute;
  z-index: -1;
  top: -75px;
  max-width: 50%;
}

.about-two-content p {
  max-width: 545px;
}

/* Home Three Why Choose Us Style */
.why-choose-three-content {
  max-width: 680px;
}

@media only screen and (max-width: 1199px) {
  .why-choose-three-content {
    margin-bottom: 50px;
  }
}

.why-choose-three-content .proven-area {
  border-top: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 375px) {
  .why-choose-three-content .proven-area h4 {
    font-size: 20px;
  }
}

.why-choose-three-content .list-style-one li {
  color: var(--tekprof-base-color);
}

.why-choose-three-image {
  position: relative;
}

.why-choose-three-image img {
  width: 100%;
}

.why-choose-three-image .team-member {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: white;
  max-width: 216px;
  background: var(--tekprof-primary-color);
  padding: 34px 20px 15px 35px;
}

.why-choose-three-image .team-member i {
  font-size: 50px;
}

.why-choose-three-image .team-member h4 {
  color: white;
  margin-top: 8px;
}

@media only screen and (max-width: 375px) {
  .why-choose-three-image .team-member h4 {
    font-size: 20px;
  }
}

/* Circle Progress */
.circle-progress-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.circle-progress-item h4 {
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 30px;
  letter-spacing: -0.7px;
}

@media only screen and (max-width: 1299px) {
  .circle-progress-item h4 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .circle-progress-item h4 {
    font-size: 22px;
  }
}

.circle-progress {
  position: relative;
}

.circle-progress::after {
  position: absolute;
  left: 10px;
  top: 10px;
  content: '';
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  z-index: -1;
}

.circle-progress .counting {
  font-size: 27px;
  position: absolute;
  left: 60px;
  top: 45px;
  font-weight: 700;
  color: var(--tekprof-primary-color);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  font-family: var(--tekprof-heading-font);
}

/* About Three Style */
.about-three-left-image {
  position: relative;
  max-width: 550px;
  padding-right: 50px;
  padding-bottom: 140px;
}

@media only screen and (max-width: 1199px) {
  .about-three-left-image {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .about-three-left-image {
    padding-bottom: 120px;
  }
}

.about-three-left-image .clients-satisfied,
.about-three-left-image .years-experience {
  color: white;
  background: var(--tekprof-primary-color);
}

.about-three-left-image .clients-satisfied i,
.about-three-left-image .years-experience i {
  font-size: 50px;
}

.about-three-left-image .clients-satisfied h4,
.about-three-left-image .years-experience h4 {
  color: white;
  font-weight: 600;
}

@media only screen and (max-width: 375px) {

  .about-three-left-image .clients-satisfied h4,
  .about-three-left-image .years-experience h4 {
    font-size: 20px;
  }
}

.about-three-left-image .bottom-image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60%;
  border: 15px solid white;
  border-bottom: 0;
  border-right: 0;
}

@media only screen and (max-width: 479px) {
  .about-three-left-image .bottom-image {
    border-width: 10px;
  }
}

.about-three-left-image .clients-satisfied {
  max-width: 215px;
  padding: 34px 35px 15px;
  position: absolute;
  right: 20px;
  top: 11%;
}

@media only screen and (max-width: 375px) {
  .about-three-left-image .clients-satisfied {
    top: 6%;
    right: 0;
    max-width: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about-three-left-image .clients-satisfied i {
  margin-bottom: 18px;
  display: inline-block;
}

.about-three-left-image .years-experience {
  max-width: 268px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 30px 18px;
  position: absolute;
  left: 12%;
  bottom: 13%;
}

@media only screen and (max-width: 375px) {
  .about-three-left-image .years-experience {
    left: 15px;
    bottom: 17%;
    max-width: 230px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about-three-left-image .years-experience i {
  margin-right: 20px;
}

.about-three-left-image .years-experience h4 {
  line-height: 1.3;
  margin-bottom: 0;
}

.about-featured-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.about-featured-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 42px;
  text-align: center;
  line-height: 65px;
  margin-right: 30px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 65px;
  height: 65px;
  background: rgba(0, 47, 245, 0.1);
}

@media only screen and (max-width: 479px) {
  .about-featured-item .icon {
    margin-right: 20px;
  }
}

.about-featured-item .icon i {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: var(--tekprof-primary-color);
}

.about-featured-item h5 {
  margin-bottom: 0;
}

.about-featured-item:hover .icon {
  background: var(--tekprof-primary-color);
}

.about-featured-item:hover .icon i {
  color: white;
}

.about-bottom-trusted-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 479px) {
  .about-bottom-trusted-area {
    display: block;
  }
}

.about-bottom-trusted-area .left-button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 70px;
}

@media only screen and (max-width: 479px) {
  .about-bottom-trusted-area .left-button {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.about-bottom-trusted-area .trusted-clients-wrap {
  margin-left: 0;
}

.about-bottom-trusted-area .trusted-clients-wrap .trusted-clients img {
  width: 45px;
  height: 45px;
}

/* About Five */
.about-five-logo-part {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 375px) {
  .about-five-logo-part {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.about-five-logo-part .logo {
  margin-top: auto;
  margin-bottom: auto;
}

/** About Page Styles **/
.about-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-page-wrap .about-page-image:not(:last-child) {
  margin-right: 10px;
}

.about-page-experience-content .section-title {
  max-width: 475px;
}

.about-page-experience-content p {
  font-weight: 500;
}

@media only screen and (min-width: 376px) {
  .about-page-experience-content p {
    font-size: 20px;
    line-height: 1.7;
  }
}

.about-page-about-left-content {
  max-width: 880px;
}

@media only screen and (min-width: 376px) {
  .about-page-about-left-content p {
    font-size: 18px;
  }
}

.about-trusted-partners-area {
  max-width: 300px;
  margin-bottom: 20px;
  padding: 45px 50px 40px;
  background: var(--tekprof-gray-color);
}

@media only screen and (max-width: 1199px) {
  .about-trusted-partners-area {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .about-trusted-partners-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.about-trusted-partners-area h5 {
  font-size: 18px;
}

.about-trusted-partners-area .trusted-clients-wrap {
  margin-left: 0;
  border-bottom: 1px solid var(--tekprof-border-color);
}

.about-trusted-partners-area .trusted-clients-wrap .trusted-clients img {
  width: 45px;
  height: 45px;
}

.about-trusted-partners-area p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.about-trusted-partners-area .ratting {
  font-size: 14px;
  margin-left: -3px;
}

.about-trusted-partners-area .ratting i {
  color: #FF9500;
}

.for-border-bottom {
  border-bottom: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 991px) {
  .for-border-bottom {
    border-bottom: 0;
  }
}

/* Consultations */
.about-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-btns .theme-btn:not(:last-child) {
  margin-right: 30px;
}

.hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hotline>i {
  width: 55px;
  height: 55px;
  line-height: 51px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  background: white;
  border: 2px solid var(--tekprof-border-color);
  color: var(--tekprof-secondary-color);
}

.hotline .content {
  line-height: 1.65;
}

.hotline .content span {
  font-weight: 500;
}

.hotline .content a {
  font-size: 18px;
  font-weight: 700;
}

.hotline .content a:not(:hover) {
  color: white;
}

.consultations-area:after {
  content: '';
  width: 100%;
  height: 22%;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1b1f2e;
}

@media only screen and (max-width: 575px) {
  .consultations-area:after {
    height: 15%;
  }
}

.consultations-content .section-title {
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 767px) {
  .consultations-content .section-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.consultations-content .consultations-bottom .list-style-three li:before {
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .consultations-content .consultations-bottom {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.consultations-content .consultations-bottom .theme-btn {
  color: var(--tekprof-heading-color);
  background: var(--tekprof-primary-color);
}

.consultations-content .consultations-bottom .theme-btn i {
  color: var(--tekprof-heading-color);
}

.consultations-video {
  z-index: 1;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}

.consultations-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-color: #1b1f2e;
}

.consultations-video:before {
  z-index: 0;
}

.consultations-video img {
  width: 100%;
}

.consultations-video .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  color: var(--tekprof-primary-color);
}

.consultations-video .video-play:hover {
  color: white;
  background: var(--tekprof-primary-color);
}

/*******************************************************/
/******************* ## Team Area ********************/
/*******************************************************/
.team-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.team-slider .team-item {
  margin-left: 15px;
  margin-right: 15px;
}

.team-slider .slick-dots {
  margin-top: 20px;
}

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

.team-item .image img {
  width: 100%;
}

.team-item .content {
  padding: 15px;
  background: white;
  text-align: center;
  -webkit-box-shadow: 10px 4px 30px rgba(184, 184, 184, 0.25);
  box-shadow: 10px 4px 30px rgba(184, 184, 184, 0.25);
}

.team-item .content .name {
  margin-bottom: 2px;
}

.team-item.style-two .image {
  position: relative;
}

.team-item.style-two .image .icon {
  position: absolute;
  left: 50%;
  bottom: -25px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: var(--tekprof-primary-color);
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.team-item.style-two .image .icon .social-style-one {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 50px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: var(--tekprof-primary-color);
}

.team-item.style-two .image .icon .social-style-one a {
  width: 100%;
  margin: 0;
  text-align: center;
}

.team-item.style-two .image .icon .social-style-one a:hover {
  color: white;
}

.team-item.style-two .image .icon:hover .social-style-one {
  opacity: 1;
  visibility: visible;
}

.team-item.style-two .content {
  padding-top: 40px;
}

.team-item-two {
  margin-bottom: 50px;
}

@media only screen and (min-width: 480px) {
  .team-item-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 479px) {
  .team-item-two {
    margin-bottom: 40px;
  }
}

.team-item-two .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-item-two .image {
    max-width: 200px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .team-item-two .image {
    max-width: 200px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .team-item-two .image {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.team-item-two .image img {
  width: 100%;
}

.team-item-two .name {
  font-size: 30px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-item-two .name {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .team-item-two .name {
    font-size: 26px;
  }
}

.team-item-two .designation {
  font-weight: 500;
}

.team-item-two .bottom-part {
  padding-top: 70%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .team-item-two .bottom-part {
    padding-top: 30%;
  }
}

@media only screen and (max-width: 479px) {
  .team-item-two .bottom-part {
    padding-top: 15px;
  }
}

.team-item-two .bottom-part p {
  font-weight: 500;
}

.team-item-two .bottom-part .details-btn {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-top: 5px;
  color: var(--tekprof-base-color);
  background: transparent;
  border: 1px solid var(--tekprof-border-color);
}

.team-item-two .bottom-part .social-style-five {
  position: absolute;
  left: 0;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  visibility: hidden;
}

.team-item-two .bottom-part .social-style-five a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.team-item-two:hover .details-btn {
  opacity: 0;
  visibility: hidden;
}

.team-item-two:hover .social-style-five {
  opacity: 1;
  visibility: visible;
}

/** Team Page Style **/
.team-page-left-content p {
  font-weight: 500;
  max-width: 430px;
}

.circle-progress-item-two {
  margin-bottom: 30px;
}

.circle-progress-item-two h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 8px;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 375px) {
  .circle-progress-item-two h4 {
    font-size: 20px;
  }
}

.circle-progress-two {
  position: relative;
}

.circle-progress-two .counting {
  font-size: 30px;
  position: absolute;
  left: 50px;
  top: 35px;
  font-weight: 600;
  color: var(--tekprof-heading-color);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  font-family: var(--tekprof-heading-font);
}

/** Team Details Style **/
.team-details-image {
  margin-bottom: 26px;
}

.team-details-image img {
  border-radius: 10px;
}

.team-detials-left-part h3 {
  font-size: 30px;
  margin-bottom: 3px;
}

.team-contact-info .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.team-contact-info .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 50px;
  height: 1px;
  background: var(--tekprof-heading-color);
}

.team-contact-info .team-info-item {
  margin-bottom: 25px;
}

.team-contact-info .team-info-item span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.team-contact-info .team-info-item a,
.team-contact-info .team-info-item p {
  font-size: 22px;
  font-weight: 700;
  color: var(--tekprof-heading-color);
  font-family: var(--tekprof-heading-font);
}

@media only screen and (max-width: 375px) {

  .team-contact-info .team-info-item a,
  .team-contact-info .team-info-item p {
    font-size: 20px;
  }
}

.team-contact-info .team-info-item a:hover {
  color: var(--tekprof-primary-color);
}

.team-contact-info .social-icons .title {
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) {
  .team-detials-right-part {
    max-width: 780px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 575px) {

  .team-detials-left-part h3,
  .team-detials-right-part h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {

  .team-detials-left-part h3,
  .team-detials-right-part h3 {
    font-size: 25px;
  }
}

.qualification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.qualification-item .number {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-weight: 700;
  margin-right: 35px;
  width: 45px;
  height: 45px;
  background: var(--tekprof-primary-color);
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 375px) {
  .qualification-item .number {
    margin-right: 20px;
  }
}

.progress-bar-wrap {
  padding: 60px 55px 8px 50px;
  background: var(--tekprof-heading-color);
}

@media only screen and (max-width: 767px) {
  .progress-bar-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .progress-bar-wrap {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

/** Skillbar Style **/
.skillbar {
  height: 10px;
  position: relative;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 375px) {
  .skillbar {
    display: block;
  }
}

.skillbar .skillbar-wrap {
  width: 100%;
}

.skillbar .skillbar-title,
.skillbar .skill-bar-percent {
  color: white;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--tekprof-heading-font);
}

@media only screen and (max-width: 767px) {

  .skillbar .skillbar-title,
  .skillbar .skill-bar-percent {
    font-size: 18px;
  }
}

@media only screen and (max-width: 479px) {

  .skillbar .skillbar-title,
  .skillbar .skill-bar-percent {
    font-size: 16px;
  }
}

.skillbar .skillbar-title {
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 210px;
}

@media only screen and (max-width: 767px) {
  .skillbar .skillbar-title {
    width: 180px;
  }
}

@media only screen and (max-width: 479px) {
  .skillbar .skillbar-title {
    width: 150px;
  }
}

.skillbar .skill-bar-percent {
  font-weight: 700;
}

@media only screen and (max-width: 375px) {
  .skillbar .skill-bar-percent {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.skillbar .skillbar-bar {
  width: 0;
  height: 10px;
  position: relative;
  background-image: none;
  overflow: inherit !important;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

/*******************************************************/
/******************** ## Blog Area ********************/
/*******************************************************/
.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta li a:hover {
  color: var(--tekprof-primary-color);
}

.blog-meta li:first-child a {
  font-weight: 600;
  color: var(--tekprof-primary-color);
}

.blog-meta li:not(:last-child):after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
  background: var(--tekprof-border-color);
}

.blog-meta-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta-two li i {
  margin-right: 7px;
}

.blog-meta-two li a:hover {
  color: var(--tekprof-primary-color);
}

.blog-meta-two li:not(:last-child) {
  margin-right: 70px;
}

.blog-item {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 130px;
}

@media only screen and (max-width: 375px) {
  .blog-item {
    padding-bottom: 155px;
  }
}

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

.blog-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 28px;
  background: white;
}

.blog-item .content .blog-meta {
  margin-bottom: 5px;
}

.blog-item .content .title {
  margin-bottom: 0;
}

@media only screen and (max-width: 375px) {
  .blog-item .content .title {
    font-size: 22px;
  }
}

.blog-item .content p {
  margin-top: 15px;
  margin-bottom: 26px;
}

.blog-four-item {
  padding: 50px;
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 479px) {
  .blog-four-item {
    padding: 25px;
  }
}

.blog-four-item .content {
  padding: 50px 0 0;
}

@media only screen and (max-width: 479px) {
  .blog-four-item .content {
    padding-top: 30px;
  }
}

.blog-four-item .content .blog-meta {
  margin-bottom: 15px;
}

.blog-four-item .content .blog-meta li:after {
  display: none;
}

.blog-four-item .content .blog-meta li:not(:last-child) {
  margin-right: 15px;
}

.blog-four-item .content .blog-meta li:not(:first-child) {
  font-size: 16px;
  font-weight: 400;
}

.blog-four-item .content .blog-meta li:not(:first-child):before {
  content: '';
  width: 4px;
  height: 4px;
  opacity: 0.3;
  margin-left: 5px;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  background: var(--tekprof-heading-color);
}

.blog-four-item .content h5 {
  font-size: 24px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 375px) {
  .blog-four-item .content h5 {
    font-size: 20px;
  }
}

.blog-four-item .content .read-more {
  margin-top: -3px;
}

.blog-four-item .content .read-more:hover {
  color: var(--tekprof-primary-color);
  background: none;
}

@media only screen and (min-width: 768px) {
  .blog-four-item.image-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-four-item.image-left .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 28%;
    margin-right: 10%;
  }

  .blog-four-item.image-left .content {
    padding-top: 0;
  }

  .blog-four-item.image-left .content h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* Blog Item Two */
.blog-item-two {
  margin-bottom: 30px;
}

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

.blog-item-two .content {
  padding: 20px 26px 32px;
  -webkit-box-shadow: 10px 4px 60px rgba(173, 173, 173, 0.2);
  box-shadow: 10px 4px 60px rgba(173, 173, 173, 0.2);
}

@media only screen and (max-width: 375px) {
  .blog-item-two .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog-item-two .content .blog-meta {
  margin-bottom: 8px;
}

.blog-item-two .content .title a:hover {
  color: var(--tekprof-heading-color);
  text-decoration: underline;
}

.blog-item-two .content .read-more:hover {
  color: var(--tekprof-heading-color);
}

.admin-info {
  margin-top: 16px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin-info .image {
  margin-right: 10px;
}

.admin-info .image img {
  border-radius: 50%;
}

.admin-info .name a {
  font-weight: 600;
  color: var(--tekprof-heading-color);
}

/* Blog Item Three */
.blog-three-left-content {
  max-width: 360px;
}

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

@media only screen and (max-width: 991px) {
  .blog-item-three .image {
    margin-bottom: 20px;
  }
}

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

.blog-item-three .title {
  margin-bottom: 15px;
}

.blog-item-three .theme-btn {
  margin-top: 15px;
  color: var(--tekprof-base-color);
  background: transparent;
  border: 1px solid var(--tekprof-border-color);
}

.blog-item-three .theme-btn.btn-small {
  padding: 5px 27px;
}

.blog-item-three .theme-btn:hover {
  color: white;
  background: var(--tekprof-primary-color);
  border-color: transparent;
}

/* Blog Item Five */
.blog-item-five {
  margin-bottom: 60px;
}

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

.blog-item-five .image,
.blog-item-five .content {
  width: 410px;
  max-width: 95%;
}

.blog-item-five .content {
  margin-top: -25%;
  margin-left: auto;
  background: white;
  position: relative;
  padding: 33px 40px 30px;
  -webkit-box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
  box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
}

@media only screen and (max-width: 479px) {
  .blog-item-five .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog-item-five .content .blog-meta {
  margin-bottom: 10px;
}

.blog-item-five .content .blog-meta li i {
  margin-right: 5px;
}

.blog-item-five .content .blog-meta li a {
  font-weight: 400;
}

.blog-item-five .content .blog-meta li a:not(:hover) {
  color: var(--tekprof-base-color);
}

.blog-item-five .content .blog-meta li:after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: var(--tekprof-base-color);
}

@media only screen and (max-width: 479px) {
  .blog-item-five .content .blog-meta li:after {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.blog-item-five .content h4 {
  margin-bottom: 15px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 375px) {
  .blog-item-five .content h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .blog-item-five .content h4 {
    font-size: 24px;
  }
}

.blog-item-five .content .author {
  margin-bottom: 20px;
}

.blog-item-five .content .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-item-five .content .author i {
  margin-left: 10px;
  margin-right: 5px;
}

.blog-item-five .content .author a {
  font-weight: 500;
  color: var(--tekprof-secondary-color);
}

.blog-item-five .content .author-more {
  margin-top: 30px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--tekprof-border-color);
}

.blog-item-five .content .author-more .author,
.blog-item-five .content .author-more .read-more {
  margin-top: 15px;
  margin-bottom: 0;
}

/* Blog Standard */
.blog-standard-item:not(:last-child) {
  margin-bottom: 50px;
}

.blog-standard-item .blog-meta-two {
  padding-top: 27px;
  padding-bottom: 13px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--tekprof-border-color);
}

.blog-standard-item h3 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .blog-standard-item h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-standard-item h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-standard-item h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-standard-item h3 {
    font-size: 18px;
  }
}

.blog-standard-item .blog-read-more {
  font-size: 14px;
  font-weight: 600;
  color: var(--tekprof-base-color);
  padding: 4px 26px;
  margin-top: 14px;
  display: inline-block;
  border: 1px solid var(--tekprof-border-color);
}

.blog-standard-item .blog-read-more:hover {
  color: white;
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

.blog-sidebar {
  max-width: 350px;
}

/* Blog Details */
.blog-details-image img {
  width: 100%;
}

.blog-details-content h3 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .blog-details-content h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-content h3 {
    font-size: 26px;
  }
}

.blog-details-content h4 {
  margin-top: 35px;
  margin-bottom: 15px;
}

.blog-details-content h5 {
  margin-top: 22px;
  margin-bottom: 12px;
}

blockquote {
  line-height: 1.48;
  letter-spacing: -0.02em;
  background: #FAF8F6;
  padding: 35px 70px 30px;
}

@media only screen and (min-width: 1200px) {
  blockquote {
    font-size: 27px;
  }
}

@media only screen and (max-width: 767px) {
  blockquote {
    font-size: 22px;
    padding-right: 20px;
    padding-left: 35px;
  }
}

@media only screen and (max-width: 575px) {
  blockquote {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
  blockquote {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

blockquote .blockquote-footer {
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 0.75em;
  color: var(--tekprof-base-color);
}

blockquote .blockquote-footer:before {
  content: '————';
  margin-right: 18px;
  letter-spacing: -4px;
}

.tag-share {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tag-share .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.tag-share .item h6 {
  font-size: 18px;
  margin-right: 20px;
}

/* Next Prev Blog */
.next-prev-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.next-prev-blog .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.next-prev-blog .item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100px;
  margin-right: 30px;
}

@media only screen and (max-width: 375px) {
  .next-prev-blog .item .image {
    max-width: 75px;
    margin-right: 20px;
  }
}

.next-prev-blog .item h5 {
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 2px;
}

@media only screen and (max-width: 375px) {
  .next-prev-blog .item h5 {
    font-size: 16px;
  }
}

.next-prev-blog .item .date {
  display: block;
}

/* Comments */
@media only screen and (min-width: 480px) {
  .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comment-body:not(:last-child) {
  margin-bottom: 35px;
}

.comment-body .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 85px;
  margin-top: 5px;
  margin-right: 35px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .comment-body .author-thumb {
    margin-right: 20px;
  }
}

.comment-body .author-thumb img {
  border-radius: 50%;
}

.comment-body .content .date {
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.comment-body .content .date i {
  margin-right: 5px;
}

.comment-body .content .ratting {
  margin-bottom: 15px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.comment-body .content .ratting i {
  font-size: 12px;
  margin: 0 5px 0 0;
}

.comment-body .content p {
  margin-bottom: 5px;
}

.comment-body .content .read-more {
  text-decoration: none;
  color: var(--tekprof-heading-color);
}

.comment-body .content .read-more i {
  margin-top: 5px;
}

.comment-body.comment-child {
  padding-top: 0;
  border-top: none;
  padding-left: 90px;
}

@media only screen and (max-width: 767px) {
  .comment-body.comment-child {
    padding-left: 40px;
  }
}

.admin-comment {
  background: #FAF8F6;
  border: 1px solid var(--tekprof-border-color);
}

.admin-comment .comment-body {
  max-width: none;
  margin-bottom: 0;
  padding: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .admin-comment .comment-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .admin-comment .comment-body .author-thumb {
    max-width: 130px;
  }
}

@media only screen and (min-width: 576px) {
  .admin-comment .comment-body .author-thumb {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.admin-comment .comment-body .content h5 {
  margin-bottom: 0;
}

.admin-comment .comment-body .content .author {
  margin-bottom: 10px;
}

.admin-comment .comment-body .content .social-icons {
  margin-top: 13px;
}

.admin-comment .comment-body .content .social-icons a {
  margin-right: 25px;
}

.admin-comment .comment-body .content .social-icons a:hover {
  color: var(--tekprof-primary-color);
}

/* Comment Form */
.comment-form h3 {
  margin-bottom: 4px;
}

@media only screen and (max-width: 991px) {
  .comment-form h3 {
    font-size: 30px;
  }
}

.comment-form .form-group label {
  font-weight: 500;
  margin-bottom: 7px;
  color: var(--tekprof-heading-color);
  font-family: var(--tekprof-heading-font);
}

.comment-form .form-control {
  border: 0;
  font-weight: 400;
  padding: 13px 20px;
  background: #FAF8F6;
}

.comment-form .theme-btn {
  width: 280px;
  padding-top: 11px;
  padding-bottom: 11px;
}

/*******************************************************/
/******************** ## Case Area *********************/
/*******************************************************/
.case-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 770px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 575px) {
  .case-area {
    padding-bottom: 60px;
  }
}

.case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 576px) {
  .case-item {
    min-height: 300px;
  }
}

.case-item:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 1200px) {
  .case-item:after {
    content: '';
  }
}

.case-item:before {
  position: absolute;
  left: 75%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 1200px) {
  .case-item:before {
    content: '';
  }
}

.case-item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-item .image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(2, 6, 38, 0.4);
}

.case-item .image:before {
  position: absolute;
  left: 25%;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1200px) {
  .case-item .image:before {
    content: '';
  }
}

.case-item .image img {
  width: 100%;
}

.case-item .content {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 60px 40px;
  background: transparent;
}

@media only screen and (max-width: 1599px) {
  .case-item .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .case-item .content {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .case-item .content {
    padding-bottom: 0;
  }
}

.case-item .content .tag {
  margin-bottom: 10px;
}

.case-item .content .tag a {
  color: white;
  font-weight: 500;
}

@media only screen and (max-width: 375px) {
  .case-item .content .tag a {
    font-size: 14px;
  }
}

.case-item .content .title {
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1599px) {
  .case-item .content .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .case-item .content .title {
    font-size: 25px;
  }
}

.case-item .content .title a {
  color: white;
}

.case-item .content p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: white;
  margin-bottom: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .case-item .content p {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .case-item .content p {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .case-item .content p {
    display: none;
  }
}

.case-item .content .read-more {
  margin-top: -7px;
  margin-bottom: 12px;
}

.case-item:hover .image {
  opacity: 1;
}

.case-item:hover .content h4 a,
.case-item:hover .content p,
.case-item:hover .content .read-more {
  color: white;
}

.case-item.active .image {
  opacity: 1;
}

/* Home Three Case Study Style */
.case-study-item {
  padding: 5px;
  margin-bottom: 30px;
  background: var(--tekprof-gray-color);
  border: 1px solid rgba(143, 68, 250, 0.1);
}

.case-study-item .image img {
  width: 100%;
}

.case-study-item .content {
  padding: 20px 35px 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-study-item .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .case-study-item .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.case-study-item .content .tag {
  font-size: 14px;
  font-weight: 600;
  color: var(--tekprof-primary-color);
}

.case-study-item .content .title {
  margin-bottom: 20px;
  letter-spacing: -0.6px;
}

@media only screen and (max-width: 375px) {
  .case-study-item .content .title {
    font-size: 20px;
  }
}

.case-study-item .content .theme-btn {
  width: 100%;
  background: white;
  color: var(--tekprof-heading-color);
}

.case-study-item:hover .theme-btn {
  color: white;
  background: var(--tekprof-primary-color);
}

/* Case Details Style */
.case-info-item {
  margin-bottom: 45px;
}

@media only screen and (max-width: 375px) {
  .case-info-item {
    margin-bottom: 30px;
  }
}

.case-info-item .title {
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 375px) {
  .case-info-item .title {
    font-size: 22px;
  }
}

.case-info-item .client-name {
  font-weight: 600;
  color: var(--tekprof-heading-color);
}

.case-info-item p {
  margin-bottom: 0;
}

.case-details-cotnent h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

/** Case Item Two Style **/
.case-item-two {
  margin-bottom: 45px;
}

.case-item-two .image {
  margin-bottom: 25px;
}

.case-item-two .image img {
  width: 100%;
}

.case-item-two h4 {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .case-item-two h4 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 375px) {
  .case-item-two h4 {
    font-size: 22px;
  }
}

.case-item-two span {
  font-weight: 500;
  font-family: var(--tekprof-heading-font);
}

/* Case Nav */
.case-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case-nav li {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--tekprof-base-color);
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--tekprof-heading-font);
  border-bottom: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 375px) {
  .case-nav li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

.case-nav li.active {
  color: var(--tekprof-heading-color);
  text-decoration: underline;
  border-color: var(--tekprof-primary-color);
}

/*******************************************************/
/******************** ## FAQs Area *********************/
/*******************************************************/
.faqs-images {
  max-width: 680px;
  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;
}

.faqs-images img {
  margin-bottom: 30px;
}

@media only screen and (max-width: 375px) {
  .faqs-images img {
    margin-bottom: 15px;
  }
}

.faqs-images .left {
  text-align: right;
  margin-right: 30px;
}

@media only screen and (max-width: 375px) {
  .faqs-images .left {
    margin-right: 15px;
  }
}

.accordion-item-two {
  border: 0;
  border-radius: 0;
  background: var(--tekprof-gray-color);
}

.accordion-item-two:not(:last-child) {
  margin-bottom: 10px;
}

.accordion-item-two .accordion-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tekprof-heading-color);
  background: transparent;
  padding: 19px 16px 17px 20px;
}

@media only screen and (max-width: 767px) {
  .accordion-item-two .accordion-button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .accordion-item-two .accordion-button {
    padding: 12px 10px 12px 20px;
  }
}

.accordion-item-two .accordion-button .icon {
  margin-left: auto;
}

.accordion-item-two .accordion-button:after {
  display: none;
}

.accordion-item-two .accordion-button.collapsed:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-item-two .accordion-button:not(.collapsed) {
  color: white;
  background: var(--tekprof-primary-color);
}

.accordion-item-two .accordion-button:not(.collapsed):after {
  color: white;
}

.accordion-item-two .accordion-body {
  color: white;
  padding: 0 20px 5px 20px;
  background-color: var(--tekprof-primary-color);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("../images/faqs/faq-dot-shape.png");
}

.faqs-fluid-wrap {
  background: #FAF8F6;
}

/*******************************************************/
/****************** ## Benefits Area *******************/
/*******************************************************/
.benefits-area {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.benefits-image-area {
  max-width: 630px;
  position: relative;
  padding-right: 80px;
}

@media only screen and (max-width: 1199px) {
  .benefits-image-area {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .benefits-image-area {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .benefits-image-area {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

.benefits-image-area img {
  width: 100%;
}

.benefits-image-area .benefit-achievement {
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 40px;
  max-width: 305px;
  background: var(--tekprof-primary-color);
}

@media only screen and (max-width: 479px) {
  .benefits-image-area .benefit-achievement {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .benefits-image-area .benefit-achievement {
    bottom: 0;
  }
}

.circle-progress-achievement {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-progress-achievement i {
  position: absolute;
  left: 25px;
  top: 25px;
  color: white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.circle-progress-achievement .achievement-content {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 25px;
}

@media only screen and (max-width: 375px) {
  .circle-progress-achievement .achievement-content {
    margin-left: 15px;
  }
}

.circle-progress-achievement .achievement-content .counting {
  color: white;
  font-size: 35px;
  font-weight: 600;
}

.circle-progress-achievement .achievement-content h6 {
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.circle-progress-achievement:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.accordion-item-three {
  border: 0;
  border-radius: 0;
}

.accordion-item-three .accordion-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  background: transparent;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  padding: 19px 16px 17px 40px;
}

@media only screen and (max-width: 767px) {
  .accordion-item-three .accordion-button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .accordion-item-three .accordion-button {
    padding: 12px 10px 12px 20px;
  }
}

.accordion-item-three .accordion-button .icon {
  margin-left: auto;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.accordion-item-three .accordion-button:after {
  display: none;
}

.accordion-item-three .accordion-button.collapsed .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-item-three .accordion-button:not(.collapsed) {
  border-color: white;
}

.accordion-item-three .accordion-body {
  color: white;
  padding: 0 40px 5px 40px;
  border-left: 2px solid white;
}

@media only screen and (max-width: 479px) {
  .accordion-item-three .accordion-body {
    padding-left: 20px;
  }
}

/*******************************************************/
/****************** ## Pricing Area  *******************/
/*******************************************************/
.pricing-tab {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 480px) {
  .pricing-tab {
    width: 330px;
  }
}

.pricing-tab li:first-child button:after,
.pricing-tab li:last-child button:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background: white;
}

.pricing-tab li:first-child button:after {
  margin-left: 35px;
}

@media only screen and (max-width: 479px) {
  .pricing-tab li:first-child button:after {
    margin-left: 15px;
  }
}

.pricing-tab li:last-child button:before {
  margin-right: 35px;
}

@media only screen and (max-width: 479px) {
  .pricing-tab li:last-child button:before {
    margin-right: 15px;
  }
}

.pricing-tab li:first-child button:before {
  position: absolute;
  width: 50px;
  height: 30px;
  content: '';
  top: 50%;
  right: 0;
  z-index: -1;
  border-radius: 15px;
  background: white;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.pricing-tab li button {
  padding: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: white;
  font-size: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: transparent;
  text-transform: capitalize;
  font-family: var(--tekprof-heading-font);
}

.pricing-tab li button:focus,
.pricing-tab li button:hover,
.pricing-tab li button.active {
  color: white;
}

.pricing-tab li:first-child button.active:after,
.pricing-tab li:last-child button.active:before {
  background: var(--tekprof-primary-color);
}

.pricing-tab.style-two {
  border-color: var(--tekprof-border-color);
}

.pricing-tab.style-two button {
  color: var(--tekprof-base-color);
}

.pricing-tab.style-two button:focus,
.pricing-tab.style-two button:hover,
.pricing-tab.style-two button.active {
  color: var(--tekprof-heading-color);
}

.pricing-tab.style-two:first-child button:after,
.pricing-tab.style-two:last-child button:before {
  background: var(--tekprof-primary-color);
}

.pricing-tab.style-two:first-child button.active:after,
.pricing-tab.style-two li:last-child button.active:before {
  background: white;
}

.pricing-tab-two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pricing-tab-two li:first-child button:after,
.pricing-tab-two li:last-child button:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background: var(--tekprof-primary-color);
}

.pricing-tab-two li:first-child button:after {
  margin-right: 5px;
  margin-left: 35px;
}

@media only screen and (max-width: 479px) {
  .pricing-tab-two li:first-child button:after {
    margin-left: 15px;
  }
}

.pricing-tab-two li:last-child button:before {
  margin-left: 5px;
  margin-right: 35px;
}

@media only screen and (max-width: 479px) {
  .pricing-tab-two li:last-child button:before {
    margin-right: 15px;
  }
}

.pricing-tab-two li:first-child button:before {
  position: absolute;
  width: 60px;
  height: 30px;
  content: '';
  top: 50%;
  right: 0;
  z-index: -1;
  border-radius: 15px;
  background: var(--tekprof-primary-color);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.pricing-tab-two li button {
  padding: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: var(--tekprof-base-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: transparent;
  text-transform: capitalize;
}

.pricing-tab-two li button:focus,
.pricing-tab-two li button:hover {
  color: var(--tekprof-heading-color);
}

.pricing-tab-two li button.active {
  font-weight: 600;
  color: var(--tekprof-heading-color);
}

.pricing-tab-two li:first-child button.active:after,
.pricing-tab-two li:last-child button.active:before {
  background: var(--tekprof-heading-color);
}

.text-white .pricing-tab-two li button {
  color: rgba(255, 255, 255, 0.65);
}

.text-white .pricing-tab-two li button:focus,
.text-white .pricing-tab-two li button:hover,
.text-white .pricing-tab-two li button.active {
  color: white;
}

.text-white .pricing-tab-two li:first-child button.active:after,
.text-white .pricing-tab-two li:last-child button.active:before {
  background: white;
}

.save-percent {
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  margin-left: 10px;
  border-radius: 10px;
  display: inline-block;
  color: var(--tekprof-heading-color);
  background: var(--tekprof-lighter-color);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 375px) {
  .save-percent {
    font-size: 10px;
    margin-left: 5px;
  }
}

.pricing-item {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  margin-bottom: 30px;
  margin-right: -1px;
  background: transparent;
  border: 1px solid #282B46;
  padding: 40px 30px 40px 60px;
}

@media only screen and (max-width: 1599px) {
  .pricing-item {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pricing-item {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .pricing-item {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .pricing-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pricing-item .badge {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  border-radius: 0;
  padding: 10px 17px;
  background: #FF9500;
  text-transform: uppercase;
}

.pricing-item .title {
  color: white;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
}

@media only screen and (max-width: 375px) {
  .pricing-item .title {
    font-size: 20px;
  }
}

.pricing-item .text {
  color: white;
  margin-bottom: 42px;
}

.pricing-item .price {
  color: white;
  display: block;
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 60px;
  font-family: var(--tekprof-heading-font);
}

@media only screen and (max-width: 1399px) {
  .pricing-item .price {
    font-size: 55px;
  }
}

@media only screen and (max-width: 375px) {
  .pricing-item .price {
    margin-bottom: 40px;
  }
}

.pricing-item .price .after-text {
  font-weight: 400;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .pricing-item .price .after-text {
    display: block;
    margin-top: 15px;
  }
}

.pricing-item .included {
  color: white;
  font-weight: 600;
  margin-bottom: 22px;
}

.pricing-item .list-style-one li {
  color: white;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1300px) {
  .pricing-item .list-style-one li {
    font-size: 18px;
  }
}

.pricing-item .list-style-one li i {
  color: white;
}

.pricing-item .theme-btn {
  color: #D7D7D7;
  margin-top: 25px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.pricing-item:hover .theme-btn {
  color: white;
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

.pricing-item:not(:hover) {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.pricing-item.style-two {
  margin-right: 0;
  padding: 40px 50px 25px;
  background-color: #1F1F5F;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 479px) {
  .pricing-item.style-two {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .pricing-item.style-two {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pricing-item.style-two .price {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .pricing-item.style-two .price {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-item.style-two .price .after-text {
    display: inline-block;
  }
}

.pricing-item.style-two .theme-btn {
  margin-bottom: 25px;
}

.pricing-item.style-two .theme-btn {
  color: white;
  margin-top: 0;
  display: block;
  margin-left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media only screen and (max-width: 1199px) {
  .pricing-item.style-two .theme-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

.pricing-item.style-two:hover {
  background-color: #002FF5;
  border-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("../images/background/pricing-bg-shape.png");
}

.pricing-item.style-two:hover .theme-btn {
  background: white;
  color: var(--tekprof-heading-color);
  border-color: transparent;
}

.pricing-item.style-three {
  border-color: var(--tekprof-border-color);
}

.pricing-item.style-three .title {
  color: var(--tekprof-primary-color);
}

.pricing-item.style-three .text,
.pricing-item.style-three .list-style-one li,
.pricing-item.style-three .list-style-one li i {
  color: var(--tekprof-base-color);
}

.pricing-item.style-three .price,
.pricing-item.style-three .included {
  color: var(--tekprof-heading-color);
}

.pricing-item.style-three:hover {
  background: #FAF8F6;
}

.pricing-item.style-three:not(:hover) {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.pricing-item.style-three:not(:hover) .theme-btn {
  color: var(--tekprof-base-color);
  border-color: var(--tekprof-border-color);
}

.pricing-item.style-four {
  background: white;
  border-radius: 20px;
  border: 1px solid var(--tekprof-border-color);
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .pricing-item.style-four {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.pricing-item.style-four .title-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-item.style-four .title-price .title {
  color: white;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 22px;
  letter-spacing: -0.66px;
  background: var(--tekprof-primary-color);
}

.pricing-item.style-four .title-price .price {
  font-size: 48px;
  margin-bottom: 15px;
  color: var(--tekprof-heading-color);
}

.pricing-item.style-four .title-price .price .next {
  font-size: 16px;
}

.pricing-item.style-four .text {
  margin-top: 25px;
  margin-bottom: 30px;
  color: var(--tekprof-heading-color);
}

.pricing-item.style-four .icon-list {
  margin-bottom: 20px;
}

.pricing-item.style-four .icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 1.3;
}

.pricing-item.style-four .icon-list li:not(:last-child) {
  margin-bottom: 20px;
}

.pricing-item.style-four .icon-list li i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 2px;
  font-weight: 400;
  margin-right: 15px;
  color: var(--tekprof-primary-color);
}

.pricing-item.style-four .icon-list li.hide {
  opacity: 0.1;
}

.pricing-item.style-four .footer-text {
  margin: 10px 0 -5px 25px;
}

.pricing-item.style-four:hover {
  border-color: white;
  -webkit-box-shadow: 0px 10px 60px rgba(141, 141, 141, 0.1);
  box-shadow: 0px 10px 60px rgba(141, 141, 141, 0.1);
}

.pricing-item.style-four:hover .theme-btn {
  background-position: 0 0;
}

.pricing-area-two::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(24, 24, 94, 0.85);
}

.pricing-two-item {
  background: white;
  position: relative;
  border-radius: 7px;
  padding: 33px 30px;
  margin-bottom: 30px;
  border: 1px solid var(--tekprof-border-color);
}

.pricing-two-item .badge {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 8px 15px;
  border-radius: 7px;
  background: #28F679;
  color: var(--tekprof-heading-color);
  text-transform: uppercase;
}

@media only screen and (min-width: 376px) {
  .pricing-two-item .title {
    font-size: 20px;
  }
}

.pricing-two-item .text {
  margin-bottom: 30px;
}

.pricing-two-item .price {
  display: block;
  margin-bottom: 35px;
}

.pricing-two-item .price .after-text {
  font-weight: 400;
  color: var(--tekprof-base-color);
  font-size: 16px;
  font-family: var(--tekprof-base-font);
}

.pricing-two-item .theme-btn {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid var(--tekprof-border-color);
}

.pricing-two-item .theme-btn:hover {
  color: white;
  background: var(--tekprof-primary-color);
}

.pricing-two-item .list-style-three.small li {
  font-size: 14px;
  font-weight: 400;
}

.pricing-two-item .list-style-three.small li:before {
  font-size: 1em;
}

.pricing-two-item .list-style-three.small li:not(:last-child) {
  margin-bottom: 6px;
}

.pricing-two-item .list-style-three.small li.hide {
  opacity: 0.3;
}

/* BG Circle shapes */
.bg-circle-shapes {
  z-index: -1;
  left: 50%;
  bottom: 0;
  width: 1090px;
  height: 1090px;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

@media only screen and (max-width: 1199px) {
  .bg-circle-shapes {
    width: 700px;
    height: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-circle-shapes {
    width: 500px;
    height: 500px;
  }
}

.bg-circle-shapes span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(21, 31, 57, 0.02);
  border: 1px solid rgba(21, 31, 57, 0.07);
}

.bg-circle-shapes span:nth-child(1) {
  width: 100%;
  height: 100%;
}

.bg-circle-shapes span:nth-child(2) {
  width: 80%;
  height: 80%;
}

.bg-circle-shapes span:nth-child(3) {
  width: 60%;
  height: 60%;
}

.bg-circle-shapes span:nth-child(4) {
  width: 40%;
  height: 40%;
}

/*******************************************************/
/****************** ## Contact Forms ******************/
/*******************************************************/
.for-contact-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 120%;
  text-align: center;
  background: var(--tekprof-lighter-color);
}

.contact-image-part {
  padding-left: 13%;
}

.contact-image-part .experience-years {
  position: absolute;
  left: 0;
  bottom: 10%;
  max-width: 265px;
  padding: 36px 40px;
  background: var(--tekprof-primary-color);
  -webkit-clip-path: polygon(74% 0%, 100% 23%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(74% 0%, 100% 23%, 100% 100%, 0 100%, 0 0);
}

@media only screen and (max-width: 375px) {
  .contact-image-part .experience-years {
    max-width: 205px;
    padding: 25px 20px;
  }
}

.contact-image-part .experience-years h6 {
  margin-bottom: 0;
}

@media only screen and (min-width: 376px) {
  .contact-image-part .experience-years h6 {
    font-size: 20px;
  }
}

.contact-image-part .experience-years .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--tekprof-heading-color);
}

.contact-image-part .experience-years .title i {
  margin-left: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact-image-part.style-two {
  padding-left: 0;
  padding-right: 13%;
}

.contact-image-part.style-two .experience-years {
  left: auto;
  right: 0;
}

/* Contact Page */
@media only screen and (min-width: 992px) {
  .contact-page-content {
    max-width: 420px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-page-content h2 {
    font-size: 40px;
  }
}

.contact-page-content ul {
  max-width: 285px;
}

.contact-page-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

.contact-page-content ul li:not(:last-child) {
  margin-bottom: 12px;
}

.contact-page-content ul li i {
  min-width: 20px;
  margin-top: 7px;
  margin-right: 10px;
  color: var(--tekprof-primary-color);
}

.contact-page-form {
  padding: 35px 50px 30px;
  background: #FAF8F6;
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 479px) {
  .contact-page-form {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-page-form h4 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 375px) {
  .contact-page-form h4 {
    font-size: 20px;
  }
}

.contact-page-form label {
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--tekprof-heading-color);
  font-family: var(--tekprof-heading-font);
}

@media only screen and (min-width: 376px) {
  .contact-page-form label {
    font-size: 18px;
  }
}

.contact-page-form .form-control {
  font-weight: 400;
  color: var(--tekprof-base-color);
  border-color: transparent;
}

.contact-page-form .form-control:focus {
  border-color: var(--tekprof-border-color);
}

.our-location iframe {
  height: 650px;
}

@media only screen and (max-width: 1399px) {
  .our-location iframe {
    height: 500px;
  }
}

@media only screen and (max-width: 1199px) {
  .our-location iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .our-location iframe {
    height: 300px;
  }
}

/* Contact Form Validation */
.has-error .with-errors {
  color: red;
  margin-top: 5px;
  margin-bottom: -15px;
}

#msgSubmit {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}

/*******************************************************/
/****************** ## Videos Area ********************/
/*******************************************************/
/* Video Play */
.video-play {
  width: 45px;
  height: 45px;
  font-size: 10px;
  text-align: center;
  line-height: 45px;
  background: white;
  border-radius: 50%;
  display: inline-block;
  color: var(--tekprof-primary-color);
}

/* Video Play With Text */
.video-play-text {
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.video-play-text>i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 20px;
  color: var(--tekprof-primary-color);
  width: 55px;
  height: 55px;
  background: transparent;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--tekprof-border-color);
}

.video-play-text span {
  font-weight: 600;
  color: var(--tekprof-heading-color);
  font-family: var(--tekprof-heading-font);
}

.video-play-text:hover>i {
  color: white;
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

/*******************************************************/
/*************** ## Testimonials Area ****************/
/*******************************************************/
.testimonials-inner {
  z-index: 1;
  position: relative;
}

/* .testimonials-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(0% 28.84%, 100% 580.55%, #0B0C0C 19.74%, rgba(11, 12, 12, 0.2) 100%);
  background: -o-radial-gradient(0% 28.84%, 100% 580.55%, #0B0C0C 19.74%, rgba(11, 12, 12, 0.2) 100%);
  background: radial-gradient(100% 580.55% at 0% 28.84%, #0B0C0C 19.74%, rgba(11, 12, 12, 0.2) 100%);
} */

.testi-arrows .slick-arrow {
  color: white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.testi-arrows .slick-arrow:not(:hover) {
  border-color: rgba(255, 255, 255, 0.1);
}

.testi-arrows .slick-arrow.testi-arrow-left {
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.testi-arrows.style-two .slick-arrow {
  color: var(--tekprof-base-color);
  border-color: var(--tekprof-border-color);
}

.testi-arrows.style-two .slick-arrow:hover {
  color: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

.testi-arrows.style-three {
  text-align: center;
}

.testi-arrows.style-three .slick-arrow {
  color: white;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border-color: rgba(255, 255, 255, 0.1);
}

.testi-arrows.style-three .slick-arrow:hover {
  border-color: white;
}

.testimonials-active {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonials-active .testimonial-item {
  margin-left: 15px;
  margin-right: 15px;
}

/* .testimonial-item {
  padding: 28px 50px 35px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: -webkit-linear-gradient(356.52deg, rgba(66, 66, 66, 0.54) 22.36%, rgba(160, 160, 160, 0.48) 80.18%);
  background: -o-linear-gradient(356.52deg, rgba(66, 66, 66, 0.54) 22.36%, rgba(160, 160, 160, 0.48) 80.18%);
  background: linear-gradient(93.48deg, rgba(66, 66, 66, 0.54) 22.36%, rgba(160, 160, 160, 0.48) 80.18%);
} */

@media only screen and (max-width: 479px) {
  .testimonial-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.testimonial-item .ratting {
  margin-bottom: 20px;
}

.testimonial-item .ratting i {
  color: white;
}

.testimonial-item .testi-text {
  color: white;
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 479px) {
  .testimonial-item .testi-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .testimonial-item .testi-text {
    font-size: 16px;
  }
}

.testimonial-item .testi-author {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .testimonial-item .testi-author {
    font-size: 12px;
  }
}

.testimonial-item .testi-author img {
  width: 45px;
  height: 45px;
  margin-right: 20px;
  border-radius: 50%;
}

.testimonial-item .testi-author b {
  font-size: 1.4em;
}

.testimonial-item .quote-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-item .quote-title .author {
  margin-top: 5px;
  max-width: 50px;
  margin-right: 15px;
}

.testimonial-item .quote-title .author img {
  border-radius: 50%;
}

.testimonial-item .quote-title .quote {
  font-size: 35px;
  margin-top: 5px;
  margin-right: 15px;
  color: var(--tekprof-primary-color);
}

.testimonial-item .quote-title h6 {
  margin-bottom: 0;
}

.testimonial-item.style-two {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.testimonial-item.style-two .author-logo {
  margin-bottom: 20px;
}

.testimonial-item.style-two .author-logo .quote {
  margin-right: 0;
  color: var(--tekprof-primary-color);
}

@media only screen and (min-width: 576px) {
  .testimonial-item.style-two .author-logo .quote {
    font-size: 66px;
  }
}

.testimonial-item.style-two .text {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--tekprof-heading-color);
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-item.style-two .text {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-item.style-two .text {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-item.style-two .text {
    font-size: 25px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 375px) {
  .testimonial-item.style-two .text {
    font-size: 22px;
  }
}

.testimonial-item.style-two .quote-title {
  margin-top: 25px;
}

.testimonial-dots .slick-dots {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.testimonial-dots .slick-dots li:first-child {
  margin-left: 0;
}

.testimonial-dots .slick-dots li:first-child.slick-active {
  margin-left: 8px;
}

/* Testimonial Style Two */
.testimonial-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 479px) {
  .testimonial-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.testimonial-top-wrap {
  border-bottom: 1px solid var(--tekprof-border-color);
}

@media only screen and (min-width: 992px) {
  .trusted-clients-wrap {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
  }
}

.trusted-clients-wrap .trusted-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trusted-clients-wrap .trusted-clients img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.trusted-clients-wrap .trusted-clients img:not(:last-child) {
  margin-right: -10px;
}

.testimonial-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item-two .ratting {
  margin-bottom: 10px;
}

.testimonial-item-two .testi-text {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .testimonial-item-two .testi-text {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-item-two .testi-text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-item-two .testi-text {
    font-size: 20px;
  }
}

.testimonial-item-two .testi-author {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--tekprof-heading-font);
  line-height: 1.5;
}

.testimonial-item-two .testi-author img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
}

.testimonial-item-two .testi-author b {
  font-size: 24px;
  font-weight: 600;
  color: var(--tekprof-heading-color);
}

@media only screen and (max-width: 767px) {
  .testimonial-item-two .testi-author b {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-item-two .testi-author b {
    font-size: 18px;
  }
}

.testimonial-item-two.style-two {
  text-align: center;
}

.testimonial-item-two.style-two .ratting {
  font-size: 22px;
  margin-bottom: 18px;
}

.testimonial-item-two.style-two .ratting i {
  margin: 5px;
}

.testimonial-item-two.style-two .testi-text {
  letter-spacing: -0.5px;
}

.testimonial-item-two.style-two .testi-author {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-item-two.style-two .testi-author span {
  text-align: left;
}

/* Testimonial Style three */
.testimonial-area-three {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.testimonials-wrap {
  position: relative;
  max-width: 845px;
  background: white;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 40px 40px;
}

@media only screen and (max-width: 479px) {
  .testimonials-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.testimonials-wrap:after,
.testimonials-wrap:before {
  content: '';
  height: 100px;
  position: absolute;
  border-radius: 10px;
}

.testimonials-wrap:before {
  left: 10px;
  z-index: -1;
  bottom: -10px;
  background: #555589;
  width: calc(100% - 20px);
}

.testimonials-wrap:after {
  left: 20px;
  z-index: -2;
  bottom: -20px;
  background: #2F2F6E;
  width: calc(100% - 40px);
}

.testimonial-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-images .image {
  position: absolute;
}

.testimonial-images .image-one {
  bottom: 0;
  left: 50px;
  max-width: 30%;
}

.testimonial-images .image-two {
  bottom: 0;
  right: 50px;
  max-width: 25%;
}

.testimonial-images .image-three {
  top: 0;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Testimonials Four */
.testimonial-item-four {
  padding: 40px 60px 30px;
  background: var(--tekprof-lighter-color);
}

@media only screen and (min-width: 768px) {
  .testimonial-item-four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 479px) {
  .testimonial-item-four {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.testimonial-item-four .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
  margin-bottom: 25px;
}

.testimonial-item-four .image img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 3px solid white;
}

.testimonial-item-four .testi-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.testimonial-item-four .testi-header h4 {
  margin-right: 15px;
}

@media only screen and (max-width: 375px) {
  .testimonial-item-four .testi-header h4 {
    font-size: 18px;
  }
}

.testimonial-item-four .testi-header h4:before {
  content: ',,';
  line-height: 1;
  font-size: 30px;
  margin-right: 5px;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.testimonial-item-four .testi-header h4:after {
  content: ',,';
  line-height: 1;
  font-size: 30px;
  margin-left: 5px;
}

.testimonial-item-four .testi-header .ratting {
  margin-bottom: 10px;
}

.testimonial-item-four .testi-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.testimonial-item-four .testi-footer .icon {
  line-height: 1;
  font-size: 60px;
  margin-right: 20px;
  color: var(--tekprof-secondary-color);
}

@media only screen and (max-width: 375px) {
  .testimonial-item-four .testi-footer .icon {
    font-size: 40px;
    margin-right: 15px;
  }
}

.testimonial-item-four .testi-footer .title h4 {
  margin-bottom: 0;
}

@media only screen and (max-width: 375px) {
  .testimonial-item-four .testi-footer .title h4 {
    font-size: 18px;
  }
}

.testimonial-five-slider .slick-dots {
  margin-top: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.testimonial-five-slider .slick-dots li {
  background: var(--tekprof-secondary-color);
}

.testimonial-five-slider .slick-dots li.slick-active {
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
  outline: 2px solid var(--tekprof-primary-color);
}

/* Testimonials Five */
.testimonials-content-five {
  border-radius: 7px;
  padding: 50px 70px;
  background: var(--tekprof-lighter-color);
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 479px) {
  .testimonials-content-five {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .testimonials-content-five {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.testimonials-content-five .testimonial-item.style-four .author-logo .quote {
  color: var(--tekprof-primary-color);
}

.testimonials-content-five .testimonial-item.style-four .quote-title {
  padding-bottom: 0;
  border-bottom: none;
}

.testimonials-content-five .slick-dots li {
  width: 5px;
  height: 5px;
  background: var(--tekprof-primary-color);
}

.testimonials-content-five .slick-dots li:after {
  width: 21px;
  height: 21px;
  top: -10.5px;
  left: -10.5px;
  border-color: var(--tekprof-primary-color);
}

.testimonials-image-and-customers {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}

.testimonials-image-and-customers>img {
  border-radius: 7px;
}

.testimonials-image-and-customers .trusted-client-part {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 330px;
  padding: 40px 45px;
  border-radius: 7px 0;
  background: var(--tekprof-primary-color);
}

@media only screen and (max-width: 479px) {
  .testimonials-image-and-customers .trusted-client-part {
    padding: 20px;
    max-width: 230px;
  }

  .testimonials-image-and-customers .trusted-client-part h4 {
    font-size: 20px;
  }

  .testimonials-image-and-customers .trusted-client-part hr {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .testimonials-image-and-customers .trusted-client-part {
    max-width: 190px;
  }

  .testimonials-image-and-customers .trusted-client-part h4 {
    font-size: 14px;
  }
}

.testimonials-image-and-customers .trusted-client-part hr {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: white;
}

.testimonials-image-and-customers .trusted-client-part .trusted-clients img {
  width: 55px;
  height: 55px;
}

@media only screen and (max-width: 479px) {
  .testimonials-image-and-customers .trusted-client-part .trusted-clients img {
    width: 40px;
    height: 40px;
  }
}

.testimonials-image-and-customers .trusted-client-part .trusted-clients i {
  font-size: 20px;
  width: 55px;
  height: 55px;
  background: white;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  color: var(--tekprof-heading-color);
}

@media only screen and (max-width: 479px) {
  .testimonials-image-and-customers .trusted-client-part .trusted-clients i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}

.text-center .trusted-clients {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*******************************************************/
/**************** ## Client Logo Area ******************/
/*******************************************************/
.client-logo-active {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid var(--tekprof-border-color);
}

.client-logo-active .client-logo-item {
  text-align: center;
  margin: 0 15px 30px;
}


.client-logo-active .client-logo-item img {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display: inline-block;
  width: 190px;
  height: 80px;
  object-fit: contain;
  margin: auto;
}

.client-logo-active .client-logo-item:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.client-logo-active.style-two {
  border-bottom: 0;
}

.client-logo-area.style-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 375px) {
  .client-logo-area.style-two {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.client-logo-area.style-two .client-logo-active {
  border-bottom: 0;
}

.client-logo-area.style-two .client-logo-active .client-logo-item img:not(:hover) {
  opacity: 0.4;
}

.for-border-top {
  border-top: 1px solid var(--tekprof-border-color);
}

.integration-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.integration-wrap .integration-item {
  margin-left: 10px;
  margin-right: 10px;
}

.integration-item {
  padding: 25px;
  background: white;
  text-align: center;
  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;
  margin-bottom: 20px;
  border-radius: 15px;
  max-width: calc(33% - 20px);
  border: 1px solid var(--tekprof-border-color);
  -webkit-box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
  box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
}

@media only screen and (min-width: 992px) {
  .integration-item {
    min-width: 115px;
    min-height: 115px;
  }
}

@media only screen and (max-width: 479px) {
  .integration-item {
    padding: 15px;
  }
}

/*******************************************************/
/************** ## Working Process Area ***************/
/*******************************************************/
.working-process-area .features-bg:before {
  background: var(--tekprof-lighter-color);
}

.working-process .accordion-item {
  border: none;
}

.working-process .accordion-item .accordion-header .accordion-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--tekprof-base-color);
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00000017;
}

@media only screen and (max-width: 991px) {
  .working-process .accordion-item .accordion-header .accordion-button {
    padding: 15px 25px;
  }
}

.working-process .accordion-item .accordion-header .accordion-button .step {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 3%;
  font-weight: 500;
  padding: 1px 16px;
  border-radius: 30px;
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 767px) {
  .working-process .accordion-item .accordion-header .accordion-button .step {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .working-process .accordion-item .accordion-header .accordion-button .step {
    display: none;
  }
}

.working-process .accordion-item .accordion-header .accordion-button .title {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  color: var(--tekprof-heading-color);
  font-family: var(--tekprof-heading-font);
}

@media only screen and (max-width: 991px) {
  .working-process .accordion-item .accordion-header .accordion-button .title {
    font-size: 25px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .working-process .accordion-item .accordion-header .accordion-button .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .working-process .accordion-item .accordion-header .accordion-button .title {
    font-size: 18px;
  }
}

.working-process .accordion-item .accordion-header .accordion-button .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 40px;
  text-align: center;
  margin-left: auto;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 1px solid var(--tekprof-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .working-process .accordion-item .accordion-header .accordion-button .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.working-process .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.working-process .accordion-item .accordion-header .accordion-button:not(.collapsed) .title {
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .working-process .accordion-item .accordion-header .accordion-button:not(.collapsed) .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .working-process .accordion-item .accordion-header .accordion-button:not(.collapsed) .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .working-process .accordion-item .accordion-header .accordion-button:not(.collapsed) .title {
    font-size: 18px;
  }
}

.working-process .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon {
  color: #020626;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #fff;
  background-color: #fff;
  /* background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color); */
}

.working-process .accordion-item .accordion-body {
  padding: 10px 40px 10px 40px;
}

@media only screen and (max-width: 991px) {
  .working-process .accordion-item .accordion-body {
    padding: 0 25px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .working-process .accordion-item .accordion-body {
    margin-left: 0;
  }
}

.working-process .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

/* Working Process Style Two */
.working-process-image-two {
  max-width: 600px;
}

.working-process-two {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-bottom: 30px;
  padding: 25px 50px 16px;
  background: var(--tekprof-gray-color);
}

@media only screen and (max-width: 479px) {
  .working-process-two {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.working-process-two .step {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: var(--tekprof-primary-color);
}

.working-process-two h5 {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-bottom: 18px;
}

.working-process-two p {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.working-process-two:hover {
  background: var(--tekprof-heading-color);
}

.working-process-two:hover .step,
.working-process-two:hover h5,
.working-process-two:hover p {
  color: white;
}

.working-process-three {
  margin-bottom: 45px;
  max-width: 370px;
}

.working-process-three .step {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-weight: 500;
  padding: 2px 17px;
  color: var(--tekprof-base-color);
  margin-bottom: 14px;
  border-radius: 30px;
  display: inline-block;
  background: transparent;
  border: 1px solid var(--tekprof-border-color);
}

.working-process-three .title {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .working-process-three .title {
    font-size: 18px;
  }
}

.working-process-three .title::before,
.working-process-three .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.working-process-three .title::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tekprof-heading-color);
}

.working-process-three .title::after {
  bottom: 3px;
  border-radius: 50%;
  background: var(--tekprof-border-color);
  width: calc(100% + 30px);
  height: 1px;
}

.working-process-three p {
  max-width: 240px;
}

.working-process-three:hover .step {
  color: white;
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

.working-process-three:hover .title::before,
.working-process-three:hover .title::after {
  background: var(--tekprof-primary-color);
}

/* Home Four */
.work-process-item {
  text-align: center;
  margin-bottom: 45px;
}

.work-process-item .number {
  width: 65px;
  height: 65px;
  font-size: 27px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid;
  line-height: 60px;
  border-radius: 50%;
  margin-bottom: 33px;
  display: inline-block;
}

.work-process-item h5 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.work-process-item:hover .number {
  background: white;
  color: var(--tekprof-primary-color);
}

@media only screen and (min-width: 992px) {
  .work-process-item.with-arrow {
    position: relative;
  }

  .work-process-item.with-arrow:after,
  .work-process-item.with-arrow:before {
    top: 24px;
    content: '';
    width: 70%;
    height: 18px;
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-image: url('../images/shapes/work-process-arrow.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .work-process-item.with-arrow:before {
    left: 0;
  }

  .work-process-item.with-arrow:after {
    left: 100%;
  }
}

.work-process-shapes .shape {
  z-index: -1;
  max-width: 20%;
  position: absolute;
}

.work-process-shapes .shape.one {
  left: 5%;
  top: 30%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}

.work-process-shapes .shape.two {
  top: 10%;
  right: 6%;
  -webkit-animation: down-up-two 5s infinite;
  animation: down-up-two 5s infinite;
}

/*******************************************************/
/***************** ## Sidebar Widgets *****************/
/*******************************************************/
.main-sidebar {
  background: white;
  padding: 50px 40px;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 1400px) {
  .main-sidebar {
    margin-left: -35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-sidebar {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .main-sidebar {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.main-sidebar .widget-cta {
  padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-sidebar .widget-cta {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .main-sidebar .widget-cta {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-sidebar .widget-cta h4 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .main-sidebar .widget-cta h4 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-sidebar .widget-cta .theme-btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.widget:not(:last-child) {
  margin-bottom: 50px;
}

.widget-title {
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 50px;
  height: 2px;
  background: #020626;
}

.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--tekprof-border-color);
}

.widget-search form input {
  padding: 0;
  border: none;
  font-weight: 400;
  background: transparent;
}

.widget-search form button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: transparent;
}

.widget-category li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--tekprof-heading-font);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget-category li:not(:last-child) {
  margin-bottom: 8px;
}

.widget-category li a:hover {
  text-decoration: underline;
}

.widget-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-news li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-news li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100px;
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-news li .image {
    max-width: 80px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .widget-news li .image {
    max-width: 80px;
    margin-right: 15px;
  }
}

.widget-news li .content h5 {
  margin-bottom: 0;
  line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-news li .content h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 479px) {
  .widget-news li .content h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .widget-news li .content h5 {
    font-size: 16px;
  }
}

.widget-news li .content .date {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 2px;
}

.tag-clouds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}

.tag-clouds a {
  font-size: 14px;
  padding: 0 14px;
  margin: 10px 10px 0 0;
  border: 1px solid var(--tekprof-border-color);
}

.tag-clouds a:hover {
  color: white;
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

.widget-cta {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 390px;
  padding: 35px 35px 30px;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 375px) {
  .widget-cta {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.widget-cta::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 6, 38, 0)), to(#020626));
  background: -webkit-linear-gradient(top, rgba(2, 6, 38, 0) 0%, #020626 100%);
  background: -o-linear-gradient(top, rgba(2, 6, 38, 0) 0%, #020626 100%);
  background: linear-gradient(180deg, rgba(2, 6, 38, 0) 0%, #020626 100%);
}

.widget-cta h3 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 22px;
}

@media only screen and (max-width: 479px) {
  .widget-cta h3 {
    font-size: 26px;
  }
}

.widget-cta .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--tekprof-primary-color);
}

.widget-cta .man {
  z-index: -1;
  position: absolute;
  right: 4%;
  bottom: 0;
  max-width: 90%;
}

.widget-cta .theme-btn {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #0095FF), color-stop(50%, var(--heading-color)));
  background-image: -webkit-linear-gradient(bottom, #0095FF 50%, var(--heading-color) 50%);
  background-image: -o-linear-gradient(bottom, #0095FF 50%, var(--heading-color) 50%);
  background-image: linear-gradient(to top, #0095FF 50%, var(--heading-color) 50%);
}

.widget-products li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-products li:not(:last-child) {
  margin-bottom: 10px;
}

.widget-products li .image {
  max-width: 80px;
  margin-right: 30px;
}

.widget-products li .image img {
  border-radius: 7px;
}

.widget-products li .content {
  margin-bottom: 5px;
}

.widget-products li .content .ratting i {
  color: #FF9900;
  font-size: 10px;
  margin: 0 5px 0 0;
}

.widget-products li .content h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.price-filter-wrap .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tekprof-heading-color);
}

.price-filter-wrap .price span {
  margin-right: 5px;
}

.price-filter-wrap .price input {
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
}

.ui-widget.ui-widget-content {
  height: 5px;
  border: none;
  cursor: pointer;
  background: rgba(0, 85, 255, 0.2);
}

.ui-widget-header {
  background: var(--tekprof-primary-color);
}

.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  top: -5px;
  border: none;
  cursor: e-resize;
  border-radius: 50%;
  background: var(--tekprof-primary-color);
}

/* Shop Sidebar */
.shop-sidebar .widget-category ul li:not(:last-child) {
  margin-bottom: 15px;
}

.shop-sidebar .widget-category ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tekprof-heading-color);
  text-decoration: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*******************************************************/
/***************** ## Get Consultations ****************/
/*******************************************************/
.get-consultations-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.71%, rgba(24, 24, 94, 0.4)), color-stop(92.06%, #18185E));
  background: -webkit-linear-gradient(top, rgba(24, 24, 94, 0.4) 5.71%, #18185E 92.06%);
  background: -o-linear-gradient(top, rgba(24, 24, 94, 0.4) 5.71%, #18185E 92.06%);
  background: linear-gradient(180deg, rgba(24, 24, 94, 0.4) 5.71%, #18185E 92.06%);
}

@media only screen and (min-width: 992px) {
  .get-consultations-area h2 {
    font-size: 70px;
  }
}

.get-consultation-content {
  max-width: 520px;
}

.consultation-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.consultation-bottom-content .theme-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
}

.consultation-bottom-content .email-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consultation-bottom-content .email-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid white;
}

.consultation-bottom-content .email-box .content span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -5px;
}

.consultation-bottom-content .email-box .content a {
  font-size: 18px;
  font-weight: 600;
  margin-top: -5px;
}

.consultation-bottom-content .email-box .content a:hover {
  color: white;
}

.techmax-logo {
  max-width: 325px;
  padding: 48px 20px;
  text-align: center;
  background: var(--tekprof-primary-color);
}

@media only screen and (max-width: 375px) {
  .techmax-logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*******************************************************/
/****************** ## Numbered Box ******************/
/*******************************************************/
.numbered-box {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  background: white;
  border-radius: 12px;
  padding: 35px 50px 15px;
  border: 1px solid white;
  -webkit-box-shadow: 0px 10px 60px rgba(123, 123, 123, 0.1);
  box-shadow: 0px 10px 60px rgba(123, 123, 123, 0.1);
}

@media only screen and (max-width: 375px) {
  .numbered-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.numbered-box .number {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 25px;
  width: 50px;
  height: 50px;
  background: var(--tekprof-border-color);
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.numbered-box:hover {
  border-color: var(--tekprof-border-color);
}

.numbered-box:hover .number {
  background: var(--tekprof-primary-color);
}

.numbered-box.style-two {
  padding-top: 28px;
  padding-bottom: 12px;
}

@media only screen and (min-width: 480px) {
  .numbered-box.style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.numbered-box.style-two .number {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 7px;
  margin-right: 40px;
}

.numbered-box.style-two:hover {
  border-color: var(--tekprof-primary-color);
}

.numbered-box.style-two:hover .number {
  color: white;
}

.numbered-box.style-three {
  border: none;
  padding-bottom: 0;
  padding-top: 40px;
  background: #E8EAF6;
}

.numbered-box.style-three .number {
  font-size: 16px;
  background: transparent;
  border: 1px solid var(--tekprof-border-color);
}

.numbered-box.style-three h4 {
  letter-spacing: -0.8px;
}

@media only screen and (min-width: 376px) {
  .numbered-box.style-three h4 {
    font-size: 27px;
  }
}

.numbered-box.style-three .read-more {
  color: var(--tekprof-base-color);
  margin-bottom: 30px;
}

.numbered-box.style-three.bg-two {
  background: #E8EAF6;
}

.numbered-box.style-three.bg-three {
  background: #F9F2E8;
}

/*******************************************************/
/*************** ## Marquee Iconic Box ***************/
/*******************************************************/
.iconic-slider-right .slick-list {
  padding-top: 30px !important;
}

.iconic-slider-right .marquee-iconic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .iconic-slider-right .marquee-iconic-box {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.iconic-slider-right.style-two .marquee-iconic-box:nth-child(even) {
  margin-top: 40px;
}

.iconic-slider-right.text-white .marquee-iconic-box {
  margin-right: 20px;
  background: #2B2B2B;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.1);
}

.iconic-slider-right.text-white .marquee-iconic-box .subtitle {
  opacity: 0.35;
}

.iconic-slider-right.style-three .marquee-iconic-box {
  border-radius: 12px;
  padding: 10px 20px 10px 15px;
}

@media only screen and (min-width: 992px) {
  .iconic-slider-right.style-three .marquee-iconic-box {
    margin-right: 50px;
    margin-bottom: 30px;
  }
}

.iconic-slider-right.style-three .marquee-iconic-box .image {
  max-width: 35px;
  margin-right: 15px;
}

.iconic-slider-right.style-three .marquee-iconic-box .image img {
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.5);
}

.iconic-slider-right.style-three .marquee-iconic-box .title {
  font-size: 16px;
}

.iconic-slider-left .slick-list {
  padding-bottom: 30px !important;
}

.iconic-slider-left .marquee-iconic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .iconic-slider-left .marquee-iconic-box {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

.iconic-slider-left.text-white .marquee-iconic-box {
  margin-left: 20px;
  background: #2B2B2B;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.1);
}

.iconic-slider-left.text-white .marquee-iconic-box .subtitle {
  opacity: 0.35;
}

.iconic-slider-left.style-three .marquee-iconic-box {
  border-radius: 12px;
  padding: 10px 20px 10px 15px;
}

@media only screen and (min-width: 992px) {
  .iconic-slider-left.style-three .marquee-iconic-box {
    margin-left: 50px;
    margin-bottom: 30px;
  }
}

.iconic-slider-left.style-three .marquee-iconic-box .image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 35px;
  margin-right: 15px;
}

.iconic-slider-left.style-three .marquee-iconic-box .image img {
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.5);
}

.iconic-slider-left.style-three .marquee-iconic-box .title {
  font-size: 16px;
}

.marquee-iconic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 35px 10px 10px;
  border: 1px solid var(--tekprof-border-color);
  -webkit-box-shadow: 0px 10px 60px rgba(185, 102, 231, 0.2);
  box-shadow: 0px 10px 60px rgba(185, 102, 231, 0.2);
}

.marquee-iconic-box .icon {
  color: white;
  font-size: 35px;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  background: var(--tekprof-primary-color);
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .marquee-iconic-box .icon {
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 45px;
    margin-right: 10px;
  }
}

.marquee-iconic-box .image {
  max-width: 60px;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  .marquee-iconic-box .image {
    max-width: 45px;
    margin-right: 10px;
  }
}

.marquee-iconic-box .image img {
  border-radius: 50%;
}

.marquee-iconic-box .title {
  margin-bottom: 0;
  letter-spacing: -0.54px;
}

@media only screen and (min-width: 992px) {
  .marquee-iconic-box .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .marquee-iconic-box .subtitle {
    display: block;
    font-size: 14px;
    margin-top: -5px;
  }
}

/*******************************************************/
/******************* ## Iconic Box *******************/
/*******************************************************/
.iconic-box {
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
  padding: 40px 50px 35px;
}

@media only screen and (max-width: 375px) {
  .iconic-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.iconic-box .icon {
  z-index: 1;
  line-height: 1;
  font-size: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 45px;
  color: var(--tekprof-primary-color);
}

.iconic-box .icon:after {
  content: '';
  width: 80px;
  height: 80px;
  z-index: -1;
  position: absolute;
  left: 5px;
  top: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background: var(--tekprof-lighter-color);
}

.iconic-box .content h4 {
  margin-bottom: 15px;
}

.iconic-box .content p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 500;
}

.iconic-box .content hr {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
  margin-bottom: 20px;
}

.iconic-box .content .read-more {
  margin-top: 8px;
}

.iconic-box .bg {
  z-index: -1;
  position: absolute;
  right: -20px;
  top: -20px;
  max-width: 60%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.iconic-box:hover {
  background: var(--tekprof-primary-color);
}

.iconic-box:hover .icon,
.iconic-box:hover .read-more,
.iconic-box:hover .content p,
.iconic-box:hover .content h4 a {
  color: white;
}

.iconic-box:hover .icon:after {
  background: rgba(255, 255, 255, 0.1);
}

.iconic-box:hover hr {
  opacity: 0.15;
  background: white;
}

.iconic-box:hover .bg {
  top: 0;
  right: 0;
}

.iconic-box.style-two {
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.iconic-box.style-two .icon {
  color: white;
}

.iconic-box.style-two .icon:after {
  background: rgba(255, 255, 255, 0.05);
}

.iconic-box.style-two h5 {
  margin-bottom: 15px;
}

.iconic-box.style-two h5 a {
  color: white;
}

.iconic-box.style-two p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.iconic-box.style-two .read-more {
  color: rgba(255, 255, 255, 0.55);
}

.iconic-box.style-two:hover .icon {
  color: var(--tekprof-primary-color);
}

.iconic-box.style-two:hover h5 a {
  color: var(--tekprof-primary-color);
  text-decoration: underline;
}

.iconic-box.style-two:hover p {
  color: rgba(255, 255, 255, 0.55);
}

.iconic-box.style-two:hover .read-more {
  color: white;
}

.iconic-box.style-three {
  padding: 30px 40px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 375px) {
  .iconic-box.style-three {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.iconic-box.style-three .icon {
  margin-bottom: 20px;
}

.iconic-box.style-three .icon:after {
  display: none;
}

.iconic-box.style-three h5 {
  margin-bottom: 18px;
  letter-spacing: -0.66px;
}

.iconic-box.style-three h5 a {
  color: white;
}

.iconic-box.style-three p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.iconic-box.style-three .bg {
  top: 25px;
  right: 30px;
}

.iconic-box.style-three:hover p {
  color: rgba(255, 255, 255, 0.55);
}

.iconic-box.style-three.text-black {
  background: white;
  border: 1.5px solid var(--tekprof-border-color);
}

.iconic-box.style-three.text-black .content h5 a {
  color: var(--tekprof-heading-color);
}

.iconic-box.style-three.text-black .content p {
  color: var(--tekprof-base-color);
}

.iconic-box.style-three.text-black:hover {
  border-color: pink;
}

.iconic-box.style-four {
  background: white;
  text-align: center;
  border-radius: 20px;
  padding: 38px 28px 15px;
  border: 3px solid white;
  -webkit-box-shadow: 0px 10px 60px rgba(155, 155, 155, 0.1);
  box-shadow: 0px 10px 60px rgba(155, 155, 155, 0.1);
}

.iconic-box.style-four .icon {
  width: 70px;
  height: 70px;
  font-size: 27px;
  line-height: 70px;
  text-align: center;
  margin: 0 auto 30px;
  color: var(--tekprof-primary-color);
}

.iconic-box.style-four .icon:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: var(--tekprof-primary-color);
}

.iconic-box.style-four h5 {
  font-size: 20px;
  margin-bottom: 12px;
}

.iconic-box.style-four p {
  font-size: 16px;
  font-weight: 400;
}

.iconic-box.style-four:hover {
  border-color: var(--tekprof-primary-color);
}

.iconic-box.style-four:hover .icon {
  color: white;
}

.iconic-box.style-four:hover .icon:after {
  opacity: 1;
}

.iconic-box.style-four:hover p {
  color: var(--tekprof-base-color);
}

.iconic-box.style-five {
  background: transparent;
  padding: 30px 50px 15px;
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 375px) {
  .iconic-box.style-five {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.iconic-box.style-five .icon {
  font-size: 55px;
  margin-bottom: 10px;
  color: var(--tekprof-primary-color);
}

.iconic-box.style-five .icon:after {
  display: none;
}

.iconic-box.style-five p {
  font-size: 16px;
  font-weight: 400;
}

.iconic-box.style-five:hover {
  background: white;
  border-color: white;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}

.iconic-box.style-five:hover p {
  color: var(--tekprof-base-color);
}

.iconic-box.style-six {
  background: #F9F9FF;
  padding: 40px 35px 20px;
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 375px) {
  .iconic-box.style-six {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.iconic-box.style-six .icon {
  font-size: 55px;
  margin-bottom: 25px;
  color: #fec458;
}

.iconic-box.style-six .icon:after {
  display: none;
}

.iconic-box.style-six h5 {
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: -0.4px;
}

.iconic-box.style-six p {
  font-size: 16px;
  font-weight: 400;
}

.iconic-box.style-six:hover {
  background: white;
  border-color: white;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}

.iconic-box.style-six:hover h5 a {
  text-decoration: underline;
}

.iconic-box.style-six:hover p {
  color: var(--tekprof-base-color);
}

.iconic-box.style-seven {
  padding: 35px 40px 15px;
  background: transparent;
}

@media only screen and (max-width: 375px) {
  .iconic-box.style-seven {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.iconic-box.style-seven:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.05;
  background: var(--tekprof-primary-color);
}

.iconic-box.style-seven .icon {
  width: 60px;
  height: 60px;
  color: white;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 20px;
  background: var(--tekprof-primary-color);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.iconic-box.style-seven .icon:after {
  display: none;
}

.iconic-box.style-seven .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.iconic-box.style-seven .icon-title i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background: white;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--tekprof-primary-color);
}

.iconic-box.style-seven .icon-title h5 {
  margin-bottom: 0;
}

.iconic-box.style-seven h5 {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}

.iconic-box.style-seven p {
  font-size: 16px;
  font-weight: 400;
}

.iconic-box.style-seven .bg {
  top: auto;
  right: -20px;
  bottom: -20px;
}

.iconic-box.style-seven:hover {
  background: var(--tekprof-primary-color);
}

.iconic-box.style-seven:hover .icon {
  background: white;
  color: var(--tekprof-primary-color);
}

.iconic-box.style-seven:hover h5 a {
  color: white;
}

.iconic-box.style-seven:hover .bg {
  right: 0;
  bottom: 0;
}

.iconic-box.style-seven.border {
  padding-top: 30px;
  padding-bottom: 10px;
}

.iconic-box.style-eight {
  background: var(--tekprof-lighter-color);
  padding: 35px 40px 15px;
}

@media only screen and (max-width: 375px) {
  .iconic-box.style-eight {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.iconic-box.style-eight .icon {
  font-size: 50px;
  margin-bottom: 25px;
  color: var(--tekprof-heading-color);
}

.iconic-box.style-eight .icon:after {
  display: none;
}

.iconic-box.style-eight hr {
  margin-bottom: 22px;
}

.iconic-box.style-eight h5 {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}

.iconic-box.style-eight p {
  font-size: 16px;
  font-weight: 400;
}

.iconic-box.style-eight .bg {
  top: 20px;
  right: 40px;
}

.iconic-box.style-eight:hover {
  background: var(--tekprof-primary-color);
}

.iconic-box.style-eight:hover .icon {
  color: white;
}

.iconic-box.style-eight:hover h5 a {
  color: white;
}

.iconic-box.style-nine {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.iconic-box.style-nine .icon {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 22px;
  color: var(--tekprof-primary-color);
}

.iconic-box.style-nine .icon:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: var(--tekprof-primary-color);
}

.iconic-box.style-nine h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.iconic-box.style-nine p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.iconic-box.style-nine:hover p {
  color: var(--tekprof-base-color);
}

.iconic-box.style-nine.text-white .icon {
  width: auto;
  height: auto;
  color: white;
  font-size: 30px;
  text-align: left;
  margin-bottom: 16px;
}

.iconic-box.style-nine.text-white .icon:after {
  display: none;
}

.iconic-box.style-nine.text-white p {
  color: rgba(255, 255, 255, 0.65);
}

.iconic-box.style-ten {
  padding-top: 0;
  overflow: initial;
  text-align: center;
  margin-bottom: 75px;
  padding-bottom: 15px;
  border: 1px solid var(--tekprof-border-color);
  -webkit-box-shadow: 0px 10px 60px rgba(141, 141, 141, 0.1);
  box-shadow: 0px 10px 60px rgba(141, 141, 141, 0.1);
}

.iconic-box.style-ten .icon {
  font-size: 45px;
  margin-top: -45px;
  margin-bottom: 20px;
  width: 92px;
  height: 92px;
  background: white;
  line-height: 92px;
  border-radius: 50%;
  text-align: center;
  line-height: 82px;
  display: inline-block;
  border: 5px solid var(--tekprof-border-color);
}

.iconic-box.style-ten .icon:after {
  display: none;
}

.iconic-box.style-ten p {
  font-size: 16px;
  font-weight: 400;
}

.iconic-box.style-ten:hover {
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.iconic-box.style-ten:hover .icon {
  border-color: white;
  background: var(--tekprof-primary-color);
}

.iconic-box.style-ten:hover h5 a {
  text-decoration: underline;
}

.iconic-box.style-ten:hover p {
  color: var(--tekprof-base-color);
}

.generative-ai-area:after {
  content: '';
  z-index: -1;
  width: 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
  border-radius: 50%;
  -webkit-filter: blur(500px);
  filter: blur(500px);
  background: #FEC458;
}

/* Home Ten */
.iconic-box-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.iconic-box-slider .iconic-box.style-three {
  margin-left: 15px;
  margin-right: 15px;
}

.iconic-box-arrows .slick-arrow {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 55px;
  height: 55px;
  background: white;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  color: var(--tekprof-primary-color);
  -webkit-box-shadow: 0px 10px 60px rgba(130, 130, 130, 0.1);
  box-shadow: 0px 10px 60px rgba(130, 130, 130, 0.1);
}

.iconic-box-arrows .slick-arrow:focus,
.iconic-box-arrows .slick-arrow:hover {
  color: white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: var(--tekprof-primary-color);
}

.iconic-box-arrows .slick-arrow:not(:last-child) {
  margin-right: 10px;
}

/*******************************************************/
/********************  ## Tooltips  *******************/
/*******************************************************/
.tooltip-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tooltip-item .tooltip-btn {
  z-index: 1;
  width: 90px;
  height: 90px;
  cursor: pointer;
  line-height: 90px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
  .tooltip-item .tooltip-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .tooltip-item .tooltip-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.tooltip-item .tooltip-btn img {
  max-width: 50%;
}

.tooltip-item.active .tooltip-btn {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tooltip-item.active .tooltip-btn+.tooltip-content {
  opacity: 1;
  z-index: 3;
}

.tooltip-item .tooltip-content {
  opacity: 0;
  z-index: -1;
  max-width: 33%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  bottom: -90px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media only screen and (max-width: 767px) {
  .tooltip-item .tooltip-content {
    bottom: -50px;
  }
}

@media only screen and (max-width: 375px) {
  .tooltip-item .tooltip-content {
    bottom: -20px;
  }
}

.tooltip-item .tooltip-content .image {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.tooltip-style-two {
  height: 500px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .tooltip-style-two {
    height: 300px;
  }
}

@media only screen and (max-width: 479px) {
  .tooltip-style-two {
    height: 200px;
  }
}

.tooltip-style-two:after,
.tooltip-style-two:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.tooltip-style-two:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

.tooltip-style-two:after {
  top: 30%;
  left: 15%;
  width: 70%;
  height: 140%;
}

.tooltip-style-two .tooltip-item {
  position: absolute;
}

.tooltip-style-two .tooltip-item .tooltip-btn {
  position: relative;
}

.tooltip-style-two .tooltip-item .tooltip-content {
  left: 115%;
  bottom: 70%;
  max-width: none;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

@media only screen and (max-width: 1199px) {
  .tooltip-style-two .tooltip-item .tooltip-content {
    left: 15%;
    bottom: 110%;
  }
}

.tooltip-style-two .tooltip-item .tooltip-content .tooltip-text {
  font-weight: 500;
  padding: 0 10px;
  color: var(--tekprof-heading-color);
  background: #fec458;
  font-family: var(--tekprof-heading-font);
}

@media only screen and (min-width: 992px) {
  .tooltip-style-two .tooltip-item .tooltip-content .tooltip-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 479px) {
  .tooltip-style-two .tooltip-item .tooltip-content .tooltip-text {
    font-size: 14px;
  }
}

.tooltip-style-two .tooltip-item .tooltip-content .tooltip-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  border-left: 7px solid #fec458;
  border-bottom: 7px solid transparent;
}

.tooltip-style-two .tooltip-item:hover .tooltip-btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tooltip-style-two .tooltip-item:hover .tooltip-content {
  opacity: 1;
}

.tooltip-style-two .tooltip-item:nth-child(1) {
  top: -8%;
  left: 45%;
}

.tooltip-style-two .tooltip-item:nth-child(2) {
  top: 10%;
  left: calc(22% - 45px);
}

.tooltip-style-two .tooltip-item:nth-child(3) {
  top: 10%;
  right: calc(22% - 45px);
}

.tooltip-style-two .tooltip-item:nth-child(4) {
  left: 0;
  bottom: calc(33% - 45px);
}

.tooltip-style-two .tooltip-item:nth-child(5) {
  right: 0;
  bottom: calc(33% - 45px);
}

.tooltip-style-two .tooltip-item:nth-child(6) {
  left: 19%;
  bottom: 35%;
}

.tooltip-style-two .tooltip-item:nth-child(7) {
  right: 19%;
  bottom: 35%;
}

/* Tooltip Section One */
.tooltip-shapes .shape {
  z-index: -1;
  max-width: 10%;
  position: absolute;
}

.tooltip-shapes .shape.one {
  left: 5%;
  top: 40%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}

.tooltip-shapes .shape.two {
  left: 15%;
  top: 45%;
  max-width: 3%;
  -webkit-animation: shapeAnimationOne 30s infinite;
  animation: shapeAnimationOne 30s infinite;
}

.tooltip-shapes .shape.three {
  top: 20%;
  right: 10%;
  -webkit-animation: down-up-two 5s infinite;
  animation: down-up-two 5s infinite;
}

.tooltip-shapes .shape.four {
  top: 30%;
  right: 15%;
  -webkit-animation: leftRightOne 10s infinite;
  animation: leftRightOne 10s infinite;
}

/*******************************************************/
/****************** ## Projects Area  *******************/
/*******************************************************/
/* Latest work */
.latest-work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid var(--tekprof-border-color);
}

.latest-work-item:first-child {
  border-top: 1px solid var(--tekprof-border-color);
}

.latest-work-item .content-wrap {
  width: 100%;
}

.latest-work-item .content-wrap .title {
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .latest-work-item .content-wrap .title.h1 {
    font-size: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .latest-work-item .content-wrap .title.h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .latest-work-item .content-wrap .title.h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .latest-work-item .content-wrap .title.h1 {
    font-size: 40px;
  }
}

.latest-work-item .content-wrap .title.h2 {
  display: block;
  font-size: 65px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .latest-work-item .content-wrap .title.h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .latest-work-item .content-wrap .title.h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .latest-work-item .content-wrap .title.h2 {
    font-size: 30px;
  }
}

.latest-work-item .normal-area {
  padding: 30px;
}

@media only screen and (min-width: 576px) {
  .latest-work-item .normal-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 991px) {
  .latest-work-item .normal-area {
    padding-left: 0;
  }
}

.latest-work-item .normal-area .category-wrap {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 160px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .latest-work-item .normal-area .category-wrap {
    width: 125px;
  }
}

.latest-work-item .normal-area .category-wrap .category {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  background: white;
  border-radius: 10px;
  margin-bottom: 10px;
  color: var(--tekprof-heading-color);
  display: inline-block;
  border: 1px solid var(--tekprof-heading-color);
}

.latest-work-item .active-area {
  padding: 40px 30px;
}

@media only screen and (max-width: 375px) {
  .latest-work-item .active-area {
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .latest-work-item .active-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .latest-work-item .active-area .image {
    width: 35%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 991px) {
  .latest-work-item .active-area .image {
    margin-right: 50px;
    margin-bottom: 35px;
  }
}

.latest-work-item .active-area .content {
  max-width: 500px;
}

.latest-work-item .active-area .content p {
  margin-bottom: 0;
}

.latest-work-item .detail-btn {
  font-size: 35px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-left: auto;
  color: var(--tekprof-heading-color);
  -webkit-transform: rotate(-45deg) translate(20px, -50%);
  -ms-transform: rotate(-45deg) translate(20px, -50%);
  transform: rotate(-45deg) translate(20px, -50%);
}

@media only screen and (max-width: 991px) {
  .latest-work-item .detail-btn {
    right: 0;
    -webkit-transform: rotate(-45deg) translate(10px, -50%);
    -ms-transform: rotate(-45deg) translate(10px, -50%);
    transform: rotate(-45deg) translate(10px, -50%);
  }
}

@media only screen and (max-width: 575px) {
  .latest-work-item .detail-btn {
    top: 40px;
  }
}

.latest-work-item.active {
  background: white;
  border-radius: 10px;
  border: 1px solid var(--tekprof-heading-color);
}

.latest-work-item.active .detail-btn {
  top: 45px;
  color: var(--tekprof-primary-color);
  -webkit-transform: rotate(45deg) translate(0);
  -ms-transform: rotate(45deg) translate(0);
  transform: rotate(45deg) translate(0);
}

@media only screen and (max-width: 991px) {
  .latest-work-item.active .detail-btn {
    right: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .latest-work-item.active .detail-btn {
    right: 13px;
  }
}

/* Project Item Two */
.project-item-two {
  position: relative;
  margin-bottom: 30px;
}

.project-item-two img {
  width: 100%;
}

.project-item-two .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(35, 41, 59, 0.75);
}

.project-item-two .content .plus {
  opacity: 0;
  color: white;
  font-size: 75px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.project-item-two .content h4 {
  opacity: 0;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.65;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.project-item-two .content h4 a {
  color: white;
}

.project-item-two:hover .content {
  opacity: 1;
}

.project-item-two:hover .content .plus,
.project-item-two:hover .content h4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.project-item-two:hover .content .plus {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-area-three:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 75%;
  background: var(--tekprof-heading-color);
}

/*******************************************************/
/******************* ## Main Slider *******************/
/*******************************************************/
.slider-area {
  z-index: 1;
  position: relative;
}

.slider-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.65;
  background-color: var(--tekprof-heading-color);
}

.slider-area:before {
  mix-blend-mode: multiply;
}

.slider-area:after {
  width: 40%;
  height: 70%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.65;
  background: -webkit-gradient(linear, right top, left top, from(var(--tekprof-primary-color)), to(var(--tekprof-secondary-color)));
  background: -webkit-linear-gradient(right, var(--tekprof-primary-color), var(--tekprof-secondary-color));
  background: -o-linear-gradient(right, var(--tekprof-primary-color), var(--tekprof-secondary-color));
  background: linear-gradient(-90deg, var(--tekprof-primary-color), var(--tekprof-secondary-color));
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 40% 40%, 60% 55%);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 40% 40%, 60% 55%);
}

.slide-content {
  max-width: 515px;
}

.slide-content .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .slide-content .sub-title {
    font-size: 22px;
  }
}

.slide-content .sub-title:before {
  content: '';
  width: 60px;
  height: 2px;
  margin-right: 20px;
  background: white;
}

@media only screen and (max-width: 375px) {
  .slide-content .sub-title:before {
    width: 40px;
    height: 1px;
  }
}

.slide-content .h2 {
  color: white;
  display: block;
  font-size: 85px;
  font-weight: 300;
  letter-spacing: -3px;
}

@media only screen and (max-width: 1199px) {
  .slide-content .h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .slide-content .h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .slide-content .h2 {
    font-size: 43px;
  }
}

@media only screen and (max-width: 375px) {
  .slide-content .h2 {
    font-size: 35px;
  }
}

.slide-content h1 {
  line-height: 1;
  font-size: 100px;
  margin-bottom: 60px;
  letter-spacing: -2px;
}

@media only screen and (max-width: 1399px) {
  .slide-content h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .slide-content h1 {
    font-size: 55px;
    line-height: 1.3;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .slide-content h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .slide-content h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 375px) {
  .slide-content h1 {
    font-size: 30px;
  }
}

.slide-content>* {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.main-slider-active .slick-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 479px) {
  .main-slider-active .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}

.main-slider-active .slick-arrow.next-arrow {
  top: 25%;
}

.main-slider-active .slick-arrow.prev-arrow {
  top: calc(25% + 80px);
}

.main-slider-active .slick-arrow:focus,
.main-slider-active .slick-arrow:hover {
  border-color: white;
}

.slick-active .slide-content * {
  -webkit-animation-name: leftRightOne;
  animation-name: leftRightOne;
}

.slick-active .slide-content .sub-title {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.slick-active .slide-content .h2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.slick-active .slide-content h1 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.slick-active .slide-content .theme-btn {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.slider-arrows {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}

.slider-arrows .slick-arrow {
  position: absolute;
  right: 15px;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .slider-arrows .slick-arrow {
    color: white;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (max-width: 479px) {
  .slider-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.slider-arrows .slick-arrow:focus,
.slider-arrows .slick-arrow:hover {
  border-color: white;
}

.slider-arrows .slick-arrow.next-slider {
  bottom: calc(100% + 10px);
}

.slider-arrows .slick-arrow.prev-slider {
  top: calc(100% + 10px);
}

.slick-active .slider-image {
  opacity: 1;
}

/*******************************************************/
/******************* ## Contact Page *******************/
/*******************************************************/
.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--tekprof-border-color);
}

.contact-info-item:first-child {
  border-top: 1px solid var(--tekprof-border-color);
}

.contact-info-item .icon {
  font-size: 30px;
  padding-top: 5px;
  color: var(--tekprof-primary-color);
  min-width: 30px;
  margin-right: 40px;
}

@media only screen and (max-width: 479px) {
  .contact-info-item .icon {
    margin-right: 20px;
  }
}

.contact-info-item .title {
  display: block;
  font-weight: 500;
  margin-bottom: 7px;
}

.contact-info-item p {
  margin-bottom: 0;
}

.contact-info-item p,
.contact-info-item a {
  max-width: 330px;
}

@media only screen and (max-width: 479px) {

  .contact-info-item p,
  .contact-info-item a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {

  .contact-info-item p,
  .contact-info-item a {
    font-size: 16px;
  }
}

.contact-info-item a:hover {
  color: var(--tekprof-primary-color);
}

.contact-image-five .image img {
  width: 100%;
  border-radius: 7px;
}

.contact-image-five .abs-headings {
  position: absolute;
  right: 30px;
  top: 30px;
}

@media only screen and (max-width: 479px) {
  .contact-image-five .abs-headings {
    top: 15px;
    right: 15px;
  }
}

.contact-image-five .logo {
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 28px;
  border-radius: 10px;
  background: var(--tekprof-primary-color);
}

@media only screen and (max-width: 479px) {
  .contact-image-five .logo {
    left: 15px;
    bottom: 15px;
    padding: 20px;
    max-width: 28%;
  }
}

.abs-headings h6 {
  padding: 6px 15px;
  margin-left: auto;
  border-radius: 7px;
  margin-bottom: 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media only screen and (max-width: 479px) {
  .abs-headings h6 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .abs-headings h6 {
    font-size: 14px;
  }
}

.abs-headings h6:nth-child(2) {
  font-size: 14px;
}

.abs-headings h6.bgc-yellow {
  background: #D6F037;
}

.abs-headings h6.bgc-green {
  background-color: #28F67A;
}

/* Radio Filter */
.radio-filter li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-filter li:not(:last-child) {
  margin-bottom: 10px;
}

.radio-filter li input {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0;
  margin-top: 0;
  margin-right: 20px;
  border-radius: 50%;
  position: relative;
  background: transparent;
  border: 1px solid var(--tekprof-border-color);
}

.radio-filter li input:before {
  content: '';
  width: 6px;
  height: 6px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  background: white;
}

.radio-filter li input:checked {
  border-color: white;
  background: transparent;
}

.radio-filter li input:checked:before {
  opacity: 1;
}

.radio-filter li input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio-filter li label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.radio-filter li label .ratting i {
  font-size: 12px;
  line-height: 1.8;
}

.radio-filter li label .ratting i.white {
  color: #AAAAAA;
}

.contact-form {
  border-radius: 10px;
  padding: 30px 50px 40px;
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 479px) {
  .contact-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.contact-form h3 {
  margin-bottom: 0;
}

.contact-form.style-two {
  background: #EBFFF1;
}

.contact-form.style-two p {
  margin-top: 8px;
}

.contact-form.style-two .form-control {
  color: white;
  border-radius: 0;
  font-weight: 600;
  padding: 0 0 18px;
  border-width: 0 0 1px;
  background: transparent;
  font-family: var(--tekprof-heading-font);
}

.contact-form.style-two .form-control::-webkit-input-placeholder {
  color: white;
}

.contact-form.style-two .form-control:-ms-input-placeholder {
  color: white;
}

.contact-form.style-two .form-control::-ms-input-placeholder {
  color: white;
}

.contact-form.style-two .form-control::placeholder {
  color: white;
}

.contact-form.style-two .form-control:focus {
  border-bottom-color: white;
}

@media only screen and (max-width: 375px) {
  .contact-form.style-two .radio-filter li {
    font-size: 14px;
  }
}

.contact-form.style-two.bgc-primary {
  background: var(--tekprof-primary-color);
}

@media only screen and (min-width: 1200px) {
  .contact-form.style-two.bgc-primary {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.contact-form.style-two.bgc-primary .radio-filter li input:before {
  background: white;
}

.contact-form.style-two.bgc-primary .radio-filter li input:checked {
  border-color: white;
}

/* Home Six */
.form-style-one .form-group {
  margin-bottom: 25px;
}

.form-style-one .form-control {
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  padding: 10px 0 15px;
  border-width: 0 0 1px;
}

.form-style-one .form-control:focus {
  border-color: var(--tekprof-heading-color);
}

.contact-form-two {
  -webkit-box-shadow: 10px 0 60px rgba(102, 83, 232, 0.1);
  box-shadow: 10px 0 60px rgba(102, 83, 232, 0.1);
}

@media only screen and (max-width: 479px) {
  .contact-form-two {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-info-part-two {
  max-width: 415px;
  padding: 40px 60px;
  background: rgba(103, 77, 243, 0.07);
}

@media only screen and (max-width: 479px) {
  .contact-info-part-two {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-info-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-item-two .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-size: 22px;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background: var(--tekprof-secondary-color);
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.contact-info-item-two h5 {
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 375px) {
  .contact-info-item-two h5 {
    font-size: 16px;
  }
}

.contact-info-item-two:not(:last-child) {
  margin-bottom: 20px;
}

/*******************************************************/
/******************** ## Shop Area *********************/
/*******************************************************/
/* Shop Shorter */
.shop-shorter {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-shorter .sort-text {
  font-weight: 500;
  margin-right: 25px;
}

@media only screen and (min-width: 376px) {
  .shop-shorter .sort-text {
    font-size: 20px;
  }
}

.shop-shorter .products-dropdown .nice-select {
  padding: 6px 30px 6px 20px;
}

.shop-wrapper {
  max-width: 900px;
}

.product-item {
  margin-bottom: 40px;
}

.product-item .image {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 97%;
  background: var(--tekprof-lighter-color);
  border-radius: 10px;
}

.product-item .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 75%;
}

.product-item .content .ratting {
  margin-left: -3px;
}

.product-item .content .ratting i {
  font-size: 10px;
  color: #f90;
  margin-left: 3px;
  margin-right: 3px;
}

.product-item .content h5 {
  font-size: 20px;
  margin-bottom: 0;
}

.product-item .content .price {
  font-weight: 600;
  font-family: var(--tekprof-heading-font);
}

/* Product Details */
.preview-images {
  margin-bottom: 25px;
  background: var(--tekprof-lighter-color);
}

.preview-images .preview-item {
  position: relative;
  padding-bottom: 75%;
}

.preview-images .preview-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 70%;
}

.thumb-images {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.thumb-images .thumb-item {
  position: relative;
  padding-bottom: 25%;
  width: calc(33% - 20px);
  background: var(--tekprof-lighter-color);
}

.thumb-images .thumb-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 70%;
}

@media only screen and (min-width: 1200px) {
  .product-details-content {
    margin-top: 40px;
  }
}

.product-details-content .ratting i {
  color: var(--tekprof-primary-color);
}

.product-details-content .section-title h2 {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .section-title h2 {
    font-size: 42px;
  }
}

.product-details-content .price {
  display: block;
  font-size: 22px;
  font-weight: 600;
}

@media only screen and (max-width: 375px) {
  .product-details-content .price {
    font-size: 18px;
  }
}

.product-details-content .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .add-to-cart .theme-btn {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-details-content .add-to-cart input {
  font-size: 22px;
  font-weight: 600;
  max-width: 130px;
  margin-top: 15px;
  margin-right: 22px;
  padding: 12px 30px;
  background: transparent;
  border: 2px solid var(--tekprof-border-color);
}

.product-details-content .category-tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .category-tags li h5 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 20px;
}

.product-details-content .category-tags li:first-child a {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
}

.product-details-content .category-tags li:first-child a:not(:last-child) {
  margin-right: 30px;
}

.product-details-content .category-tags li:first-child a:hover {
  color: var(--tekprof-heading-color);
}

.shop-details-tab-area h4,
.shop-details-tab-area h5 {
  margin-bottom: 20px;
}

.product-information-tab li {
  margin-bottom: 15px;
}

.product-information-tab li:not(:last-child) {
  margin-right: 55px;
}

@media only screen and (max-width: 991px) {
  .product-information-tab li:not(:last-child) {
    margin-right: 15px;
  }
}

.product-information-tab li a {
  font-size: 14px;
  font-weight: 500;
  padding: 11px 45px;
  display: inline-block;
  color: var(--tekprof-heading-color);
  text-transform: uppercase;
  border: 1px solid var(--tekprof-border-color);
}

@media only screen and (max-width: 991px) {
  .product-information-tab li a {
    padding: 6px 30px;
  }
}

.product-information-tab li a.active {
  color: black;
  background: var(--tekprof-primary-color);
}

.review-item {
  max-width: 650px;
}

@media only screen and (min-width: 480px) {
  .review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.review-item.child-review {
  margin-left: 80px;
}

@media only screen and (max-width: 575px) {
  .review-item.child-review {
    margin-left: 35px;
  }
}

.review-item .thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100px;
  margin-right: 25px;
  margin-bottom: 15px;
}

.review-item .thumb img {
  border-radius: 50%;
}

.review-item .content .name-ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-item .content .name-ratting h6 {
  margin-right: 25px;
  margin-bottom: 5px;
}

.review-item .content .name-ratting .ratting {
  margin-right: 25px;
  margin-bottom: 5px;
}

.review-item .content .name-ratting .ratting i {
  font-size: 14px;
}

.review-item .content .name-ratting .date {
  margin-bottom: 7px;
}

.review-item:not(:last-child) {
  margin-bottom: 30px;
}

.product-details .tab-content .tab-pane h5 {
  margin-bottom: 30px;
}

.product-details .tab-content .tab-pane .comments .comment-body:last-child {
  margin-bottom: 0;
}

.product-details .tab-content .ratting {
  margin-left: -3px;
}

.product-details .tab-content .ratting i {
  font-size: 12px;
  color: #f90;
  margin-left: 3px;
  margin-right: 3px;
}

.product-details .tab-content .list li:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  margin-top: 0;
  background: transparent;
  font-size: 20px;
  color: var(--tekprof-primary-color);
  margin-right: 30px;
}

.product-info-tab.advanced-tab {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-info-tab.advanced-tab li {
  margin: 0 35px 15px 0;
}

@media only screen and (max-width: 1299px) {
  .product-info-tab.advanced-tab li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .product-info-tab.advanced-tab li {
    margin-bottom: 10px;
  }
}

.product-info-tab.advanced-tab li a,
.product-info-tab.advanced-tab li button {
  font-size: 22px;
  padding: 0 0 15px;
  display: inline-block;
  background: transparent;
  border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 1199px) {

  .product-info-tab.advanced-tab li a,
  .product-info-tab.advanced-tab li button {
    font-size: 20px;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 575px) {

  .product-info-tab.advanced-tab li a,
  .product-info-tab.advanced-tab li button {
    font-size: 18px;
  }
}

.product-info-tab.advanced-tab li a i,
.product-info-tab.advanced-tab li button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 15px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1299px) {

  .product-info-tab.advanced-tab li a i,
  .product-info-tab.advanced-tab li button i {
    margin-right: 5px;
  }
}

.product-info-tab.advanced-tab li a.active,
.product-info-tab.advanced-tab li button.active {
  border-color: var(--tekprof-primary-color);
}

/* Cart Page */
.shoping-table table,
.shoping-cart-total table {
  width: 100%;
}

.shoping-table td,
.shoping-table th,
.shoping-cart-total td,
.shoping-cart-total th {
  padding: 15px 8px;
  text-align: center;
  border: 1px solid var(--tekprof-border-color);
}

.shoping-table th,
.shoping-cart-total th {
  text-transform: capitalize;
}

.shoping-table td img,
.shoping-cart-total td img {
  max-height: 60px;
}

.shoping-table td .title,
.shoping-cart-total td .title {
  font-size: 18px;
  color: var(--tekprof-heading-color);
}

.shoping-table td .price:before,
.shoping-cart-total td .price:before {
  content: '$';
}

.shoping-table td button,
.shoping-cart-total td button {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .shoping-table thead {
    display: none;
  }

  .shoping-table tr {
    display: -ms-grid;
    display: grid;
  }

  .shoping-table tr:not(:last-child) {
    margin-bottom: 50px;
  }

  .shoping-table td:not(:last-child) {
    border-bottom: none;
  }
}

.quantity-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.quantity-input button {
  width: 45px;
  background: transparent;
  border: 1px solid var(--tekprof-border-color);
}

.quantity-input button.quantity-down {
  letter-spacing: -3px;
}

.quantity-input input {
  width: 55px;
  padding: 5px 15px;
  border-radius: 0;
  text-align: center;
  background: transparent;
  border: 1px solid var(--tekprof-border-color);
}

.discount-wrapper input {
  width: 200px;
}

/* Checkout Page */
.checkout-faqs .alert {
  padding: 20px 30px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 375px) {
  .checkout-faqs .alert {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.checkout-faqs .alert h6 {
  margin-bottom: 0;
}

.checkout-faqs .alert h6 a {
  padding: 0;
  color: var(--tekprof-primary-color);
  background: transparent;
}

.checkout-faqs .alert form {
  padding: 20px 0 10px;
}

.checkout-faqs .alert form input,
.checkout-faqs .alert form textarea,
.checkout-faqs .alert form .nice-select {
  background: white;
}

.checkout-faqs .alert form .nice-select {
  padding: 12px 30px;
  border-radius: 15px;
}

.checkout-faqs .alert form .nice-select:not(:focus) {
  border-color: var(--tekprof-lighter-color);
}

.checkout-faqs .alert form .nice-select:after {
  top: 30px;
  right: 30px;
}

.checkout-faqs .alert form .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.checkout-faqs .alert form .form-footer button {
  margin-right: 15px;
}

@media only screen and (max-width: 375px) {
  .checkout-faqs .alert form .form-footer button {
    margin-right: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.checkout-faqs .alert form .form-footer label {
  line-height: 1.4;
  margin: 0 0 0 5px;
}

.checkout-faqs .checkout-form h5 {
  margin-bottom: 20px;
}

/*******************************************************/
/******************** ## Error Area ********************/
/*******************************************************/
.error-content h1 {
  font-size: 70px;
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  .error-content h1 {
    font-size: 55px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .error-content h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .error-content h1 {
    font-size: 30px;
  }
}

.error-content p {
  font-size: 20px;
  max-width: 820px;
  margin-top: 40px;
  font-weight: 500;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .error-content p {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .error-content p {
    font-size: 16px;
  }
}

/*******************************************************/
/******************* ## Main Footer *******************/
/*******************************************************/
.main-footer {
  color: rgba(255, 255, 255, 0.65);
}

.main-footer.style-two {
  margin-top: -150px;
  border-radius: 100px 100px 0 0;
}

@media only screen and (max-width: 991px) {
  .main-footer.style-two {
    border-radius: 50px 50px 0 0;
  }
}

.main-footer.style-two .footer-bottom .logo img {
  max-height: 36px;
}

.main-footer.style-two .footer-bottom .scroll-top {
  background: white;
  color: var(--tekprof-base-color);
}

.main-footer.style-two .footer-bottom .copyright-text p {
  color: white;
}

.main-footer.style-two .footer-bottom .copyright-text p a {
  color: white;
  text-decoration: underline;
}

.main-footer.style-two .footer-contact .social-style-two a {
  border-color: rgba(255, 255, 255, 0.2);
}

.main-footer.style-two .footer-contact .social-style-two a:hover i {
  color: white;
}

.footer-top {
  z-index: 1;
  position: relative;
  margin-bottom: -40px;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

@media only screen and (max-width: 375px) {
  .footer-top {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.footer-top:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  background: #1e1e4ce0;
}

@media only screen and (min-width: 1400px) {
  .cta-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.cta-right-content .mail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1400px) {
  .cta-right-content .mail-info {
    margin-left: 30px;
  }
}

.cta-right-content .mail-info .icon {
  color: white;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 22px;
  text-align: center;
  line-height: 58px;
  border: 2px solid white;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 375px) {
  .cta-right-content .mail-info .icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 43px;
    margin-right: 15px;
  }
}

.cta-right-content .mail-info .content {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.cta-right-content .mail-info .content a {
  color: white;
  font-size: 18px;
  font-weight: 600;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  display: inline-block;
}

/* Support and Join Area - Home Two Footer */
.support-join-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

@media only screen and (max-width: 991px) {
  .support-join-area {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.support-join-area::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) {
  .support-join-area::after {
    content: '';
  }
}

.footer-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 575px;
  padding-top: 80px;
  padding-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .footer-top-item {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.footer-top-item .content {
  max-width: 370px;
  margin-right: 20px;
}

.footer-top-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  text-align: center;
  margin-left: auto;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top-item .icon:hover {
  color: white;
  background: var(--tekprof-primary-color);
  border-color: var(--tekprof-primary-color);
}

@media only screen and (max-width: 767px) {
  .footer-top-item .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

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

.footer-title {
  color: white;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.7;
}

.info-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-size: 18px;
  margin-top: 0px;
  margin-right: 15px;
}

.info-item a {
  color: white;
  font-size: 16px;
}

.footer-links ul li:not(:last-child) {
  margin-bottom: 9px;
}

.footer-links ul li a {
  position: relative;
}

.footer-links ul li a i {
  left: 0;
  top: 3px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 7px;
  position: absolute;
}

.footer-links ul li a:hover {
  color: white;
  padding-left: 16px;
  text-decoration: underline;
}

.footer-links ul li a:hover i {
  opacity: 1;
}

@media only screen and (min-width: 376px) {
  .footer-links ul.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-links ul.two-column li {
    width: 47%;
  }
}

.widget-links ul li {
  font-weight: 500;
  line-height: 1.5;
}

.widget-links ul li a {
  color: rgba(255, 255, 255, 0.45);
}

.widget-links ul li a:hover {
  color: white;
}

.widget-links ul li:not(:last-child) {
  margin-bottom: 16px;
}

.widget-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-contact ul li i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20px;
  color: white;
  margin-top: 10px;
  margin-right: 10px;
}

.widget-contact ul li a {
  color: rgba(255, 255, 255, 0.45);
}

.widget-contact ul li a:hover {
  color: white;
}

.widget-contact ul li:not(:last-child) {
  margin-bottom: 14px;
}

.newsletter-form {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-form input {
  border: 0;
  color: white;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  padding: 5px 5px 5px 15px;
}

.newsletter-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.newsletter-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.newsletter-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.newsletter-form button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  line-height: 44px;
  width: 45px;
  height: 45px;
  background: var(--tekprof-primary-color);
}

/* Footer Bottom */
.footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .copyright-text a {
  color: white;
}

.footer-bottom .scroll-top {
  top: -27px;
  position: absolute;
  left: calc(50% - 27px);
}

@media only screen and (max-width: 1199px) {
  .footer-bottom .scroll-top {
    width: 40px;
    height: 40px;
    top: -20px;
    font-size: 15px;
    line-height: 40px;
    left: calc(50% - 20px);
  }
}

.footer-bottom.style-two {
  border-top: 0;
}

.footer-bottom-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-bottom-nav li {
  margin: 0 15px 5px;
}

.footer-bottom-nav li a {
  color: rgba(255, 255, 255, 0.65);
}

.footer-bottom-nav li a i {
  margin-right: 10px;
}

.footer-bottom-nav li a:hover {
  color: white;
}

/* Home Four */
.footer-newsletter {
  padding: 40px 60px;
  border-radius: 15px;
  margin-bottom: -15px;
  background: var(--tekprof-primary-color);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media only screen and (max-width: 575px) {
  .footer-newsletter {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .footer-newsletter {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-newsletter .newsletter-form {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
}

.footer-newsletter .newsletter-form input {
  border: none;
  color: var(--tekprof-base-color);
  padding: 0 5px 0 20px;
  background: transparent;
}

.footer-newsletter .newsletter-form input::-webkit-input-placeholder {
  color: var(--tekprof-base-color);
}

.footer-newsletter .newsletter-form input:-ms-input-placeholder {
  color: var(--tekprof-base-color);
}

.footer-newsletter .newsletter-form input::-ms-input-placeholder {
  color: var(--tekprof-base-color);
}

.footer-newsletter .newsletter-form input::placeholder {
  color: var(--tekprof-base-color);
}

.footer-newsletter .newsletter-form button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  width: auto;
  height: auto;
  font-weight: 600;
  padding: 9px 24px;
  border-radius: 12px;
  line-height: inherit;
  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;
  background: var(--tekprof-heading-color);
}

.footer-newsletter .newsletter-form button i {
  margin-top: 2px;
  font-size: 0.9em;
  margin-left: 10px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media only screen and (max-width: 479px) {
  .footer-newsletter .newsletter-form button i {
    display: none;
  }
}

@media only screen and (min-width: 480px) {
  .footer-newsletter .newsletter-form button b {
    font-size: 18px;
    padding: 4px 18px;
  }
}

.main-footer.footer-one {
  background: #151F39;
  color: rgba(255, 255, 255, 0.45);
}

@media only screen and (min-width: 1200px) {
  .main-footer.footer-one .widget-links {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-footer.footer-one .social-style-two a {
  background: #273557;
}

.main-footer.footer-one .social-style-two a:hover {
  color: white;
  background: var(--tekprof-primary-color);
}

.footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .copyright-text a {
  color: white;
}

.footer-bottom .footer-bottom-menu ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom .footer-bottom-menu ul li {
  margin-left: 15px;
  margin-right: 15px;
  text-transform: capitalize;
}

.footer-bottom .footer-bottom-menu ul li a {
  color: rgba(255, 255, 255, 0.45);
}

.footer-bottom .footer-bottom-menu ul li a:hover {
  color: white;
}

.footer-bottom .scroll-top {
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 55px;
  border-radius: 14px;
  position: absolute;
  left: calc(50% - 27px);
  top: -27px;
}

@media only screen and (max-width: 991px) {
  .footer-bottom .scroll-top {
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    left: calc(50% - 22px);
  }
}

.footer-text .text {
  font-size: 20px;
  font-family: var(--tekprof-heading-font);
}

@media only screen and (max-width: 1199px) {
  .footer-text .text {
    font-size: 18px;
  }
}

.footer-text .h1 {
  color: white;
  font-size: 65px;
}

@media only screen and (max-width: 1199px) {
  .footer-text .h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-text .h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .footer-text .h1 {
    font-size: 35px;
  }
}

/* Home Siz */
@media only screen and (min-width: 1200px) {
  .footer-cta-wrap .container {
    max-width: 1470px;
  }
}

.footer-cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 80px 35px;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  z-index: 1;
  position: relative;
}

.footer-cta-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: var(--tekprof-primary-color);
}

@media only screen and (max-width: 767px) {
  .footer-cta-inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .footer-cta-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-cta-inner .section-title {
  margin-bottom: 25px;
  margin-right: auto;
}

.footer-cta-inner .section-title .sub-title {
  margin-bottom: 8px;
  /* color: var(--tekprof-heading-color); */
  background: -webkit-linear-gradient(#0d8cad, #15a04d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 375px) {
  .footer-cta-inner .section-title .sub-title {
    font-size: 18px;
  }
}

.footer-cta-inner .section-title h2 {
  margin-bottom: 0;
  letter-spacing: -1px;
}

.footer-cta-inner .theme-btn {
  margin-bottom: 25px;
  margin-right: 30px;
}

.footer-cta-inner .hotline {
  margin-bottom: 25px;
}

.footer-cta-inner .hotline>i {
  background: white;
  border-color: white;
}

.footer-cta-inner .hotline .content span,
.footer-cta-inner .hotline .content a {
  color: var(--tekprof-heading-color);
}

.footer-square-logo {
  padding: 25px 30px;
  display: inline-block;
  background: var(--tekprof-secondary-color);
  -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}

.widget_newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--tekprof-border-color);
}

.widget_newsletter form label {
  margin: 5px 6px 0 0;
  color: var(--tekprof-primary-color);
}

.widget_newsletter form input {
  padding: 0;
  border: none;
  color: white;
  max-width: 150px;
  margin-right: auto;
  background: transparent;
}

.widget_newsletter form input::-webkit-input-placeholder {
  color: var(--tekprof-base-color);
}

.widget_newsletter form input:-ms-input-placeholder {
  color: var(--tekprof-base-color);
}

.widget_newsletter form input::-ms-input-placeholder {
  color: var(--tekprof-base-color);
}

.widget_newsletter form input::placeholder {
  color: var(--tekprof-base-color);
}

.widget_newsletter form button {
  color: white;
  line-height: 1.5;
  font-weight: 500;
  padding: 5px 12px;
  background: var(--tekprof-secondary-color);
}

.widget_newsletter .social-style-one a {
  margin-right: 15px;
}

.footer-shapes .shape {
  position: absolute;
  z-index: -2;
  max-width: 50%;
}

.footer-shapes .shape.one {
  left: 0;
  bottom: 0;
}

.footer-shapes .shape.two {
  right: 0;
  bottom: 0;
}

.footer-shapes .shape.three {
  right: 0;
  bottom: 10%;
  z-index: -1;
}

.logo img {
  width: 220px;
  height: auto;
}

.footer-logo img {
  width: 200px;
  height: auto;
}

/* Ankul **********************************************/


.logo-icon-box {
  display: grid !important;
  grid-template-columns: auto auto auto auto;
  margin-bottom: 40px;
}

.logo-icon-box1 {
  display: grid !important;
  grid-template-columns: auto auto auto auto;
}

.logo-icon-box1 img {
  width: 230px;
  height: 90px;
  object-fit: contain;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.logo-icon-box img {
  width: 230px;
  height: 90px;
  object-fit: contain;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.why-choose-first-img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.why-choose-second-img {
  height: auto;
  width: 80%;
  margin: auto;
  object-fit: cover;
  object-position: top;
}

.why-choose-third-img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.why-choose-fourth-img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.Proud_Milestone {
  width: 90%;
  margin: auto;
  padding: 40px 50px;
}

.wrapper {
  padding: 20px 0px 0px 0px;
}

.my-slider {
  padding: 0 10px;
}

.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 0 15px;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}

.mob-pf-slider {
  width: 100%;
  background-color: #fcfd225e;
  border-radius: 20px;
  box-shadow: 0 0 7px 0 #00000021;
  border: solid #161730;
  border-width: 1px 1px 4px;
}

.color2 {
  background-color: #9e006033 !important;
}

.color3 {
  background-color: #ffb4204a !important;
}



.color4 {
  background-color: #018fb533 !important;
}

.color5 {
  background-color: #66b24cba !important;
}

img.pf-mob-img {
  width: 100%;
  padding: 20px 30px;
  height: 350px;
  object-fit: contain;
}

.pf-mob-content1 {
  text-align: center;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}

.pf-mob-content1 h3 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 10px 0;
  padding-top: 0;
}

.pf-mob-content1 p {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 0;
  margin: 0;
}

.mob-pf-btn {
  display: flex;
  justify-content: center;
  column-gap: 12px;
  align-items: center;
  margin-top: 15px;
}

.mob-pf-slider a.pf-mob-btn img {
  width: 125px;
  height: 40px;
  object-fit: contain;
}

.Dedicated_team {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0px;
}

.Dedicated_team .icon {
  margin-bottom: 0px;
  margin-right: 15px;
}

#working-process {
  padding-left: 100px;
  padding-right: 100px;
}

.tab_left {
  flex-direction: column;
  border-bottom: none;
  background-color: #161730;
  border-radius: 8px;
  padding: 20px 15px;
  height: 100%;
  margin-right: 30px;
}

.tab_left .nav-item .nav-link {
  padding: 10px 20px;
  color: #021433;
  font-size: 18px;
  font-weight: 500;
  border-width: 0px;
  border-style: solid;
  border-left: 0;
  border-right: 0;
  border-top: 0 !important;
  background-color: #fff;
  margin-bottom: 6px;
  border-radius: 8px;
  /* border-image: linear-gradient(to right, #0d8cad, #15a04d) 1; */
  /* border-bottom: 1px solid #020626; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  /* background-color: #15a04d; */
  /* background: linear-gradient(to right, #0d8cad, #15a04d); */
  background: linear-gradient(to right, #003898, #047DD3);
  color: #fff;
  border-color: #15a04d;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  /* background: linear-gradient(to right, #0d8cad, #15a04d); */
  background: linear-gradient(to right, #003898, #047DD3);
  color: #fff;
  /* border-color: #15a04d; */
}

.tab_right .row {
  grid-row-gap: 20px;
}

.Technologies_box {
  background-color: #fff;
  text-align: center;
  padding: 2px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 8px #02062638;
}

.NextJs {
  width: 80px !important;
}

.Technologies_box img {
  width: 50px;
  margin-bottom: 15px;
}

.Technologies_box p {
  color: #020626;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.We_Help {
  /* width: 90%; */
  margin: auto;
}

.Tech_Stack {
  width: 90%;
  margin: auto;
  margin-bottom: 80px !important;
  background-color: #fff;
}

.Valued_Clients {
  width: 90%;
  margin: auto;
  padding: 40px 50px;
  /* background-image: url('./assets/images/background/valued-clients2.jpg'); */
  background-image: url('../images/background/valued-clients2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.Valued_Clients_overflow {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.input-box {
  margin-bottom: 15px;
}

.input-box input {
  border-color: #bbb;
  border-width: 1px;
  border-radius: 7px;
  height: 45px;
  font-size: 16px;
  color: #000;
}

.input-box textarea {
  border-color: #bbb;
  border-width: 1px;
  border-radius: 7px;
  font-size: 16px;
  color: #000;
  padding: 10px 20px;
}

.footer_top_section {
  width: 90%;
  margin: auto;
}

.footer_top_left {
  padding-left: 70px;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.submit_btn {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  color: #021433;
  background-color: #fff;
}

.top_header_left li {
  margin-right: 10px !important;
  padding-right: 10px !important;
}


.top_header_left li::after {
  content: none !important;
}

.social-style-one a img {
  height: 20px;
}

.working-process .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #020626e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.accordion-item .show {
  border: 1px solid #020626e6;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.accordion-item {
  border-radius: 10px !important;
}

button.accordion-button {
  border-radius: 10px !important;
}

.working-process .accordion-item .accordion-header .accordion-button:not(.collapsed) .title {
  color: #fff !important;
}

.working-process .accordion-item .accordion-header .accordion-button:not(.collapsed) .step {
  border-color: #fff !important;
  color: #fff !important;
}

section.why-choose-us-area {
  background-image: url('../images/services/custome-mobile.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  background: fixed;
  width: 100%;
  position: relative;
}

.why-choose-overflow {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.90;
  background-color: #060c3fd1;
}

section.working-process-area {
  background-image: url('../images/services/custome-mobile1.webp') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  background: fixed;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.working-process-area .features-bg:before {
  content: initial;
}

.section-title.mb-25 {
  text-align: center;
  width: 70%;
  margin: auto;
}

.why-choose-content .text-white {
  text-align: center;
}

section.blog-area {
  background-color: #ced0ff69;
}

.testimonials-inner .section-title {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.Consultation_btn_box {
  width: 100%;
  text-align: center;
}

.Dedicated_team a:hover {
  color: #fff;
}

.contry_logo {
  width: 25px;
}

.whats_icon {
  width: 40px;
  height: auto;
  margin-left: 20px;
}

.Technologies_right {
  margin-top: 50px;
}

.footer_call {
  margin: 15px 0;
}

.footer_location {
  display: flex;
  align-items: flex-start;
}

.footer_location .fa-map-marker-alt {
  margin-top: 10px;
  margin-right: 15px;
  font-size: 20px;
  color: #fff;
}

.location-link {
  margin-left: 30px;
  color: #fff;
}

.footer_social_icon {
  display: flex;
  align-items: flex-start;
}

.footer_social_icon i {
  margin-right: 10px;
  font-size: 22px;
  background-color: #fff;
  color: #161730;
  padding: 5px;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.third-fb {
  /* border: 1px solid #e9e9e9; */
  padding: 12px 30px;
  background-color: #fff;
  border-radius: 30px;
  display: inline;
  margin: auto;
}

.third-fb a {
  text-decoration: none;
  line-height: 29px;
  font-size: 16px;
  color: #020626;
}

.leftborder {
  border-right: 1px solid #020626;
  padding-right: 20px;
  margin-right: 20px;
}

.whatsapp_icon {
  height: 25px;
}

@media (max-width:576px) {
  .counter-item {
    padding: 15px 10%;
  }

  .counter-item .counter-text-wrap {
    font-size: 40px;
  }

  .counter-item .counter-title {
    font-size: 15px;
  }


  .rpb-130,
  .rpy-130 {
    padding-bottom: 50px !important;
  }

  .pt-80,
  .py-80 {
    padding-top: 50px;
  }

  .rpb-70,
  .rpy-70 {
    padding-bottom: 50px;
  }

  .why-choose-content {
    margin-bottom: 20px;
  }

  .rpt-100,
  .rpy-100 {
    padding-top: 50px;
  }

  h4,
  .h4,
  .service-accordion .accordion-item .accordion-header .accordion-button .title,
  blockquote,
  .contact-info-item p,
  .contact-info-item a {
    line-height: 1.4;
    font-size: 20px;
  }

  .feature-item .content p {
    font-size: 15px;
  }

  #working-process {
    padding: 0px !important;
  }

  .working-process .accordion-item .accordion-header .accordion-button .title {
    font-size: 18px;
  }

  #working-process .content,
  p {
    margin-bottom: 0px;
  }

  .working-process .accordion-item .accordion-body {
    padding: 10px 25px 20px;
  }

  .working-process .accordion-item .accordion-header .accordion-button .icon {
    width: 35px;
    height: 35px;
    line-height: 34px;
  }

  .working-process .accordion-item .accordion-header .accordion-button {
    padding: 10px 25px;
  }

  section.working-process-area {
    padding-bottom: 60px;
    margin-bottom: 10px;
  }

  .Tech_Stack {
    width: 100%;
  }

  .tab_left {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tab-content {
    margin-top: 40px;
  }

  .section-title.mb-25 {
    width: 100%;
  }

  .Valued_Clients {
    width: 90%;
    margin: auto;
    padding: 40px 20px;
  }

  .section-title.text-white.mb-20.aos-init.aos-animate {
    margin: 0;
  }

  .logo-icon-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto;
    margin-bottom: 20px;
  }

  .testimonial-item {
    padding: 0px !important;
  }

  .logo-icon-box1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto;
  }

  .logo-icon-box img {
    height: 75px;
    padding: 10px;
  }

  .logo-icon-box1 img {
    height: 75px;
    padding: 10px;
  }

  .blog-area {
    margin-bottom: 50px;
  }

  .client-logo-active {
    padding-top: 60px;
  }

  .footer_top_section {
    width: 99%;
    margin: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .footer_top_left {
    padding-left: 0px;
    margin-top: 30px;
  }

  .input-box input {
    font-size: 14px;
    padding: 10px 10px;
  }

  .input-box textarea {
    font-size: 14px;
    padding: 10px 10px;
  }

  .footer-top {
    transform: translateY(-60px);
  }

  .third-fb {
    display: inline-block;
    padding: 10px 20px;
  }

  .leftborder {
    margin-bottom: 10px;
  }

  img.pf-mob-img {
    width: 100%;
    padding: 15px 20px;
    height: 270px;
    object-fit: contain;
  }

  .slick-dots li button:before {
    width: 14px;
    height: 14px;
  }

  .slick-dots li:after {
    width: 17px;
    height: 17px;
    position: absolute;
    left: -1.1px;
    top: -0.4px;
  }

  .Technologies_box p {
    font-size: 14px;
    line-height: 23px;
  }

  .Technologies_box img {
    width: 40px;
    margin-bottom: 15px;
  }

  .Technologies_box {
    padding: 2px 6px;
  }

  .Tech_Stack {
    margin-bottom: 60px !important;
    margin-top: 60px;
  }

  .header-inner.before-after-none.rel.d-flex.align-items-center {
    padding-right: 10px;
  }

  .tab_right .col-4 {
    padding: 0px 8px;
  }

  .tab-content {
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .tab_left .nav-item .nav-link {
    font-size: 16px;
  }

  .blog-area {
    padding-top: 50px !important;
  }

  .footer-widget.footer-links.ps-xl-5.aos-init.aos-animate {
    margin-bottom: 0;
  }

  .footer-widget.Technologies_right.footer-links.ps-xl-5.aos-init.aos-animate {
    margin-top: 10px;
  }

  .Contact_footer_box {
    margin-top: 50px;
  }

  .hero-content h1 {
    margin-bottom: 20px;
  }

  .hero-content.rmb-55.aos-init.aos-animate {
    margin-bottom: 30px;
  }

  .achievement-content.rmb-55.aos-init.aos-animate {
    margin-bottom: 30px;
  }

}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1250px !important;
}

.Talk_btn_mob {
  display: none !important;
}

@media (max-width: 400px) {
  .counter-item {
    padding: 15px 6%;
  }

  .counter-item:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}


@media (max-width:767px) {
  .tab-content {
    margin-top: 40px;
  }

  .Talk_btn_mob {
    display: block !important;
  }

  .Talk_btn_web {
    display: none !important;
  }

}

@media (max-width:992px) {
  .mobile-logo a img {
    width: 200px;
    height: auto;
  }

  .achievement-area {
    padding-bottom: 80px;
  }

  .why-choose-content {
    margin-bottom: 20px
  }

  .We_Help .features-bg {
    padding-top: 80px;
  }

  #working-process {
    padding-left: 40px;
    padding-right: 40px;
  }

  .Tech_Stack {
    padding-top: 0px;
    width: 100%;
  }

  .tab_left {
    margin-right: 0;
  }

  .blog-area {
    padding-top: 80px;
  }

  img.pf-mob-img {
    width: 100%;
    padding: 10px 15px;
    height: 250px;
    object-fit: contain;
  }

  .slick-initialized .slick-slide {
    margin: 0 20px 0 15px;
  }

  .tab_left .nav-item .nav-link {
    font-size: 16px;
  }

  .logo-icon-box {
    grid-column-gap: 20px;
    margin-bottom: 30px;
  }

  .logo-icon-box1 {
    grid-column-gap: 20px;
  }

  .logo-icon-box img {
    height: 75px;
    padding: 10px;
  }

  .logo-icon-box1 img {
    height: 75px;
    padding: 10px;
  }

  .Valued_Clients {
    width: 93%;
    margin: auto;
    padding: 40px 25px;
  }

  .footer_top_left {
    padding-left: 10px;
  }

}

.client-logo-item {
  height: auto !important;
}

.Portfolio_slider .slick-slide {
  height: auto !important;
}