/* ----------------------------------------------------------------
[Table of contents]
01. Fonts settings
02. Default styles
03. Sidebar styles
04. Content styles
05. Slider styles
06. Section styles
07. Heading styles
08. Blog & Post styles
09. Project styles
10. Footer styles
11. Contact styles
12. Services styles
13. Navigation styles
14. Team styles
------------------------------------------------------------------- */

/*** 01. Fonts settings (Hind, Oswald, Poppins) ***/

@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Oswald:300,400,500,600,700|Poppins:300,400,500,600,700|Montserrat:100,200,300,400,500,600,700&display=swap");

/*** 02. Default styles ***/

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat;
  font-size: 15px;
  line-height: 1.75em;
  font-weight: 400;
  color: #6b6b6b;
}

/*** typography ***/

/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101010;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}

/* paragraph */

p {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 20px;
  color: #000;
  opacity: 0.8;
}

/* lists */

ul {
  list-style-type: none;
}

/* links */

a {
  color: #101010;
}

a:hover,
a:active,
a:focus {
  color: #101010;
  outline: none;
  text-decoration: none !important;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: none;
}
.p-60 {
  padding: 60px 0px 0px 0px;
}
img {
  width: 100%;
  height: auto;
}
::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #101010;
}

::-webkit-scrollbar-thumb:hover {
  background: #101010;
}
#contactForm input::placeholder,
#contactForm textarea::placeholder {
  color: #fff;
}

#contactForm input::-webkit-input-placeholder,
#contactForm textarea::-webkit-input-placeholder {
  color: #fff;
}

#contactForm input::-moz-placeholder,
#contactForm textarea::-moz-placeholder {
  color: #fff;
}

#contactForm input:-ms-input-placeholder,
#contactForm textarea:-ms-input-placeholder {
  color: #fff;
}

#contactForm input:-moz-placeholder,
#contactForm textarea:-moz-placeholder {
  color: #fff;
}

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

.small,
small {
  font-size: 80%;
}

b,
strong {
  color: #101010;
}

/*** form element ***/

/* text field */

button,
input,
optgroup,
select,
textarea {
  font-family: Montserrat;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  border-color: #ececec;
  padding: 18px 0px 10px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  color: #101010;
  background-image: none;
  border-bottom: 1px solid #ececec;
}

input:focus,
textarea:focus {
  border-bottom-width: 2px;
  border-color: #101010;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  padding: 9px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
  border: none;
  color: #fff;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background-color: #101010;
  margin-top: 10px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: #101010;
  color: #fff;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #101010;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

/* Selection */

::-webkit-selection {
  color: #6b6b6b;
  background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  color: #6b6b6b;
  background: rgba(0, 0, 0, 0.1);
}

::selection {
  color: #6b6b6b;
  background: rgba(0, 0, 0, 0.1);
}

/*** 03. Sidebar styles ***/

#tb-page {
  width: 100%;
  position: relative;
}

#tb-aside {
  padding: 60px 30px;
  width: 23%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.our-achievements {
  margin: 60px 30px 80px 30px;
  padding: 70px 0 70px 0;
  box-shadow: -5px 2px 15px 0px rgba(0, 0, 0, 0.17);
}
.our-achievements__heading h2 {
  position: relative;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.our-achievements__progress .progress__wrap h4 {
  font-weight: 900;
  color: #02355a;
  margin-bottom: 0.2rem;
  font-size: 32px;
}
.our-achievements__progress .progress__wrap p {
  line-height: 1;
  font-weight: 600;
  font-size: 1.1rem;
}
.our-achievements .partners {
  background: #fff;
  margin: 20px 0 0 0;
}
.FX_PR-intro {
  padding: 100px 50px 60px 50px;
  background: #10111a;
}
.FX_PR-intro-img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
h1.FX_PR-title {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -3.02px;
  margin: 0 0 24px;
  color: #fff;
}
.FX_PR-intro-img {
  margin-bottom: 46px;
  position: relative;
}
.col-custom-1 {
  -ms-flex: 0 0 39.45%;
  flex: 0 0 39.45%;
  max-width: 39.45%;
  padding-left: 15px;
  padding-right: 30px;
}
.col-custom-2 {
  -ms-flex: 0 0 37.2%;
  flex: 0 0 37.2%;
  max-width: 37.2%;
  padding-left: 0px;
  padding-right: 30px;
}
.col-custom-3 {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.signature {
  display: block;
  text-align: right;
  font-style: italic;
  font-weight: 600;
}
#lottie {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-contact .updateLabel {
  position: relative;
  display: inline;
  font-size: 13px;
  top: -2px;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-group label {
  flex-basis: 50%;
  box-sizing: border-box;
  font-weight: 300;
}

.head-sec {
  background-repeat: no-repeat;
  background-image: url(../images/contact-bg1.jpg);
  padding: 30px;
}

.head-sec .tb-heading,
.head-sec .heading-meta {
  color: #fff;
}

#tb-aside .tb-footer i,
.social-network li a {
  font-size: 24px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  vertical-align: middle;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: rgb(0 0 0 / 40%);
  border-radius: 0;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
}

.select2-container {
  margin-bottom: 13px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  margin: 0;
  font-size: 19px;
  margin-right: -6px;
}

.custom-form {
  background: #fff;
  border-radius: 4px;
  padding: 30px 20px;
  margin-left: 35px;
}

.custom-form form {
  padding: 0 10px;
}

.form_elem_what_services_are_you_most_interested_in p {
  font-size: 16px;
  margin-bottom: 5px;
}

h2.tb-about-heading {
  margin-bottom: 0;
  position: relative;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 5px;
  text-transform: uppercase;
}

#select2-services-results::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#select2-services-results::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

ul.post-meta {
  padding: 0;
  font-size: 14px;
  color: #fff;
  margin: 0;
  opacity: 0.7;
}

.ai-blog-list-box-content .btn {
  float: right;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background: #0ea0f0;
  color: #fff;
  border-radius: 0 !important;
}

.ai-blog-list-box {
  margin-bottom: 20px;
  padding: 10px;
}

.ai-blog-list-box-media {
  box-shadow: 10px 10px 20px -15px rgb(0 0 0 / 20%);
}

.ai-blog-heading {
  margin-bottom: 10px;
}

#blog-list {
  background: #000;
}

#blog-list h3 a,
#blog-list p,
.bph h1,
.bph p {
  color: #fff !important;
}

#blog-list img {
  border-radius: 4px;
}

.bph p,
#blog-list p {
  opacity: 0.7;
  font-size: 18px;
  margin-bottom: 10px;
}

#blog-list p {
  font-size: 16px;
}

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

.bph h1 {
  line-height: 1;
}

.bph p {
  width: 80%;
  margin: 0 auto;
}

#blog-list h1,
#blog-list h3 {
  font-family: Montserrat;
  font-weight: 600;
  opacity: 0.9;
}

ul.post-meta a {
  color: #fff;
  float: right;
  margin-right: 40px;
  transition: 1s all ease;
  position: relative;
  left: 0;
  width: 32px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}

ul.post-meta a:hover {
  left: 5px;
  border: 1px solid;
}

.latest-blog {
  margin-bottom: 30px;
}

.latest-blog .ai-blog-list-box-media {
  padding-right: 15px;
}

