
* {
  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: 'Inter', serif;
  --tekprof-heading-font: 'Hanken Grotesk', serif;
  --tekprof-primary-color: #005495;
  --tekprof-heading-color: #0B0C0C;
  --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; } }

@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);
    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; } }

/** 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: 600;
  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); }
  .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: 16px;
      padding: 10px 29px; } }
  .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; }

/** 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: 12px;
    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: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    border-radius: 50%;
    border: 3px solid var(--tekprof-border-color); }
    .slick-dots li button {
      opacity: 0; }
    .slick-dots li:after {
      content: '';
      opacity: 0;
      width: 15px;
      height: 15px;
      position: absolute;
      left: -5.5px;
      top: -5.5px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      border-radius: 50%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      border: 2px solid var(--tekprof-primary-color); }
    .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; }

/*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,
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,
h6,
.h6,
.counter-item .counter-text-wrap,
.counter-item-two .counter-text-wrap {
  font-weight: 700;
  color: var(--tekprof-heading-color);
  font-family: var(--tekprof-heading-font); }

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

h2, .h2 {
  line-height: 1.15;
  font-size: 48px; }

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 {
  line-height: 1.5;
  font-size: 20px; }

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

/*******************************************************/
/************** ## 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; } }

@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; } }

@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: #f9f9f9;
        -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 - 80px); } }
  .main-menu .navbar-collapse li {
    padding: 28px 20px;
    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; } }
    .main-menu .navbar-collapse li a {
      display: block;
      opacity: 1;
      font-weight: 500;
      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: 18px; } }
      @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: 250px;
      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 .theme-btn {
      display: none; } }
  @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); }
  .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: 16px;
      margin-left: 5px;
      font-weight: 600;
      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; } }

/*******************************************************/
/******************** ## Hero Area ********************/
/*******************************************************/
.hero-area {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left; }
  .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); }
  @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: 100px;
  margin-bottom: 30px;
  letter-spacing: -0.03em; }
  @media only screen and (max-width: 1399px) {
    .hero-content h1 {
      font-size: 80px; } }
  @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; } }

@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%; }

/*******************************************************/
/******************* ## 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%; }

.featuer-item {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 75px; }
  .featuer-item .image img {
    width: 100%; }
  .featuer-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: 25px 33px 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) {
      .featuer-item .content {
        left: 5%;
        width: 90%;
        padding-left: 15px;
        padding-right: 15px; } }
    .featuer-item .content .title {
      margin-bottom: 5px; }
      @media only screen and (max-width: 375px) {
        .featuer-item .content .title {
          font-size: 22px;
          margin-bottom: 8px; } }
    .featuer-item .content p {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .featuer-item .content .read-more {
      margin-top: -7px;
      margin-bottom: 12px; }
  .featuer-item:hover .content {
    background: var(--tekprof-primary-color);
    -webkit-box-shadow: 10px 4px 60px rgba(252, 85, 70, 0.5);
    box-shadow: 10px 4px 60px rgba(252, 85, 70, 0.5); }
    .featuer-item:hover .content h4 a, .featuer-item:hover .content p, .featuer-item:hover .content .read-more {
      color: white; }
  .featuer-item.style-two {
    padding-bottom: 0; }
    .featuer-item.style-two .image {
      position: relative; }
      .featuer-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%); }
    .featuer-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) {
        .featuer-item.style-two .content {
          padding-left: 40px;
          padding-right: 40px; } }
      @media only screen and (max-width: 375px) {
        .featuer-item.style-two .content {
          padding: 20px 25px; } }
      .featuer-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; }
        .featuer-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) {
            .featuer-item.style-two .content .tags a {
              font-size: 14px;
              padding: 1px 12px; } }
      .featuer-item.style-two .content .title {
        font-weight: 600;
        margin-bottom: 15px; }
        @media only screen and (max-width: 1599px) {
          .featuer-item.style-two .content .title {
            font-size: 30px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .featuer-item.style-two .content .title {
            font-size: 28px; } }
        @media only screen and (max-width: 375px) {
          .featuer-item.style-two .content .title {
            font-size: 25px; } }
        .featuer-item.style-two .content .title a {
          color: white; }
      .featuer-item.style-two .content p {
        color: white;
        margin-bottom: 28px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .featuer-item.style-two .content p {
            display: none; } }
        @media only screen and (max-width: 479px) {
          .featuer-item.style-two .content p {
            display: none; } }

/* Feature Style Two */
.featuer-item-two {
  margin-bottom: 25px; }
  .featuer-item-two .icon {
    line-height: 1;
    font-size: 50px;
    margin-bottom: 15px;
    color: var(--tekprof-primary-color); }
  .featuer-item-two p {
    margin-bottom: 0; }

/* Feature Style Three */
.featuer-item-three {
  max-width: 300px; }
  @media only screen and (min-width: 992px) {
    .featuer-item-three {
      padding-top: 95px;
      padding-bottom: 80px; } }
  @media only screen and (max-width: 991px) {
    .featuer-item-three {
      margin-bottom: 50px; } }
  .featuer-item-three .icon {
    line-height: 1;
    font-size: 50px;
    margin-bottom: 20px;
    color: var(--tekprof-primary-color); }
  .featuer-item-three.style-two {
    padding-top: 45px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .featuer-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-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-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); }

/*******************************************************/
/****************** ## 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 20%;
  position: relative;
  border: 1px solid var(--tekprof-border-color); }
  .counter-item:after {
    content: '';
    opacity: 0;
    z-index: -1;
    position: absolute;
    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); }
  .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-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; } }

/*******************************************************/
/******************* ## 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; }
  .why-choose-images .left {
    text-align: right;
    margin-right: 30px; }

/** 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 {
    margin-left: auto; } }

@media only screen and (min-width: 376px) {
  .about-content p {
    font-size: 18px; } }

/* 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 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; } }

/*******************************************************/
/******************* ## 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 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 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-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-area-two::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(24, 24, 94, 0.85); }

/*******************************************************/
/****************** ## 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 {
  margin-bottom: 30px;
  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 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%); }

/*******************************************************/
/**************** ## 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; }
    .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); }

/*******************************************************/
/************** ## 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: 25px 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent; }
    @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: 4%;
      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: 35px;
      -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: 50px;
      height: 50px;
      -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 var(--tekprof-border-color); }
      @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: 27px; }
      @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: white;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: var(--tekprof-primary-color);
      border-color: var(--tekprof-primary-color); }
  .working-process .accordion-item .accordion-body {
    padding: 15px 45px 50px;
    margin-left: calc(91px + 4%); }
    @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); }

/*******************************************************/
/***************** ## 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; } }

/*******************************************************/
/***************** ## 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; } }

/*******************************************************/
/******************* ## 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); }

/*******************************************************/
/******************** ## 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); }

.footer-top {
  z-index: 1;
  position: relative;
  margin-bottom: -40px;
  -webkit-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px); }
  @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: rgba(252, 85, 70, 0.9); }

@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; }
    @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: 3px;
    margin-right: 26px; }
  .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%; } }

.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; }
