@import url("https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.css");
@import url("../css/themify-icons.css");
@import url("../css/flaticon.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.14.1/themes/base/jquery-ui.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/jquery.scrollbar/0.2.11/jquery.scrollbar.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.3.1/css/hover.css");
@import url("../css/custom-animate.css");

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-size: 15px;
  color: #666666;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Arimo", sans-serif;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #ed693a;
}

.theme_color {
  color: #ed693a;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  background: none;
  line-height: 1.2;
  font-family: "Arimo", cursive;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 10px;
}

input,
select,
button {
  font-family: "Arimo", sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

p {
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  margin: 0 0 15px;
}

.text {
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  margin: 0 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
}

.auto-container {
  position: static;
  max-width: var(--max-width-);
  padding: 0px 15px;
  margin: 0 auto;
}

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

figure {
  margin-bottom: 0;
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

.centered {
  text-align: center !important;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 40px;
  background: #ed693a;
  border-radius: 0px;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
  color: #ffffff;
}

.btn-style-two {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-two .btn-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 40px;
  background: #565656;
  border-radius: 0px;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-title {
  color: #ffffff;
}

.btn-title#watch-now-btn {
  font-size: 16px;
  padding: 15px 40px;
  background: #565656;
  color: #fff;
}

.column.what-we-do__first-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-title {
  padding-bottom: 0 !important;
}

.page-title-h1-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-title-h1 {
  border-bottom: 3px solid var(--orange-);
  font-size: 44px !important;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  position: fixed;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 2px solid #f43737;
  border-radius: 50%;
  border-top: 2px solid #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.page-loaded .preloader #loader {
  opacity: 0;
}

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

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }

  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

.aboutus-des-sec .margin-right-desc {
  margin-right: 30px;
}

.preloader .icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.page-loaded .preloader .icon {
  opacity: 0;
}

.preloader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.page-loaded .preloader:before {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}

.preloader:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 2;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.page-loaded .preloader:after {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

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

.dropdown-toggle::after {
  display: none;
}

.fa {
  line-height: inherit;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  color: #ffffff;
  font-size: 30px;
  line-height: 54px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #25283a;
  border-radius: 0px;
  margin-left: -26px;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  -webkit-box-shadow: 2px 2px 0px #25283a;
  -ms-box-shadow: 2px 2px 0px #25283a;
  box-shadow: 2px 2px 0px #25283a;
}

.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 9999;
  background: none;
}

.header-top {
  position: relative;
}

.header-top .inner {
  position: relative;
}

.main-header .header-top .top-left {
  position: relative;
  float: left;
}

.main-header .header-top .top-right {
  position: relative;
  float: right;
}

.header-top-one {
  background: none;
  padding: 15px 25px;
  border-bottom: 1px solid #c0c0c0;
  line-height: 24px;
  background: #f9f9f9;
  background: #fff;
}

.header-top-one .top-text {
  position: relative;
  color: #222222;
}

.header-top-one .info {
  position: relative;
  float: left;
}

#birthday-images-container .image-grid>a>img,
#festival-images-container .image-grid>a>img,
#weekend-images-container .image-grid>a>img {
  height: revert-layer !important;
}

.header-top-one .info li {
  position: relative;
  float: left;
  margin-left: 30px;
}

.header-top-one .info li a {
  color: #222222;
}

.header-top-one .info li .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #565656;
  padding-right: 8px;
}

.header-top-one .info li a:hover {
  text-decoration: underline;
  color: #ed693a;
}

.header-top-one .language {
  position: relative;
  float: left;
  margin-left: 30px;
  z-index: 5;
}

.header-top-one .language .lang-btn {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

.header-top-one .language .lang-btn .flag {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.header-top-one .language .lang-btn .txt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-top-one .language .lang-btn .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  font-size: 12px;
}

.header-top-one .language .lang-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 16px;
}

.header-top-one .language .lang-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 16px;
  width: 150px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-top: 2px solid #ed693a;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.header-top-one .language:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.header-top-one .language .lang-dropdown li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

.header-top-one .language .lang-dropdown li:last-child {
  border: none;
}

.header-top-one .language .lang-dropdown li a {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.header-top-one .language .lang-dropdown li a:hover {
  text-decoration: underline;
  color: #ed693a;
}

.main-header .header-upper {
  position: relative;
  display: block;
  z-index: 1;
}

.header-style-one .header-upper .inner-container {
  position: relative;
}

.main-header .header-upper {
  position: relative;
  background: #ffffff;
}

.main-header .header-upper .logo-box {
  position: relative;
  float: left;
  padding: 15px 18px;
  z-index: 10;
  margin-right: auto;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
  display: block;
}

.main-header .header-upper .logo-box .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  max-height: 80px;
  z-index: 1;
}

.main-header .header-upper .right-nav {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
}

.main-header .search-btn {
  position: relative;
  float: left;
  margin-left: 40px;
}

.main-header .search-btn button {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 30px;
  color: #222222;
  cursor: pointer;
}

.main-header .search-btn button .fa {
  vertical-align: middle;
}

.main-header .nav-outer {
  position: relative;
  float: left;
  z-index: 1;
}

.main-header .nav-outer .main-menu {
  position: relative;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
  font-family: "Arimo", sans-serif;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  margin-right: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px;
}

.main-menu .navigation>li:last-child:after {
  display: none;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30.4px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  color: #222222;
  padding: 15px 0px;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>a.header-contact {
  width: auto;
  background-color: var(--orange-);
  padding: 8px 16px !important;
  color: var(--white-) !important;
  margin-top: 8px;
}

.main-menu .navigation>li:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 6px;
  width: 0px;
  border-bottom: 2px solid #ed693a;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li:before {
  display: none;
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
  width: 100%;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
  color: #ed693a;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
  color: #ed693a;
}

.sticky-header .main-menu .navigation>li.dropdown {
  padding-right: 0px;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 100;
  display: none;
  background: #ffffff;
  padding: 12px 12px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-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 .navigation>li.dropdown:hover>ul.about-dropdown {
  left: -70px !important;
}

.main-menu .navigation>li.dropdown>ul.about-dropdown {
  left: -70px !important;
}

ul.about-dropdown .dropdown-container .dropdown-link-section p {
  line-height: 18px !important;
  font-size: 13px !important;
  color: gray !important;
}

ul.about-dropdown .dropdown-container .dropdown-link-section li {
  margin-bottom: 0 !important;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  padding: 0px 30px;
  width: 100%;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 24px;
  font-weight: 700;
  font-size: 15px;
  color: #565656;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: #ed693a;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 240px;
  z-index: 100;
  display: none;
  background: #ffffff;
  padding: 12px 0px;
  border-top: 2px solid #565656;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-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 .navigation>li>ul>li>ul>li {
  position: relative;
  padding: 0px 30px;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 24px;
  font-weight: 700;
  font-size: 15px;
  color: #565656;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: #ed693a;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 52px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.header-style-two {
  position: relative;
}

.main-header .header-upper .right-info {
  position: relative;
  float: right;
  padding-top: 33px;
}

.main-header .header-upper .info {
  position: relative;
  float: left;
}

.main-header .header-upper .info .info-block {
  position: relative;
  float: left;
  padding-left: 50px;
  min-height: 44px;
  margin-left: 55px;
}

.main-header .header-upper .info .info-block:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 0px;
  height: 44px;
  border-left: 1px solid #f0f0f0;
}

.main-header .header-upper .info .info-block:first-child {
  margin-left: 0;
}

.main-header .header-upper .info .info-block:first-child:before {
  display: none;
}

.main-header .header-upper .info .info-block .icon-box {
  position: absolute;
  left: 0;
  top: 0px;
  width: 36px;
  height: 44px;
  font-size: 36px;
  color: #ed693a;
  line-height: 44px;
}

.main-header .header-upper .info strong {
  position: relative;
  display: block;
  color: #222222;
  font-weight: 700;
}

.main-header .header-upper .info .info-text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 22px;
}

.main-header .header-upper .info a {
  color: #222222;
}

.main-header .header-upper .info a:hover,
.main-header .header-upper .info a:hover strong {
  text-decoration: underline;
  color: #ed693a;
}

.header-style-two .header-upper .lang-block {
  position: relative;
  float: left;
  margin-left: 55px;
  padding-top: 10px;
}

.header-style-two .header-upper .lang-block:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 0px;
  height: 44px;
  border-left: 1px solid #f0f0f0;
}

.header-style-two .language {
  position: relative;
}

.header-style-two .language .lang-btn {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

.header-style-two .language .lang-btn .flag {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.header-style-two .language .lang-btn .txt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-style-two .language .lang-btn .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  font-size: 12px;
}

.header-style-two .language .lang-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 16px;
}

.header-style-two .language .lang-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 16px;
  width: 150px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-top: 2px solid #ed693a;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.header-style-two .language:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.header-style-two .language .lang-dropdown li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

.header-style-two .language .lang-dropdown li:last-child {
  border: none;
}

.header-style-two .language .lang-dropdown li a {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.header-style-two .language .lang-dropdown li a:hover {
  text-decoration: underline;
  color: #ed693a;
}

.header-style-two .header-lower {
  position: relative;
  display: block;
  background: #565656;
  color: #ffffff;
}

.header-style-two .header-lower .nav-box {
  position: relative;
  display: block;
}

.header-style-two .header-lower .search-btn {
  margin-top: 18px;
  float: right;
}

.header-style-two .header-lower .search-btn button {
  color: #ffffff;
}

.header-style-two .nav-box .main-menu .navigation>li {
  padding: 3px 0px;
}

.header-style-two .nav-box .main-menu .navigation>li>a {
  color: #ffffff;
}

.header-style-two .nav-box .main-menu .navigation>li:before {
  border-bottom-color: #ffffff;
}

.inner-page-header {
  position: relative;
}

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: -1;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -ms-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
  /* background-color: white; */
}

.fixed-header .sticky-header .logo {
  padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
  margin-left: 40px !important;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
  display: none;
}

.sticky-header .main-menu .navigation>li>a {
  padding: 8px 0px !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #25283a;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
  left: auto;
  right: 100%;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0);
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}

.search-popup:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
}

.search-popup.popup-visible:before {
  transition: all 500ms ease 100ms;
  -moz-transition: all 500ms ease 100ms;
  -webkit-transition: all 500ms ease 100ms;
  -ms-transition: all 500ms ease 100ms;
  -o-transition: all 500ms ease 100ms;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup.popup-visible {
  opacity: 1;
  visibility: visible;
}

body.search-visible {
  overflow: hidden;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.search-popup .close-search:hover {
  opacity: 0.7;
}

.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 10;
}

.search-popup.popup-visible .search-form {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 500ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -ms-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form fieldset {
  position: relative;
  border: 7px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 220px 20px 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #ffffff !important;
  background: #ed693a;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
  background: #ed693a;
}

.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.search-popup .recent-searches {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.search-popup .recent-searches li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {
  color: #ed693a;
  border-color: #ed693a;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  right: 23px;
  font-size: 36px;
  line-height: 40px;
  cursor: pointer;
  margin-left: 0px;
  color: #222222;
  display: none;
}

.mobile-menu .mCSB_inside>.mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 13px 25px;
  text-align: left;
  width: 250px;
}

.mobile-menu-visible {
  overflow-y: scroll;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: fit-content;
  text-align: center;
  font-size: 25px;
  color: var(--dark-grey-);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;

  @media only screen and (max-width: 991px) {
    color: var(--off-white) !important;
  }
}

.mobile-menu .navigation li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 3px solid #ed693a;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown>a {
  padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

img.lazy-image.loaded {
  background-image: none;
}

.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1;
}

.banner-section {
  position: relative;
  z-index: 1;
}

.banner-section .banner-curve {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 78px;
  background-image: url("../images/main-slider/banner-curve-two.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: 2;
}

.banner-carousel {
  position: relative;
  z-index: 1;
}

.banner-carousel .slide-item {
  position: relative;
  display: block;
  background-color: #edf5f8;
  color: #222222;
  padding: 35px 0px 0px;
  overflow: hidden;
}

.banner-two .banner-carousel .slide-item {
  background: #000000;
  color: #ffffff;
  padding: 25px 0px;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear;
}

.banner-carousel .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 600px;
  padding: 0 0px;
  z-index: 5;
}

.banner-carousel .round-layer {
  position: absolute;
  right: -130px;
  top: -35px;
  width: 100%;
  height: 685px;
  background: url("../images/main-slider/round-box.png") right 0 no-repeat;
  background-size: auto 100%;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-carousel .active .content-box .round-layer {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.banner-carousel .content-box .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 50px 20px;
}

.banner-carousel .content-box .inner {
  position: relative;
  display: block;
  max-width: 550px;
}

.banner-carousel .content-box .inner.alternate {
  max-width: 650px;
}

.banner-carousel .content-box .sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2em;
  color: #565656;
  font-weight: 700;
  opacity: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}

.banner-carousel .content-box .sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.banner-two .banner-carousel .sub-title {
  color: #ffffff;
}

.banner-carousel .active .content-box .sub-title {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-carousel .active .content-box .sub-title.custom-carousal-sub-title {
  font-size: 18px;
  margin-bottom: 0;
}

.banner-carousel .content-box h1 {
  display: block;
  font-size: 60px;
  line-height: 1.15em;
  color: #222222;
  font-weight: 400;
  opacity: 0;
  margin-bottom: 25px;
  text-transform: capitalize;
  letter-spacing: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  text-transform: capitalize;
}

.banner-two .banner-carousel h1 {
  color: #ffffff;
}

.banner-carousel .content-box h1 strong {
  font-weight: 700;
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

@media screen and (max-width: 425px) {
  .banner-carousel .active .content-box h1.custom-carousal-title {
    font-size: 33px !important;
  }

  .banner-carousel .content-box .sub-title {
    text-align: center !important;
  }

  .banner-carousel .content-box h1 {
    text-align: center !important;
  }

  .banner-carousel .active .content-box .text {
    text-align: center !important;
  }
}

.banner-carousel .active .content-box h1.custom-carousal-title {
  font-size: 44px;
  margin-bottom: 0;
}

.banner-carousel .content-box .text {
  display: block;
  font-size: 22px;
  line-height: 1.5em;
  color: #222222;
  font-weight: 400;
  opacity: 0;
  margin-bottom: 45px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-carousel .content-box .text.custom-carousal-text {
  font-size: 16px !important;
  margin-bottom: 15px !important;
  line-height: 1.5 !important;
}

.banner-carousel .content-box .inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.what-we-do-container {
  position: relative;
}

.what-we-do-container .pattern-layer {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -240px;
  width: 220px;
  height: 480px;
  background: url(../images/icons/pattern-1.png) right center no-repeat;
}

#it-solutions {
  &>.image-layer {
    background: linear-gradient(9deg, #0000009e, transparent),
      url("../images/resource/banner-bg.webp") no-repeat;
    background-size: cover;
    background-position-x: center;
  }

  &>.it-solutions-container {
    padding-right: 326px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-block: 123px;
  }
}

.what-we-do-container .gradient-layer {
  position: absolute;
  left: 0;
  bottom: -141px;
  width: 100%;
  height: 250px;
  background: -webkit-linear-gradient(bottom, #f8f1ed, #ffffff);
}

/* .industries-cards-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
} */

@media only screen and (max-width: 768px) {
  /* .industries-cards-wrapper {
    align-items: center;
    gap: 20px;
  } */
}

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

  /* .industries-cards-wrapper {
    flex-direction: column;
  } */
  .page-title-h1 {
    border-bottom: 2px solid var(--orange-);
    font-size: 30px !important;
  }
}

.qtech-footer-mobile>a {
  color: var(--light-grey-);
}

.contact-page-details>a {
  color: var(--white-);

  &:hover {
    color: var(--orange-);
  }
}

.description-text {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.custom-description-title {
  font-size: 20px !important;
}

#recruitment-ul>li:first-child {
  min-width: 222px;
}

.banner-two .banner-carousel .text {
  color: #ffffff;
}

.banner-carousel .active .content-box .text {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.banner-carousel .content-box .links-box {
  position: relative;
  opacity: 0;
  z-index: 5;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-carousel .content-box .content-image {
  position: absolute;
  right: -80px;
  top: -35px;
  width: 575px;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
  z-index: 5;
}

/* .banner-carousel .content-box .content-image.women-image {
  top: 5px;
} */

.banner-carousel .active .content-box .content-image {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.banner-carousel .content-box .content-image img {
  width: auto !important;
  max-width: 100%;
}

.banner-carousel .links-box .theme-btn {
  vertical-align: top;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
}

.banner-carousel .alternate .links-box .theme-btn {
  margin-right: 12px;
}

.banner-carousel .links-box .theme-btn:last-child {
  margin-right: 0;
}

.banner-carousel .links-box .video-btn {
  position: relative;
  display: inline-block;
  line-height: 30px;
  color: #565656;
}

.banner-carousel .links-box .video-btn .btn-title {
  position: relative;
  display: block;
  padding: 15px 0px;
}

.banner-carousel .links-box .video-btn .icon {
  padding-right: 5px;
  font-size: 24px;
  vertical-align: middle;
}

.banner-carousel .links-box .call-btn {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.banner-carousel .links-box .call-btn .btn-title {
  position: relative;
  display: block;
  padding: 15px 0px;
}

.banner-section .owl-dots,
.banner-one .banner-carousel .owl-nav,
.banner-two .banner-carousel .owl-nav {
  display: none;
}

.sec-title {
  position: relative;
  margin-bottom: 50px;
}

.sec-title.centered {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 70px;
  padding-top: 50px;
}

.sec-title .upper-text {
  position: relative;
  display: inline-block;
  line-height: 1.2em;
  font-size: 16px;
  color: #565656;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 15px;
}

.sec-title .upper-text-title {
  position: relative;
  display: inline-block;
  line-height: 1.2em;
  font-size: 16px;
  color: #565656;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 15px;
}

.sec-title .upper-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.sec-title .upper-text-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  border-bottom: 3px solid #ed693a;
  border-radius: 10px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.sec-title h2 strong {
  font-weight: 700;
}

.sec-title .lower-text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  color: #666666;
  padding: 20px 0px 0px;
}

.theme-separator {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e2eef2;
}

.theme-separator:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20.5px;
  margin-left: -35px;
  width: 48px;
  height: 48px;
  background: #ffffff url("../images/icons/LogoQtech.png") center center no-repeat;
  background-size: contain;
}

.about-section .text-column .sec-title {
  position: relative;
  margin-bottom: 20px;
}

.about-section .text-column {
  position: relative;
  margin-bottom: 20px;
}

.about-section .text-column .inner {
  position: relative;
  display: block;
}

.about-section .text-column .text-content {
  position: relative;
}

.about-section .text-column .text-content p {
  position: relative;
  margin-bottom: 30px;
}

.about-section .text-column .text-content ul {
  position: relative;
  margin-bottom: 25px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 30px;
}

.about-section .image-column .inner {
  position: relative;
  display: block;
  padding-left: 70px;
}

.about-section .images {
  position: relative;
}

.about-section .image-column .images:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background: #ffffff;
  margin: -35px 0px 0px -35px;
  border-radius: 50%;
  z-index: 2;
}

.about-section .images .row {
  position: relative;
  margin: 0px -10px;
}

.about-section .images .image {
  position: relative;
  float: left;
  width: 50%;
  display: block;
  margin: 0px 0px;
  padding: 10px 10px;
}

.about-section .images .image img {
  display: block;
  width: 100%;
}

.list-style-one {
  position: relative;
}

.about-section {
  position: relative;
}

.about-section {
  min-height: 600px;
  /* Adjust based on your content */
  position: relative;
}

.about-section .text-column {
  min-height: 400px;
  /* Adjust based on your content */
}

.about-section img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.about-section .text-headings {
  margin-bottom: 2rem;
}

.about-section .text-content {
  min-height: 200px;
  /* Adjust based on your content */
}

.about-section .description-text {
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .about-section {
    min-height: 400px;
  }

  .about-section .text-column {
    min-height: 300px;
  }

  .about-section .text-content {
    min-height: 150px;
  }
}

.services-section {
  position: relative;
  padding: 120px 0px 90px;
}

.services-section .gradient-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: -webkit-linear-gradient(bottom, #edf5f8, #ffffff);
}

.services-section .pattern-layer {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -240px;
  width: 220px;
  height: 480px;
  background: url("../images/icons/pattern-1.png") right center no-repeat;
}

.services-section .sec-title {
  position: relative;
  margin-bottom: 50px;
}

.services-section .sec-title .lower-text {
  color: #222222;
  padding-top: 15px;
}

.services-section .row {
  margin: 0px -20px;
}

.services-section .column {
  position: relative;
  padding: 0px 20px;
}

.services-section .column:nth-child(1) {
  padding-top: 110px;
}

.services-section .column:nth-child(2) {
  padding-top: 60px;
}

.service-block {
  position: relative;
  margin-bottom: 90px;
}

.service-block .inner-box {
  position: relative;
  display: block;
  padding: 30px 35px 90px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: -1;
}

.service-block .inner-box:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.service-block .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #565656;
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover:before {
  -ms-transform: scale(1);
  transform: scale(1);
}

.service-block h3 {
  position: relative;
  color: #222222;
  text-transform: capitalize;
  margin: 0 0 12px;
}

.service-block h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block h3 a:hover {
  color: #ed693a;
}

.service-block .icon-outer {
  position: relative;
  display: block;
  width: 162px;
  height: 162px;
  padding: 31px;
  margin: 0 auto 30px;
  overflow: hidden;
}

.service-block .icon-outer .icon-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}

.service-block .icon-outer .icon-box img {
  max-width: 100px;
  max-height: 100px;
}

.service-block .text {
  position: relative;
  display: block;
  color: #222222;
}

.service-block .more-link {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: block;
}

.service-block .more-link a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 14px;
  color: #ed693a;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05),
    0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover .more-link a {
  color: #ffffff !important;
  background: #ed693a;
}

.services-section .bottom-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  padding-top: 30px;
}

.services-section .bottom-text .text {
  color: #222222;
  font-size: 18px;
  line-height: 1.5em;
}

.services-section .bottom-text .text a {
  color: #565656;
  text-decoration: underline;
}

.locations-section {
  position: relative;
  padding: 120px 0px;
}

.locations-section .map-box {
  position: relative;
  display: block;
  width: 100%;
}

.locations-section .map-box .map-image {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.locations-section .map-box .map-image img {
  display: block;
  width: 100%;
}

.locations-section .map-box .location-point {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 20px;
  height: 20px;
  border: 2px solid #ed693a;
  background: none;
  cursor: pointer;
  border-radius: 50%;
}

.locations-section .map-box .location-point:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #ed693a;
  margin: -3px 0px 0px -3px;
  border-radius: 50%;
}

.locations-section .map-box .location-point .inner {
  position: absolute;
  left: 7px;
  bottom: 100%;
  margin-bottom: 25px;
  width: 200px;
  padding: 15px 20px;
  line-height: 24px;
  color: #ffffff;
  background: #565656;
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05),
    0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05),
    0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.locations-section .map-box .location-point .inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border: 7px solid transparent;
  border-top: 7px solid #565656;
  border-left: 7px solid #565656;
}

.locations-section .map-box .location-point:hover .inner {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.locations-section .map-box .loc-one {
  left: 11%;
  top: 17%;
}

.locations-section .map-box .loc-two {
  left: 16%;
  top: 23%;
}

.locations-section .map-box .loc-three {
  left: 26%;
  top: 62%;
}

.locations-section .map-box .loc-four {
  left: 23%;
  top: 80%;
}

.locations-section .map-box .loc-five {
  left: 46%;
  top: 21%;
}

.locations-section .map-box .loc-six {
  left: 44%;
  top: 40%;
}

.locations-section .map-box .loc-seven {
  left: 56%;
  top: 52%;
}

.locations-section .map-box .loc-eight {
  left: 52%;
  top: 70%;
}

.locations-section .map-box .loc-nine {
  left: 60%;
  top: 15%;
}

.locations-section .map-box .loc-ten {
  left: 80%;
  top: 16%;
}

.locations-section .map-box .loc-eleven {
  left: 70%;
  top: 35%;
}

.locations-section .map-box .loc-twelve {
  left: 90%;
  top: 77%;
}

.default-bg-section {
  position: relative;
  padding: 120px 0px;
}

.default-bg-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.default-bg-section .content-box {
  position: relative;
  display: block;
  max-width: 550px;
  z-index: 1;
}

.default-bg-section .content-box h2 {
  font-size: 44px;
  color: #222222;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 54px;
}

.fun-facts-section {
  position: relative;
  background-color: rgb(205 204 204 / 7%);
}

.count-project {
  position: relative;
  background-color: var(--light-grey-);
}

.fun-facts-section.alternate {
  background: #565656;
  padding: 110px 0px 70px;
}

.fun-facts-section .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.fun-facts-section .title-box h1 {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.fun-facts-section .title-box h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-bottom: 2px solid #ed693a;
}

.fun-facts-section .map-pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icons/map-pattern-two.png") center center no-repeat;
  opacity: 0.05;
}

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

.fact-counter .counter-column {
  position: relative;
  text-align: center;
}

.fun-facts-section.alternate .fact-counter .counter-column {
  margin-bottom: 50px;
}

.fact-counter .counter-column:nth-child(2) {
  border: none;
}

.fun-facts-section.alternate .fact-counter .counter-column:nth-child(2) {
  border: none;
}

.fact-counter .counter-column .inner {
  position: relative;
  display: block;
  padding: 60px 20px;
}

.fun-facts-section.alternate .fact-counter .counter-column .inner {
  padding: 0px;
}

.fact-counter .upper-title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.fact-counter .count-box {
  position: relative;
  font-size: 75px;
  line-height: 1.2em;
  color: #565656;
  text-transform: capitalize;
  font-weight: 400;
}

.count-project .count-box {
  position: relative;
  font-size: 75px;
  line-height: 1.2em;
  color: var(--white-);
  text-transform: capitalize;
  font-weight: 400;
}

.fact-counter .count-box .count-text {
  position: relative;
  display: inline-block;
}

.fact-counter .counter-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ed693a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fun-facts-section.alternate .fact-counter .upper-title,
.fun-facts-section.alternate .fact-counter .count-box {
  color: #ffffff;
}

.cases-section {
  position: relative;
  padding: 120px 0px 90px;
  overflow-x: hidden;
}

.cases-section.cases-page {
  padding-bottom: 40px;
}

.cases-section .gradient-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: -webkit-linear-gradient(bottom, #edf5f8, #ffffff);
}

.cases-section .carousel-box {
  position: relative;
  display: block;
  margin-right: -30px;
}

.cases-section .bottom-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  padding-top: 80px;
}