#blog-list h3 a:hover {
  text-decoration: underline !important;
  color: #fb3d00 !important;
  text-decoration-color: #fff !important;
}

/* Pagination Container */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 10px 0 50px;
}

/* Pagination Link Styles */
.pagination a,
.pagination span {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 5px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Pagination Link Hover Effect */
.pagination a:hover {
  background-color: #0073e6;
  /* Highlight color */
  color: white;
  /* Change text color on hover */
}

/* Active Page Style */
.pagination .current {
  background-color: #0073e6;
  color: white;
  font-weight: bold;
  pointer-events: none;
  /* Disable click on active page */
}

/* Ellipsis Style for Skipped Pages (e.g., "..." between ranges) */
.pagination .dots {
  padding: 10px 15px;
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
  cursor: default;
}

/* Disabled Page Link Style (when there are no previous or next pages) */
.pagination .disabled {
  background-color: #e0e0e0;
  color: #aaa;
  pointer-events: none;
}

.next-page {
  padding-top: 50px;
}

.hiddenInDesktop {
  display: none !important;
}

.footer-bottom {
  margin-top: 25px;
}

.footer-bottom .footer-links a {
  font-size: 14px;
  opacity: 0.8;
}

.footer-bottom .tb-lead {
  font-size: 14px;
  line-height: 2em;
  color: #000;
  opacity: 0.8;
}

.contact-page {
  background: url(../images/contact-bg.jpg);
  padding: 60px 25px;
}

.contact-page h2.tb-about-heading {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.contact-page h2.tb-about-heading > span {
  display: block;
  font-weight: 400;
}

.contact-page h2.tb-about-heading span.lT {
  font-size: 72px;
  text-transform: uppercase;
  line-height: 72px;
  font-weight: 700;
}

.contact-page h2.tb-about-heading,
.contact-page p,
.contact-page a {
  color: #fff;
}

.form_elem_what_services_are_you_most_interested_in p {
  color: #000;
  opacity: 0.7;
}

.partners {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #fff;
  padding: 10px;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  justify-content: space-around;
  margin: 50px auto 0 !important;
}

.partners img {
  width: auto;
}
.main-top-section {
  padding-top: 60px !important;
}
.contact-map-section iframe {
  margin-bottom: -10px !important;
}

.sec-contact-info i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #020621;
  margin-right: 10px;
}
.wpcf7-form textarea {
  height: 90px;
}

.select2-container .select2-search--inline:after {
  content: "\f078";
  /* FontAwesome down arrow */
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
}

.sec-contact-info p {
  margin-bottom: 15px;
}

.sec-image img {
  border-radius: 6px;
}

.company-values {
  background: #10111a;
  padding: 60px 0;
}

.company-values .tb-about-heading {
  color: #fff;
  font-weight: 700;
}

#faq .card {
  background: none;
  margin: 0;
}

#faq .card a span {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #fff;
  margin-right: 15px;
  line-height: 50px;
  color: #0f1019;
  font-weight: 700;
  border-radius: 100%;
  text-align: center;
}

#faq .card-header {
  padding: 0;
}

#faq .card-header a {
  box-shadow: none;
  display: block;
  text-align: left;
  color: #fff;
  position: relative;
  letter-spacing: 0;
  font-size: 18px;
  padding: 15px 0;
}

#faq .card-header a:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.4) 20%,
    rgba(255, 255, 255, 0.6) 60%,
    rgba(255, 255, 255, 0.6) 60%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0.2) 100%
  );
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#faq .card-header a:after {
  content: "\e648";
  right: 0;
  position: absolute;
  top: 50%;
  font-family: "themify";
  transform: translateY(-50%);
}

#faq .card-header a.collapsed:after {
  content: "\e64b";
  right: 0;
  position: absolute;
  top: 50%;
  font-family: "themify";
  transform: translateY(-50%);
}

#faq .card-body {
  color: #fff;
  padding: 15px;
}

#faq .card:last-child .card-header a:before {
  content: none;
}

.ab-sec {
  color: #000;
  width: 86% !important;
  margin: 15px auto;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  font-style: italic;
  justify-content: center;
  border: 3px solid #2f7dfb;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 40px 30px 50px 30px !important;
}

.ab-sec h2,
.carousel-section h2 {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 5px;
  font-style: normal;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 99;
}
/*
.ab-sec h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 25px;
    left: 50%;
    background: linear-gradient(90deg,
            rgba(9, 69, 150, 0.24) 20%,
            rgba(9, 69, 150, 0.36) 30%,
            rgba(9, 69, 150, 0.48) 40%,
            rgba(9, 69, 150, 0.6) 50%,
            rgba(9, 69, 150, 0.48) 60%,
            rgba(9, 69, 150, 0.36) 70%,
            rgba(9, 69, 150, 0.24) 80%);
    transform: translateX(-50%);
}
*/
.btn.dark:hover {
  color: #fff;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.btn.light:hover {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.purpose {
  text-align: center;
  padding: 60px 0;
}

.purpose a {
  background: #10111a;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  padding: 0 15px;
  display: inline-block;
}
.ourIndustryReach {
  padding: 60px 0 0 !important;
}
.ourIndustryReach.carousel-section h2 {
  padding-top: 0px;
}
.industrySwiper {
  padding-bottom: 100px;
}
.btn {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 3px;
  text-align: center;
  border-radius: 8px;
  padding: 0 15px;
  display: inline-block;
  border: 2px solid #10111a;
  margin-right: 15px;
}

.dark {
  background: #10111a;
  color: #fff;
}

.industrySwiper img {
  height: 300px;
  object-fit: cover;
}
.industrySwiper .swiper-button-prev:after,
.industrySwiper .swiper-button-next:after {
  content: none;
}
.industrySwiper .swiper-button-next,
.industrySwiper .swiper-button-prev {
  top: 80%;
  color: #fff;
  font-size: 24px;
}
.industrySwiper .swiper-button-prev {
  left: calc(47%);
}
.industrySwiper .swiper-button-next {
  right: calc(47%);
}
.carousel-section {
  background: #161616;
  padding-bottom: 100px;
}

.carousel-section h2 {
  color: #fff;
  padding-top: 50px;
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -70px;
  width: calc(100% + 40px);
  background: #161616;
  z-index: 9;
  height: 100px;
  border-radius: 100%;
}

.industrySwiper:after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 40px;
  width: calc(100% + 40px);
  background: #161616;
  z-index: 1;
  height: 100px;
  border-radius: 100%;
}

section.about-us {
  background-image: url("../images/about-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

section.about-us .bgshadow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.5;
}

section.about-us .inner-section {
  z-index: 9;
  position: relative;
  margin: 0 auto;
  padding: 120px 50px;
}

.tag-title {
  font-family: "Montserrat" !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
  padding: 0 !important;
}
.tag-title:before {
  width: 0 !important;
}
.text-white {
  color: #fff;
}

.text-black {
  color: #000 !important;
}

section .section-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.about-us p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  opacity: 1;
  padding-left: 25px;
}

.about-us p:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  position: absolute;
}

.about-us a.btn,
.lets-connect {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 25px;
  color: #000 !important;
}

.services {
  background: #0bb1d9;
}

.services-left-sec {
  padding: 100px 50px 30px 50px;
  background: #fff;
}

.services-left-sec img {
  width: 24px;
}

