/*
Theme Name:techvologix
Theme URI:  
Description:techvologix
Author:Saeed
Author URI: https://techvologix.com/
Version: 1.0
Tags: light, three-columns, right-sidebar, flexible-width, custom-colors, custom-header, custom-background, custom-menu,, threaded-comments, translation-ready*/
/* 1.1) small reset */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* .slider-section*/
.slider-section {
  background-color: #565655;
  color: white;
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.wheel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1 / 1;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wheel__card a {
    text-decoration: none;
	
}
.wheel__card a h3, .wheel__card a p , .wheel__card a img{
  
	position: relative;
  	top: 0;
	transition: top ease 0.5s;
}
.wheel__card a:hover h3, .wheel__card a:hover p {
    top: -12px;
}
.wheel__card a:hover img {
    top: 12px;
}
.wheel__card a h3 {
    text-decoration: none !important;
    color: #fff;
}
.wheel__card {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    max-width: 200px;
    min-height: 330px;
    aspect-ratio: 1 / 1;
    background-color: #565655;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
    border: 2px solid #fff;
}
.wheel__card h3 {
    font-size: 1.1rem;
    margin: 0.8rem 0;
    line-height: 18px;
    font-weight: 500;
}
.wheel__card p {
    font-size: 0.85rem;
    line-height: 1.1;
    color: #d4d0d0;
    font-weight: 300;
}
.card-icon svg {
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
  fill: white;
}
/* / .slider-section*/
.project-card-wrap h2 {
  font-weight: 700;
}
.project-card-wrap strong {
  display: block;
  padding-top: 25px;
}
/*.woocommerce*/
body {
  font-family: "Inter", sans-serif;
}
html {
  height: 100%;
}
ul#menu-footer-1 {
  list-style: none;
  padding: 0;
}
ul#menu-footer-2 {
  list-style: none;
  padding: 0;
}
ul#menu-footer-1 li a {
  text-decoration: none;
  color: #737171 !important;
}
ul#menu-footer-2 li a {
  text-decoration: none;
  color: #737171 !important;
}
ul#menu-footer-1 li a:hover {
  text-decoration: none;
  color: #FF5E15 !important;
}
ul#menu-footer-2 li a:hover {
  text-decoration: none;
  color: #FF5E15 !important;
}
footer.pt-5 p {
  color: #737171 !important;
}
.left-50 {
  right: 50px;
  position: relative;
  background: #fff;
  z-index: 99;
}
.testimonial-image-wrap {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 300px;
  overflow: hidden;
  background: #f67227;
  position: relative;
}
.contact-section-content {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  background-color: #F1F7ED;
  padding: 62px 70px 70px;
}
.img_wrap {
  max-height: 380px;
  overflow: hidden;
  border-radius: 20px;
}
.contact-section-inner {
    min-height: 380px;
    max-height: 380px;
    background-color: #ff5e15;
    color: #fff;
    overflow: hidden;
    border-radius: 20px;
    line-height: 20px;
}
.rounded_20 {
  border-radius: 20px;
}
/*.service_section*/
.service_section .card {
  background: #565655;
  border: 2px solid #fff;
  border-radius: 15px;
}
.service_section .card h5 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.service_section .card p {
  color: #b7b3b3;
  line-height: 20px;
  font-weight: 300;
}
.project-card-wrap p, .project-card-wrap ul li {
  color: #6e6d6d;
  line-height: 20px;
  font-weight: 300;
}
.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  /* height: 101%;*/
  position: absolute;
  inset: 0% -2% 0% auto;
}
.menu-main-navigation li a {
  padding-left: .5rem;
  padding-right: .5rem;
  color: #000000a6;
  text-decoration: none;
}
.Newsletter {
  background-color: #fff3f0;
}
.testimonial h3 {
  color: #f1621d !important;
}
.menu-main-navigation {
  padding: 0.7rem;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.owl-buttons {
  position: absolute;
  top: 43%;
  width: 100%;
}
.owl-prev {
  position: absolute;
  left: 0;
}
.owl-next {
  right: 0;
  position: absolute;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-caption h1 {
  font-size: 3.5rem;
  color: #565655;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 65px;
}
.carousel-caption h1 span {
  background-color: #ff5e15;
  padding: 0px 12px;
  color: #fff;
  margin: 10px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: brightness(0) saturate(100%) invert(33%) sepia(0%) saturate(1696%) hue-rotate(139deg) brightness(98%) contrast(90%);
}
.carousel-caption p {
  color: #565655;
}
.btn-caption {
  background: #ff5e15 !important;
  border: 1px solid #ff5e15 !important;
  border-radius: 100% !important;
  padding: 1rem !important;
}
.services {
  background: #565655 !important;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
  background: #f1f7ed;
  background-image: url("Images/Mask-1.webp")
}
.top-6 {
  top: 7rem;
}
.intro h2 {
  color: #000;
  font-size: 3.6875rem;
  font-weight: 800;
  line-height: 3.5rem;
}
.intro h3 {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.8125rem;
}
.intro p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.intro .img_wrapintro {
  max-height: 400px;
  overflow: hidden;
}
.btn-sub {
  position: absolute !important;
  right: 1px;
  top: -14px;
  padding: 12px !important;
}
.container-w {
  position: static;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  min-width: 260px !important;
}
ul.navbar-nav-bg {
  background-color: #F1F7ED;
  border-radius: 80px;
}
ul.nav-Quote li {
  margin-top: 18px;
  padding: 8px 16px;
}
ul.nav-Quote li a {
  background: #FF5E15;
  color: #fff;
  padding: 0.7rem;
  border-radius: 50px;
  font-size: 16px;
}
ul.nav-Quote li {
  list-style: none;
}
.Main-navigation .navbar-nav li {
  position: relative;
  align-items: center;
  height: 100%;
  font-size: 16px;
  line-height: 1.33333em;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  color: #151015 !important;
}
.Create h1 {
  z-index: 7;
  font-family: Archivo;
  text-transform: uppercase;
  height: auto;
  width: auto;
  color: rgb(0, 0, 0);
  text-decoration: none;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 80px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 50px;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}
.Create h1 span {
  z-index: 8;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  -webkit-text-fill-color: transparent;
  font-family: Archivo !important;
  height: auto;
  color: rgb(0, 0, 0);
  text-decoration: none;
  white-space: normal;
  width: 324px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 80px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 50px;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}
.intro-one h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #151015;
  font-size: 40px;
  line-height: 1.175em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.Portfolio {
  border-radius: 60px 60px 0px 0px;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #F0EAD8;
}
.Portfolio h3 {
  padding: 45px;
  border-width: 0px 0px 1px 0px;
}
.img-container-grid {
  display: flex;
  flex-wrap: wrap;
}
.text-gray {
  color: #565655 !important;
}
.smallsquare {
  max-width: 20%;
  height: auto;
  flex: 0 0 20%;
  padding-top: 20%;
  display: grid;
  position: relative;
  border: 1px solid;
}
#navbarSideCollapse .dropdown-menu {
  min-width: 250px;
}
.Modern {
  border-radius: 0px !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #efefefss;
  padding-bottom: 50px;
  padding-top: 50px;
}
.br60 {
  border-radius: 30px !important;
}
.h650 {
  min-height: 450px;
  border: 2px solid #565655 !important;
}
.h_rectangle {
  max-width: 40%;
  flex: 0 0 40%;
  padding-top: 20%;
  position: relative;
  border: 1px solid !important;
}
.p-80 {
  padding: 40px !important;
}
.blog .border {
  border-radius: 1.25rem !important;
  border: 1px solid #565655 !important;
}
.blog h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.bigsquare {
  max-width: 40%;
  height: auto;
  flex: 0 0 40%;
  padding-top: 40%;
  display: grid;
  position: relative;
  border: 1px solid !important;
}
.bigsquare_blank {
  max-width: 40%;
  height: auto;
  flex: 0 0 40%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid !important;
}
.inner_square {
  max-width: 50%;
  flex: 0 0 50%;
  height: 50%;
  position: relative;
  border: 1px solid !important;
}
.v_rectangle {
  max-width: 20%;
  flex: 0 0 20%;
  padding-top: 40%;
  position: relative;
  border: 1px solid !important;
}
.img-grid-c {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
  padding: 2.5px;
  padding: 2rem;
}
.img-grid-c:hover {
  border-radius: 13rem;
  border-color: #F0EAD8 !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.intro2 h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #151015;
  font-size: 54px;
  line-height: 1.14815em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.Crew img {
  max-width: 100%;
}
.Crew .card-img-overlay {
  border-bottom: 1px solid;
  border-radius: 0 !important;
}
.Crew .card {
  -webkit-clip-path: inset(-1px);
  clip-path: inset(-1px);
  box-shadow: 0 0 0 1px #000;
  overflow: hidden;
  border-radius: 45px;
}
.Crew i.bi {
  color: #000;
}
section.news {
  border: 1px solid;
  border-radius: 60px 60px 60px 60px;
  background-color: #cbdec6;
}
.news_h2 {
  border-bottom: 1px solid;
  padding: 2.5%;
}
.news_h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #151015;
  font-size: 54px;
  line-height: 1.14815em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.p5_3 {
  padding: 2.5%;
}
section.news .card {
  background: #fbfaf5;
  border: 1px solid;
  border-radius: 15px;
}
.news.bg-size-cover {
  border: 1px solid;
  border-radius: 15px;
}
.news h3 a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #151015;
  font-size: 40px;
  line-height: 1.175em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-decoration: none;
}
.services .accordion-header button {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: .8em;
  -webkit-text-stroke: 1px #052c65;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  font-weight: bold;
  line-height: .8em;
}
.accordion-button:focus {
  box-shadow: none;
}
.Newsletter h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #151015;
  font-size: 54px;
  line-height: 1.14815em;
  margin: 5px 0;
}
.Newsletter input, footer input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 30px !important;
  border-style: solid !important;
  border-color: #565655 !important;
  border-width: 2spx;
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: .01em;
  font-size: 17px;
  font-weight: inherit;
  line-height: 25px;
  margin: 0 0 25px;
  outline: 0;
  padding: 14px 60px 17px 18px !important;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.ticker {
  background: #f1f7ed;
  background-image: url("Images/Mask-1.webp");
}
.input-group-append {
  position: absolute;
  right: 0;
}
.input-group-append button {
  border-radius: 42px;
  padding: 4px 5px;
  background-color: #ff5e15;
  color: #000;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.services .accordion-item {
  position: relative;
  background-color: #fff;
  border: 1px solid #052c65 !important;
  border-radius: 65px;
  padding: 35px 57px 60px;
  margin-top: -89px;
  overflow: hidden;
  transition: all .2s ease-out;
}
.services .accordion-body {
  padding: 57px 30px 60px;
  transition: all .2s ease-out;
}
footer {
  position: relative;
  background-color: #000;
  color: #fff;
  transition: all .2s ease-out;
}
footer ul li a {
  color: #fff !important;
  transition: all .2s ease-out;
}
.bg-blog {
  background-color: #F5F5F5
}
.accordion {
  counter-reset: section;
}
.accordion-item button::after {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 80px;
  padding: 25px;
  color: #000;
  line-height: .8em;
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  font-weight: bold;
  color: #ef4a24;
  transform: none;
  background-image: none;
}
.accordion-item button::after, .accordion-button:not(.collapsed)::after {
  transform: none;
  background-image: none;
  width: unset;
  height: unset;
}
.accordion-item .collapsed button::after {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-size: 0.5em;
  font-weight: bold;
  -webkit-text-fill-color: #052c65 !important;
  color: #ef4a24;
  transform: none;
  background-image: none;
}
.accordion-button {
  background-color: #fff0;
}
.accordion-button:hover {
  z-index: 0;
}
.accordion-button:not(.collapsed) {
  color: #052c65;
  -webkit-text-fill-color: #052c65 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.btn-outline-primary, .btn-primary {
  font-family: "Inter", sans-serif;
  color: #151015;
  border: 1px solid #151015;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.09091em;
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
  outline: 0;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
  padding: 8px 10px 8px 25px;
}
/* STYLING BUTTON */
.btn2 {
  background: transparent !important;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  width: 200px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.gray_cover {
  background: #011527 !important;
  color: #FFD68A !important;
}
.btn2__cover {
  background: #011527 !important;
  border: 2px solid #011527 !important;
  color: #FFD68A !important;
  padding: 0.5em 1em !important;
  transition: all 0.9s linear;
  z-index: 1;
  width: 100%;
}
.color_orange{color:#ff5e15 !important}
.btn-arrow:hover {
  transform: rotate(10deg);
  transition: transform 0.3s ease-in-out
}
.btn2__marquee {
  background: #FFD68A !important;
  border: 2px solid #F7BF81 !important;
  color: #A48663 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.swiper-slide:hover i {
  color: #ff5e15;
}
.btn2__marquee div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  animation: marquee 1.8s linear infinite;
}
.btn2:hover .btn2__cover {
  opacity: 0;
}
.btn2__marquee div span {
  float: left;
  width: 50%;
}
.marquee p {
  font-family: "Raleway", sans-serif;
  display: inline-block;
  font-size: 5.5rem;
  font-weight: 700;
  color: #f1f7ed;
  -webkit-text-fill-color: #ssssf1f7ed;
  -webkit-text-stroke: 1px #ff5e15;
}
/* MARQUEE ANIMATION */
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 30s linear infinite;
}
.marquee p {
  display: inline-block;
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-80%, 0, 0);
  }
}
@media(max-width:767px) {
  .smallsquare, .h_rectangle, .bigsquare, .bigsquare_blank, .v_rectangle, .inner_square {
    max-width: 100%;
    height: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid;
  }
  .img-grid-c {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
    object-fit: cover;
    object-position: center;
    padding: 2rem;
  }
	.wheel {
  min-width: 1100px;
  
}
img.horizontal-angle {
    display: none!important;
}
	.owl-buttons {
    width: 150%;
    left: -60px;
}
.slider-section {

  height: 80vh;

}	
}
@media(min-width:1000px) {
  html, body {
    overflow-x: unset;
  }
	.position-lg-absolute{position: absolute!important}
}