.cases-section .bottom-text .text {
  color: #222222;
  font-size: 18px;
  line-height: 1.5em;
}

.cases-section .bottom-text .text a {
  color: #565656;
  text-decoration: underline;
  text-decoration-color: #ed693a;
}

.cases-section .cases-box .row {
  margin: 0px -25px;
}

.case-block {
  position: relative;
  margin-bottom: 80px;
}

.cases-section .cases-box .row .case-block {
  padding: 0px 25px;
}

.owl-theme .case-block {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 30px;
}

.case-block .inner-box {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.case-block .inner-box .image-box {
  position: relative;
  display: block;
  background: #010101;
  overflow: hidden;
  margin: 0;
  margin-right: 85px;
}

.case-block .inner-box .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.case-block .inner-box:hover .image-box img {
  opacity: 0.7;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.case-block .content-box {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  max-width: 310px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.case-block .content-box .title-box {
  position: relative;
  display: block;
  line-height: 1.5em;
  padding: 25px 40px;
  color: #ffffff;
  background: #565656;
}

.case-block .content-box .title-box h4 {
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1.4em;
  margin-bottom: 2px;
}

.case-block .content-box .title-box h4 a {
  color: #ffffff;
}

.case-block .content-box .title-box .sub-text {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  opacity: 0.5;
}

.case-block .content-box .text-content {
  position: relative;
  display: block;
  padding: 35px 40px;
  background: #ffffff;
}

.case-block .content-box .text {
  position: relative;
  margin-bottom: 20px;
}

.case-block .content-box .link-box {
  position: relative;
  display: block;
}

.case-block .content-box .link-box a {
  position: relative;
  color: #ed693a;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 20px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-block .content-box .link-box a .arrow {
  padding-left: 5px;
  vertical-align: middle;
  color: #565656;
  font-size: 12px;
}

.case-block .content-box .link-box a:hover {
  color: #565656;
}

.cases-carousel .owl-dots {
  display: none;
}

.cases-carousel .owl-nav {
  position: absolute;
  left: -120px;
  right: -120px;
  margin-top: -30px;
  top: 50%;
  height: 0;
}

.cases-carousel .owl-nav .owl-prev,
.cases-carousel .owl-nav .owl-next {
  position: relative;
  top: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 14px;
  color: #ed693a;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05),
    0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cases-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.cases-carousel .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.cases-carousel .owl-nav .owl-prev:hover,
.cases-carousel .owl-nav .owl-next:hover {
  background: #ed693a !important;
  color: #ffffff;
}

.appointment-section {
  position: relative;

  .why-choose-desc {
    margin-right: 35px;
  }
}

.learning-management-icon {
  & .st0 {
    fill: none;
    stroke: #323232;
    stroke-width: 1.568;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
  }
}

.appointment-section .pattern-layer {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -240px;
  width: 220px;
  height: 480px;
  background: url("../images/icons/pattern-1.png") right center no-repeat;
}

.appointment-section .sec-title {
  max-width: 480px;
}

.appointment-section .sec-title .lower-text {
  color: #222222;
}

.appointment-section .text-column {
  position: relative;
}

.appointment-section .text-column .inner {
  position: relative;
  display: block;
}

.service-block-two {
  position: relative;
  margin-bottom: 30px;
}

.service-block-two .inner-box {
  position: relative;
  display: block;
  padding: 8px 0px 0px 125px;
  min-height: 101px;
}

.service-block-two h3 {
  position: relative;
  color: #222222;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.service-block-two h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two h3 a:hover {
  color: #ed693a;
}

.service-block-two .icon-outer {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 101px;
  height: 101px;
  padding: 20px;
  margin: 0 0;
}

.service-block-two .icon-outer .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.service-block-two .icon-outer .icon-box img {
  max-width: 60px;
  max-height: 60px;
}

.service-block-two .text {
  position: relative;
  display: block;
  color: #222222;
}

.appointment-section .form-column {
  position: relative;
}

.appointment-section .form-column .inner {
  position: relative;
  display: block;
  text-align: center;
}

.appointment-section .form-column .image {
  position: relative;
  display: block;
  margin: 0;
}

.appointment-section .form-column .image img {
  position: relative;
  display: block;
  width: 100%;
}

.default-form {
  position: relative;
}

.default-form .row {
  margin: 0 -15px;
}

.default-form .form-group {
  position: relative;
  padding: 0 15px;
  margin-bottom: 25px;
}

.default-form .form-group .field-label {
  position: relative;
  display: block;
  color: #333333;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.default-form .form-group:last-child {
  margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  display: block;
  height: 52px;
  width: 100%;
  font-size: 15px;
  color: #25283a;
  line-height: 30px;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #e2eef2;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group textarea {
  height: 120px;
  padding-top: 12px;
  resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
  display: inline-block;
  margin-top: 5px;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
  border-color: #ed693a;
}

.default-form ::-webkit-input-placeholder {
  color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
  color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
  color: #aaaaaa;
}

.default-form label.error {
  color: #ff0000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  padding-top: 5px;
}

.content-box .default-form label.error {
  color: #ffffff;
  font-size: 16px;
  padding-top: 10px;
}

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 15px;
  font-style: normal;
  height: 52px;
  padding: 10px 20px;
  line-height: 30px;
  font-family: "Arimo", sans-serif;
  color: #222222;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  text-indent: 0px;
  color: #333333;
}

.form-group .ui-button .ui-icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #666666;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  z-index: 5;
  right: 4px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #e0e0e0;
  font-family: "Arimo", sans-serif;
}

.ui-menu .ui-menu-item {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 9px 20px !important;
  font-size: 15px;
  line-height: 24px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: #ed693a;
}

.appointment-section .form-box {
  position: relative;
  display: block;
  background: #edf5f8 url(../images/icons/round-pattern-1.png) 60px -350px no-repeat;
  padding: 50px 45px;
}

.appointment-section .title {
  position: relative;
  margin-bottom: 30px;
}

.appointment-section .title h3 {
  position: relative;
  display: inline-block;
  line-height: 1.2em;
  font-size: 24px;
  color: #222222;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 10px;
}

.appointment-section .title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
}

.appointment-form .row {
  margin: 0 -7px;
}

.appointment-form .form-group {
  padding: 0 7px;
  margin-bottom: 14px;
}

.appointment-form form button {
  text-transform: none;
  margin-top: 5px;
}

.testimonials-section {
  position: relative;
  padding: 120px 0px;
}

.testimonials-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.testimonials-section .carousel-box {
  position: relative;
  display: block;
  max-width: 780px;
  padding: 55px 20px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 2px solid #565656;
  text-align: center;
  z-index: 1;
}

.testimonials-section .slide-item {
  position: relative;
  display: block;
}

.testimonials-section .slide-item .inner {
  position: relative;
  display: block;
  max-width: 580px;
  margin: 0 auto;
}

.testimonials-section .slide-item .icon-box {
  position: relative;
  display: block;
  color: #ed693a;
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 30px;
}

.testimonials-section .slide-item .title {
  position: relative;
  display: block;
  color: #565656;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.testimonials-section .slide-item .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1.6em;
  color: #222222;
  margin-bottom: 30px;
}

.testimonials-section .slide-item .info {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.5em;
  color: #666666;
}

.testimonials-section .slide-item .info .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  color: #222222;
  font-weight: 700;
  text-transform: capitalize;
}

.testimonials-section .owl-theme .owl-dots {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 35px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  background: #cccccc;
  border-radius: 50%;
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  background: #ed693a;
  -ms-transform: scale(1);
  transform: scale(1);
}

.news-section {
  position: relative;
}

.news-section .upper-row {
  position: relative;
  margin-bottom: 10px;
}

.news-block {
  position: relative;
  margin-bottom: 90px;
}

.news-block .inner-box {
  position: relative;
  display: block;
  /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07); */
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .image-box,
.news-block .image {
  position: relative;
  display: block;
  background: #010101;
  overflow: hidden;
}