.services-left-sec li {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  color: #000;
  line-height: 60px;
  border-bottom: 1px solid #d8d8d8;
  transition: 0.7s all ease;
}

.services-left-sec li:hover {
  border-bottom-color: #000;
}

.services-left-sec ul {
  padding: 0;
}

.services-right-sec-iner h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  margin: 0 auto;
}

.services-right-sec-iner p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  opacity: 1;
  margin-top: 20px;
}
.services.itDevelopment .sec-title.text-left.services-right-sec-iner {
  padding: 142px 50px 0;
}
.services.digital-growth .sec-title.text-left.services-right-sec-iner {
  padding: 100px 50px 0;
}

.digital-growth {
  background: #9333ef;
}

section.founders-message {
  background: #fff;
  background-image: none;
}

.founders-message p {
  font-size: 16px;
  padding: 0;
}

.founders-message p:before {
  opacity: 0;
}

.founders-message img {
  width: auto;
  float: right;
}

.transforming-business .slider-wrapper:before,
.transforming-business .slider-wrapper:after {
  content: none;
}

.transforming-business {
  padding: 80px 50px;
}

.transforming-business .mySwiper img {
  height: 450px;
  object-fit: cover;
}

.blogItemShadow {
  position: absolute;
  width: calc(100% - 14px);
  height: 100%;
  top: 0;
  left: 7px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 71.63%
  );
}

.blog-content {
  z-index: 9;
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: calc(100% - 30px);
}

.blog-content h3 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  margin-right: 30px;
}

.blog-content a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 7px;
  position: relative;
  display: inline-block;
}

.transforming-business .carousel-control-prev img,
.transforming-business .carousel-control-next img {
  width: 24px !important;
  height: auto !important;
  filter: brightness(0);
}

.transforming-business .carousel-control-prev,
.transforming-business .carousel-control-next {
  position: absolute;
  top: -538px;
  opacity: 1;
  width: 24px;
}

.transforming-business .carousel-control-prev {
  left: 1000px;
}

.blog-content a img {
  height: auto !important;
  width: 16px;
}

.carousel-section.transforming-business {
  background: #161616;
}

.jobSection {
  padding: 30px;
  background: #ffffff1f;
  border-radius: 10px;
}

.job-list {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.7s all ease;
}

.job-list:last-child {
  margin: 0;
}
/*
.job-list:hover {
    box-shadow: 1px 15px 20px 1px lch(100 0 0 / .5);
} */

.c-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #161616;
  opacity: 1;
  margin: 0;
}

.locationJobtype {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2px;
  margin: 0;
}

.applyNow {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 12px;
  border-radius: 10px;
  background: #161616;
  color: #fff;
}

.applyNow a {
  color: #fff;
  transition: 0.7s all ease;
}

.job-list:hover a {
  border-bottom: 1px solid #fff;
}

section.bottom-contact {
  background-image: url("../images/h-c-bg.jpg");
}

section.bottom-contact .bgshadow {
  opacity: 1;
  background: linear-gradient(
    90.28deg,
    rgba(16, 17, 26, 0.9) 49.52%,
    rgba(22, 22, 22, 0.5) 72.73%,
    rgba(22, 22, 22, 0) 94.01%
  );
}

.bottom-contact label {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.25px;
  color: #fff;
  margin: 0;
  position: absolute;
  top: calc(100% - 35px);
  width: 100%;
  height: auto;
}

.bottom-contact .form-group {
  position: relative;
}

.bottom-contact .form-group.focus label {
  font-size: 0;
}

.bottom-contact form input,
.bottom-contact form input:focus {
  border: 0;
  border-bottom: 1px solid #fff;
  line-height: 66px;
  padding: 0;
  color: #fff;
  font-size: 16px;
}

.bottom-contact .section-title {
  padding: 0 100px 0 0;
}

.bottom-contact span {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding-left: 10px;
}

.bottom-contact form input[type="checkbox"] {
  margin: 15px 0;
}

.bottom-contact form input[type="submit"] {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  padding: 12px 25px;
  border-radius: 10px;
  border: 0;
  background: #fff;
  color: #161616;
  margin-bottom: 50px;
}

.services-left-sec li span.go {
  float: right;
  padding-right: 15px;
  visibility: hidden;
}

.services-left-sec li:hover span.go {
  visibility: visible;
}

.services-left-sec li span.go img {
  filter: brightness(0);
  width: 18px;
}

.tb-item:hover img {
  transform: scale(1.25);
}
.tb-section {
  padding: 0;
}
.tb-section .tb-item {
  margin: 0 7px;
  overflow: hidden;
}
.tb-item img {
  transition: 0.7s all ease;
}

.tb-item:hover a:after {
  background: #fff;
}

.blog-content a:after {
  width: 110%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  transition: 0.7s all ease;
}
.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
  content: none;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  top: 10px;
  color: #000;
  font-size: 24px;
  z-index: 9;
}
.mySwiper .swiper-button-next img,
.mySwiper .swiper-button-prev img {
  width: auto;
  height: auto;
  filter: brightness(0);
}
.mySwiper.swiper {
  padding-top: 70px;
  margin-top: -50px;
}
.mySwiper .swiper-button-prev {
  left: unset;
  right: 50px;
}
#multiItemCarousel.industryReach .carousel-control-prev img,
#multiItemCarousel.industryReach .carousel-control-next img {
  width: auto;
  height: auto;
}

#multiItemCarousel.industryReach .carousel-control-next,
#multiItemCarousel.industryReach .carousel-control-prev {
  opacity: 1;
  display: inline-block;
  z-index: 99;
  height: auto;
  width: 30px;
  top: unset;
  bottom: -40px;
}
#multiItemCarousel.industryReach .carousel-control-next {
  left: 52%;
}
#multiItemCarousel.industryReach .carousel-control-prev {
  left: 48%;
}

.demos .demos_in {
  display: flex;
  height: 100vh;
}
.demos .demos_left {
  width: 37%;
  text-align: center;
}
.demos .demos_left_in {
  position: sticky;
  top: 50%;
  transform: translateY(calc(-50% - 95px));
}
.demos .demos_left .number {
  margin: 0;
  position: relative;
  z-index: 1;
}
.demos .demos_left .num {
  font-weight: 900;
  font-size: 260px;
  line-height: 270px;
  background: linear-gradient(to bottom, #6428ec, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  text-align: center;
  letter-spacing: -20px;
  display: block;
}
.demos .demos_left .bg {
  display: block;
  z-index: 2;
  padding: 0 45px 0 20px;
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.demos .demos_left .title {
  margin: 0;
  padding: 0 45px 0 20px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
.demos .demos_left .desc {
  margin: 0;
  color: #777;
  padding: 0 45px 0 20px;
  font-size: 16px;
}
.demos .demos_right {
  width: 63%;
  margin-top: 50px;
  overflow: scroll;
}
.demos .demos_right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.demos .demos_right li {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  position: relative;
  display: none;
}
.demos .demos_right .item {
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background-color: var(--sbc);
  display: flex;
  padding-top: 30px;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  align-items: center;
  margin: 30px;
}
.demos .demos_right .item_img {
  flex: auto;
  margin-left: -1px;
  margin-bottom: -1px;
  display: flex;
}
.demos .demos_right .item_img a {
  display: block;
}
.demos .demos_right .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 5px 0 0;
  border: 1px solid #ddd;
  border-bottom: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.demos .demos_right .item_title {
  flex: 0 0 260px;
  padding: 25px;
}
.demos .demos_right .desc {
  color: #777;
  margin: 0;
  margin-bottom: 24px;
  display: none;
}
.fn__read_more {
  width: 100%;
  display: flex;
  justify-content: center;
}
.fn__read_more a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border: 1px solid;
  padding: 8px 20px;
  border-radius: 10px;
  background: #000;
  transition: 0.7s all ease;
  position: relative;
}
.fn__read_more a:after {
  width: 0%;
  height: 1px;
  position: absolute;
  content: "";
  background: #fff;
  left: 20px;
  transition: 0.7s all ease;
  bottom: 9px;
}
.fn__read_more:hover a:after {
  width: calc(100% - 40px);
}
.fn__read_more .text {
  color: #fff;
  font-weight: 500;
}
.fn__read_more .icon {
  transition: 0.7s all ease;
}
.fn__read_more a:hover .icon {
  padding-left: 5px;
}
.fn__read_more .icon .fn__svg {
  width: 16px;
  height: 16px;
  display: block;
  transition: 0.3s;
  fill: #fff;
}
.fn__read_more .text:before {
  z-index: -2;
  border: 1px solid #ccc;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
.fn__read_more .text:after {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  background: #000;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 15px;
}
.demos .demos_right .title {
  display: none;
}

.demos .demos_right .title a {
  color: #000;
}
.blur {
  filter: blur(5px);
}
#myModal .modal-dialog {
  margin-top: 60px;
  text-align: center;
  font-weight: 600;
  color: rgb(0 0 0 / 70%);
}
#myModal .modal-dialog form.wpcf7-form {
  margin-top: 20px;
}
#myModal .modal-dialog .close {
  width: 28px;
  height: 28px;
  border: 2px solid;
  border-radius: 50%;
  right: 5px;
  top: 5px;
  display: block;
  position: absolute;
}
.verification-section {
  display: none;
}
#msg {
  display: block;
  margin: 20px 0;
}
#verification_code {
  text-align: center;
}
.submenu-portion {
  position: fixed;
  width: calc(77% + 30px);
  left: calc(23% - 30px);
  top: 0;
  background-color: #000;
  height: 100vh;
  overflow-y: auto;
  padding: 70px 30px;
  display: none;
  z-index: 9;
}
.h2-heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px !important;
  letter-spacing: normal !important;
  color: #fff;
  margin-bottom: 60px;
}

.submenu-portion img[src*=".svg"] {
  width: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  filter: invert(1);
}

.hear-txt-sub {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
  line-height: 1.1;
  opacity: 0.8;
}

.menu .align-list ul li {
  font-size: 14px;
  color: #000;
  margin: 8px 0;
}

.menu .align-list > ul > li > a {
  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
}
#tb-aside #tb-main-menu .dropdown:hover .submenu-portion {
  display: block;
}
.submenu-portion .row {
  margin-bottom: 30px;
}
.hiddenINdesktop {
  display: none !important;
}
.hiddenINmobile {
  display: block;
}
.error {
	color: #b50000;
    font-size: 12px;
    position: relative;
    top: -15px;
    font-weight: 400;
    text-align: left;
}
.text-logo-footer img {
  width: auto;
}
marquee {
  position: absolute;
  top: 75px;
  color: #fff;
  opacity: 1;
  z-index: 9;
  font-size: 15px;
  margin: 0 50px;
}
#msg .alert {
  line-height: 32px;
  display: block;
}
.sec-title.text-center.thank-content {
  position: absolute;
  height: 100vh;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgb(0 0 0 / 50%);
  top: 0;
  left: 0;
}
.thankImg {
  height: 100vh !important;
}
.thank-page {
    position: relative;
}
.fullOpacity {
  opacity: 1;
}
form input[type="submit"] {
  text-shadow: none;
  padding: 9px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
  border: none;
  color: #fff;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background-color: #101010;
  margin-top: 10px;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  padding: 12px 25px;
  border-radius: 10px;
  border: 0;
}
#contactForm input:-webkit-autofill,
#contactForm textarea:-webkit-autofill,
#contactForm select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}
#tb-hero .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#tb-hero .slides {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
span.ceo {
  float: right;
  font-style: italic;
  font-weight: 700;
}
#tb-hero .flexslider .slider-text > .slider-text-inner .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  background: transparent;
  text-align: center;
  width: 70%;
  transform: translate(-50%, -50%);
}
#tb-aside #tb-logo {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 60px;
  display: block;
  width: 100%;
  font-family: Montserrat;
}

#tb-aside #tb-logo span {
  font-size: 11px;
  text-transform: uppercase;
  color: #6b6b6b;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 1px !important;
  margin-left: 63px;
}

#tb-logo-footer {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #tb-aside #tb-logo {
    margin-bottom: 60px;
  }
}

#tb-aside #tb-logo a {
  display: inline-block;
  text-align: center;
  color: #101010;
  letter-spacing: 3px;
}

#tb-logo-footer a {
  display: inline-block;
  text-align: center;
  color: #101010;
}

#tb-aside #tb-logo a span {
  display: block;
  margin-top: 0px;
  text-align: center;
  line-height: 1;
  margin-left: 63px;
  margin-top: 1px;
}

/* Menu */

#tb-aside #tb-main-menu,
#tb-aside #tb-main-menu ul,
#tb-aside #tb-main-menu ul li,
#tb-aside #tb-main-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#tb-aside #tb-main-menu > ul > li > a,
#tb-aside #tb-main-menu > ul > li {
  border-bottom: 1px solid #ececec;
}
#tb-aside #tb-main-menu > ul > li > a,
#tb-aside #tb-main-menu > ul > li > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#tb-aside #tb-main-menu > ul > li > a,
#tb-aside #tb-main-menu > ul > li > span > a {
  margin: 15px 0 0 0;
  padding: 0 0 12px 0;
  list-style: none;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  opacity: 0.8;
  display: inline-block;
  width: 100%;
}
#tb-aside #tb-main-menu > ul > li > a,
#tb-aside #tb-main-menu > ul > li > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#tb-aside #tb-main-menu > ul > li span.dropdown-arrow {
  transform: rotate(270deg);
  display: block;
  padding: 0px 20px;
}
#tb-aside #tb-main-menu > ul > li > a,
#tb-aside #tb-main-menu > ul > li > span i {
  font-weight: 700;
  cursor: pointer;
}
#tb-aside #tb-main-menu > ul > li > span i {
  font-size: 12px;
}
#tb-aside #tb-main-menu > ul > li > a:hover,
#tb-aside #tb-main-menu > ul > li.active > a,
#tb-aside #tb-main-menu > ul > li.open > a {
  color: #101010;
}

#tb-aside #tb-main-menu > ul > li.open > a {
  margin: 15px 0 0 0;
  padding: 0 0 12px 0;
  list-style: none;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #101010;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #ececec;
}