.news-block .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.news-block .inner-box:hover .image-box img {
  opacity: 0.7;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block .lower-box {
  position: relative;
  display: block;
  padding: 35px;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.news-block .lower-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #565656;
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-box:before {
  -ms-transform: scale(1);
  transform: scale(1);
}

.news-block .lower-box .category {
  position: relative;
  color: #565656;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 7px;
}

.news-block .lower-box h3 {
  position: relative;
  color: #222222;
  font-weight: 700;
}

.news-block h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block h3 a:hover,
.news-block .lower-box .meta-info li a:hover {
  color: #ed693a;
}

.news-block .text {
  position: relative;
  display: block;
  color: #222222;
  margin-bottom: 30px;
}

.news-block .lower-box .meta-info {
  position: relative;
  color: #999999;
}

.news-block .lower-box .meta-info li {
  position: relative;
  float: left;
  margin-right: 31px;
  line-height: 24px;
}

.news-block .lower-box .meta-info li:after {
  content: "";
  position: absolute;
  height: 14px;
  right: -16px;
  border-right: 1px solid #999999;
  top: 50%;
  margin-top: -7px;
}

.news-block .lower-box .meta-info li:last-child:after {
  display: none;
}

.news-block .lower-box .meta-info li a {
  position: relative;
  color: #999999;
}

.news-block .more-link {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: block;
  text-align: center;
}

.news-block .more-link a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 14px;
  color: #ed693a;
  box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.05),
    0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover .more-link a {
  color: #ffffff;
  background: #ed693a;
  box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.1),
    0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

.news-section .lower-row {
  position: relative;
}

.news-section .lower-row .row {
  margin: 0px -40px;
}

.news-block-two {
  position: relative;
  margin-bottom: 50px;
  border-right: 1px solid #e2eef2;
}

.news-section .lower-row .news-block-two {
  padding: 0px 40px;
}

.news-section .lower-row .news-block-two:last-child {
  border: none;
}

.news-block-two .inner-box {
  position: relative;
  display: block;
  padding: 10px 0px;
}

.news-block-two .inner-box .category {
  position: relative;
  color: #565656;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 7px;
}

.news-block-two .inner-box h3 {
  position: relative;
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  margin: 0 0 20px;
}

.news-block-two .inner-box h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .inner-box h3 a:hover,
.news-block-two .inner-box .meta-info li a:hover {
  color: #ed693a;
}

.news-block-two .inner-box .text {
  position: relative;
  display: block;
  color: #222222;
  margin-bottom: 30px;
}

.news-block-two .inner-box .meta-info {
  position: relative;
  color: #999999;
}

.news-block-two .inner-box .meta-info li {
  position: relative;
  float: left;
  margin-right: 31px;
  line-height: 24px;
}

.news-block-two .inner-box .meta-info li:after {
  content: "";
  position: absolute;
  height: 14px;
  right: -16px;
  border-right: 1px solid #999999;
  top: 50%;
  margin-top: -7px;
}

.news-block-two .inner-box .meta-info li:last-child:after {
  display: none;
}

.news-block-two .inner-box .meta-info li a {
  position: relative;
  color: #999999;
}

.news-section .load-more {
  position: relative;
  display: block;
  padding: 10px 0px 80px;
  text-align: center;
}

.news-section.blog-fullwidth {
  padding-bottom: 120px;
}

.news-section.blog-fullwidth .auto-container {
  max-width: 810px;
}

.news-block-three {
  position: relative;
  margin-bottom: 90px;
}

.news-block-three .inner-box {
  position: relative;
  display: block;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .image-box,
.news-block-three .image {
  position: relative;
  display: block;
}

.news-block-three .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.news-block-three .lower-box {
  position: relative;
  display: block;
  padding: 40px 50px 70px;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .inner-box:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.news-block-three .lower-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #565656;
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .inner-box:hover .lower-box:before {
  -ms-transform: scale(1);
  transform: scale(1);
}

.news-block-three .lower-box .category {
  position: relative;
  color: #565656;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 7px;
}

.news-block-three .lower-box .category a {
  color: #565656;
}

.news-block-three .lower-box .category a:hover {
  color: #ed693a;
}

.news-block-three .lower-box h3 {
  position: relative;
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}

.news-block-three h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three h3 a:hover,
.news-block-three .lower-box .meta-info li a:hover {
  color: #ed693a;
}

.news-block-three .text {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-block-three .lower-box .meta-info {
  position: relative;
  color: #999999;
}

.news-block-three .lower-box .meta-info li {
  position: relative;
  float: left;
  margin-right: 31px;
  line-height: 24px;
}

.news-block-three .lower-box .meta-info li:after {
  content: "";
  position: absolute;
  height: 14px;
  right: -16px;
  border-right: 1px solid #999999;
  top: 50%;
  margin-top: -7px;
}

.news-block-three .lower-box .meta-info li:last-child:after {
  display: none;
}

.news-block-three .lower-box .meta-info li a {
  position: relative;
  color: #999999;
}

.news-block-three .more-link {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: block;
  text-align: right;
  padding-right: 50px;
}

.news-block-three .more-link a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 14px;
  color: #ed693a;
  box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.05),
    0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .inner-box:hover .more-link a {
  color: #ffffff;
  background: #ed693a;
  box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.1),
    0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

.news-image-carousel {
  text-align: center;
}

.news-image-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  display: inline-block;
  padding: 10px 10px;
  height: 30px;
  margin: 0 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}

.news-image-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px;
  padding: 0;
}

.news-image-carousel .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-image-carousel .owl-dots .owl-dot.active span {
  background: #ed693a;
}

.news-image-carousel .owl-nav {
  display: none;
}

.news-block-three .image-box .video-play-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .image-box .video-play-btn .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-block-three .image-box .video-play-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.news-block-four {
  position: relative;
  margin-bottom: 50px;
}

.news-block-four .inner-box {
  position: relative;
  display: block;
}

.news-block-four blockquote {
  position: relative;
  display: block;
  padding: 60px 80px 60px 60px;
  background: #565656;
  color: #ffffff;
  margin: 0px 0px;
}

.news-block-four blockquote .txt {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.news-block-four blockquote .info {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
}

.news-block-four blockquote .icon {
  position: absolute;
  right: 40px;
  bottom: 40px;
  color: #ed693a;
  font-size: 60px;
  line-height: 1em;
  font-weight: 400;
  opacity: 1;
}

.news-block-four blockquote .icon span {
  position: relative;
  display: block;
  font-weight: 400;
  text-shadow: 0px 0px 1px #84b040;
}

.pagination-box {
  position: relative;
}

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 15px;
  height: 46px;
  min-width: 46px;
  padding: 12px 5px;
  text-align: center;
  color: #666666;
  font-weight: 400;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.styled-pagination li a.next {
  font-size: 14px;
  color: #565656;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  background: #ed693a;
  border-color: #ed693a;
}

.sponsors-section {
  position: relative;
  background: #edf5f8;
}

.sponsors-section.alternate {
  position: relative;
  background: #ffffff;
}

.sponsors-outer {
  position: relative;
  text-align: center;
}

.sponsors-outer .auto-container {
  max-width: 1340px;
}

.sponsors-outer .slide-item {
  display: block;
  text-align: center;
}

.sponsors-outer .image-box {
  position: relative;
  display: inline-block;
}

.sponsors-outer .image-box img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0.2;
}

.sponsors-outer .image-box img:hover {
  opacity: 1;
}

.sponsors-section.alternate .sponsors-outer .image-box img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.sponsors-section.alternate .sponsors-outer .image-box img:hover {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav {
  position: relative;
  display: none;
}

.main-footer {
  .widget-title {
    position: relative;
    margin-bottom: 35px;

    .empty-title {
      opacity: 0;
      visibility: hidden;
    }

    h4 {
      &:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 40px;
        border-bottom: 3px solid #ed693a;
        border-radius: 10px;
      }
    }
  }

  .about-widget {
    position: relative;
    margin-bottom: 20px;

    .text {
      position: relative;
      margin-bottom: 25px;
    }
  }

  .links-widget {
    .widget-content {
      position: relative;
      padding-left: 20px;
    }

    .column {
      position: relative;
      margin-bottom: 30px;

      .links {
        li {
          position: relative;
          margin-bottom: 12px;
          line-height: 24px;
          font-size: 15px;
          color: #666666;

          &:before {
            content: "\f061";
            font-family: "Font Awesome 5 Free";
            position: absolute;
            left: 0;
            top: 0;
            width: 15px;
            line-height: 24px;
            color: #ed693a;
            font-size: 12px;
            font-weight: 700;
            opacity: 0;
            transition: all 0.2s ease;
          }

          &:hover:before {
            opacity: 1;
            transition: all 0.5s ease;
          }

          a {
            position: relative;
            display: block;
            color: #666666;
            font-size: 15px;
            text-transform: capitalize;
            transition: all 0.4s ease;

            &:hover {
              color: var(--orange-) !important;
              padding-left: 15px;
            }
          }
        }
      }
    }
  }

  .info {
    ul {
      li {
        a:hover {
          color: #ed693a;
          text-decoration: underline;
        }
      }
    }
  }

  .footer-bottom {
    position: relative;
    line-height: 24px;

    .inner {
      position: relative;
      display: block;
      text-align: center;
      padding: 40px 0px;
      border-top: 1px solid #e2eef2;

      .outer-container {
        position: relative;
        max-width: 1200px;
        padding: 28px 0px;
        margin: 0 auto;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
      }

      .copyright {
        position: relative;

        strong {
          color: #222222;
        }

        a {
          text-transform: capitalize;
          color: #666666;
          text-decoration: underline;
          transition: all 0.4s ease;

          &:hover {
            color: #ed693a;
          }
        }
      }
    }
  }

  .social-links {
    position: relative;
    padding-top: 25px;
    text-align: center;

    .title {
      margin-bottom: 15px;
      text-align: center;
    }

    ul {
      position: relative;

      li {
        position: relative;
        display: inline-block;
        margin: 0px 7px;
        line-height: 24px;

        a {
          color: #565656;
          font-size: 16px;
          transition: all 0.4s ease;

          &:hover {
            color: #ed693a;
          }
        }
      }
    }
  }
}

.newsletter-form {
  position: relative;

  form {
    position: relative;
  }

  .form-group {
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea {
      position: relative;
      width: 100%;
      line-height: 30px;
      padding: 11px 20px;
      height: 54px;
      display: inline-block;
      font-size: 15px;
      background: #ffffff;
      font-weight: 400;
      color: #222222;
      border-radius: 2px;
      border: 1px solid rgba(0, 0, 0, 0.04);
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease;

      &:focus {
        border-color: #ed693a;
      }
    }

    input::-webkit-input-placeholder {
      color: #848484;
    }

    .newsletter-btn {
      position: absolute;
      width: 50px;
      height: 54px;
      top: 0px;
      right: 0px;
      float: right;
      color: #ffffff;
      background: #ed693a;
      font-size: 20px;
      padding: 12px 0px;
      line-height: 30px;
      border-radius: 2px;
      display: block;
      text-align: center;
    }
  }
}

.services-section-two {
  position: relative;
  padding: 120px 0px 90px;
}

.services-section-two .sec-title .lower-text {
  color: #222222;
}

.services-section-two .gradient-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: -webkit-linear-gradient(bottom, #edf5f8, #ffffff);
}

.services-section-two .services-box {
  position: relative;
  display: block;
}

.service-block-three {
  position: relative;
  margin-bottom: 60px;
}

.service-block-three .inner-box {
  position: relative;
  display: block;
  padding: 8px 0px 0px 90px;
  min-height: 72px;
}

.service-block-three h3 {
  position: relative;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 12px;
}

.service-block-three h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three h3 a:hover,
.service-block-three .inner-box:hover h3 a {
  color: #ed693a;
}

.service-block-three .icon-outer {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 71px;
  height: 71px;
  padding: 0;
  margin: 0 0;
}

.service-block-three .icon-outer .icon-box {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #565656;
  width: 71px;
  height: 71px;
  line-height: 71px;
  text-align: center;
}

.service-block-three .icon-outer .icon-box img {
  max-width: 71px;
  max-height: 71px;
}

.service-block-three .text {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.service-block-three .more-link {
  position: relative;
  display: block;
}

.service-block-three .more-link a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 14px;
  color: #ed693a;
  text-align: center;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05),
    0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three .inner-box:hover .more-link a {
  color: #ffffff;
  background: #565656;
}

.services-section-two .bottom-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  padding-top: 30px;
}

.services-section-two .bottom-text .text {
  color: #222222;
  font-size: 18px;
  line-height: 1.5em;
}

.services-section-two .bottom-text .text a {
  color: #565656;
  text-decoration: underline;
  text-decoration-color: #ed693a;
}

.video-section {
  position: relative;

  .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  &.alternate {
    background-color: var(--orange-);
  }
}

.video-section .video-section .video-link {
  position: relative;
  margin-bottom: 25px;
}

.video-section .video-link a {
  color: #ed693a;
  font-size: 48px;
  line-height: 1em;
}

.video-section.alternate .video-link a {
  color: #ffffff;
}

.video-section .video-link a:hover {
  color: #ffffff;
  opacity: 0.7;
}

.video-section h2 {
  line-height: 1.3em;
  margin: 0;
}

.about-section-two {
  position: relative;
  padding: 120px 0px 90px;
}

.about-section-two .sec-title {
  margin-bottom: 40px;
}

.about-section-two .pattern-layer {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -240px;
  width: 220px;
  height: 480px;
  background: url("../images/icons/pattern-1.png") right center no-repeat;
}

.about-section-two .left-column {
  position: relative;
}

.about-section-two .left-column .inner {
  position: relative;
}