#tb-aside #tb-main-menu > ul > li:last-child > a,
#tb-aside #tb-main-menu > ul > li.last > a {
  border-bottom: 1px solid #ececec;
}
ul.post-meta li {
  display: block;
  float: left;
  width: 100%;
}
ul.post-meta span {
  float: left;
  font-size: 12px;
}
ul.post-meta span.categories {
  margin-left: 50px;
}
#blog-detail {
  padding-top: 50px;
}
.ai-widget-area {
  padding-left: 50px;
}
.ai-widget-area ul {
  padding: 0;
}
a.category-link {
  background-color: #f7f7f7;
  color: #464646;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 10px 15px !important;
  margin-bottom: 5px;
  font-weight: 700;
}
.widget_latestposts li {
  align-items: center;
  margin-bottom: 10px;
  column-gap: 15px;
  font-size: 12px;
}

.widget_latestposts li img {
  border-radius: 4px;
  width: 100px;
}

.widget_latestposts li a {
  display: block;
  line-height: 20px;
  font-size: 14px;
}
h1.archive-title {
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
}
ul.post-meta span a {
  width: auto;
  height: initial;
  line-height: 28px;
  margin-left: 5px;
  border: 0 !important;
}
ul.post-meta span a:hover {
  text-decoration: underline !important;
}
#blog-detail img {
  border-radius: 4px;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 8px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.holder::after {
  top: 6px;
  border-top: 1px solid #6b6b6b;
  border-left: 1px solid #6b6b6b;
}

#tb-aside #tb-main-menu > ul > li > a:hover > span::after,
#tb-aside #tb-main-menu > ul > li.active > a > span::after,
#tb-aside #tb-main-menu > ul > li.open > a > span::after {
  border-color: #101010;
}

.holder::before {
  top: 6px;
  border-top: 1px solid #6b6b6b;
  border-left: 1px solid #6b6b6b;
}

#tb-aside #tb-main-menu ul ul li a {
  padding: 10px 0 10px 15px;
  list-style: none;
  font-family: Montserrat;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #ececec;
  opacity: 0.8;
  transition: 0.7s all ease;
  margin-bottom: 15px;
}
#tb-aside #tb-main-menu ul ul li a:hover {
  color: #00c9ef;
}
#tb-aside #tb-main-menu ul ul ul li a {
  margin-left: 30px;
  padding-top: 12px;
}

#tb-aside #tb-main-menu > ul > li > ul > li:last-child > a,
#tb-aside #tb-main-menu > ul > li > ul > li.last > a {
  border-bottom: 1px solid #ececec;
}

#tb-aside #tb-main-menu > ul > li > ul > li.open:last-child > a,
#tb-aside #tb-main-menu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #ececec;
}

#tb-aside
  #tb-main-menu
  > ul
  > li
  > ul
  > li.open:last-child
  > ul
  > li:last-child
  > a {
  border-bottom: 1px solid #ececec;
}

#tb-aside #tb-main-menu ul ul li.tb-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 8px;
  z-index: 10;
  top: 15px;
  border-top: 1px solid #6b6b6b;
  border-left: 1px solid #6b6b6b;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#tb-aside #tb-main-menu ul ul li.active > a::after,
#tb-aside #tb-main-menu ul ul li.open > a::after,
#tb-aside #tb-main-menu ul ul li > a:hover::after {
  border-color: #101010;
}

#tb-aside .tb-footer {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #6b6b6b;
  padding: 30px;
}

/* footer */

.tb-footer p {
  margin-bottom: 0;
  color: #6b6b6b;
}

.tb-footer a {
  color: #101010;
}

@media screen and (max-width: 768px) {
  #tb-aside .tb-footer {
    position: relative;
    padding-top: 90px;
  }
}

#tb-aside .tb-footer span {
  display: block;
}

#tb-aside .tb-footer ul {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

#tb-aside .tb-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}

#tb-aside .tb-footer ul li a {
  color: #101010;
  padding: 2px;
}

#tb-aside .tb-footer ul li a:hover,
#tb-aside .tb-footer ul li a:active,
#tb-aside .tb-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #101010;
}

/*** 04. Content styles ***/

#tb-main.tb-force-aside-on {
  width: 77%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #tb-main.tb-force-aside-on {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #tb-main.tb-force-aside-on {
    width: 100%;
  }
}
#tb-hero .btn {
  font-size: 24px;
}

#tb-hero .btn.btn-primary {
  padding: 15px 30px !important;
}

/*** 05. Slider styles ***/

#tb-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  background: transparent;
}
.sec-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#tb-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 400px;
}

#tb-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
  width: 100%;
}

#tb-hero .flexslider .flex-control-nav li a {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

#tb-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: #101010;
}

#tb-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 500px;
  padding: 0;
  z-index: 9;
}

#tb-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 20px;
  position: relative;
}

#tb-hero .flexslider h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

ul.flex-direction-nav {
  position: absolute;
  bottom: 100px;
  z-index: 9;
  width: 100%;
}
.flex-direction-nav img {
  width: 30px;
}
.flex-direction-nav li.flex-nav-next {
  position: absolute;
  right: calc(50% - 40px);
}
.flex-direction-nav li.flex-nav-prev {
  position: absolute;
  left: calc(50% - 40px);
  z-index: 9;
}
.flex-direction-nav a {
  font-size: 0;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-next:after,
.flex-direction-nav a:before {
  content: none;
}
/* video background */
.overlay-video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}
.overlay-video video {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.overlay-color {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-color {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

@media screen and (max-width: 768px) {
  #tb-hero .flexslider .slider-text > .slider-text-inner {
    text-align: center;
  }
}

#tb-hero .flexslider .slider-text > .slider-text-inner h1,
#tb-hero .flexslider .slider-text > .slider-text-inner h1 {
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #tb-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}

#tb-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #tb-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
  }
}

#tb-hero .flexslider .slider-text > .slider-text-inner p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #tb-hero .flexslider .slider-text > .slider-text-inner .btn {
    width: 100%;
  }
}

body.offcanvas {
  overflow-x: hidden;
}

body.offcanvas #tb-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 70%;
  position: fixed;
}

body.offcanvas #tb-main,
body.offcanvas .tb-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

/*** 07. Heading styles ***/

.tb-heading {
  color: #101010;
  font-family: Montserrat;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 40px;
}
#blog-detail .featured-img {
  height: 425px;
  object-fit: cover;
  margin-bottom: 15px;
}
#blog-detail p {
  color: #000;
  font-size: 16px;
}
.ai-blog-detail-box h1 {
  font-size: 2rem;
}
.tb-heading span {
  display: block;
}

.tb-about-heading {
  color: #101010;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 24px;
}

.tb-post-heading {
  color: #101010;
  font-family: Montserrat;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 24px;
}

.tb-post-heading span {
  display: block;
}

.heading-meta {
  display: block;
  font-family: Montserrat;
  font-size: 12px;
  text-transform: uppercase;
  color: #6b6b6b;
  font-weight: 400;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .tb-post-heading {
    margin-bottom: 15px;
  }
}

/*** 08. Blog & Post styles ***/

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 45px;
  }
}

.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-entry .desc h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

.blog-entry .desc h3 a {
  color: #101010;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
}

.blog-entry .desc span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #6b6b6b !important;
}

.blog-entry .desc span small i {
  color: #6b6b6b;
}

.blog-entry .desc .lead {
  font-size: 14px;
  color: #101010;
  font-weight: 600;
  font-family: Montserrat;
}

.blog-entry .desc .lead:hover {
  color: #101010;
}

.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.tb-post img {
  padding-bottom: 30px;
}

/* Sidebar */

.tb-sidebar-part {
}