.about-section-two .left-column .image {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.about-section-two .left-column .image img {
  display: block;
  width: 100%;
}

.about-section-two .left-column .image .over-icon {
  position: absolute;
  bottom: -66px;
  right: -81px;
  width: 132px;
  height: 132px;
  background: #ffffff;
  line-height: 132px;
  border-radius: 50%;
  z-index: 1;
}

.about-section-two .left-column .image .over-icon img {
  width: 100%;
  width: 132px;
  height: 132px;
  border-radius: 50%;
}

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

.feature-block .inner-box {
  position: relative;
  display: block;
  padding: 15px 10px 20px;
  text-align: center;
  color: #222222;
  text-transform: capitalize;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

.feature-block .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #565656;
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover:before {
  -ms-transform: scale(1);
  transform: scale(1);
}

.feature-block .icon-box {
  position: relative;
  display: block;
  padding: 15px 0px 0px;
  text-align: center;
  color: #222222;
  font-size: 48px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box {
  color: #ed693a;
}

.feature-block .inner-box .title {
  position: relative;
  display: block;
  padding: 18px 0px 0px;
  text-align: center;
  color: #222222;
  line-height: 1.4em;
}

.about-section-two .right-column {
  position: relative;
}

.about-section-two .right-column .inner {
  position: relative;
}

.about-section-two .right-column .image {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.about-section-two .right-column .image img {
  display: block;
  width: 100%;
}

.about-section-two .right-column h3 {
  color: #222222;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-section-two .right-column .list-style-one {
  position: relative;
  padding-top: 15px;
}

.cases-section-two {
  position: relative;
  padding: 120px 0px 100px;
}

.cases-section-two.cases-page {
  padding-bottom: 70px;
}

.cases-section-two .sec-title {
  margin-bottom: 30px;
}

.cases-section-two.cases-page .sec-title {
  margin-bottom: 50px;
}

.cases-section-two .carousel-box {
  position: relative;
  display: block;
  margin: 0px -30px;
}

.case-block-two {
  position: relative;
  margin-bottom: 50px;
}

.owl-theme .case-block-two {
  margin-bottom: 0;
  padding: 30px 30px;
}

.case-block-two .inner-box {
  position: relative;
  display: block;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.case-block-two .image-column {
  position: absolute;
  float: left;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.case-block-two .image-column .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-block-two .image-column .link-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.button-custom {
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0;
  overflow: hidden;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.button-custom:before,
.button-custom:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
}

.button-custom:before {
  border: 4px solid #f0eeef;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-custom:after {
  border: 4px solid var(--orange-);
  transform: scale(1.3);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.button-custom:hover:before,
.button-custom:focus:before {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button-custom:hover:after,
.button-custom:focus:after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-box-custom {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.button-elem-custom {
  display: block;
  width: 20px;
  height: 20px;
  margin: 21px 18px 0 18px;
  transform: rotate(180deg);
  fill: #f0eeef;
}

.button-custom:hover .button-box-custom,
.button-custom:focus .button-box-custom {
  transition: 0.4s;
  transform: translateX(-56px);
}

.arrow-buttons-custom {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.arrow-buttons-custom.prev {
  left: 27px;
}

.arrow-buttons-custom.next {
  right: 27px;
  transform: rotate(180deg);
}

.reels-section {
  position: relative;
}

.scroll-container.carousel-main.gallery {
  scroll-behavior: smooth;
}

.case-block-two .image-column .image-box {
  position: relative;
  margin: 0;
  display: none;
}

.case-block-two .image-column .image-box img {
  display: block;
  width: 100%;
}

.case-block-two .content-column {
  position: relative;
  float: left;
  width: 50%;
}

.case-block-two .content-column .content-box {
  position: relative;
  padding: 65px 75px;
  background: #ffffff;
  min-height: 200px;
}

.case-block-two .content-box .title-box {
  position: relative;
  display: block;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #222222;
}

.case-block-two .content-box .title-box h3 {
  font-weight: 400;
  font-size: 30px;
  text-transform: capitalize;
  color: #222222;
  line-height: 1.3em;
  margin-bottom: 2px;
}

.case-block-two .content-box .title-box h3 a {
  color: #222222;
}

.case-block-two .content-box .title-box h3 a:hover {
  color: #ed693a;
}

.case-block-two .content-box .title-box .sub-text {
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #565656;
}

.case-block-two .content-box .text-content {
  position: relative;
  display: block;
}

.case-block-two .content-box .text {
  position: relative;
  margin-bottom: 30px;
}

.case-block-two .content-box .link-box {
  position: relative;
  display: block;
}

.case-block-two .content-box .link-box a {
  position: relative;
  color: #ed693a;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 20px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-block-two .content-box .link-box a .arrow {
  padding-left: 5px;
  vertical-align: middle;
  color: #565656;
  font-size: 12px;
}

.case-block-two .content-box .link-box a:hover {
  color: #565656;
}

.cases-carousel-two .owl-dots {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 50px;
  text-align: center;
}

.cases-carousel-two .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.cases-carousel-two .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  background: #cccccc;
  border-radius: 50%;
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cases-carousel-two .owl-dots .owl-dot.active span {
  background: #ed693a;
  -ms-transform: scale(1);
  transform: scale(1);
}

.cases-carousel-two .owl-nav {
  position: absolute;
  left: -120px;
  right: -120px;
  margin-top: -30px;
  top: 50%;
  height: 0;
  display: none;
}

.cases-carousel-two .owl-nav .owl-prev,
.cases-carousel-two .owl-nav .owl-next {
  position: relative;
  top: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 14px;
  color: #ed693a;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05),
    0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cases-carousel-two .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.cases-carousel-two .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.cases-carousel-two .owl-nav .owl-prev:hover,
.cases-carousel-two .owl-nav .owl-next:hover {
  background: #ed693a;
  color: #ffffff;
}

.cases-section-two .sponsors-outer {
  padding-top: 70px;
}

.cases-section-two .sponsors-outer .image-box img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.cases-section-two .sponsors-outer .image-box img:hover {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.team-section {
  position: relative;
  background: #edf5f8;
  padding: 120px 0px;
}

.team-section .pattern-layer {
  position: absolute;
  right: -150px;
  top: 50%;
  width: 654px;
  height: 702px;
  margin-top: -351px;
  display: block;
  background: #edf5f8 url(../images/icons/round-pattern-1.png) right 0px no-repeat;
  opacity: 0.8;
}

.team-section .column {
  position: relative;
}

.team-section .column .sec-title {
  margin-bottom: 25px;
  padding-top: 10px;
}

.team-section .column .text-content {
  position: relative;
  margin-bottom: 45px;
}

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

.team-block .inner-box {
  position: relative;
  display: block;
  margin-left: 70px;
  min-height: 210px;
  padding: 42px 40px 42px 175px;
  background: #ffffff;
}

.team-block .image-box {
  position: absolute;
  left: -70px;
  top: 15px;
  width: 200px;
  height: 180px;
  display: block;
  overflow: hidden;
}

.team-block .image-box img {
  display: block;
  width: 100%;
}

.team-block .title-box {
  position: relative;
  margin-bottom: 20px;
}

.team-block .title-box h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 3px;
  color: #222222;
}

.team-block .title-box h3 a {
  color: #222222;
}

.team-block .title-box .designation {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #ed693a;
}

.team-section .view-all {
  position: relative;
  display: block;
  padding-top: 40px;
  text-align: center;
}

.testimonials-two {
  position: relative;
}

.testimonials-two .auto-container {
  max-width: 1400px;
}

.testimonials-two .carousel-box {
  position: relative;
  display: block;
}

.testimonial-block {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.owl-theme .testimonial-block {
  margin: 0 0 25px;
}

.testimonial-block .inner {
  position: relative;
  display: block;
}

.testimonial-block .content-box {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.testimonial-block .content-box:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -2px;
  width: 100px;
  height: 100px;
  border: 1px solid #e2eef2;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block .content-box:after {
  content: "";
  position: absolute;
  left: 48px;
  bottom: 0px;
  width: 45px;
  height: 10px;
  border: 5px solid #ffffff;
  z-index: 2;
}

.testimonial-block:hover .content-box:before,
.testimonial-block:hover .content-box .content {
  border-color: #ed693a;
}

.testimonial-block .content {
  position: relative;
  display: block;
  padding: 45px;
  background: #ffffff;
  border: 1px solid #e2eef2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
  min-height: 324px;
}

.testimonial-block .content .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.7em;
}

.testimonial-block .info {
  position: relative;
  display: block;
  margin-left: 25px;
  padding: 10px 0px 0px 105px;
  line-height: 1.5em;
  color: #666666;
  min-height: 90px;
}

.testimonial-block .info .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05),
    0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.testimonial-block .info .image img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-block .info .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.4em;
  color: #222222;
  font-weight: 700;
  text-transform: capitalize;
}

.testimonial-block .info .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  color: #565656;
  font-weight: 400;
  text-transform: capitalize;
}

.testimonial-block .info .rating {
  position: relative;
  padding-top: 7px;
  font-size: 12px;
  color: #f4c212;
  left: 1px;
}

.contact-section {
  position: relative;
  background: #565656;
  padding: 110px 0px 80px;
  color: #ffffff;
}

.contact-section .sec-title {
  position: relative;
  margin-bottom: 35px;
}

.contact-section .map-pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icons/map-pattern-two.png") center center no-repeat;
  opacity: 0.05;
}

.contact-section .sec-title .upper-text,
.contact-section .sec-title .lower-text,
.contact-section .sec-title h2 {
  color: #ffffff;
}

.contact-section .sec-title .upper-text-title,
.contact-section .sec-title .lower-text,
.contact-section .sec-title h2 {
  color: #ffffff;
}

.contact-section .info {
  position: relative;
  display: block;
}

.contact-section .info .phone-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-section .info .phone {
  display: block;
  font-size: 30px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.contact-section .info .phone .icon {
  position: relative;
  vertical-align: middle;
  padding-right: 10px;
}

.contact-section .info .email {
  display: block;
  font-size: 18px;
  line-height: 1.4em;
}

.contact-section .info .phone a,
.contact-section .info .email a {
  position: relative;
  color: #ffffff;
}

.contact-section .text-column,
.contact-section .form-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-section .text-column .inner {
  position: relative;
  display: block;
}

.contact-section .form-column .inner {
  position: relative;
  display: block;
  padding-top: 30px;
}

.contact-section .appointment-form .form-group {
  margin-bottom: 20px;
}

.contact-section-inner {
  position: relative;
  background: #565656;
  color: #ffffff;
}

.contact-section-inner .sec-title {
  position: relative;
  margin-bottom: 35px;
}

.contact-section-inner .map-pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icons/map-pattern-two.png") center center no-repeat;
  opacity: 0.05;
}

.contact-section-inner .sec-title .upper-text,
.contact-section-inner .sec-title .lower-text,
.contact-section-inner .sec-title h2 {
  color: #ffffff;
}

.contact-section-inner .sec-title .upper-text-title,
.contact-section-inner .sec-title .lower-text,
.contact-section-inner .sec-title h2 {
  color: #ffffff;
}

.contact-section-inner .info {
  position: relative;
  display: block;
}

.contact-section-inner .info .phone-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-section-inner .info .phone {
  display: block;
  font-size: 30px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.contact-section-inner .info .phone .icon {
  position: relative;
  vertical-align: middle;
  padding-right: 10px;
}

.contact-section-inner .info .email {
  display: block;
  font-size: 18px;
  line-height: 1.4em;
}

.contact-section-inner .info .phone a,
.contact-section-inner .info .email a {
  position: relative;
  color: #ffffff;
}

.contact-section-inner .text-column,
.contact-section-inner .form-column {
  position: relative;
}

.contact-section-inner .text-column .inner {
  position: relative;
  display: block;
}

.contact-section-inner .form-column .inner {
  position: relative;
  display: block;
  padding-top: 30px;
}

.contact-section-inner .appointment-form .form-group {
  margin-bottom: 20px;
}

.contact-section-inner .theme-btn {
  width: 100%;
}

.inner-banner {
  position: relative;
  background: #565656;
  color: #ffffff;
  z-index: 1;
}

.inner-banner.alternate {
  text-align: center;
}

.inner-banner .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.inner-banner .banner-curve {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 78px;
  background-image: url("../images/main-slider/banner-curve.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: 2;
}

.inner-banner .inner {
  position: relative;
  display: block;
  padding: 100px 0px 120px;
}

.inner-banner .theme-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -179px;
  width: 300px;
  height: 300px;
  background: url(../images/icons/LogoQtech.png) center center no-repeat;
  opacity: 0.5;
  background-size: cover;
  transform: rotate(-11deg);

  @media only screen and (max-width: 479px) {
    right: 8px;
    width: 271px;
    height: 271px;
  }
}

.inner-banner .title-box {
  position: relative;
}

.inner-banner .title-box h1 {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 3px;
}

.inner-banner .d-text {
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
  padding-bottom: 24px;
}

.inner-banner .d-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #ed693a;
}

.inner-banner.alternate .d-text:before {
  left: 50%;
  margin-left: -25px;
}

.about-section-three {
  position: relative;
  padding: 110px 0px 80px;
}

.about-section-three .upper-row {
  position: relative;
  margin-bottom: 25px;
}

.about-section-three .upper-row .text-column {
  position: relative;
  margin-bottom: 20px;
}

.about-section-three .text-column .inner {
  position: relative;
  display: block;
  padding-right: 20px;
}

.about-section-three .text-column p {
  position: relative;
  margin-bottom: 23px;
}

.about-section-three .text-column ul {
  position: relative;
  margin-bottom: 15px;
}

.about-section-three .text-column ul li {
  margin-bottom: 8px;
}

.about-section-three .lower-row {
  position: relative;
}

.featured-block {
  position: relative;
  margin-bottom: 70px;
}

.featured-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-block .inner-box:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.featured-block .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #565656;
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-block .inner-box:hover:before {
  -ms-transform: scale(1);
  transform: scale(1);
}

.featured-block .image-box {
  position: relative;
  display: block;
}

.featured-block .image-box img {
  display: block;
  width: 100%;
}

.featured-block .lower-box {
  position: relative;
  display: block;
  padding: 50px 30px 75px;
}

.featured-block h3 {
  position: relative;
  color: #222222;
  text-transform: capitalize;
  margin: 0 0 12px;
  font-weight: 700;
}

.featured-block h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-block h3 a:hover {
  color: #ed693a;
}

.featured-block .text {
  position: relative;
  display: block;
  color: #222222;
}

.featured-block .more-link {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: block;
}

.featured-block .more-link a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 14px;
  color: #ed693a;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05),
    0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-block .inner-box:hover .more-link a {
  color: #ffffff;
  background: #ed693a;
}

.services-section-three {
  position: relative;
}

.services-section-three .services-box {
  position: relative;
  display: block;
}

.service-block-four {
  position: relative;
  margin-bottom: 50px;
}

.service-block-four .inner-box {
  position: relative;
  display: block;
  padding: 0px 0px 0px 90px;
  min-height: 72px;
}

.service-block-four h3 {
  position: relative;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 12px;
}

.service-block-four h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four h3 a:hover,
.service-block-four .inner-box:hover h3 a {
  color: #ed693a;
}

.service-block-four .icon-outer {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 71px;
  height: 71px;
  padding: 0;
  margin: 0 0;
}

.service-block-four .icon-outer .icon-box {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #565656;
  width: 71px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four:hover .icon-outer .icon-box {
  color: #ed693a;
}

.service-block-four .icon-outer .icon-box img {
  max-width: 47px;
  max-height: 71px;
  opacity: 0.5;
}

.service-block-four .icon-outer .icon-box img:hover {
  fill: var(--orange-);
}

.service-block-four .text {
  position: relative;
  display: block;
  max-width: 450px;
}

.faqMaster {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 20px;
  padding-top: 70px;
}

.faqMaster .faq-sidebar {
  width: 250px;
  background: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.07058823);
  padding: 20px;
  position: sticky;
  top: 85px;
}

.faqMaster .faq-sidebar ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.faqMaster .faq-sidebar ul li span {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  cursor: pointer;
}

.faqMaster .faq-sections .faqBox {
  border: 1px solid #efefef;
  margin-bottom: 40px;
}

.faqMaster .faq-sections .faqBox h2 {
  background-color: #efefef;
  padding: 15px 20px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
}

.faqMaster .faq-sections .faqBox ul {
  padding: 0 20px;
}

.faqMaster .faq-sections .faqBox ul li.faq_item {
  padding: 18px 0;
  font-size: 16px;
  line-height: 1.5;
  border-color: #efefef;
}

.faq-sections li.faq_item {
  position: relative;
  font-weight: 500;
  text-align: left;
  color: #1d1e31;
  border-bottom: 1px solid #ddd;
  padding-left: 0 !important;
}

.faq-sections li.faq_item .faq_header .card-link {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 35px;
  color: #1d1e31 !important;
}

.card-header .faqIcon {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  display: inline-block;
}

.card-header[aria-expanded="true"] .faqIcon {
  background: #f16122;
  border: 1px solid #f16122;
}

.card-header[aria-expanded="true"] .faqIcon:before {
  transform: rotate(-90deg);
  background-color: #fff;
}

.card-header[aria-expanded="true"] .faqIcon::after {
  background-color: #fff;
}

.card-header .faqIcon:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 2px;
  background-color: #f16122;
  margin: auto;
  transition: all 0.35s;
}

.card-header .faqIcon:after {
  transform: rotate(-90deg);
}

.card-header .faqIcon:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 2px;
  background-color: #f16122;
  margin: auto;
  transition: all 0.35s;
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #f16122;
  left: 2px;
  top: 8px;
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li {
  position: relative;
  list-style: none;
  border-bottom: 0px;
  margin: 0 0 12px;
  padding: 0 0 0 25px;
}

.faqs-section {
  position: relative;
  padding: 0px 0px 50px;
}

.faqs-section .load-more {
  position: relative;
  display: block;
  padding: 50px 0px 0px;
  text-align: center;
}

.call-to-action {
  position: relative;
  background: #edf5f8;
  padding: 100px 0px 70px;
}

.call-to-action .map-pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icons/map-pattern-three.png") center center no-repeat;
  opacity: 0.05;
}

.call-to-action .auto-container {
  max-width: 1270px;
}

.call-to-action .title-column {
  position: relative;
  margin-bottom: 30px;
}

.call-to-action .title-column .inner {
  position: relative;
  display: block;
}

.call-to-action .title-column h2 {
  font-size: 44px;
  margin: 0;
  color: #222222;
  line-height: 1.2em;
}

.call-to-action .links-column {
  position: relative;
  margin-bottom: 15px;
}

.call-to-action .links-column .inner {
  position: relative;
  display: block;
  padding-top: 20px;
  text-align: right;
}

.call-to-action .links-column .theme-btn {
  margin-left: 12px;
  margin-bottom: 15px;
}

.contact-section-two {
  position: relative;
}

.contact-section-two .sec-title {
  position: relative;
  margin-bottom: 30px;
}

.contact-section-two .social-links {
  position: relative;
  display: block;
}

.contact-section-two .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.contact-section-two .social-links li a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 42px;
  color: #565656;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-section-two .social-links li a:hover {
  color: #ffffff;
  background: #ed693a;
  border-color: #ed693a;
}

.contact-section-two .text-column,
.contact-section-two .form-column {
  position: relative;
  margin-bottom: 50px;
}

.contact-section-two .text-column .inner {
  position: relative;
  display: block;
  max-width: 420px;
}

.contact-section-two .form-column .inner {
  position: relative;
  display: block;
}

.contact-form .row {
  margin: 0 -10px;
}

.contact-form .form-group {
  padding: 0 10px;
  margin-bottom: 20px;
}

.contact-form form button {
  text-transform: none;
  margin-top: 5px;
}

.contact-section-two .lower-row {
  position: relative;
  padding-top: 70px;
}

.contact-info-block {
  position: relative;
  margin-bottom: 50px;
}

.contact-info-block .inner {
  position: relative;
  display: block;
}

.contact-info-block .content-box {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
}

.contact-info-block .content-box .title-box {
  position: relative;
  display: block;
  line-height: 1.5em;
  padding: 25px 40px;
  color: #ffffff;
  background: #565656;
}

.contact-info-block .content-box .title-box h4 {
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1.4em;
  margin-bottom: 2px;
}

.contact-info-block .content-box .title-box h4 a {
  color: #ffffff;
}

.contact-info-block .content-box .title-box .sub-text {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  opacity: 0.5;
}

.contact-info-block .content-box .text-content {
  position: relative;
  display: block;
  padding: 42px 35px;
  background: #ffffff;
}

.contact-info-block .content-box .text {
  position: relative;
  margin-bottom: 20px;
}

.contact-info-block .content-box .info ul {
  position: relative;
}

.contact-info-block .content-box .info ul li {
  position: relative;
  line-height: 1.6em;
  color: #222222;
  margin-bottom: 8px;
}

.contact-info-block .content-box .info ul li strong {
  font-weight: 700;
}

.contact-info-block .content-box .info ul li a {
  color: #222222;
}

.contact-info-block .content-box .info ul li a:hover {
  color: #ed693a;
  text-decoration: underline;
}

.map-data {
  text-align: center;
  font-size: 15px;
  color: #222222;
  font-weight: 400;
  line-height: 1.7em;
}

.map-data h6 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #222222;
}

.map-canvas {
  height: 280px;
}

.sidebar-page-container {
  position: relative;
}

.sidebar-page-container.services-page {
  padding-bottom: 50px;
}

.sidebar-page-container .content-side {
  position: relative;
}

.services-page .content-side {
  order: 12;
}

.sidebar-page-container .blog-content {
  position: relative;
  display: block;
  padding-right: 50px;
}

.sidebar-page-container .sidebar-side {
  position: relative;
  margin-bottom: 30px;
}

.services-page .sidebar-side {
  order: 0;
}

.sidebar-page-container .sidebar {
  position: relative;
}

.sidebar-page-container .blog-sidebar {
  margin-left: -30px;
}

.sidebar-page-container .services-sidebar {
  padding-right: 20px;
}

.sidebar .sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 10px;
}

.sidebar .sidebar-widget .widget-inner {
  position: relative;
  display: block;
}

.sidebar .info-widget {
  text-align: center;
}

.sidebar .info-widget .widget-inner {
  background: #ed693a;
  color: #ffffff;
}

.sidebar .info-widget .lower {
  display: block;
  padding: 30px 20px;
}

.sidebar .info-widget .image {
  position: relative;
  display: block;
  margin: 0;
}

.sidebar .info-widget .image img {
  position: relative;
  display: block;
  width: 100%;
}

.sidebar .info-widget .subtitle {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.sidebar .info-widget .icon-box {
  position: relative;
  display: block;
  font-size: 52px;
  line-height: 1em;
  margin-bottom: 30px;
}

.sidebar .info-widget .phone {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 5px;
}

.sidebar .info-widget .phone a {
  display: inline-block;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sidebar .info-widget .email {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}

.sidebar .info-widget .email a {
  color: #ffffff;
}

.sidebar .downloads-widget {
  position: relative;
}

.sidebar .downloads-widget .widget-inner {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px 30px;
}

.sidebar .downloads-widget li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .downloads-widget li:last-child {
  border-bottom: none;
}

.sidebar .downloads-widget li a {
  position: relative;
  display: block;
  padding: 12px 0px;
  line-height: 30px;
  font-weight: 500;
  color: #222222;
  text-transform: capitalize;
}

.sidebar .downloads-widget li .fa,
.sidebar .downloads-widget li .far {
  position: relative;
  padding-right: 10px;
  font-size: 20px;
  top: 2px;
}

.sidebar .downloads-widget li a:hover {
  color: #ed693a;
}

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

.sidebar-title h3 {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.sidebar-title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  border-bottom: 2px solid #ed693a;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 30px;
  padding: 14px 50px 14px 30px;
  border: 1px solid #f0f0f0;
  background: #ffffff;
  color: #222222;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: #ed693a;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 50px;
  line-height: 60px;
  display: block;
  font-size: 16px;
  color: #222222;
  background: none;
  font-weight: normal;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
  color: #ed693a;
}

.sidebar .recent-posts .post {
  position: relative;
  font-size: 14px;
  color: #777777;
  padding: 0px 0px 25px 100px;
  min-height: 105px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
}

.sidebar .recent-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .recent-posts .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 0;
}

.sidebar .recent-posts .post-thumb img {
  position: relative;
  display: block;
  width: 100%;
}

.sidebar .recent-posts .post-thumb-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 0;
}

.sidebar .recent-posts .post-thumb-img img {
  position: relative;
  display: block;
  width: 100%;
  height: inherit;
}

.sidebar .recent-posts .text {
  font-size: 16px;
  line-height: 1.5em;
  color: #222222;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.sidebar .recent-posts .text a {
  color: #333333;
}

.sidebar .recent-posts .text a:hover {
  color: #ed693a;
}

.sidebar .recent-posts .meta-info {
  position: relative;
  color: #999999;
}

.sidebar .recent-posts .meta-info li {
  position: relative;
  float: left;
  margin-right: 23px;
  line-height: 24px;
}

.sidebar .recent-posts .meta-info li:last-child {
  margin-right: 0;
}

.sidebar .recent-posts .meta-info li:after {
  content: "";
  position: absolute;
  height: 14px;
  right: -11px;
  border-right: 1px solid #999999;
  top: 50%;
  margin-top: -7px;
}

.sidebar .recent-posts .meta-info li:last-child:after {
  display: none;
}

.sidebar .recent-posts .meta-info li a {
  position: relative;
  color: #999999;
}

.sidebar .recent-posts .meta-info li a:hover {
  color: #ed693a;
}

.sidebar .popular-tags .tags-list li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px 0px;
}

.sidebar .popular-tags .tags-list li a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 8px 20px;
  background: #edf5f8;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  text-transform: capitalize;
  border-radius: 0px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags .tags-list li a:hover {
  background-color: #ed693a;
  border-color: #ed693a;
  color: #ffffff;
}

.sidebar .archives ul {
  position: relative;
}

.sidebar .archives ul li {
  position: relative;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 10px;
}

.sidebar .archives ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.sidebar .archives ul li a {
  position: relative;
  color: #222222;
  display: block;
  padding-left: 22px;
  line-height: 24px;
  font-weight: 400;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .archives ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  z-index: 5;
}

.sidebar .archives ul li a:hover:before,
.sidebar .archives ul li.active a:before {
  color: #ed693a;
}

.sidebar .archives ul li a:hover,
.sidebar .archives ul li.active a {
  color: #ed693a;
}

.sidebar .services-widget ul {
  position: relative;
  display: block;
}

.sidebar .services-widget ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.sidebar .services-widget ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-left: 3px solid #ed693a;
  background: #ed693a;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .services-widget ul li:hover:before,
.sidebar .services-widget ul li.active:before {
  width: 100%;
}

.sidebar .services-widget ul li a {
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.03);
  padding: 12px 20px;
  padding-right: 50px;
  line-height: 30px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar .services-widget ul li a:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 30px;
  padding: 12px 5px;
  width: 50px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 12px;
  font-weight: 700;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a,
.sidebar .services-widget ul li:hover .icon,
.sidebar .services-widget ul li.active .icon {
  color: #ffffff;
}

.sidebar .services-widget ul li:hover a:before,
.sidebar .services-widget ul li.active a:before {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease 200ms;
  -moz-transition: all 300ms ease 200ms;
  -ms-transition: all 300ms ease 200ms;
  -o-transition: all 300ms ease 200ms;
  transition: all 300ms ease 200ms;
}

.post-details {
  position: relative;
  display: block;
}

.post-details .news-block-three {
  margin-bottom: 70px;
  padding-bottom: 20px;
}

.post-details .news-block-three .meta-info {
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e2eef2;
}

.post-details .news-block-three .inner-box {
  box-shadow: none;
}

.post-details .news-block-three .lower-box {
  box-shadow: none;
  padding: 40px 0px 0px;
}

.post-details .news-block-three .lower-box:before {
  display: none;
}

.post-details .text p {
  margin-bottom: 40px;
}

.post-details blockquote {
  position: relative;
  display: block;
  padding: 5px 30px;
  background: none;
  color: #222222;
  margin: 40px 0px 40px 50px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7em;
  border-left: 3px solid #565656;
}

.post-details blockquote .text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.post-details blockquote .info {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ed693a;
}

.post-details .image-column {
  margin-bottom: 40px;
}

.post-details .image-column img {
  display: block;
  width: 100%;
}

.post-details .lower-row {
  position: relative;
}

.post-details .lower-row .tags {
  position: relative;
  float: left;
  line-height: 24px;
}

.post-details .lower-row .tags .icon {
  position: relative;
  top: -1px;
  font-weight: 400;
  color: #565656;
  font-size: 18px;
  padding-right: 10px;
  vertical-align: middle;
}

.post-details .lower-row .tags a {
  color: #666666;
}

.post-details .lower-row .tags a:hover {
  text-decoration-line: underline;
  color: #ed693a;
}

.post-details .lower-row .share-it {
  position: relative;
  float: right;
}

.post-details .lower-row .share-toggler {
  position: relative;
  display: inline-block;
  line-height: 24px;
  cursor: pointer;
  color: #565656;
  font-weight: 700;
}

.post-details .lower-row .share-it .icon {
  position: relative;
  top: -1px;
  font-weight: 400;
  color: #222222;
  font-size: 18px;
  padding-right: 10px;
  vertical-align: middle;
}

.post-details .lower-box h4 {
  position: relative;
  color: #222222;
  font-weight: 600;
}

.post-details-AI {
  position: relative;
  display: block;
}

.post-details-AI .news-block-three {
  margin-bottom: 70px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2eef2;
}

.post-details-AI .news-block-three .meta-info {
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e2eef2;
}

.post-details-AI .news-block-three .inner-box {
  box-shadow: none;
}

.post-details-AI .news-block-three .lower-box {
  box-shadow: none;
  padding: 10px 0px 0px;
}

.post-details-AI .news-block-three .lower-box:before {
  display: none;
}

.post-details-AI .text p {
  margin-bottom: 0px;
}

.post-details-AI blockquote {
  position: relative;
  display: block;
  padding: 5px 30px;
  background: none;
  color: #222222;
  margin: 40px 0px 40px 50px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7em;
  border-left: 3px solid #565656;
}

.post-details-AI blockquote .text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.post-details-AI blockquote .info {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ed693a;
}

.post-details-AI .image-column {
  margin-bottom: 40px;
}

.post-details-AI .image-column img {
  display: block;
  width: 100%;
}

.post-details-AI .lower-row {
  position: relative;
}

.post-details-AI .lower-row .tags {
  position: relative;
  float: left;
  line-height: 24px;
}

.post-details-AI .lower-row .tags .icon {
  position: relative;
  top: -1px;
  font-weight: 400;
  color: #565656;
  font-size: 18px;
  padding-right: 10px;
  vertical-align: middle;
}

.post-details-AI .lower-row .tags a {
  color: #666666;
}

.post-details-AI .lower-row .tags a:hover {
  text-decoration-line: underline;
  color: #ed693a;
}

.post-details-AI .lower-row .share-it {
  position: relative;
  float: right;
}

.post-details-AI .lower-row .share-toggler {
  position: relative;
  display: inline-block;
  line-height: 24px;
  cursor: pointer;
  color: #565656;
  font-weight: 700;
}

.post-details-AI .lower-row .share-it .icon {
  position: relative;
  top: -1px;
  font-weight: 400;
  color: #222222;
  font-size: 18px;
  padding-right: 10px;
  vertical-align: middle;
}

.uppper-main {
  margin-top: 20px;
}

.author-box {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.author-box .inner-box {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-left: 150px;
  min-height: 120px;
}

.author-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  border-radius: 50%;
}

.author-box .thumb img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.author-box .name {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.25em;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.author-box .text {
  margin-bottom: 25px;
}

.author-box .social-links {
  position: relative;
}

.author-box .social-links ul {
  position: relative;
}

.author-box .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
}

.author-box .social-links li a {
  color: #565656;
  font-size: 16px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.author-box .social-links li a:hover {
  color: #ed693a;
}

.service-details {
  position: relative;
  display: block;
}

.service-details .image-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.service-details .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.service-details .content {
  position: relative;
  display: block;
}

.service-details .content p {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.service-details .content .text {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.service-details .content h3 {
  color: #222222;
  font-size: 30px;
  margin-bottom: 20px;
}

.service-details .two-col {
  position: relative;
  display: block;
}

.service-details .two-col .column {
  position: relative;
  margin-bottom: 30px;
}

.service-details .two-col .image {
  position: relative;
  display: block;
  margin: 0;
}

.service-details .two-col .image img {
  position: relative;
  display: block;
  width: 100%;
}

.comments-title {
  position: relative;
  margin-bottom: 40px;
}

.comments-title h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222222;
  margin: 0;
}

.comments-area {
  position: relative;
  margin-bottom: 70px;
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comments-area .comment {
  position: relative;
  min-height: 80px;
  padding-left: 105px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

.comments-area .comment-box .info {
  position: relative;
  margin-bottom: 10px;
  line-height: 24px;
}

.comments-area .comment-box .info .name {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
}

.comments-area .comment-box .info .date {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #999999;
}

.comments-area .comment-box .text {
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
}

.comments-area .comment-box .reply-btn {
  position: relative;
  display: inline-block;
  margin-left: 31px;
}

.comments-area .comment-box .reply-btn:before {
  content: "|";
  position: absolute;
  left: -18px;
  top: -1px;
  line-height: 24px;
  font-size: 12px;
}

.comments-area .comment-box .reply-btn a {
  font-size: 15px;
  line-height: 1.5em;
  color: #222222;
  font-weight: 700;
}

.comments-area .comment-box .reply-btn a .fa {
  padding-right: 5px;
}

.comments-area .comment-box .reply-btn a:hover {
  color: #ed693a;
}

.leave-comments {
  position: relative;
}

.leave-comments .instruction {
  padding-top: 15px;
  color: #666666;
  font-size: 14px;
  margin-bottom: 30px;
}

.case-single-section {
  position: relative;
  padding: 90px 0px;
}

.case-single-section .case-inner {
  position: relative;
}

.case-single-section .case-inner .case-images {
  position: relative;
}

.case-single-section .case-inner .case-images .row {
  position: relative;
  margin: 0px -15px;
}

.case-single-section .case-inner .case-images .image-column {
  position: relative;
  padding: 0px 15px;
}

.case-single-section .case-inner .case-images .image {
  position: relative;
  margin-bottom: 30px;
}

.case-single-section .case-inner .case-images .image img {
  position: relative;
  width: 100%;
  display: block;
}

.case-single-section .case-inner .cases-title {
  position: relative;
  padding-bottom: 30px;
  margin-top: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}

.case-single-section .case-inner .cases-title h2 {
  position: relative;
  color: #222222;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
  text-align: right;
  padding-right: 40px;
  border-right: 1px solid #cccccc;
  margin-bottom: 20px;
}

.case-single-section .case-inner .cases-title .info-column {
  position: relative;
}

.case-single-section .case-inner .cases-title .info-column .inner {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}

.case-single-section .case-inner .cases-title .info-column .inner h3 {
  position: relative;
  font-weight: 700;
  color: #222222;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.case-single-section .case-inner .cases-title .info-column .inner .text {
  color: #222222;
  font-size: 15px;
}

.case-single-section .case-inner .bold-text {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.case-single-section .case-inner .text {
  position: relative;
  margin-bottom: 30px;
}

.case-single-section .case-inner .text p {
  position: relative;
  color: #222222;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 0px;
}

.case-single-section .case-inner .text .two-column {
  position: relative;
  padding-bottom: 30px;
}

.case-single-section .two-column h3 {
  position: relative;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.case-single-section .case-inner .two-column p {
  margin-bottom: 25px;
}

.case-single-section .case-inner .two-column .image-column {
  position: relative;
  margin-bottom: 10px;
}

.case-single-section .case-inner .two-column .image-column .row {
  position: relative;
  margin: 0px -5px;
}

.case-single-section .case-inner .two-column .image-column .column {
  padding: 0px 5px;
  margin-bottom: 20px;
}

.case-single-section .case-inner .two-column .image-column .image {
  position: relative;
}

.case-single-section .case-inner .two-column .image-column .image img {
  width: 100%;
  display: block;
}

.contact-info-section {
  position: relative;
  padding: 90px 0px 60px;
  background-color: #3d4a66;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-info-section h3 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.contact-info-section .info-blocks {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

.contact-info-section .info-blocks .info-block {
  position: relative;
  margin-bottom: 30px;
  vertical-align: top;
}

.contact-info-section .info-blocks .info-block .inner {
  position: relative;
  text-align: center;
}

.contact-info-section .info-blocks .info-block .inner .icon-box {
  position: relative;
  width: 40px;
  height: 40px;
  color: #ed693a;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 25px;
  background-color: #ffffff;
}

.contact-info-section .info-blocks .info-block .inner .text,
.contact-info-section .info-blocks .info-block .inner .text a {
  position: relative;
  color: #ffffff;
  font-size: 15px;
}

.contact-info-section .info-blocks .info-block .inner .text a:hover {
  text-decoration: underline;
}

:root {
  --dark-grey-: #323232;
  --light-grey-: #565656;
  --off-white: #c1c1c1;
  --white-: #ffffff;
  --orange-: #ed693a;

  --width-full-: 100%;
  --width-xl-: 1170px;
  --width-md-: 900px;
  --width-sm-: 700px;

  --display-text-xl-: 60px;
  --display-text-md-: 60px;
  --display-text-sm-: 60px;

  --title-text-xl-: 18px;
  --title-text-md-: 18px;
  --title-text-sm-: 18px;

  --body-text-xl-: 16px;
  --body-text-md-: 16px;
  --body-text-sm-: 16px;

  --subtitle-text-xl-: 44px;
  --subtitle-text-md-: 44px;
  --subtitle-text-sm-: 44px;
  --subtitle-text-sm1-: 33px;

  --list-text-xl-: 16px;
  --list-text-md-: 16px;
  --list-text-sm-: 16px;

  --button-text-xl-: 16px;
  --button-text-md-: 16px;
  --button-text-sm-: 16px;

  --card-title-text-xl-: 22px;
  --card-title-text-md-: 22px;
  --card-title-text-sm-: 22px;

  --intro-text-xl-: 18px;
  --intro-text-md-: 18px;
  --intro-text-sm-: 18px;

  --cta-line-text-xl-: 18px;
  --cta-line-text-md-: 18px;
  --cta-line-text-sm-: 18px;

  --svg-icon-text-xl-: 15px;
  --svg-icon-text-md-: 15px;
  --svg-icon-text-sm-: 15px;

  --quote-text-xl-: 16px;
  --quote-text-md-: 16px;
  --quote-text-sm-: 16px;

  --quote-author-text-xl-: 18px;
  --quote-author-text-md-: 18px;
  --quote-author-text-sm-: 18px;

  --quote-cite-text-xl-: 14px;
  --quote-cite-text-md-: 14px;
  --quote-cite-text-sm-: 14px;

  --project-post-title-text-xl-: 22px;
  --project-post-title-text-md-: 22px;
  --project-post-title-text-sm-: 22px;

  --project-post-category-text-xl-: 16px;
  --project-post-category-text-md-: 16px;
  --project-post-category-text-sm-: 16px;

  --project-post-texanomi-text-xl-: 14px;
  --project-post-texanomi-text-md-: 14px;
  --project-post-texanomi-text-sm-: 14px;

  --footer-title-text-xl-: 22px;
  --footer-title-text-md-: 22px;
  --footer-title-text-sm-: 22px;

  --footer-nav-text-xl-: 16px;
  --footer-nav-text-md-: 16px;
  --footer-nav-text-sm-: 16px;

  --footer-body-text-xl-: 16px;
  --footer-body-text-md-: 16px;
  --footer-body-text-sm-: 16px;

  --copyright-text-xl-: 14px;
  --copyright-text-md-: 14px;
  --copyright-text-sm-: 14px;
  --header-nav-title-text-xl-: 16px;
  --header-nav-title-text-md-: 16px;
  --header-nav-title-text-sm-: 16px;

  --header-nav-sub-text-xl-: 14px;
  --header-nav-sub-text-md-: 14px;
  --header-nav-sub-text-sm-: 14px;

  --header-nav-desc-text-xl-: 12px;
  --header-nav-desc-text-md-: 12px;
  --header-nav-desc-text-sm-: 12px;

  --top-bar-text-xl-: 16px;
  --top-bar-text-md-: 16px;
  --top-bar-text-sm-: 16px;

  --svg-small-xl-: 40px;
  --svg-small-md-: 40px;
  --svg-small-sm-: 40px;

  --svg-medium-xl-: 60px;
  --svg-medium-md-: 60px;
  --svg-medium-sm-: 60px;

  --svg-large-xl-: 100px;
  --svg-large-md-: 100px;
  --svg-large-sm-: 100px;

  --fw-normal-: 400;
  --fw-semibold-: 600;
  --fw-bold-: 700;

  --lh-small-: 1.2;
  --lh-large-: 1.7;

  --diff-top-bottom-xl-: 75px 25px;
  --diff-top-bottom-md-: 70px 20px;
  --diff-top-bottom-sm-: 50px 15px;

  --same-topFull-bottom-xl-: 75px 25px 50px;
  --same-topFull-bottom-md-: 70px 20px 35px;
  --same-topFull-bottom-sm-: 50px 15px 25px;

  --same-top-bottomFull-xl-: 50px 25px 100px;
  --same-top-bottomFull-md-: 35px 20px 70px;
  --same-top-bottomFull-sm-: 25px 15px 50px;

  --same-half-xl-: 50px 25px;
  --same-half-md-: 35px 20px;
  --same-half-sm-: 25px 15px;

  --radius-none-: 0px;
  --radius-regular-: 2px;
  --radius-rounded-: 50%;

  --methodology-icon-duretion-: 0.2s;
}

h3 {
  margin-bottom: 0;
}

.full-width {
  width: var(--width-full-);
}

.full-padding {
  padding: var(--diff-top-bottom-xl-);

  @media (width < 1024px) {
    padding: var(--diff-top-bottom-md-);
  }

  @media (width < 768px) {
    padding: var(--diff-top-bottom-sm-);
  }
}

.top-full-padding {
  padding: var(--same-topFull-bottom-xl-);

  @media (width < 1024px) {
    padding: var(--same-topFull-bottom-md-);
  }

  @media (width < 768px) {
    padding: var(--same-topFull-bottom-sm-);
  }
}

.bottom-full-padding {
  padding: var(--same-top-bottomFull-xl-);

  @media (width < 1024px) {
    padding: var(--same-top-bottomFull-md-);
  }

  @media (width < 768px) {
    padding: var(--same-top-bottomFull-sm-);
  }
}

.half-padding {
  padding: var(--same-half-xl-);

  @media (width < 1024px) {
    padding: var(--same-half-md-);
  }

  @media (width < 768px) {
    padding: var(--same-half-sm-);
  }
}

.max-width {
  max-width: var(--width-xl-);
  margin: auto;

  @media (width < 991px) {
    max-width: var(--width-md-);
  }

  @media (width < 768px) {
    max-width: var(--width-sm-);
  }
}

.text-dark-grey {
  color: var(--dark-grey-) !important;
}

.text-light-grey {
  color: var(--light-grey-) !important;
}

.text-orange {
  color: var(--orange-) !important;
}

.text-off-white {
  color: var(--off-white) !important;
}

.text-white {
  color: var(--white-) !important;
}

.qt-fw-normal {
  font-weight: var(--fw-normal-) !important;
}

.qt-fw-semibold {
  font-weight: var(--fw-semibold-) !important;
}

.qt-fw-bold {
  font-weight: var(--fw-bold-) !important;
}

.qt-lh-small {
  line-height: var(--lh-small-) !important;
}

.qt-lh-large {
  line-height: var(--lh-large-) !important;
}

.qt-display-text {
  font-size: var(--display-text-xl-);

  @media (width < 1024px) {
    font-size: var(--display-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--display-text-sm-);
  }
}

.qt-title-text {
  font-size: var(--title-text-xl-);
  margin-bottom: 0 !important;

  @media (width < 1024px) {
    font-size: var(--title-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--title-text-sm-);
  }
}

.qt-subtitle-text {
  font-size: var(--subtitle-text-xl-);

  @media (width < 1024px) {
    font-size: var(--subtitle-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--subtitle-text-sm1-);
  }
}

.qt-body-text {
  font-size: var(--body-text-xl-);

  @media (width < 1024px) {
    font-size: var(--body-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--body-text-sm-);
  }
}

.qt-list-text {
  font-size: var(--list-text-xl-);

  @media (width < 1024px) {
    font-size: var(--list-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--list-text-sm-);
  }
}

.qt-button-text {
  font-size: var(--button-text-xl-);

  @media (width < 1024px) {
    font-size: var(--button-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--button-text-sm-);
  }
}

.qt-card-title-text {
  font-size: var(--card-title-text-xl-);
  font-weight: var(--fw-bold-) !important;

  @media (width < 1024px) {
    font-size: var(--card-title-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--card-title-text-sm-);
  }
}

.qt-intro-text {
  font-size: var(--intro-text-xl-);

  @media (width < 1024px) {
    font-size: var(--intro-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--intro-text-sm-);
  }
}

.qt-cta-line-text {
  font-size: var(--cta-line-text-xl-);

  @media (width < 1024px) {
    font-size: var(--cta-line-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--cta-line-text-sm-);
  }
}

.qt-quote-text {
  font-size: var(--quote-text-xl-);
  font-style: italic;

  @media (width < 1024px) {
    font-size: var(--quote-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--quote-text-sm-);
  }
}

.qt-quote-author-text {
  font-size: var(--quote-author-text-xl-);

  @media (width < 1024px) {
    font-size: var(--quote-author-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--quote-author-text-sm-);
  }
}

.qt-quote-cite-text {
  font-size: var(--quote-cite-text-xl-);

  @media (width < 1024px) {
    font-size: var(--quote-cite-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--quote-cite-text-sm-);
  }
}

.qt-project-post-title-text {
  font-size: var(--project-post-title-text-xl-);

  @media (width < 1024px) {
    font-size: var(--project-post-title-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--project-post-title-text-sm-);
  }
}

.qt-project-post-category-text {
  font-size: var(--project-post-category-text-xl-);

  @media (width < 1024px) {
    font-size: var(--project-post-category-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--project-post-category-text-sm-);
  }
}

.qt-project-post-texanomi-text {
  font-size: var(--project-post-texanomi-text-xl-);

  @media (width < 1024px) {
    font-size: var(--project-post-texanomi-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--project-post-texanomi-text-sm-);
  }
}

.qt-footer-title-text {
  font-size: var(--footer-title-text-xl-);

  @media (width < 1024px) {
    font-size: var(--footer-title-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--footer-title-text-sm-);
  }
}

.qt-footer-nav-text {
  font-size: var(--footer-nav-text-xl-);

  @media (width < 1024px) {
    font-size: var(--footer-nav-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--footer-nav-text-sm-);
  }
}

.qt-footer-body-text {
  font-size: var(--footer-body-text-xl-);

  @media (width < 1024px) {
    font-size: var(--footer-body-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--footer-body-text-sm-);
  }
}

.qt-copyright-text {
  font-size: var(--copyright-text-xl-);

  @media (width < 1024px) {
    font-size: var(--copyright-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--copyright-text-sm-);
  }
}

.qt-header-nav-title-text {
  font-size: var(--header-nav-title-text-xl-) !important;

  @media (width < 1024px) {
    font-size: var(--header-nav-title-text-md-) !important;
  }

  @media (width < 768px) {
    font-size: var(--header-nav-title-text-sm-) !important;
  }
}

.qt-header-nav-sub-text {
  font-size: var(--header-nav-sub-text-xl-) !important;

  @media (width < 1024px) {
    font-size: var(--header-nav-sub-text-md-) !important;
  }

  @media (width < 768px) {
    font-size: var(--header-nav-sub-text-sm-) !important;
  }
}

.qt-header-nav-desc-text {
  font-size: var(--header-nav-desc-text-xl-) !important;

  @media (width < 1024px) {
    font-size: var(--header-nav-desc-text-md-) !important;
  }

  @media (width < 768px) {
    font-size: var(--header-nav-desc-text-sm-) !important;
  }
}

.qt-top-bar-text {
  font-size: var(--top-bar-text-xl-);

  @media (width < 1024px) {
    font-size: var(--top-bar-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--top-bar-text-sm-);
  }
}

.qt-svg-small {
  width: var(--svg-small-xl-);
  aspect-ratio: 1;

  @media (width < 1024px) {
    width: var(--svg-small-md-);
  }

  @media (width < 768px) {
    width: var(--svg-small-sm-);
  }
}

.qt-svg-medium {
  width: var(--svg-medium-xl-);
  aspect-ratio: 1;

  @media (width < 1024px) {
    width: var(--svg-medium-md-);
  }

  @media (width < 768px) {
    width: var(--svg-medium-sm-);
  }
}

.qt-svg-large {
  width: var(--svg-large-xl-);
  aspect-ratio: 1;

  @media (width < 1024px) {
    width: var(--svg-large-md-);
  }

  @media (width < 768px) {
    width: var(--svg-large-sm-);
  }
}

.qt-svg-icon-text {
  font-size: var(--svg-icon-text-xl-);

  @media (width < 1024px) {
    font-size: var(--svg-icon-text-md-);
  }

  @media (width < 768px) {
    font-size: var(--svg-icon-text-sm-);
  }
}

.li-sign-icon {
  position: relative;
  margin-left: 32px;

  &::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: -36px;
    border-radius: 20px;
    background: url(../images/header-icons/check-circle.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
}

.qt-animated-icon-small {
  position: relative !important;
  width: fit-content;
  height: fit-content;

  &::before {
    content: "";
    background-color: var(--orange-);
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: -6px;
    left: 36px;
    top: 30px;
    z-index: -1;
    animation: 0.5s forwards out-small;
  }

  &:hover {
    &::before {
      animation: in-small 0.5s forwards;
    }
  }
}

.mt-90 {
  margin-top: 5.626rem;
}

@keyframes in-small {
  from {
    bottom: 0px;
    right: -6px;
    left: 36px;
    top: 30px;
  }

  to {
    bottom: -15px;
    right: -15px;
    left: -15px;
    top: -15px;
  }
}

@keyframes out-small {
  from {
    bottom: -15px;
    right: -15px;
    left: -15px;
    top: -15px;
  }

  to {
    bottom: 0px;
    right: -6px;
    left: 36px;
    top: 30px;
  }
}

.qt-animated-icon-large {
  position: relative;
  max-width: min-content;

  &::before {
    content: "";
    background-color: var(--orange-);
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    z-index: -1;
    animation: out-large 0.5s forwards;
  }

  &:hover {
    &::before {
      animation: in-large 0.5s forwards;
    }
  }
}

@keyframes in-large {
  from {
    top: 74px;
    right: -6px;
    bottom: -11px;
    left: 70px;
  }

  to {
    top: -25px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }
}

@keyframes out-large {
  from {
    bottom: -30px;
    right: -30px;
    left: -30px;
    top: -25px;
  }

  to {
    bottom: -11px;
    right: -6px;
    left: 70px;
    top: 74px;
  }
}

.custom-auto-container {
  display: flex;
  border-radius: var(--radius-regular-);
  background-color: rgb(255 255 255 / 70%);
  backdrop-filter: blur(50px);
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: max-content !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-style-one .header-upper .custom-inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header .header-upper .logo-box .custom-logo {
  width: 230px;
}

.arrange-text-justify {
  text-align: justify !important;
}

.what-we-do-paragraph-text {
  text-align: center !important;
  word-break: break-all !important;
}

.custom-sticky-header {
  top: 18px;
  border-radius: var(--radius-header-);
  border-bottom: 0;
  background: transparent;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -ms-box-shadow: unset;
  -o-box-shadow: unset;
  box-shadow: unset;
  /* background-color: var(--white-); */
}

.fixed-header .sticky-header .custom-logo {
  padding: 0;
  width: 45px;
}

.custom-sticky-header .main-menu .navigation>li .header-contact {
  width: auto;
  background-color: var(--orange-);
  padding: 8px 16px !important;
  color: var(--white-) !important;
  margin-top: 0;
}

.custom-sticky-header .main-menu .navigation>li.current:hover .header-contact {
  color: var(--white-);
}

.main-footer .about-widget .logo {
  position: relative;
  margin-top: -6px;
  margin-bottom: 20px;
  width: 200px;
}

.main-footer .info ul b {
  position: relative;
  line-height: 1.6em;
  color: #222222;
  margin-bottom: 8px;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons li {
  background: #565656;
  border-radius: var(--radius-rounded-);
  color: #fff;
  height: 40px;
  position: relative;
  width: 40px;
}

.social-icons li a span {
  fill: currentColor;
  left: 50%;
  position: absolute;
  stroke: currentColor;
  stroke-width: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: white;
}

.social-icons li a span:hover {
  fill: currentColor;
  left: 50%;
  position: absolute;
  stroke: currentColor;
  stroke-width: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #ed693a;
}

.footer-main {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.main-menu .dropdown ul {
  border-radius: 5px;
}

.main-menu .dropdown ul .dropdown-container {
  display: block;
  width: auto;
  height: auto;
  border-radius: 5px;
  display: flex;
  height: max-content;
}

.dropdown-container .dropdown-card-section {
  width: 220px;
  min-height: 232px;
  padding: 20px;
  border-radius: 5px;
  background: linear-gradient(180deg, #515151 0%, #000 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}

.dropdown-container .dropdown-card-section .image-group {
  height: 110px;
  width: 100%;
}

.dropdown-container .dropdown-card-section h1 {
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.dropdown .our-products-dropdown {
  min-width: max-content;
  min-height: max-content;
  position: relative;
  padding: 10rem;
}

.dropdown .our-products-dropdown .dropdown-container .products {
  display: flex;
}

.dropdown .our-products-dropdown .dropdown-container .products .product-image {
  padding: 0.5rem;
  border-radius: 10px;
  max-width: min-content;
}

.dropdown .our-products-dropdown .dropdown-container .products .product-image .img-wrapper {
  width: 150px;
  aspect-ratio: 1;
  margin-bottom: 1rem;
}

.dropdown .our-products-dropdown .dropdown-container .products .product-image .info-wrapper {
  width: 150px;
  word-wrap: break-word;
  text-align: start;
}

.dropdown .our-products-dropdown .dropdown-container .products .product-image .info-wrapper h3 {
  font-weight: 700;
  font-size: var(--h3-xl-);
  margin-bottom: 00;
  color: var(--dark-grey-);
}

.dropdown .our-products-dropdown .dropdown-container .products .product-image .info-wrapper p {
  font-size: 12px;
  color: var(--light-grey-);
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.dropdown .our-products-dropdown .dropdown-container .products .product-image a {
  text-decoration: none;
}

.dropdown .our-products-dropdown .dropdown-container .products .product-image .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dropdown .our-products-dropdown .dropdown-container .products .product-image h3:hover {
  color: var(--orange-);
}

.dropdown-container .tech-practices {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 300px;
  background-color: var(--white-);
}

.products-header#header .header-upper {
  background: #f3f3f3 !important;
}

.dropdown-container .tech-practices .tech-practices-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

.dropdown-line-custom {
  border-right: 1px solid #c0c0c0;
  margin-block: 20px;
  height: auto;
}

.dropdown-container .tech-practices .tech-practices-list .main-technology {
  width: 100%;
}

.dropdown-container .tech-practices .tech-practices-list .main-technology li {
  width: 100%;
}

.dropdown-container .tech-practices .tech-practices-list .main-technology li a {
  border: none;
  width: 100%;
  color: var(--dark-grey-) !important;
  background-color: transparent;
  padding: 10px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-left: 3px solid transparent !important;
  transition: all 0.3s ease-in-out;
}

.dropdown-container .tech-practices .tech-practices-list {
  z-index: 0;
  background-color: white;
}

.dropdown-container .tech-practices .tech-practices-list .main-technology li a:hover {
  background-color: #ffffff;
  color: var(--orange-) !important;
  border-radius: var(--radius-none-);
  padding: 10px 20px;
  border-left: 3px solid var(--orange-) !important;
  transition: all 0.3s ease-in-out;
}

.dropdown-container .tech-practices .tech-practices-list .active-technology li a {
  overflow: hidden;
  background-color: #ffffff;
  border: 2px solid #fff;
  border-radius: var(--radius-none-);
  font-size: 14px;
  color: var(--orange-) !important;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  min-width: max-content;
  height: 32px;
  line-height: 28px;
  margin: 8px 0 0;
  z-index: 999;
  position: relative;
  padding: 10px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-left: 3px solid var(--orange-) !important;
}

.dropdown-container .dropdown-card-section h1 span {
  font-size: 34px;
}

.dropdown-container .dropdown-card-section p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 600;
  margin: 10px 0;
}

.dropdown-container .dropdown-card-section a {
  overflow: hidden;
  background-color: #ffffff;
  border: 2px solid #fff;
  border-radius: var(--radius-none-);
  font-size: 14px;
  color: var(--dark-grey-);
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  min-width: 110px;
  display: inline-block;
  height: 32px;
  line-height: 28px;
  z-index: 999;
  position: relative;
}

.dropdown-container .dropdown-link-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  padding: 0 1rem;
  width: max-content;
  height: min-content;
  place-items: start;
  gap: 1rem;
}

.dropdown-container .dropdown-link-section .tech-list-div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dropdown-container .dropdown-link-section div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.dropdown-container .dropdown-link-section div li {
  position: relative;
  margin-bottom: 0.3rem;
}

.dropdown-container .dropdown-link-section div li a {
  color: var(--dark-grey-);
  font-weight: 900;
  text-align: start;
}

.dropdown-container .dropdown-link-section div li a::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  color: var(--orange-);
  border-bottom: 2px solid var(--orange-);
  transition: width 0.3s ease-in-out;
  transform: translate(0%, 0) translateZ(0);
  -webkit-transform: translate(0%, 0) translateZ(0);
}

.dropdown-container .dropdown-link-section div li:hover a {
  color: var(--orange-) !important;
}

.dropdown-container .dropdown-link-section div li:hover a::after {
  width: 100%;
  transition: width 0.3s ease;
}

.dropdown-container .dropdown-link-section div p {
  word-wrap: break-word;
  max-width: 200px;
  font-size: 12px;
  color: var(--light-grey-);
  letter-spacing: 0;
  line-height: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0px;
}

.dropdown-container .active-technology-list {
  display: grid;
}

.dropdown-container .inactive-technology-list {
  display: none !important;
}

.dropdown .tech-practices-dropdown {
  min-width: 580px;
}

.dropdown .mobile-view .dropdown .tech-practice-mobileView-subContent {
  margin-left: 12px;
}

.dropdown .mobile-view .dropdown .tech-practice-mobileView-subContent {
  margin-left: 12px;
}

.tech-practices-dropdown .dropdown-card-section.tech-practices {
  min-width: max-content;
  display: unset;
}

.tech-list {
  display: flex !important;
  gap: 0 !important;
  width: 70% !important;
}

.tech-list .tech-list-div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}

.tech-practices-dropdown .Visualization-list .technology-link {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
  width: max-content;
}

.technology-link .icon-wrapper i {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.tech-practices-dropdown .Visualization-list:hover .tech-hover-svg {
  fill: none;

  path {
    fill: none;
    stroke: var(--orange-);
  }
}

.tech-practices-dropdown .Visualization-list p {
  display: none;
}

.tech-practices-dropdown .Visualization-list:hover svg {
  margin-right: 0.5rem;
  cursor: pointer;
}

.tech-practices-dropdown .Visualization-list:hover svg path,
.tech-practices-dropdown .Visualization-list:hover .icon-wrapper i {
  fill: var(--orange-);
  color: var(--orange-);
}

.tech-practices-dropdown .Visualization-list:hover svg:hover text {
  fill: var(--white-);
}

.tech-practices-dropdown .Visualization-list .icon-wrapper {
  width: 24px;
  height: 24px;
}

.tech-practices-dropdown .dropdown-container .dropdown-link-section div li:hover a::after {
  width: 0;
  transition: width 0.3s ease;
}

.testimonial-carousel {
  width: 100%;
  margin: auto;
}

.testimonial-carousel .owl-nav {
  height: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 39%;
  position: absolute;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  top: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: var(--radius-rounded-);
  background: #ffffff;
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 14px;
  color: #ed693a;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05),
    0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-carousel .owl-nav .owl-prev {
  position: absolute;
  right: 100%;
  background-color: #fff !important;
}

.testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  left: 100%;
  background-color: #fff !important;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: #ed693a !important;
  color: #ffffff;
}

.blog-image {
  width: 360px;
  height: 280px;
}

.npm-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.point-ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}

.ponits-li {
  display: block;
  margin-bottom: 0.5em;
  margin-left: 2em;
}

.custom-li.ponits-li {
  display: flex !important;
  gap: 6px !important;
}

.ponits-li::before {
  display: inline-block;
  content: attr(value) ") ";
  counter-increment: item;
  width: 1em;
  margin-left: -2em;
}

.orange-color {
  color: var(--orange-);
}

.hire-main {
  background-color: var(--light-grey-);
}

.main-title {
  font-size: 35px;
  line-height: 1.7em;
  color: white;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-answer {
  text-align: center;
  color: white !important;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: lighter;
}

.developer-title {
  color: white !important;
}

.content-contact-main {
  margin-bottom: 20px !important;
}

#modern-platform-section {
  position: relative;
  width: auto;
  height: auto;
  background-color: var(--light-grey-);

  .modern-container-wrapper {
    height: auto;
    margin: auto;
    overflow: hidden;

    .modern-container {
      width: 100%;
      display: flex;
      align-items: flex-start;

      .technology-info {
        padding-right: 50px;
        flex: 1.2;
      }

      .technology-list {
        padding-left: 60px;
        display: flex;
        flex: 1.8;
        flex-wrap: wrap;

        li {
          padding: 8px;
          width: calc(100% / 3);
          position: relative;
          text-align: center;

          a {
            padding-block: 20px;
            position: relative;
            background: var(--white-);
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 30px 10px;
            text-decoration: none;

            &::before {
              position: absolute;
              content: "";
              height: 3px;
              width: 0;
              bottom: 0;
              left: 0;
              background-color: transparent;
              color: var(--orange-);
              border-bottom: 4px solid var(--orange-);
              transition: width 0.3s ease-in-out;
              transform: translate(0%, 0) translateZ(0);
              -webkit-transform: translate(0%, 0) translateZ(0);
            }

            span {
              color: var(--dark-grey-);
              font-weight: 600;
              line-height: normal;
              margin-top: 7px;
            }

            &:hover {
              color: var(--orange-);
              cursor: default !important;
            }

            &:hover svg {
              fill: var(--orange-);
            }

            &:hover span {
              color: var(--orange-);
              font-weight: 600;
            }
          }

          &:hover a::before {
            width: 100%;
            transition: width 0.3s ease;
          }
        }
      }
    }
  }
}

#tp-industries {
  position: relative;
  width: auto;
  height: auto;
  background-color: var(--dark-grey-);

  .tp-industries-container {
    height: auto;
    margin: auto;
    overflow: hidden;

    .tp-container {
      width: var(--width-full-);
      display: flex;
      align-items: flex-start;
      border-radius: var(--radius-regular-);
      gap: 100px;

      .tp-tech-info {
        flex: 1.2;

        p {
          margin-top: 20px;
        }
      }

      .tp-tech-list {
        display: flex;
        flex-wrap: wrap;
        flex: 1.8;
        justify-content: center;

        li {
          padding: 8px;
          width: calc(100% / 3);
          position: relative;
          text-align: center;
          cursor: default;

          a {
            position: relative;
            background: var(--white-);
            border-radius: var(--radius-regular-);
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px 10px;
            text-decoration: none;
            cursor: default;

            span {
              margin-top: 7px;
            }

            &::before {
              position: absolute;
              content: "";
              height: 3px;
              width: 0;
              bottom: 0;
              left: 0;
              background-color: transparent;
              color: var(--orange-);
              border-bottom: 4px solid var(--orange-);
              transition: width 0.3s ease-in-out;
              transform: translate(0%, 0) translateZ(0);
              -webkit-transform: translate(0%, 0) translateZ(0);
            }
          }

          &:hover {
            a {
              svg {
                fill: var(--orange-);
              }

              &::before {
                width: 100%;
                transition: width 0.2s ease-in-out;
              }
            }

            span {
              color: var(--orange-) !important;
            }

            .healthcare-svg {
              stroke: var(--orange-);
            }

            .education-svg {
              g {
                path {
                  stroke: var(--orange-);
                }
              }
            }

            .retail-svg {
              g {
                stroke: var(--orange-);

                path {
                  fill: none;
                }
              }
            }

            .sport-svg {
              path {
                fill: var(--orange-);
              }
            }

            .entertainment-svg {
              stroke: var(--orange-);
            }

            .management-svg {
              path {
                fill: var(--orange-);
              }
            }
          }

          @media (width < 768px) {
            padding-left: 0;
            width: calc(100% / 2);
          }
        }

        @media (width < 768px) {
          padding-left: 0;
        }
      }

      @media (width < 1199px) {
        gap: 70px;
      }

      @media (width < 991px) {
        gap: 50px;
      }

      @media (width < 768px) {
        flex-direction: column;
        gap: 30px;
      }

      @media (width < 426px) {
        gap: 10px;
      }
    }
  }
}

#technologies-at-qtech {
  background-color: var(--dark-grey-);

  .technologies {
    ul {
      gap: 3rem;
      margin: auto;

      li {
        svg {
          fill: var(--white-);

          path {
            fill: var(--white-);
          }

          &:hover {
            fill: var(--orange-);

            path {
              fill: var(--orange-);
            }
          }
        }

        .firebase {
          path {
            stroke: var(--white-);
            fill: none;
          }

          &:hover {
            path {
              stroke: var(--orange-);
              fill: none;
            }
          }
        }

        .flutter {
          path:nth-child(1) {
            stroke: none;
            fill: none;
          }

          &:hover {
            path:nth-child(1) {
              stroke: none;
              fill: none;
            }
          }
        }

        &:hover {
          svg {
            fill: var(--orange-);

            path {
              fill: var(--orange-);
            }
          }

          .firebase {
            path {
              stroke: var(--orange-);
              fill: none;
            }
          }

          .flutter {
            path:nth-child(1) {
              stroke: none;
              fill: none;
            }
          }

          h4 {
            color: var(--orange-) !important;
            text-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          }
        }
      }
    }
  }
}

.bg-section {
  position: relative;

  .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#appointment {
  .sb {
    position: relative;
    margin-bottom: 5px;

    .sb-inner-box {
      position: relative;
      display: flex;

      .sb-icon-outer {
        flex: 0.5;
        display: flex;
        justify-content: left;
      }

      .sb-info-outer {
        flex: 2;
      }
    }

    h3 {
      position: relative;
      color: unset;
      text-transform: capitalize;
      margin: 0 0 10px;
    }
  }

  .content {
    .sb {
      svg {
        g {
          g {
            path {
              stroke: var(--dark-grey-);
            }
          }
        }

        path {
          stroke: var(--dark-grey-);
        }
      }

      .future-icon {
        svg {
          path {
            stroke: unset;
            fill: var(--dark-grey-);
          }
        }
      }
    }
  }
}

@media (width < 1199px) {
  #modern-platform-section {
    padding: 0 15px;

    .modern-container-wrapper {
      .modern-container {
        padding: 40px 30px;

        .technology-info {
          padding-right: 0;
        }
      }
    }
  }
}

@media (width < 991px) {
  #modern-platform-section {
    padding-block: 40px;

    .modern-container-wrapper {
      .modern-container {
        padding: 20px;
        flex-direction: column;

        .technology-info {
          padding-right: 0;
          margin-bottom: 20px;
          flex: 1;
          width: 100%;
        }

        .technology-list {
          padding-left: unset;
          width: 100%;
          flex: 1;

          li {
            width: calc(100% / 2);
            padding: 6px;

            a {
              align-items: center;
            }
          }
        }
      }
    }
  }
}

@media (width < 768px) {
  .looking_sec .technology-list {
    display: block !important;
  }

  .responsive-secion {
    text-align: center;
  }

  .looking_sec .technology-list li {
    width: 100% !important;
  }

  #modern-platform-section {
    .modern-container-wrapper {
      .modern-container {
        display: flex;
        flex-direction: column;

        .technology-info {
          flex: 1;
        }

        .technology-list {
          li {
            width: calc(100% / 2);
            padding: 6px;
          }

          a {
            padding: 10px 6px;
            position: relative;
            background: var(--white-);
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
          }
        }
      }
    }
  }

  .contact-answer {
    font-size: 22px !important;
  }

  .technology-info picture img {
    height: auto !important;
  }

  .perk-content .technology-list li a svg {
    width: 40px;
    height: 40px;
  }

  .perk-content .technology-list li a span {
    font-size: 12px;
  }

  .life-section-four {
    padding: 60px 0 0 !important;
  }

  .mt-90 {
    margin-top: 0;
  }
}

.developer-title {
  color: white !important;
}

.content-contact-main {
  margin-bottom: 20px !important;
}

.tech-practices-dropdown .Visualization-list:hover .flutter-icon-svg svg path:first-child {
  fill: none !important;
}

.Visualization-list:hover .flutter-icon-svg path .flutter-icon-svg-path-two {
  fill: var(--orange-) !important;
}

.team-photo-main div img {
  border-radius: var(--radius-regular-);
}

.scroll-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-scroll-content {
  animation: bannermove 60s linear infinite;
}

.main-scroll-content img {
  display: inline-block;
}

.photobanner.reverse-scroll>img {
  height: 280px;
  width: 360px;
}

.photobanner {
  width: 4480px;
  display: inline-flex;
  gap: 10px;

  &>img {
    height: 360px;
    width: 280px;
    object-fit: cover;
  }
}

@keyframes bannermove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.reverse-scroll {
  animation: bannermovereverse 40s linear infinite;
}

@keyframes bannermovereverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.happy-content {
  margin: 45px auto 50px;
  font-size: 18px;
  line-height: 26px;
  max-width: 980px;
}

.blocks-content span {
  height: 1px;
  width: 152%;
  display: block;
  background-color: #000;
  position: relative;
  left: -40px;
  margin: 30px 0px;
  opacity: 0.2;
}

.blocks-content h3 {
  font-size: var(--h3-xl-);
  line-height: 30px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
}

.blocks-content p {
  margin-bottom: 0;
  font-weight: 400;
}

.life-section-three {
  position: relative;
  padding: 0px 0px 70px;
}

.perks-cmarix-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.perks-cmarix-list li {
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
}

.perks-cmarix-list li .perks-list {
  background-color: var(--off-white);
  padding: 24px 37px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  transition: 0.7s;
}

.perks-list picture {
  height: 24px;
  width: auto;
  display: inline-block;
}

.perks-cmarix-list li .perks-list p {
  margin: 16px 0px 0px;
  font-weight: 600;
}

.remove-onclick {
  cursor: default;
  pointer-events: none;
}

.support-img {
  width: 50px;
  height: 50px;
}

.life-section-four {
  position: relative;
  padding: 120px 0px 0px;
}

.container-fluid {
  width: 100%;
  column-count: 4;
}

.container-fluid .image-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.container-fluid .image-grid a {
  margin-bottom: 10px;
}

.show-celebration-content {
  display: block;
}

.hide-celebration-content {
  display: none;
}

@media only screen and (max-width: 768px) {
  .container-fluid {
    column-count: 3;
  }
}

@media only screen and (max-width: 450px) {
  .container-fluid {
    column-count: 1;
  }
}

.award-info figure.h-sm {
  min-height: 152.5px;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.we-offer-section .we-offer-content p {
  margin-top: 30px;
  padding: 0px 15%;
}

.position-listing .listing-block h3 {
  margin-bottom: 30px;
}

.position-listing .listing-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -15px;
}

.position-listing .listing-row .listing-box {
  padding: 0px 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

.position-listing .listing-box {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 100%;
  color: #252b33;
  text-decoration: none;
}

.position-listing .listing-box .accordion__title {
  padding: 26px 30px;
}

.position-listing .listing-box:hover .accordion__title {
  background: #ed693a !important;
  padding: 26px 30px;

  color: #ffffff !important;
}

.position-listing .listing-box .position-name h4:hover {
  color: #ffffff;
}

.position-listing .listing-box .position-name h4 {
  color: #252b33;
  margin-right: 30px;
  line-height: 28px;
}

.position-listing .listing-box .position-number {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.position-listing .listing-box a:hover .position-number p {
  color: #ffffff;
}

.position-listing .listing-box .position-number p {
  margin-bottom: 0;
  margin-right: 30px;
}

.position-listing .listing-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -15px;
}

.position-listing .listing-box {
  margin-bottom: 20px;
}

.position-listing .listing-box a:hover .position-number svg g {
  fill: var(--white-);
}

.imagination-work-sec {
  margin-bottom: 80px;
  margin-top: 80px;
}

.imagination-work-sec .container {
  max-width: 1242px;
  margin: 0 auto;
}

.imagination-work-sec .imagination-work {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.imagination-work-sec .imagination-work .ima-work-left {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  position: sticky !important;
  height: fit-content;
  top: 60px;
}

.imagination-work-sec .imagination-work .ima-work-left .ima-work-img {
  height: auto;
  width: 100%;
}

.imagination-work-sec .imagination-work .ima-work-left .ima-work-img img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.imagination-work-sec .imagination-work .ima-work-right {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.imagination-work-sec .imagination-work .ima-work-right .ima-work-list li {
  background-color: #f8e4ff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.imagination-work-sec .imagination-work .ima-work-right .ima-work-list li h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 12px;
}

.looking_sec .modern-container .technology-list {
  padding-left: 0 !important;
  display: flex;
  flex: 1.8;
  flex-wrap: wrap;
}

.crew-sec .sec-title {
  max-width: 100%;
  text-align: center;
}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.accordion__icon .line-01,
.accordion__icon .line-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #272343;
  transition: 0.3s;
}

.accordian-set:hover .line-01 {
  background-color: #fff !important;
}

.accordian-set:hover .line-02 {
  background-color: #fff !important;
}

.accordion__icon .line-02 {
  transform: rotate(90deg);
}

.accordion__content {
  display: none;
}

.accordion--open .line-02 {
  transform: rotate(0deg);
}

.accordion--open {
  background-color: #fff;
}

.accordion__title {
  transition: 0.2s;
  font-weight: 700;
  display: flex;
  cursor: pointer;
  margin: 0;
  position: relative;
  align-items: center;
  width: 100%;
}

.accordion__content {
  padding: 24px 16px 16px;
}

.accordion__content p {
  margin: 0 0 16px;
}

.content-points {
  flex: 1;
  padding: 10px;
}

.content-right {
  flex: 0 0 auto;
  padding: 10px;
}

.listing-box .btn-primary {
  color: #fff;
  background-color: #ed693a;
  border-color: #e01b0f;
}

.jd-body-panel:not(:first-child) {
  margin-bottom: 30px;
  position: relative;
}

.jd-body-panel .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.jd-body-panel .panel {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.jd-body-panel .panel .panel-content {
  padding: 20px;
}

.jd-body-panel .left-side-panel {
  padding-bottom: 68px !important;
}

.jd-body-panel .panel .text-gray {
  color: #767a82 !important;
  font-weight: 600;
  text-transform: capitalize;
}

.job-description-content ul {
  padding-left: 20px !important;
}

.job-description-content ul li {
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 400 !important;
  text-align: left;
}

.jd-body-panel .side-panel {
  position: sticky;
  top: 16px;
}

.sub-title {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

.sub-title~p {
  margin-bottom: 25px;
}

.badge {
  border-radius: 4px;
}

.fancybox-navigation button:before {
  background: transparent;
}

.perk-content .technology-list li a {
  min-height: 167px;
  justify-content: center;
}

.Visualization-list:hover .flutter-icon-svg path .flutter-icon-svg-path-two {
  fill: var(--orange-) !important;
}

.collapse-section .card {
  cursor: pointer;
  border: none;
  margin-bottom: 15px;
  border-radius: 15px !important;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.collapse-section .card .card-header {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  padding-right: 20px;
  border-radius: 15px !important;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.collapse-section .opng-icon.one-opng {
  background: linear-gradient(#ff9c9b 0%, #fb3e3c 100%);
}

.collapse-section .opng-icon {
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #fff;
  margin-right: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.collapse-section .opng-details {
  flex: 1;
  padding: 5px;
}

.collapse-section .opng-details>h3 {
  color: #666;
}

.collapse-section .card .card-header h3 {
  margin-bottom: 0;
}

.collapse-section .card h3>.urgent-flag {
  margin-left: 10px;
  background: #e64343;
  color: #fff;
  font-size: 0.5rem;
  padding: 4px 7px 3px 8px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  top: -3px;
  border-radius: 15px;
  letter-spacing: 1px;
}

.collapse-section .opng-details ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  margin-bottom: 0px;
}

.collapse-section .opng-details ul li:first-child {
  padding-left: 0px;
}

.collapse-section .opng-details ul li {
  padding: 5px 20px;
  border-right: 1px solid #ddd;
}

.collapse-section .large-btn {
  min-width: 140px;
  text-transform: capitalize;
  height: 50px;
  font-size: 16px !important;
  background-color: #ed693a !important;
  border: none !important;
  box-shadow: none;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}

.collapse-section .large-btn.apply-now-btn {
  position: absolute;
  right: 22px;
  top: 29px;
}

.collapse-section .card .card-body {
  min-height: 1px;
  padding: 1.25rem;
  border-radius: 15px !important;
  padding-inline: 35px !important;
}

.collapse-section .job-desc {
  list-style-type: none;
}

.collapse-section .job-desc li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.collapse-section .opng-details ul li:last-child {
  border-bottom: 0px solid #ddd;
  border-right: 0px;
}

.collapse-section .job-desc li::before {
  content: "";
  min-width: 10px;
  min-height: 10px;
  border: 1px solid #777;
  position: absolute;
  left: -6px;
  top: 11px;
  border-radius: 50%;
}

@keyframes bannermoveTech {
  0% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(-100%);
  }
}

#techpractices-testimonials.testimonials-two {
  padding: var(--padding-xl-);
}

#tp-contact {
  background-color: var(--light-grey-);
  position: relative;

  .map-pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icons/map-pattern-two.png) center center no-repeat;
    opacity: 0.05;
  }
}

.working-meth-connect#tp-contact {
  z-index: 999;
}

.techpractices-contact {
  margin: 70px 0 35px;
}

@media (width < 1199px) {
  #why .why-container .image-container .img-wrapper {
    width: 400px;
    height: 300px;
  }

  #why,
  #techpractices-testimonials.testimonials-two {
    padding: var(--padding-lg-);
  }

  .webdevelopment-contact {
    margin: 36px 25px 18px;
  }

  #techpractices-testimonials {
    overflow-x: hidden;
  }
}

@media (width < 991px) {
  #why .why-container {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  #why .why-container .info {
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
  }

  #why .info-wrapper .info .points ul li {
    text-align: justify;
  }

  #why .info-wrapper {
    width: 100% !important;
  }

  #why .why-container .image-container .img-wrapper {
    width: 100%;
    height: 300px;
  }

  #why,
  #techpractices-testimonials.testimonials-two {
    padding: var(--padding-md-);
  }

  .webdevelopment-contact {
    margin: 30px 20px 15px;
  }
}

@media (width < 768px) {
  .down-arrow {
    position: relative;
    top: 0;
    animation: down-arrow-move 2s infinite;
    height: 31px;
    width: 31px;
  }

  .down-arrow path {
    stroke: var(--orange-);
    animation: down-arrow-move 2s infinite;
  }

  #techpractices-testimonials.testimonials-two {
    padding: var(--padding-sm-);
  }

  .webdevelopment-contact {
    margin: 26px 15px 13px;
  }

  @keyframes down-arrow-move {
    0% {
      transform: translateY(0);
      stroke: var(--dark-grey-);
    }

    50% {
      transform: translateY(2px);
      stroke: var(--orange-);
    }

    100% {
      transform: translateY(0);
      stroke: var(--dark-grey-);
    }
  }
}

@media (width < 426px) {
  .testimonials-two {
    padding: var(--padding-xs-);
  }

  .webdevelopment-contact {
    margin: 20px 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .collapse-section .card .card-header {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 22px;
    position: relative;
  }

  .collapse-section .opng-details {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .collapse-section .opng-details ul {
    flex-wrap: wrap;
  }

  .collapse-section .opng-details ul li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    border-right: none;
    text-align: left;
  }
}

.insta-grid {
  display: flex;
  gap: 20px;
}

.fancybox-slide>* {
  width: 340px;
  background-color: transparent;
  margin: 0;
}

video::-webkit-media-controls {
  display: none;
}

#modern-platform-section .technology-list li a:hover .fill-with-stroke path {
  stroke: var(--orange-) !important;
  fill: none !important;
}