.tb-sidebar-block {
  margin-bottom: 60px;
  position: relative;
}

.tb-sidebar-block .tb-sidebar-block-title {
  color: #101010;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

/* Search */

.tb-sidebar-search-form {
  position: relative;
}

.tb-sidebar-search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
  border: 0;
  padding: 12px 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #6b6b6b;
  background: transparent;
}

/* Categories */

.ul1 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ul1 > li {
  padding: 5px 0;
  border-bottom: 1px solid #f6f6f6;
  line-height: 32px;
}

.ul1 > li a {
  color: #6b6b6b;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.ul1 > li a:hover {
  color: #101010;
  text-decoration: none;
}

/* Latest Posts */

.latest {
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 20px;
}

.latest a {
  display: block;
  text-decoration: none;
}

.latest a .txt1 {
  font-weight: 600;
  line-height: 1.5em;
}

.latest a .txt2 {
  color: #6b6b6b;
  font-size: 13px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.latest a:hover .txt2 {
  color: #101010;
}

/* Tags, Keywords */

.tags {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.tags li {
  display: inline-block;
  margin: 0 5px 5px 0px;
  float: left;
}

.tags li a {
  display: inline-block;
  background: #fff;
  border: 1px solid #ececec;
  padding: 9px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-decoration: none;
  font-size: 13px;
  color: #6b6b6b;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.tags li a:hover {
  background: #101010;
  color: #fff;
  border-color: #101010;
}

/* Pagination */

.tb-pagination-wrap {
  padding: 0;
  margin: 0;
  text-align: center;
}

.tb-pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}

.tb-pagination-wrap li a {
  background: #f6f6f6;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #6b6b6b;
  font-weight: 400;
  border-radius: 50%;
}

.tb-pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}

.tb-pagination-wrap li a.active {
  background-color: #101010;
  border: 1px solid #101010;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tb-pagination-wrap {
    padding: 0 0 60px 0;
    margin: 0;
    text-align: center;
  }
}

/*Post Comment */

.comments-area {
  padding: 30px 0;
}

.comments-area .comments-title {
  font-size: 24px;
  font-family: Montserrat;
  line-height: 1.5em;
  font-weight: 600;
}

ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

ol.comment-list li.comment {
  position: relative;
  padding: 0;
}

ol.comment-list li.comment .comment-body {
  position: relative;
  padding: 20px 30px 20px 90px;
  margin-left: 40px;
  color: #101010;
  position: relative;
}

ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 0px;
}

ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 20px;
  left: -40px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: #fff;
}

ol.comment-list li.comment .comment-author .name {
  display: inline-block;
  color: #101010;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 0;
}

ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #6b6b6b;
  font-weight: 600;
}

ol.comment-list li.comment .comment-meta {
  color: #6b6b6b;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 300;
}

ol.comment-list li.comment .comment-meta a {
  color: #101010;
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  vertical-align: top;
}

ol.comment-list li.comment p {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 20px;
  color: #6b6b6b;
}

ol.comment-list li.comment .reply a {
  position: absolute;
  top: 50px;
  right: 30px;
  margin-top: -5px;
  font-size: 13px;
  color: #6b6b6b;
}

ol.comment-list li .children {
  list-style: none;
  margin-left: 80px;
}

ol.comment-list li .children li {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .comments-area .padding-30 {
    padding: 15px;
  }
  ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -35px;
    height: 70px;
    width: 70px;
  }
  ol.comment-list li .children {
    margin-left: 20px;
  }
  ol.comment-list li.comment .reply a {
    position: static;
  }
  #tb-hero .flexslider h2 {
    font-size: 28px;
  }
  #tb-hero .flexslider .flex-control-nav li a {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    margin-left: 26px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -15px;
    top: 12px;
    width: 60px;
    height: 60px;
  }
  ol.comment-list li.comment .comment-body {
    padding-left: 55px;
  }
}

/*** 09. Project styles ***/

.project {
  position: relative;
  margin-bottom: 30px;
}

.project .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project .desc .con {
  padding: 30px;
  display: block;
  position: relative;
}

.project .desc .con .icon {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.project .desc .con .icon span {
  display: inline;
  padding-right: 5px;
}

.project .desc .con .icon span a {
  color: #ccc;
  padding: 5px;
  background: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.project .desc .con .icon i {
  font-size: 16px;
  color: #ccc;
}

.project .desc h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin-bottom: 15px;
}

.project .desc h3 a {
  color: #fff;
}

.project .desc span {
  display: block;
  color: #ccc;
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.project .desc span a {
  color: #101010;
}

.project:hover .desc {
  opacity: 1;
}

.project:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project-desc h2 {
  color: #101010;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 24px;
}

.project-desc span {
  display: block;
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
}

.project-desc span a {
  color: #666;
}

.project-desc .icon span {
  display: inline;
  padding-right: 5px;
}

/*** 06. Section styles ***/

.tb-blog,
.tb-post,
.tb-projects,
.tb-recent-projects,
.tb-team,
.tb-about,
.tb-services,
.tb-contact {
  padding-top: 60px;
  padding-bottom: 60px;
  clear: both;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .tb-post,
  .tb-projects,
  .tb-blog,
  .tb-about,
  .tb-contact {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .tb-team {
    padding-top: 0px;
  }
  .heading-meta {
    margin-bottom: 0px;
  }
  .tb-services {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .tb-recent-projects {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

/*** 10. Footer styles ***/

#tb-footer2 {
  padding: 75px 15px 20px 15px;
  background: #f6f6f6;
}

#tb-footer2 h2 {
  margin: 0 0 20px 0;
  color: #101010;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  #tb-footer2 {
    padding: 100px 30px 80px 30px;
    background: #f6f6f6;
    text-align: center;
  }
}

.tb-lead {
  font-size: 13px;
  line-height: 2em;
}

/* social 1 */

.tb-social {
  padding: 0;
  margin: 0;
  text-align: center;
}

.tb-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.tb-social li a {
  font-size: 22px;
  color: #101010;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .tb-social li a {
    padding: 10px 8px;
  }
}

.tb-social li a:hover {
  color: #101010;
}

.tb-social li a:hover,
.tb-social li a:active,
.tb-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #101010;
}

/* social 2 */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
  float: right;
  margin-bottom: 20px;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  ul.social-network {
    display: inherit;
    text-align: center;
    float: none;
    margin-bottom: 0;
  }
}

/*** 11. Contact styles ***/

.map-section {
  overflow: hidden;
  margin-bottom: 60px;
}

#contactMap {
  width: 100%;
  height: 550px;
}

.tb-more-contact {
  background: #fafafa;
}

/* Form */

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  height: 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #101010;
  border-bottom: 2px solid #101010;
}

.btn-contact {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  border-style: solid;
  color: #fff;
  letter-spacing: 1px;
  border-width: 0;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background-color: #101010;
  margin-top: 10px;
  border-radius: 0;
}

#message {
  height: 130px;
}

/*** 12. Services styles ***/

.tb-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  position: relative;
}

.tb-feature .tb-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  text-align: center;
  background: transparent;
}

@media screen and (max-width: 1200px) {
}

.tb-feature .tb-text {
  padding-left: 70px;
  width: 100%;
}

.tb-feature .tb-text h2,
.tb-feature .tb-text h3 {
  margin: 0;
  padding: 0;
}