#modern-platform-section .technology-list li a:hover .fill-with-circle .cls-1 {
  stroke: var(--orange-) !important;
  fill: none !important;
}

#modern-platform-section .technology-list li a:hover .fill-with-svg {
  stroke: var(--orange-) !important;
  fill: none !important;
}

#modern-platform-section .technology-list li a:hover .fill-stroke-both {
  stroke: var(--orange-) !important;
  fill: var(--orange-) !important;
}

#modern-platform-section .technology-list li a:hover .fill-with-polyline {
  stroke: var(--orange-) !important;
}

#modern-platform-section .technology-list li a:hover .fill-with-g-path {
  stroke: var(--orange-);

  path {
    fill: var(--orange-);
    border: var(--orange-);
  }
}

#tp-industries .tp-tech-list li a:hover .fill-with-stroke path {
  stroke: var(--orange-) !important;
  fill: none !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-stroke-class .st0 {
  stroke: var(--orange-) !important;
  fill: none !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-circle .cls-1 {
  stroke: var(--orange-) !important;
  fill: none !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-svg {
  stroke: var(--orange-) !important;
  fill: none !important;
}

#tp-industries .tp-tech-list li a:hover .fill-stroke-both {
  stroke: var(--orange-) !important;
  fill: var(--orange-) !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-polyline {
  stroke: var(--orange-) !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-stroke-polyline path {
  stroke: var(--orange-) !important;
  fill: none !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-stroke-polyline polyline {
  stroke: var(--orange-) !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-stroke-line line {
  stroke: var(--orange-) !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-stroke-line path {
  stroke: var(--orange-) !important;
  fill: none !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-rect-line .cls-1 {
  stroke: var(--orange-) !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-rect-line rect {
  stroke: var(--orange-) !important;
}

#tp-industries .tp-tech-list li a:hover .fill-with-g-path {
  stroke: var(--orange-);

  path {
    fill: var(--orange-);
    border: var(--orange-);
  }
}

#tp-industries .tp-tech-list li a:hover .fill-with-g-path-polygon {
  stroke: var(--orange-);

  path {
    fill: var(--orange-);
    border: var(--orange-);
  }
}

#tp-industries .tp-tech-list li a:hover .fill-with-g-path-polygon polygon {
  fill: var(--orange-);
}

.team-icon svg:hover .cls-1 {
  fill: var(--orange-) !important;
}

#carousel-main {
  width: 100%;
  height: 100%;
}

.carousel {
  overflow-x: scroll;
}

.gallery .horizontal-scroll {
  overflow-x: scroll;
  display: flex;
  white-space: nowrap;
}

#carousel .gallery {
  display: flex;
  flex-direction: row;
  height: 80vh;
}

#carousel .horizontal-scroll .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  border-right: 2px solid var(--dark-grey-);
}

#carousel .horizontal-scroll .item:hover {
  flex: 1.1;
}

#carousel .horizontal-scroll .item-1 {
  background-image: url("../images/video/images/republic.png");
}

#carousel .horizontal-scroll .item-2 {
  background-image: url("../images/video/images/diwali.png");
}

#carousel .horizontal-scroll .item-3 {
  background-image: url("../images/video/images/christmas.png");
}

#carousel .horizontal-scroll .item-4 {
  background-image: url("../images/video/images/saturday-fun.png");
}

#carousel .horizontal-scroll .item-5 {
  background-image: url("../images/video/images/republic.png");
}

#carousel .horizontal-scroll .item-6 {
  background-image: url("../images/video/images/funny-1.png");
}

#carousel .horizontal-scroll .item-7 {
  background-image: url("../images/video/images/pot-lunch.png");
}

#carousel .horizontal-scroll .item-8 {
  background-image: url("../images/video/images/5th-Anniversary.png");
}

#carousel .horizontal-scroll .item-9 {
  background-image: url("../images/video/images/funny-2.png");
}

#carousel .horizontal-scroll .item-10 {
  background-image: url("../images/video/images/funny-3.png");
}

.gallery .item:hover {
  cursor: pointer;
}

::-webkit-scrollbar {
  display: none;
}

/* .fancybox-slide--video video {
  background: url("../images/mobile-frame-removebg.png");
  background-size: cover;
  border-radius: 50px 50px;
  background-position-x: center;
  height: 663px;
  object-fit: cover;
} */

/* @media only screen and (max-width: 369px) and (min-width: 320px) {
  .fancybox-slide--video {
    height: auto !important;
    width: auto;
  }

  .fancybox-slide--video video {
    width: 323px;
    height: 515px;
  }
} */

.life-section-celebration {
  position: relative;
  padding: 70px 0px 70px;
}

@media screen and (max-width: 767px) {
  .collapse-section .card .card-header {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 22px;
    position: relative;
    display: block;
  }

  .collapse-section .opng-details {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .collapse-section .opng-details ul {
    flex-wrap: wrap;
  }

  .collapse-section .opng-details ul li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    border-right: none;
    text-align: left;
  }

  .responsive-one {
    order: 2 !important;
  }

  .responsive-two {
    order: 1 !important;
    margin-bottom: 25px;
  }

  .about-belief-sec {
    padding-top: 0px !important;
  }

  .accolades-sec {
    padding-bottom: 0px !important;
  }
}