.tb-feature .tb-text h3 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #101010;
  font-size: 16px;
  font-family: Montserrat;
}

.tb-feature.tb-feature-sm .tb-text {
  margin-top: 6px;
}

.tb-feature.tb-feature-sm .tb-icon i {
  color: #101010;
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  .tb-feature.tb-feature-sm .tb-icon i {
    font-size: 28px;
  }
}

/*** 13. Navigation styles ***/

.tb-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.tb-nav-toggle.active i::before,
.tb-nav-toggle.active i::after {
  background: #fff;
}

.tb-nav-toggle.dark.active i::before,
.tb-nav-toggle.dark.active i::after {
  background: #101010;
}

.tb-nav-toggle:hover,
.tb-nav-toggle:focus,
.tb-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.tb-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 1px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -2px;
}

.tb-nav-toggle i::before,
.tb-nav-toggle i::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.tb-nav-toggle.dark i {
  position: relative;
  color: #101010;
  background: #101010;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tb-nav-toggle.dark i::before,
.tb-nav-toggle.dark i::after {
  background: #101010;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.tb-nav-toggle i::before {
  top: -7px;
}

.tb-nav-toggle i::after {
  bottom: -7px;
}

.tb-nav-toggle:hover i::before {
  top: -10px;
}

.tb-nav-toggle:hover i::after {
  bottom: -10px;
}

.tb-nav-toggle.active i {
  background: transparent;
}

.tb-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.tb-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.tb-nav-toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 12px 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #101010;
  margin: 15px 30px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .tb-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

.js .animate-box {
  opacity: 0;
}

/* sticky style */

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#sticky_item.is_stuck {
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px;
  }
}

/* 14. Team styles */

.team {
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
}
.team img {
  border-radius: 4px !important;
}
.team .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.team .desc .con {
  padding: 0 30px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team .desc .con .icon {
  position: absolute;
}

.team .desc .con .icon span {
  display: inline;
  padding-right: 5px;
}

.team .desc .con .icon i {
  font-size: 16px;
  color: #fff;
}

.team .desc h3 {
  font-size: 18px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin-bottom: 0;
}

.team .desc h3 a {
  color: #fff;
}

.team .desc span {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  margin-bottom: 15px;
}

.team .desc span a {
  color: #101010;
}

.team:hover .desc {
  opacity: 1;
}

.team:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.team:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.team-desc h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.team-desc span {
  display: block;
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
}

.team-desc span a {
  color: #666;
}

.team-desc .icon span {
  display: inline;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .team .desc {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
  }
  .team .desc h3 {
    font-style: 28px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #101010;
  }
  .team .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.font-35px {
  font-size: 35px;
}

.font-14px {
  font-size: 14px;
}

.gray-icon {
  color: #101010;
  background: transparent;
  padding: 6px;
  border-radius: 50%;
}

.black-icon {
  color: #6b6b6b;
}

hr {
  margin-top: 0px;
  margin-bottom: -20px;
  border: 0;
}

.section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* ======= Gallery Style  ======= */
.tb-gallery {
  padding-top: 90px;
  padding-bottom: 60px;
}
.tb-gallery p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  padding: 20px;
  transition: all 0.1s linear;
  color: #fff;
}
.tb-gallery p span {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.tb-gallery p span:hover {
  color: #fff;
}
.tb-gallery h5 {
  text-align: center;
  margin-top: 20px;
}
.tb-photos .tb-photo-item {
  position: relative;
  margin-bottom: 30px;
}
.tb-photos .tb-photo-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.tb-photos .tb-photo-item .photo-text-more {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 30px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.tb-photos .tb-photo-item .photo-text-more .fa .fa-search-plus {
  color: #fff;
  font-size: 20px;
}
.tb-photos .tb-photo-item .photo-text-more .heading {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.tb-photos .tb-photo-item .photo-text-more .meta {
  color: #cccccc;
  text-transform: uppercase;
  font-size: 12px;
}
.tb-photos .tb-photo-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#contact {
  position: relative;
  align-items: center;
}
.contact-page form textarea,
.contact-page form input[type="text"],
.contact-page form input[type="email"],
.contact-page form input[type="password"] {
  max-width: 100%;
  margin-bottom: 13px;
  border-color: rgb(0 0 0 / 40%);
  padding: 10px;
  height: auto;
  background-color: #fff0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
  color: #101010;
  background-image: none;
}
.contact-page .partners img {
  width: 23.33%;
}
.sec-contact-info {
  margin-top: 25px;
}
#myModal .modal-body {
  padding: 30px;
}
ul.post-meta {
  padding: 0;
  font-size: 14px;
  color: #000;
  margin: 0;
  opacity: 0.7;
}
.ai-blog-list-box-content .btn {
  float: right;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background: #0ea0f0;
  color: #fff;
  border-radius: 0 !important;
}
.ai-blog-list-box {
  margin-bottom: 20px;
  padding: 10px;
}
.ai-blog-heading {
  margin-bottom: 10px;
}
#blog-list {
  background: #fff;
}

#blog-list h3 a,
#blog-list p,
.bph h1,
.bph p {
  color: #000 !important;
}

#blog-list img {
  border-radius: 4px;
}
.bph p,
#blog-list p {
  opacity: 0.8;
  font-size: 18px;
  margin-bottom: 10px;
}
#blog-list p {
  font-size: 16px;
}
.bph {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bph h1 {
  line-height: 1;
}
.bph p {
  width: 80%;
  margin: 0 auto;
}
#blog-list h1,
#blog-list h3 {
  font-family: "Montserrat";
  font-weight: 600;
  opacity: 0.9;
}
ul.post-meta a {
  color: #000;
  float: right;
  margin-right: 60px;
  transition: 1s all ease;
  position: relative;
  left: 0;
  width: 32px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
ul.post-meta a:hover {
  left: 5px;
  border: 1px solid;
}
.wp-block-list {
  list-style: disc;
  color: #000;
}
.latest-blog {
  margin-bottom: 30px;
}
.latest-blog .ai-blog-list-box-media {
  padding-right: 15px;
}
#blog-list h3 a:hover {
  text-decoration: underline !important;
  color: #0bb1d9 !important;
}
/* Pagination Container */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 10px 0 50px;
}