.about-video-section {
  position: relative;
}

.about-video-section .scroll-video-btn {
  display: none;
}

.about-video-section .infr-video:not(.hide-control) .video-btn-play {
  background: url(../images/play-btn-video.svg) no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0px;
  z-index: 1;
  transform: translateY(-50%);
  margin: 0 auto;
  cursor: pointer;
  visibility: visible;
}

.about-video-section .video-full-screen {
  background: url(../../zentec-placeholder/images/ic-white-full-screen.svg) no-repeat;
  height: 14px;
  width: 14px;
  position: absolute;
  bottom: 15px;
  right: 7px;
  cursor: pointer;
  display: none;
}

.mar-top-40 {
  margin-top: 40px;
}

.sec-title-company {
  position: relative;
  margin-bottom: 30px;
}

.sec-title-company h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.about-title-company {
  display: flex;
  align-items: center;
}

.about-belief-sec .we-belief .tech-icon,
.icon-video-play {
  font-size: 48px;
}

.about-belief-sec .we-belief h3 {
  margin: 15px 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #222222;
}

.about-belief-sec .we-belief p {
  font-size: 16px;
  line-height: 26px;
  color: #252b33;
}

.gallery-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 10px;
}

.gallery__item {
  flex: 1;
}

.gallery__item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery__item--center {
  /* flex: 0 0 auto; */
  flex: 0 49.6%;
}

.life-at-qtech-img-gallery .gallery__item.gallery__item--center {
  flex: 0 56.6%;
}

.tech-icon {
  position: relative;
  width: max-content;
}

.tech-icon svg {
  position: relative;
}

.accolades-sec {
  padding: 0px 0px 20px;
  background-color: #ffffff;
}

.accolades-sec .certification-block {
  margin-top: 60px;
}

.accolades-sec .certification-block ul {
  margin: 0rem;
}

.certification-block ul li {
  list-style: none;
  margin-bottom: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 25px;
}

.certification-block ul li:last-child {
  margin-bottom: 0px;
}

.accolades-sec .container {
  max-width: 1500px;
}

.team-member-grid {
  position: relative;
}

#team-grid-container {
  background: #000;
}

#team-grid-container .all-pictures {
  display: flex;
  flex-wrap: wrap;
}

#team-grid-container .team-member {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  width: 9.09%;
  line-height: 0px;
}

#team-grid-container .team-member span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  text-shadow: 1px 1px 4px #000000;
  text-transform: capitalize;
}

#team-grid-container .team-member img {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.btn-orange {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #ed693a !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  border: 2px solid #f13c31;
  letter-spacing: -0.72px;
  border: none;
  margin-top: 30px;
}

#team-grid-container .team-member:hover img {
  opacity: 1;
}

.about-video-section {
  position: relative;
}

.about-video-section .scroll-video-btn {
  display: none;
}

.about-video-section .infr-video:not(.hide-control) .video-btn-play {
  background: url(../../zentec-placeholder/images/play-btn-video.svg) no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0px;
  z-index: 1;
  transform: translateY(-50%);
  margin: 0 auto;
  cursor: pointer;
  visibility: visible;
}

.about-video-section .video-full-screen {
  background: url(../../zentec-placeholder/images/ic-white-full-screen.svg) no-repeat;
  height: 14px;
  width: 14px;
  position: absolute;
  bottom: 15px;
  right: 7px;
  cursor: pointer;
  display: none;
}

.mar-top-40 {
  margin-top: 40px;
}

.sec-title-company {
  position: relative;
  margin-bottom: 30px;
}

.sec-title-company h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.about-title-company {
  display: flex;
  align-items: center;
}

.about-belief-sec .we-belief .tech-icon,
.icon-video-play {
  font-size: 48px;
}

.about-belief-sec .we-belief h3 {
  margin: 15px 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #222222;
}

.about-belief-sec .we-belief p {
  font-size: 16px;
  line-height: 26px;
  color: #252b33;
}

.gallery-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 10px;
}

.gallery__item {
  flex: 1;
}

.gallery__item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery__item--center {
  flex: 0 49.6%;
}

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

.tech-icon {
  position: relative;
  width: max-content;
}

.tech-icon svg {
  position: relative;
}

.accolades-sec {
  padding: 0px 0px 20px;
  background-color: #ffffff;
}

.accolades-sec .certification-block {
  margin-top: 60px;
}

.accolades-sec .certification-block ul {
  margin: 0rem;
}

.certification-block ul li {
  list-style: none;
  margin-bottom: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 25px;
}

.certification-block ul li:last-child {
  margin-bottom: 0px;
}

.accolades-sec .container {
  max-width: 1500px;
}

.team-member-grid {
  position: relative;
}

#team-grid-container {
  background: #000;
}

#team-grid-container .all-pictures {
  display: flex;
  flex-wrap: wrap;
}

#team-grid-container .team-member {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  width: 9.09%;
  line-height: 0px;
}

#team-grid-container .team-member span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  text-shadow: 1px 1px 4px #000000;
  text-transform: capitalize;
}

#team-grid-container .team-member img {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.btn-orange {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #ed693a !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  border: 2px solid #f13c31;
  letter-spacing: -0.72px;
  border: none;
  margin-top: 30px;
}

#team-grid-container .team-member:hover img {
  opacity: 1;
}

.about-video-section {
  position: relative;
}

.about-video-section .scroll-video-btn {
  display: none;
}

.about-video-section .infr-video:not(.hide-control) .video-btn-play {
  background: url(../../zentec-placeholder/images/play-btn-video.svg) no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0px;
  z-index: 1;
  transform: translateY(-50%);
  margin: 0 auto;
  cursor: pointer;
  visibility: visible;
}

.about-video-section .video-full-screen {
  background: url(../../zentec-placeholder/images/ic-white-full-screen.svg) no-repeat;
  height: 14px;
  width: 14px;
  position: absolute;
  bottom: 15px;
  right: 7px;
  cursor: pointer;
  display: none;
}

.sec-pad-50 {
  padding-top: 70px;
}

.mar-top-40 {
  margin-top: 40px;
}

.sec-title-company {
  position: relative;
  margin-bottom: 30px;
}

.sec-title-company h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.about-title-company {
  display: flex;
  align-items: center;
}

.about-belief-sec .we-belief .tech-icon,
.icon-video-play {
  font-size: 48px;
}

.about-belief-sec .we-belief h3 {
  margin: 15px 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #222222;
}

.about-belief-sec .we-belief p {
  font-size: 16px;
  line-height: 26px;
  color: #252b33;
}

.gallery-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 10px;
}

.gallery__item {
  flex: 1;
}

.gallery__item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery__item--center {
  flex: 0 49.6%;
}

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

.tech-icon {
  position: relative;
  width: max-content;
}

.tech-icon svg {
  position: relative;
}

.accolades-sec {
  padding: 0px 0px 20px;
  background-color: #ffffff;
}

.accolades-sec .certification-block {
  margin-top: 60px;
}

.accolades-sec .certification-block ul {
  margin: 0rem;
}

.certification-block ul li {
  list-style: none;
  margin-bottom: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 25px;
}

.certification-block ul li:last-child {
  margin-bottom: 0px;
}

.accolades-sec .container {
  max-width: 1500px;
}

#team-grid-container {
  background: #000;
}

#team-grid-container .all-pictures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#team-grid-container .team-member {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  width: 9.09%;
  line-height: 0px;
}

#team-grid-container .team-member span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  text-shadow: 1px 1px 4px #000000;
  text-transform: capitalize;
}

#team-grid-container .team-member img {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.btn-orange {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #ed693a !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  border: 2px solid #f13c31;
  letter-spacing: -0.72px;
  border: none;
  margin-top: 30px;
}

#team-grid-container .team-member:hover img {
  opacity: 1;
}

.landing-hero-banner {
  margin: 0px auto;
  width: 100%;
  display: block;
  height: 100%;
  background-color: #f3f3f3;
  position: relative;
}

.landing-hero-banner .landing-banner-sec {
  width: 100%;
}

.landing-hero-banner .landing-banner-sec .landing-row {
  display: flex;
}

.kids-landing-padding.landing-row {
  padding-left: 100px;

  .banner-img-col.services-right-img {
    .right-hero-image {
      padding-left: 35px;
    }
  }
}

.contact-details-container.fact-counter {
  background-color: var(--dark-grey-);
  padding: 50px;
}

.contact-details-container-main {
  padding-inline: 0 !important;
}

.tech-info-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.landing-banner-sec .landing-row .banner-text-col {
  width: 41.666667%;
}

.landing-hero-banner .services-hero-title {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.landing-hero-banner .services-hero-title img {
  width: auto;
  height: 62px;
  object-fit: cover;
}

@media only screen and (max-width: 1480px) {
  .landing-hero-banner .services-hero-title h1 {
    line-height: 60px;
  }
}

.landing-hero-banner .services-hero-title .approch-sec {
  font-size: 16px;
  color: #252b33;
  letter-spacing: 0;
  line-height: 28px;
  width: 95%;
}

.landing-banner-sec .landing-row .banner-img-col {
  width: 58.333333%;
}

.landing-hero-banner .services-hero-image {
  display: block;
  height: 100%;
}

.landing-hero-banner .services-hero-image .landing-pattern-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 9;
  background: url(https://dcdh7ea8gkhvt.cloudfront.net/wp-content/uploads/2022/02/landing-pattern2.webp);
}

@media only screen and (max-width: 1480px) {
  .landing-hero-banner .services-hero-image .right-hero-image {
    bottom: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .right-hero-image {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .landing-banner-sec .landing-row {
    display: block !important;
  }

  .landing-banner-sec .landing-row .banner-text-col {
    width: 100%;
  }

  .website-link {
    justify-content: center;
  }

  .landing-banner-sec .landing-row .banner-img-col {
    width: 100%;
  }

  .landing-hero-banner .services-right-img {
    height: 100% !important;
    margin-top: 20px;
  }

  .feature-col {
    gap: 20px;
  }

  .landing-hero-banner .services-hero-title {
    padding: 20px;
  }

  .pro-features {
    .row {
      gap: 20px;
    }
  }
}

.landing-hero-banner .services-hero-title .website-link {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
}

.landing-hero-banner .services-hero-title .website-link a.site-link {
  color: #f13c31;
  font-size: 16px;
}

.pro-features .feature-col h3 {
  margin: 15px 0px;
  color: #222222;
}

.pro-features .feature-col p {
  margin-bottom: 0px;
}

.product-title-box {
  margin-top: 10px;
}

.product-title-box h5 {
  font-size: 20px;
  color: #323a45;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.product-title-box h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}

.product-title-box .separator-line {
  width: 60px;
  height: 4px;
  background-color: #f13c31;
  display: block;
  margin-top: 40px;
}

.product-process-info ul {
  margin: 30px 0px 0px 0px;
}

.product-process-info ul li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .order-md-2 {
    order: 2;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
}

.accordion__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  .line-01,
  .line-02 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: var(--light-grey-);
    transition: 0.3s;
  }

  .line-02 {
    transform: rotate(90deg);
  }
}

.accordion__content {
  display: none;
}

.accordion--open .line-02 {
  transform: rotate(0deg);
}

.accordion {
  margin-top: -1px;
}

.accordian-set {
  transition: 0.2s;

  &:hover {
    .hover-svg-icon {
      stroke: white;

      path {
        fill: white;
        border: white;
      }
    }
  }
}

.accordion__content p {
  margin: 0 0 16px;
}

.accordian-set:hover {
  background-color: var(--orange-);
  color: white;
  transition: background-color 0.3s !important;
  border-radius: 15px;
}

.accordian-set:hover .line-01,
.accordian-set:hover .line-02 {
  background-color: #fff;
  border-radius: 15px;
}

.accordion--open .accordian-set {
  background-color: var(--orange-);
  color: #fff;
  border-radius: 15px;

  .hover-svg-icon {
    stroke: white;

    path {
      fill: white;
      border: white;
    }
  }
}

.accordion--open .line-01,
.accordion--open .line-02 {
  background-color: #fff;
}

#our-approch {
  .sb {
    position: relative;
    margin-bottom: 5px;

    .sb-inner-box {
      position: relative;
      display: flex;

      .sb-icon-outer {
        flex: 0.5;
        display: flex;
        justify-content: center;
      }

      .sb-info-outer {
        flex: 2;
      }
    }

    h3 {
      position: relative;
      color: unset;
      text-transform: capitalize;
      margin: 0 0 10px;
    }
  }

  .content {
    .sb {
      svg {
        g {
          g {
            path {
              stroke: var(--dark-grey-);
            }
          }
        }

        path {
          stroke: var(--dark-grey-);
        }
      }

      .future-icon {
        svg {
          path {
            stroke: unset;
          }
        }
      }
    }
  }
}

.visuals .testimonial-carousel .owl-nav {
  height: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 42%;
  position: absolute;
}

.nav-push .dropdown-link-section div li a::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  color: var(--orange-);
  border-bottom: none !important;
  transition: width 0.3s ease-in-out;
  transform: translate(0%, 0) translateZ(0);
}

.owl-effect .owl-nav {
  height: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 45% !important;
  position: absolute;
}

.owl-effect .owl-nav .owl-next {
  position: absolute;
  left: 95% !important;
  background-color: #fff !important;
}

.healthcare-carousel .owl-nav {
  position: absolute;
  left: -120px;
  right: -120px;
  margin-top: -30px;
  top: 40% !important;
  height: 0;
}

.accordian-set {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 16px;
  gap: 20px;
}

@media only screen and (max-width: 600px) {
  .fun-facts-section .row {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .inner-height {
    height: 472px !important;
  }

  .inner-height-2 {
    height: 685px !important;
  }

  .responsive-gap {
    gap: 20px;
  }

  .service-block {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .inner-height {
    height: 400px !important;
  }

  .inner-height-2 {
    height: 600px !important;
  }
}

.inner-height {
  height: 651px;
}

.inner-height-2 {
  height: 975px;
}

.gap-tech-group .tech-grp-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  padding-bottom: 10px;
}

.new-banner {
  position: absolute;
  left: 0;
  width: 100%;
  height: 78px;
  background-image: url(../images/main-slider/curve.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: 2;
  rotate: 180deg;
  filter: grayscale(100%);
  top: -1px;
}

.team-image {
  padding-top: 50px;
}

.sub-heading-padding-top {
  padding-top: 8px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .new-banner {
    display: none;
  }

  .team-image {
    padding-top: 50px;
  }
}

.initial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

/* Background color variations */
.bg-1 {
  background-color: #4a90e2;
}

.bg-2 {
  background-color: #50c878;
}

.bg-3 {
  background-color: #9b59b6;
}

.bg-4 {
  background-color: #e67e22;
}

#data-visulization-content {
  &>.col-lg-6.tech-list-div {
    &>li {
      & .technology-link {
        &>a:nth-child(2) {
          max-width: 130px;
          word-wrap: break-word;
          line-height: 18px !important;
        }
      }
    }
  }
}

.file-upload-container {
  width: 101%;
  padding-inline: 7px !important;
}

.upload-area {
  border: 2px solid #e2eef2;
  background-color: white;
  /* border-radius: 8px; */
  padding-block: 1rem;
  text-align: center;
  cursor: pointer;
}

.upload-area.dragover {
  background-color: #f9fafb;
  border-color: #6b7280;
}

.upload-area p {
  margin: 0;
  color: #6b7280;
}

.upload-area .choose-file-label {
  background: #fff;
  border: 1px solid #d9dae0;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1rem;
  display: inline-block;
  margin-bottom: 1rem;
  color: #2c2f31a6;
  font-weight: 600;
  background-color: #ed693a;
  color: white;
}


.mt-btn {
  margin-top: 50px;
}

.form-status-message-container {
  padding-inline: 7px;
  width: 100%;
  margin-top: 12px;
}

.form-submit-message {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  font-weight: 700;
  /* display: flex;
  align-items: center; */
  /* gap: 20px; */
}

.form-submit-message svg {
  margin-right: 15px;
}

#form-success {
  color: #1C4620;
  background-color: #C2D8C2;
}

#form-unsuccess {
  color: #721C1C;
  background-color: #F0C2C2;
}

#form-required-fields {
  color: #721C1C;
  background-color: #F0C2C2;
}

.display-none {
  display: none;
}


/* testimonial */

.testimonial-container {
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
  gap: 2rem;
  align-items: stretch;
}

.testimonial-video-section {
  flex: 1;
  position: relative;
  border-radius: 16px;
}

.video-content {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.video-content video {
  width: 100%;
  border-radius: 16px;
}

.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.pause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.play-button::after {
  content: '';
  border-left: 25px solid #ed693a;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 5px;
}

.video-info {
  padding: 2rem;
  color: white;
  position: relative;
  z-index: 1;
}

.basecamp-logo {
  width: 150px;
  margin-bottom: 1rem;
}

.video-quote {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.watch-story {
  color: white;
  text-decoration: underline;
  font-weight: 500;
}

.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f0efef9e;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.quote-mark {
  color: #ed693a;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.quote-text {
  font-size: 22px;
  color: #4b5563;
  line-height: 1.5;
  /* margin-bottom: 2rem; */
}

.profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* margin-bottom: 1.5rem; */
}

.profile-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-info h3 {
  color: #374151;
  font-weight: 500;
}

.profile-info p {
  color: #6b7280;
}

.company-logo {
  width: 120px;
  margin-bottom: 1rem;
}

.read-story {
  color: #0ea5e9;
  text-decoration: none;
  font-weight: 500;
}

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

.wave-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #2da44e;
  clip-path: path('M0,0 C300,0 400,50 800,50 L800,50 L0,50 Z');
}

@media (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
  }

  .video-content {}
}





/* codepan */



.testimonial-video-container {
  margin: 0 auto;
  /* padding: 100px 0;
  max-width: 480px; */
  /* width: calc(100% - 40px); */
}

.video__wrapper {
  /* margin: 20px 0; */
  display: inline-block;
  position: relative;
  width: 100%;
  margin-block: 0;
}

video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.video__play-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-appearance: none;
  z-index: 2;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon {
  width: 15%;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon--play polygon {
  transform-origin: 50% 50%;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon--play:hover polygon {
  transform: scale(1.5);
}

.video__play-button[data-button-state="pause"] .video__play-button-icon--pause {
  display: none;
}

.video__play-button[data-button-state="play"] .video__play-button-icon--play {
  display: none;
}

.video__play-button[data-button-state="play"] .video__play-button-icon {
  opacity: 0;
}

.video__play-button[data-button-state="play"]:hover .video__play-button-icon {
  opacity: 1;
}

.video__play-button[data-button-state="play"] {
  background-color: rgba(0, 0, 0, 0);
}

.video__play-button[data-button-state="play"]:hover {
  background-color: rgba(0, 0, 0, .4);
}

.video__fullscreen-button {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  z-index: 3;
  transition: all 200ms ease-in-out;
}

.video__fullscreen-icon {
  padding: 10px;
  display: block;
  vertical-align: top;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out;
}

.video__wrapper[data-state="pause"] .video__fullscreen-icon,
.video__wrapper[data-state="play"]:hover .video__fullscreen-icon {
  opacity: 1;
  visibility: visible;
}

.video__fullscreen-icon polygon {
  fill: currentColor;
}