/* Pagination Link Styles */
.pagination a,
.pagination span {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 5px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Pagination Link Hover Effect */
.pagination a:hover {
  background-color: #0073e6; /* Highlight color */
  color: white; /* Change text color on hover */
}

/* Active Page Style */
.pagination .current {
  background-color: #0073e6;
  color: white;
  font-weight: bold;
  pointer-events: none; /* Disable click on active page */
}

/* Ellipsis Style for Skipped Pages (e.g., "..." between ranges) */
.pagination .dots {
  padding: 10px 15px;
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
  cursor: default;
}

/* Disabled Page Link Style (when there are no previous or next pages) */
.pagination .disabled {
  background-color: #e0e0e0;
  color: #aaa;
  pointer-events: none;
}
.next-page {
  padding-top: 50px;
}
h1.archive-title {
  color: #000;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

@media (max-width: 575.98px) {
  .tb-photos .tb-photo-item img {
  }
}
.tb-photos .tb-photo-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.tb-photos .tb-photo-item:hover .photo-text-more {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
/*  add more style  */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tb-more-trigger {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 2px solid #101010;
  margin: 0 auto;
  position: relative;
}
.tb-more-trigger:hover {
  background-color: #101010;
  border: 2px solid #101010;
}
.tb-more-trigger:hover .plus,
.tb-more-trigger:hover .plus:after {
  background: #fff;
}
.plus {
  width: 20px;
  height: 1px;
  background: #101010;
  position: absolute;
  top: 50%;
  left: 23px;
  margin: 0 auto;
}
.plus:after {
  content: " ";
  width: 20px;
  height: 1px;
  background-color: #101010;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -sand-transform: rotate(90deg);
}
.tb-more-wrapper.hidden {
  display: none;
}
.tb-more-wrapper {
  margin: 30px auto;
}
/* show more animation style */
.tb-show-more-container {
  visibility: hidden;
  display: none;
  max-height: 0px;
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  height: 100%;
}
.tb-show-more-container.visible {
  visibility: visible;
  display: block;
  animation: LHC 0.3s;
  animation-fill-mode: both;
  min-height: 100%;
}
@keyframes LHC {
  from {
    max-height: 0px;
    opacity: 0;
  }
  to {
    opacity: 1;
    margin-top: -60px;
    max-height: 100%;
  }
}
.tb-show-more-container.animated {
  animation: HCC 0.5s;
  animation-fill-mode: both;
}
@keyframes HCC {
  from {
    max-height: 2050px;
    opacity: 1;
  }
  to {
    opacity: 0;
    max-height: 0px;
  }
}
.tb-section {
  clear: both;
  width: 100%;
  display: block;
}
.fancybox-caption__body {
  overflow: hidden;
}
.mt-60 {
  margin-top: 60px;
}
.fancybox-button:hover {
  border: 1px solid transparent;
}
#tb-aside .tb-footer i {
  color: #101010;
}

@media only screen and (max-width: 767px) {
  #tb-hero .flexslider .slider-text > .slider-text-inner .desc {
    width: 100%;
  }
  section.about-us .inner-section {
    padding: 50px 15px;
    width: 100%;
  }
  .about-us p {
    font-size: 15px;
    padding: 0;
  }
  .about-us p:before {
    content: none;
  }
  .tag-title {
    font-size: 14px;
  }
  .services-right-sec-iner h2 {
    font-size: 32px;
  }
  h1.FX_PR-title {
    font-size: 40px;
  }
  section .section-title {
    line-height: 40px;
    font-size: 32px;
    text-align: left;
  }
  .services-left-sec {
    padding: 50px 15px;
  }
  ul.flex-direction-nav {
    bottom: 55%;
  }
  #tb-hero .flexslider .slider-text > .slider-text-inner {
    height: 100vh;
  }
  .sec-title.text-left.services-right-sec-iner {
    padding: 50px 15px !important;
  }
  .sec-title.text-left.services-right-sec-iner h2 {
    text-align: left;
  }
  .FX_PR-intro {
    padding: 50px 15px;
  }
  .FX_PR-intro-img.col-3 {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .col-custom-1,
  .col-custom-2,
  .col-custom-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 0 15px 0;
  }
  .carousel-section.transforming-business {
    padding: 50px 15px;
  }
  .jobSection {
    padding: 20px;
  }
  .job-list {
    flex-direction: column;
    align-items: self-start;
  }
  .applyNow {
    margin-top: 15px;
  }
  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    top: 55px;
  }
  .bottom-contact form input[type="submit"] {
    margin-bottom: 0;
  }

  #tb-footer2 {
    padding: 50px 15px;
  }

  #tb-footer2 h2 {
    font-size: 32px;
    margin: 0;
  }
  .hiddenINdesktop {
    display: flex !important;
  }
  .hiddenINmobile {
    display: none !important;
  }
  .mySwiper.swiper {
    padding-top: 85px;
  }
  .lets-connect {
    margin-top: 20px;
  }
  .custom-form {
    margin: 0;
  }
  .submenu-portion {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 70px 0;
  }
  .back-menu {
    width: auto;
    position: relative;
    top: -30px;
    left: 15px;
  }
  .submenu-portion.hide {
    display: none !important;
  }
  #tb-aside .tb-footer {
    padding: 30px 0;
    margin-top: 30px;
  }
  .contact-page h2.tb-about-heading {
    margin-top: 10px;
  }
  .contact-page h2.tb-about-heading span.lT {
    font-size: 50px;
    display: block;
  }
  .contact-page h2.tb-about-heading {
    font-size: 24px;
  }
  .h2-heading {
    font-size: 32px;
  }
  .hear-txt-sub {
    font-size: 18px;
    width: calc(100% - 30px);
    float: left;
  }
  #tb-aside #tb-main-menu ul ul li a {
    font-size: 12px;
  }
  .sec-contact-info.hiddenINdesktop {
    position: fixed;
    z-index: 9;
    right: 20px;
    top: 22px;
  }
  .sec-contact-info.hiddenINdesktop i {
    font-size: 24px;
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    color: #fff;
  }
  marquee {
    position: absolute;
    top: unset;
    bottom: 25px;
    color: #fff;
    opacity: 1;
    z-index: 9;
    font-size: 12px;
  }
  .services-left-sec li {
    font-size: 15px;
    letter-spacing: 0;
  }
  .our-achievements {
    margin: 0 15px 35px 15px;
    padding: 30px 0;
  }
  .our-achievements__heading h2 {
    font-size: 28px;
    letter-spacing: 0;
  }
  .our-achievements .partners {
    margin: 0 !important;
  }
  .our-achievements .partners img {
    height: auto;
    display: block;
    margin: 10px auto;
    border: 1px solid;
  }
  #faq .card-header a {
    font-size: 14px;
    letter-spacing: 0;
  }
  #faq .card-body {
    font-size: 13px;
  }
  .partners {
    display: block;
  }
  #faq .card-header a {
    font-size: 14px;
    letter-spacing: 0;
  }
  .ctas {
    text-align: center;
  }
  .ctas a {
    margin: 0 0 15px 0;
  }
  h2.tb-about-heading {
    letter-spacing: 0;
  }
  .slider-wrapper:after,
  .slider-wrapper:before {
    content: none;
  }
  .industrySwiper .swiper-wrapper img {
    height: 300px;
    object-fit: cover;
  }

  .industrySwiper {
    margin: 50px 0 0 0;
  }

  .industrySwiper .swiper-button-next:after,
  .industrySwiper .swiper-rtl .swiper-button-prev:after,
  .industrySwiper .swiper-button-prev:after,
  .industrySwiper .swiper-rtl .swiper-button-next:after {
    content: none;
  }
  section.ourIndustryReach {
    padding: 50px 0;
  }
  .tb-heading {
    font-size: 32px;
  }
  .team .desc h3 {
    color: #fff;
  }
  .contact-page {
    padding: 60px 0;
  }
  #tb-hero .flexslider .flex-control-nav {
    bottom: 45vh;
  }
  .digital-growth-inner {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 375px) {
  #tb-hero .flexslider .flex-control-nav {
    bottom: 38vh;
  }
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
  #tb-hero .flexslider .flex-control-nav {
    bottom: 28vh;
  }
}

@media screen and (max-width: 1200px) {
  #tb-aside {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  #tb-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    padding-top: 4em;
  }
  .offcanvason #tb-aside {
    -moz-transform: translateX(-0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
