@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

*, html, body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 641px) and (min-width: 575px) {
  .res_btn_mobile {
    display: none;
  }
}
::selection {
  background: #FF001A;
  color: #f1f1f1;
}

::-webkit-scrollbar {
  width: 0.5em;
  scrollbar-color: red;
}

::-webkit-scrollbar-thumb {
  background-color: #FF001A;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex_align {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.flex_align2 {
  display: flex;
  align-items: center;
}

.place_item {
  display: grid;
  place-items: center;
}

section {
  background: #000;
  color: #030303;
}

.nandik-bg {
  background: transparent;
}

.nandik-sec {
  width: 100%;
  padding: 6em 1em;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .nandik-sec {
    padding: 5em 0;
  }
}
@media screen and (max-width: 991px) {
  .nandik-sec {
    padding: 4em 0;
  }
}
@media screen and (max-width: 575px) {
  .nandik-sec {
    padding: 3em 0;
  }
}

.overlay-block {
  position: relative;
}

.background-overlay {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.z_in {
  position: relative;
  z-index: 2;
}

.heading {
  font-size: 5em;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1399px) {
  .heading {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 1199px) {
  .heading {
    font-size: 4em;
  }
}
@media screen and (max-width: 575px) {
  .heading {
    font-size: 2.5em;
  }
}

.sub-text {
  font-size: 1em;
  font-weight: 600;
}

.title {
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .title {
    font-size: 3em;
  }
}
@media screen and (max-width: 575px) {
  .title {
    font-size: 2em;
  }
}

.title2 {
  font-size: 2.7em;
  line-height: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .title2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 575px) {
  .title2 {
    font-size: 1.8em;
  }
}

.title3 {
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .title3 {
    font-size: 1.8em;
  }
}

.title4 {
  font-size: 1.6em;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .title4 {
    font-size: 1.2em;
  }
}

.Atext {
  color: #686868;
  font-weight: normal;
  font-size: 16px;
  font-family: "poppins", sans-serif;
}

.titleT {
  font-size: 2.4em;
  font-weight: 700;
}

p {
  font-family: "poppins", sans-serif;
}

.text {
  font-family: "poppins", sans-serif;
  font-size: 1em;
  color: #DADADA;
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom: 14.4px;
}

._bold6 {
  font-weight: 600;
}

._bold5 {
  font-weight: 500;
}

._bold3 {
  font-weight: 300;
}

.designation {
  font-size: 13px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

input:focus, textarea:focus, select:focus, button:focus {
  box-shadow: none !important;
}

.owl-theme .owl-dots {
  transform: translateY(-33px) !important;
}
.owl-theme .owl-dots button span {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
}

@media screen and (max-width: 1199px) {
  .col-handle {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .col-handle {
    display: flex;
  }
}

._handle {
  flex-direction: column-reverse;
}

.navbar-toggler {
  border-color: #FF001A;
}
.navbar-toggler i {
  color: #FF001A;
  font-size: 22px;
  margin-top: 3px;
}

.black1 {
  color: #111;
}

.black2 {
  color: #222;
}

.animated_text {
  animation: colorChange 5s infinite; /* Change color every 5 seconds */
}

@keyframes colorChange {
  0% {
    color: #111; /* Dark red */
  }
  25% {
    color: #FF001A; /* Dark blue */
  }
  50% {
    color: #860703; /* Dark green */
  }
  75% {
    color: #CC6012; /* Dark orange */
  }
  100% {
    color: #BF8A3C; /* Dark purple */
  }
}
.animation_title {
  position: relative;
  padding-bottom: 0.7em;
  display: inline-block;
}
.animation_title::before, .animation_title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 50%;
  height: 1px;
  background: #686868;
  transform: translateX(-50%);
}
.animation_title::before {
  background-color: #FF001A;
  width: 15px;
  height: 15px;
  bottom: -7.5px;
  z-index: 999;
}

@keyframes drag {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
._grid_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  place-items: center;
}

._button {
  color: #FF001A;
  background-color: #fff;
  border: 2px solid #FF001A;
  border-radius: 0px;
  padding: 10px 30px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  ._button {
    font-size: 0.9em;
  }
}
._button:hover {
  transform: scale(0.9);
  color: #fff;
  background-color: #030303;
  border-color: #000;
}

._span {
  color: #FF001A;
  display: inline-block;
}

._button_black {
  background-color: #000;
  color: #fff;
}
._button_black:hover {
  transform: scale(0.99);
  background-color: #fff;
  color: #000;
  border-color: transparent;
}

.mission_btn {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FF001A;
  border-color: #FF001A;
}
.mission_btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.subscribe_btn {
  border-color: transparent;
  color: #000;
}

.themeBtn {
  border-color: #740A15;
  color: #740A15;
}

.primary2 {
  color: #740A15;
}

.get_start {
  background-color: #000;
  color: #fff;
  border-color: transparent;
}

@keyframes rippleAnimation {
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}
.header {
  background: #f7f7f7;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
}
.header nav {
  padding: 0;
}
.header nav .header-logo {
  max-width: 70px;
}
.header nav .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1399px) {
  .header nav .header-logo img {
    width: 70px;
  }
}
.header nav .collapse {
  position: relative;
}
.header nav ul {
  padding: 0 1em;
}
.header nav ul .nav-item {
  transition: all 0.5s linear;
}
.header nav ul .nav-item .nav-link {
  padding: 1.5em 15px !important;
  font-weight: 600;
  line-height: 1em;
  font-size: 1.1em;
  color: #030303;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .header nav ul .nav-item .nav-link {
    padding: 0.7em 15px !important;
  }
}
.header nav ul .nav-item .nav-link i {
  font-weight: normal;
  font-size: 11px;
}
.header nav ul .nav-item .nav-link i, .header nav ul .nav-item .nav-link:hover {
  color: #740A15;
}
.header nav ul .dropdown-list {
  transition: all 0.5s linear;
}
@media screen and (max-width: 991px) {
  .header nav ul .dropdown-list {
    position: relative;
  }
}
.header nav ul .dropdown-list ._dropdown-block {
  width: 100%;
  box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  padding: 2em 0;
  border-top-color: transparent;
  -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
  opacity: 0;
  display: none;
  transition: transform 0.4s ease;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .header nav ul .dropdown-list ._dropdown-block {
    position: static;
  }
}
.header nav ul .dropdown-list ._dropdown-block li {
  padding: 0;
}
.header nav ul .dropdown-list ._dropdown-block li:not(:last-child) {
  margin-bottom: 0.4em;
}
.header nav ul .dropdown-list ._dropdown-block li .nav-link {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 15px !important;
}
.header nav ul .dropdown-list ._dropdown-block li .nav-link img {
  height: 25px;
  padding-right: 0.5em;
  transition: 0.3s linear;
}
@media screen and (max-width: 991px) {
  .header nav ul .dropdown-list ._dropdown-block li .nav-link {
    padding: 0 0px !important;
    font-size: 15px;
  }
}
.header nav ul .dropdown-list ._dropdown-block li .nav-link:hover {
  color: #FF001A;
}
.header nav ul .dropdown-list ._dropdown-block li .nav-link:hover img {
  transform: rotateY(360deg) !important;
}
.header nav ul .dropdown-list:hover ._dropdown-block {
  opacity: 1;
  display: block;
}
.header nav form a {
  margin-right: 1em;
}

@media screen and (max-width: 991px) {
  .header_collapse {
    margin-bottom: 1em !important;
  }
}
.header_contec_what {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
  background: green;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0.2em 0.5em;
}
.header_contec_what img {
  animation: whatsapp 2s linear infinite;
  width: 30px;
}

@keyframes whatsapp {
  to {
    transform: rotate(0);
  }
  from {
    transform: rotate(-360deg);
  }
}
.progress-bar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.35em;
  z-index: 999;
  border-radius: 0;
}

.progress {
  border-radius: 0;
  height: 100%;
  background: #FF001A;
  width: 0%;
  transition: width 0.05s ease 0s;
}

.slide-1 {
  background: url("./../../assets/images/slider.png");
}

.hero-wrapper {
  position: relative;
  padding: 10em 0;
  width: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.hero-wrapper p,
.hero-wrapper .heading {
  color: #000;
}
@media screen and (max-width: 575px) {
  .hero-wrapper {
    padding: 4em 1em;
  }
}
.hero-wrapper p {
  margin-bottom: 36px;
}

.let-us-partner .let-partner-video-content {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .let-us-partner .let-partner-video-content {
    margin-top: 2em;
  }
}
.let-us-partner .let-partner-video-content img {
  width: 100%;
}

.skill-main {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.skill-main .skill-wrrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.skill-main .skill-wrrap .skill-name {
  font-size: 18px;
  font-weight: 700;
}
.skill-main .skill-wrrap .skill-bar {
  height: 3px;
}
.skill-main .skill-wrrap .skill-per {
  height: 3px;
  background: #fff;
  border-radius: 8px;
  width: 0;
  transition: 1s linear;
  position: relative;
}
.skill-main .skill-wrrap .skill-per:before {
  content: attr(per);
  position: absolute;
  padding: 4px 6px;
  color: #FF001A;
  font-size: 1em;
  border-radius: 4px;
  top: -35px;
  right: 0;
  transform: translateX(50%);
  font-weight: 500;
}

.cloud-card .cloud-card-item {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 30px;
  border: 1px solid #f5f5f5;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .cloud-card .cloud-card-item {
    padding: 40px 1em;
  }
}
.cloud-card .cloud-card-item:hover i {
  color: #FF001A;
}
.cloud-card .cloud-card-item .item-img {
  max-width: 70px;
}
.cloud-card .cloud-card-item .item-img img {
  width: 100%;
  height: auto;
}
.cloud-card .cloud-card-item h4 {
  padding: 60px 0 5px;
}
@media screen and (max-width: 1199px) {
  .cloud-card .cloud-card-item h4 {
    padding: 40px 0 5px;
  }
}
.cloud-card .cloud-card-item .arrow {
  margin-top: 20px;
  margin-left: 5px;
}
.cloud-card .cloud-card-item .arrow i {
  transition: all 0.4s ease;
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .cloud-card .cloud-card-item .arrow i {
    font-size: 25px;
  }
}

.world-leading {
  background: #090909;
}
.world-leading .leading-content-block {
  padding-left: 1em;
}
.world-leading .leading-carousel-block .digious-carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-block {
  background: #fff;
}
.why-choose-block .let-partner-content .sub-text {
  color: #740A15;
}
.why-choose-block .let-partner-content .title,
.why-choose-block .let-partner-content .text {
  color: #111 !important;
}
.why-choose-block .let-partner-content .title span,
.why-choose-block .let-partner-content .text span {
  color: #740A15;
}
.why-choose-block .why-choose-card img {
  width: 70%;
}

.case-studies-block .background-overlay {
  background-image: url("./../../assets/images/home/Overlay4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.case-studies-block .background-overlay::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 70%;
  width: 100%;
  background: linear-gradient(transparent, #000);
}
.case-studies-block .case-card-item {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-studies-block .case-card-item {
    width: 70%;
    margin: 0 auto;
  }
}
.case-studies-block .case-card-item::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 60%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.case-studies-block .case-card-item.active::before, .case-studies-block .case-card-item:hover::before {
  top: 0%;
}
.case-studies-block .case-card-item.active h4,
.case-studies-block .case-card-item.active button,
.case-studies-block .case-card-item.active .open_lightbox, .case-studies-block .case-card-item:hover h4,
.case-studies-block .case-card-item:hover button,
.case-studies-block .case-card-item:hover .open_lightbox {
  top: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.case-studies-block .case-card-item .case-card-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0px 30px 60px 30px;
}
.case-studies-block .case-card-item .case-card-content .open_lightbox {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF001A;
  border-radius: 100%;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: -100px;
  opacity: 0;
  visibility: hidden;
}
.case-studies-block .case-card-item .case-card-content .open_lightbox i {
  color: #FF001A;
}
.case-studies-block .case-card-item .case-card-content h4 {
  margin-bottom: 35px;
  font-weight: 22px;
  font-weight: 700;
  position: relative;
  transition: all 0.6s ease;
  top: 100px;
  opacity: 0;
  visibility: hidden;
}
.case-studies-block .case-card-item .case-card-content button {
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  top: 100px;
  opacity: 0;
  visibility: hidden;
}

.mission-protect {
  background-image: url("./../../assets/images/home/top-view-of-the-hands-of-a-programmer-on-his-lapto-8NPESTSa.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.mission-protect .mission-content {
  padding: 4em 1em;
}
.mission-protect .mission-image-block {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .mission-protect .mission-image-block {
    display: none;
  }
}
.mission-protect .mission-image-block img {
  width: 100%;
  height: auto;
}

.business-form .background-overlay {
  background-image: url("./../../assets/images/home/Overlay4.png");
  background-position: center center;
  background-size: contain;
  opacity: 0.2;
}
.business-form .busi-content-block h3 {
  margin-bottom: 34px;
}
@media screen and (max-width: 1399px) {
  .business-form .busi-content-block h3 {
    line-height: 1.2em;
  }
}
.business-form .busi-content-block p {
  margin-bottom: 24px;
}
.business-form .busi-content-block ul li {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.business-form .busi-content-block ul li i {
  color: #FF001A;
  padding-right: 0.5em;
}

.busi-form-block select,
.busi-form-block textarea,
.busi-form-block input {
  background: rgba(0, 0, 0, 0.6901960784);
  font-size: 1em;
  font-family: "poppins", sans-serif;
  padding: 10px 15px;
  -webkit-appearance: none;
  border: 1px solid #DADADA;
  color: white;
  border-radius: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.busi-form-block select::placeholder,
.busi-form-block textarea::placeholder,
.busi-form-block input::placeholder {
  color: #DADADA;
}
.busi-form-block select:focus,
.busi-form-block textarea:focus,
.busi-form-block input:focus {
  background: #040c16;
  border-color: #FF001A;
  color: white;
}
.busi-form-block .select-input {
  position: relative;
}
.busi-form-block .select-input .down-arrow {
  position: absolute;
  right: 24px;
  top: 40%;
  transform: translateY(-50%);
  color: #fff;
}

.pricing-section {
  background: #17263a;
}
.pricing-section .pricing-item-block {
  margin: 3%;
}
.pricing-section .pricing-item-block.bestseller .pricing-tag {
  visibility: visible;
}
.pricing-section .pricing-item-block .pricing-tag {
  background: #FF001A;
  padding: 1em;
  visibility: hidden;
}
.pricing-section .pricing-item-block .pricing-item {
  background: #040c16;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em 1em;
  position: relative;
}
.pricing-section .pricing-item-block .pricing-item.active, .pricing-section .pricing-item-block .pricing-item:hover {
  box-shadow: 0px 0px 35px 20px rgba(199, 1, 1, 0.43);
  background-position: -340px 0px;
}
.pricing-section .pricing-item-block .pricing-item.active .background-overlay, .pricing-section .pricing-item-block .pricing-item:hover .background-overlay {
  background-position: -340px 0px;
}
.pricing-section .pricing-item-block .pricing-item .background-overlay {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
}
.pricing-section .pricing-item-block .pricing-item .title,
.pricing-section .pricing-item-block .pricing-item .title4 {
  margin-bottom: 20px;
}
.pricing-section .pricing-item-block .pricing-item h6 {
  margin-bottom: 22px;
  font-weight: 600;
}
.pricing-section .pricing-item-block .pricing-item ul li {
  padding-bottom: 10px;
  font-weight: 300;
  color: #DADADA;
}

.testimonial-section .testimonail-item {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 50px 50px 0px 50px;
}
@media screen and (max-width: 767px) {
  .testimonial-section .testimonail-item {
    padding: 50px 15px 0px;
  }
}
.testimonial-section .testimonail-item ul li {
  display: inline-block;
  padding-right: 0.2em;
}
.testimonial-section .testimonail-item ul li i {
  color: #FF001A;
}
.testimonial-section .testimonail-item .content {
  margin: 30px 0;
}
.testimonial-section .testimonail-item .author-pic .avtar-pic {
  margin: 30px 30px 30px 0px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 100%;
}
.testimonial-section .testimonail-item .author-pic .avtar-pic img {
  width: 100%;
}
.testimonial-section .testimonail-item .author-pic .avtar-details h6 {
  color: #FF001A;
  margin-bottom: 0;
  font-weight: 800;
}
.testimonial-section .testimonail-item .author-pic .avtar-details p {
  margin-bottom: 0;
}

.latest-blog {
  background: #fff;
}
.latest-blog .blog-item {
  border: 1px solid #DADADA;
  background-color: #000;
  overflow: hidden;
}
.latest-blog .blog-item:hover .item-img img {
  transform: scale(1.05) rotate(2deg);
  opacity: 0.8;
}
.latest-blog .blog-item:hover h4 {
  color: #740A15;
}
.latest-blog .blog-item .item-img img {
  transition: all 0.4s ease;
}
.latest-blog .blog-item .item-body {
  padding: 15px 30px 30px 30px;
}
.latest-blog .blog-item .item-body h4 {
  line-height: 1.6em;
  transition: all 0.4s ease;
}
.latest-blog .blog-item .item-body p {
  margin: 15px 0px 30px 0px;
  font-weight: 300;
}

.happy_clients {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .happy_clients .card_br {
    padding-top: 1em;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .happy_clients .card_br:last-child {
    border-bottom-color: transparent;
  }
  .happy_clients .card_br:first-child {
    border-top-color: transparent;
  }
}
.happy_clients .card_br:not(:last-of-type) {
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.happy_clients .card-item:hover .iocn i {
  transform: scale(1.2);
  color: #FF001A;
}
.happy_clients .card-item .iocn i {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  color: #740A15;
  font-size: 35px;
}
.happy_clients .card-item .title2,
.happy_clients .card-item .counter-value {
  color: #111;
  padding: 0.5em 0 0 0;
}
.happy_clients .card-item .text {
  color: #444;
  font-weight: 600;
}

.input_select {
  position: relative;
}
.input_select .showError {
  position: absolute;
  color: red;
  font-size: 13px;
  bottom: -10px;
  margin-bottom: 0;
}

.service_sec {
  background: #fff;
}
.service_sec .service-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1.5em;
  border-radius: 10px;
  transition: 0.3s ease-in;
}
.service_sec .service-card .icon {
  text-align: center;
  display: grid;
  place-items: center;
  height: 100%;
}
.service_sec .service-card .icon img {
  width: 30%;
  transition: 0.5s 0.3s linear;
}
.service_sec .service-card .service-content .title5 {
  font-weight: 500;
  padding-top: 1em;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
}
.service_sec .service-card:hover {
  background-color: #FF001A;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.service_sec .service-card:hover img {
  transform: rotateY(360deg);
}
.service_sec .service-card:hover .title5 {
  color: white;
}

.technologies_sec {
  overflow: hidden;
}
.technologies_sec .technologies_row {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0 1.5em;
}
@media screen and (max-width: 575px) {
  .technologies_sec .technologies_row {
    gap: 0;
  }
  .technologies_sec .technologies_row h5 {
    display: none;
  }
}
.technologies_sec h5 {
  display: block ruby;
}
.technologies_sec .service-card {
  padding: 1em;
}
.technologies_sec .service-card:hover {
  background-color: rgb(167, 167, 167);
}
.technologies_sec .service-card .icon img {
  width: 60%;
}
.technologies_sec .owl-carousel .owl-stage-outer {
  padding: 1em 0 !important;
}

.portfolio_sec {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.portfolio_sec .container_folio .portfolio_item {
  padding: 4em 0;
}
.portfolio_sec .container_folio .portfolio_item .item-img {
  width: 100%;
}
.portfolio_sec .container_folio .portfolio_item .item-img img {
  width: 100%;
}
.portfolio_sec .container_folio .portfolio_item .item-content img {
  max-width: 200px;
}
.portfolio_sec .container_folio .portfolio_item .item-content h6 {
  padding: 2em 0;
  color: white;
}
.portfolio_sec .container_folio .portfolio_item .item-content .btn {
  color: #0C8F52;
  border-color: #0C8F52;
}
.portfolio_sec .container_folio .clover_item {
  background: linear-gradient(90deg, #0E1D34, #102546);
}
.portfolio_sec .container_folio .file_item {
  background: linear-gradient(90deg, #04233F, #052C49);
}
.portfolio_sec .container_folio .file_item .btn {
  color: #DD933C !important;
  border-color: #DD933C !important;
}
.portfolio_sec .container_folio .getme_item {
  background: linear-gradient(90deg, #729FD1, #1166AB);
}
.portfolio_sec .container_folio .getme_item .btn {
  color: #C82D17 !important;
  border-color: #C82D17 !important;
}
.portfolio_sec .container_folio .club_item {
  background: linear-gradient(90deg, #D47B15, #c16e10);
}
.portfolio_sec .container_folio .club_item .btn {
  color: #242258 !important;
  border-color: #242258 !important;
}
.portfolio_sec .container_folio .club_item .btn:hover {
  color: #fff !important;
}
.portfolio_sec .container_folio .hrms_item {
  background: linear-gradient(90deg, #7B1E28, #64141c);
}
.portfolio_sec .container_folio .hrms_item .btn {
  color: #1D2B36 !important;
  border-color: #1D2B36 !important;
}
.portfolio_sec .container_folio .hrms_item .btn:hover {
  color: #fff !important;
}
.portfolio_sec .container_folio .owl-dots {
  margin-top: 10px;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio_sec .container_folio .owl-dots .owl-dot {
  display: block;
  margin-bottom: 0.5em;
}
.portfolio_sec .container_folio .owl-dots .owl-dot.active span, .portfolio_sec .container_folio .owl-dots .owl-dot:hover span {
  background: #FE091C;
}
.portfolio_sec .container_folio .owl-dots .owl-dot span {
  border-radius: 0;
  width: 33px !important;
}

.page-header .heading span {
  color: #FF001A;
}
.page-header ul {
  gap: 30px;
}
.page-header ul li {
  position: relative;
}
.page-header ul li:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 2px;
  background-color: white;
}
.page-header ul li a {
  color: #fff;
  font-weight: 600;
}

.page-header-service {
  background: url("./../../assets/images/home/pages/customerservice.webp");
}

.page-header-about {
  background: url("./../../assets/images/home/pages/about.jpeg");
}

.page-header-team {
  background: url("./../../assets/images/home/pages/team.webp");
}

.page-header-contact {
  background: url("./../../assets/images/home/pages/contact-us.jpg");
}

.page-header-blog {
  background: url("./../../assets/images/home/pages/blog.jpg");
}

.page-header-single-post {
  background: url("./../../assets/images/home/pages/blog.jpg");
}
.page-header-single-post .post-title {
  font-size: 4em;
}
@media screen and (max-width: 991px) {
  .page-header-single-post .post-title {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .page-header-single-post .post-title {
    font-size: 2em;
  }
}

.page-header-toc {
  background: url("./../../assets/images/home/pages/terms-banner.jpg");
}

.page-header-privacy-policy {
  background: url("./../../assets/images/home/pages/privacy-policy-banner.jpg");
}

.page-header-refund {
  background: url("./../../assets/images/home/pages/refund.jpg");
}

.page-header-faq {
  background: url("./../../assets/images/home/pages/faq-banner.jpg");
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.out-team-section {
  background-color: #fff;
}
.out-team-section .team-card-item {
  position: relative;
  background: #000;
}
.out-team-section .team-card-item:hover .card-img img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.out-team-section .team-card-item .background-overlay {
  background-attachment: inherit;
}
.out-team-section .team-card-item .card-body {
  padding: 2em 2em;
}
.out-team-section .team-card-item .card-body h3 {
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.out-team-section .team-card-item .card-body h3::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  height: 100%;
  width: 5px;
}
.out-team-section .team-card-item .card-img {
  text-align: end;
}
.out-team-section .team-card-item .card-img img {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  transition-duration: 0.5s;
}

.map-section {
  line-height: 0;
}
.map-section iframe {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.map-section iframe:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.single-post {
  background-color: #040404;
}
.single-post .single-post-content .date-content ul {
  gap: 20px;
}
.single-post .single-post-content .date-content ul i {
  padding-right: 0.3em;
  color: #FF001A;
}
.single-post .single-post-content .date-content ul span {
  font-weight: 600;
}
.single-post .single-post-content .body-content p {
  line-height: 1.7em;
  font-weight: 300;
  margin-bottom: 1.5em;
}
.single-post .single-post-content .body-content .quote_right i {
  color: #FF001A;
  font-size: 60px;
  padding: 0 1em;
}
@media screen and (max-width: 991px) {
  .single-post .single-post-content .body-content .quote_right i {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .single-post-content .body-content .quote_right i {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .single-post .single-post-content .body-content .quote_right i {
    font-size: 20px;
  }
}

.sidebar-content {
  background: url("./../../assets/images/home/pages/sidebar.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar-content .overlay {
  padding: 2em;
}
.sidebar-content .overlay h4 {
  font-weight: 600;
}
.sidebar-content .overlay ul li {
  margin-bottom: 0.8em;
  font-weight: 700;
}
.sidebar-content .overlay ul li i {
  padding-right: 0.5em;
  color: #FF001A;
}
.sidebar-content .overlay ul li span {
  transition: 0.3s linear;
}
.sidebar-content .overlay ul li span:hover {
  color: #FF001A;
}

.toc_section {
  background: #fff;
}
.toc_section .policy-block {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.02), 0 8px 64px 0 rgba(0, 0, 0, 0.08);
  padding: 4em 0;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.toc_section .policy-block ul li {
  list-style-type: disc;
}
.toc_section .policy-block .roman li {
  list-style-type: lower-roman;
}
.toc_section .policy-block strong {
  color: #740A15;
}
.toc_section .policy-block h5 {
  margin-top: 1em;
}
.toc_section .policy-block h4 {
  font-weight: 600;
}
.toc_section .policy-block i,
.toc_section .policy-block h5,
.toc_section .policy-block h4,
.toc_section .policy-block li,
.toc_section .policy-block span,
.toc_section .policy-block p {
  color: #111;
}
.toc_section .policy-block p {
  padding-left: 0.5em;
  color: #444;
}

.error-page {
  height: calc(100vh - 100px);
  background: #040404;
}
.error-page .background-overlay {
  background: url(./../../assets/images/home/Background-6.png);
}
.error-page .heading {
  font-size: 250px;
}

.page-header {
  position: relative;
}
.page-header .erp-solution {
  background: url("../../assets/images/erp/erp-banner.png");
}
.page-header .business-intelligence {
  background: url("../../assets/images/bi/banner.png");
}
.page-header .artificial_solutions {
  background: url("../../assets/images/ai/banner.png");
}
.page-header .business-automation {
  background: url("../../assets/images/busi-auto/busi-banner.png");
}
.page-header .app-development {
  background: url("../../assets/images/app/app-banner2.png");
}
@media screen and (max-width: 1199px) {
  .page-header .app-development {
    background-position: left !important;
  }
}
.page-header .premium-solution {
  background: url("../../assets/images/premium-custom/premium-banner.png");
}
@media screen and (max-width: 1199px) {
  .page-header .premium-solution {
    background-position: center !important;
  }
}
.page-header .ui-design {
  background: url("../../assets/images/ux/ui-banner.png");
}
.page-header .web-development {
  background: url("../../assets/images/web/web-banner.png");
}
.page-header .iot-solutions {
  background: url("../../assets/images/iot/iot-banner.png");
}
.page-header .headerTop {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16em 0;
}
@media screen and (max-width: 1199px) {
  .page-header .headerTop {
    padding: 14em 0;
    background-position: right;
  }
}
@media screen and (max-width: 991px) {
  .page-header .headerTop {
    padding: 10em 0;
  }
}
@media screen and (max-width: 767px) {
  .page-header .headerTop {
    padding: 7em 0;
  }
}

.al-technology {
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .al-technology .pt-5 {
    padding-top: 1em !important;
  }
}

.we_offer {
  padding-top: 2em;
}
.we_offer .main-timeline {
  position: relative;
  padding: 25px 0;
}
.we_offer .main-timeline:before {
  content: "";
  background: linear-gradient(to right, #eee, #bbb, #eee);
  height: 100%;
  width: 1px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}
.we_offer .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.we_offer .main-timeline .timeline {
  width: 50%;
  padding: 0 0 30px 0;
  margin: 0 0 20px;
  float: left;
  position: relative;
  z-index: 1;
}
.we_offer .main-timeline .timeline:nth-child(even) {
  float: right;
  margin: 0 0 30px 10px;
}
.we_offer .main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 25px 100px 25px 25px;
}
.we_offer .main-timeline .timeline:nth-child(even) .timeline-content:before {
  right: auto;
  left: -7px;
}
.we_offer .main-timeline .timeline:nth-child(even) .timeline-content:after {
  transform: rotateY(180deg);
  right: auto;
  left: 0;
}
.we_offer .main-timeline .timeline:nth-child(even) .timeline-icon {
  right: 30px;
  left: auto;
}
.we_offer .main-timeline .timeline:nth-child(1) {
  --color1: #9C1245;
  --color2: #840B38;
}
.we_offer .main-timeline .timeline:nth-child(2) {
  --color1: #065382;
  --color2: #073B62;
}
.we_offer .main-timeline .timeline:nth-child(3) {
  --color1: #FE7A33;
  --color2: #E76621;
}
.we_offer .main-timeline .timeline:nth-child(4) {
  --color1: #17CAD9;
  --color2: #0FACBB;
}
.we_offer .main-timeline .timeline-content {
  color: #c4c5c7;
  background: var(--color1);
  padding: 25px 25px 25px 100px;
  border-radius: 50px 50px 50px;
  display: block;
  position: relative;
}
.we_offer .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.we_offer .main-timeline .timeline-content:before {
  content: "";
  background: var(--color2);
  height: 80px;
  width: 130px;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: -1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: transparent;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 2px solid var(--color2);
  transform: rotateX(30deg);
  bottom: -37px;
  right: -7px;
  clip-path: none;
}
.we_offer .main-timeline .timeline-content:after {
  content: "";
  background: var(--color2);
  height: 80px;
  width: 130px;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: -1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.we_offer .main-timeline .timeline-icon {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 30px;
}
.we_offer .main-timeline .timeline-icon img {
  width: 50px;
}
.we_offer .main-timeline .title {
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.we_offer .main-timeline .description {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .we_offer .main-timeline:before {
    transform: translateX(0) !important;
    left: 0 !important;
  }
  .we_offer .main-timeline .timeline {
    width: 100% !important;
    margin: 0 0 30px !important;
  }
  .we_offer .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 30px !important;
  }
  .we_offer .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 100px 25px 25px !important;
  }
  .we_offer .main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: -7px !important;
    right: auto !important;
  }
  .we_offer .main-timeline .timeline:nth-child(even) .timeline-content:after {
    transform: rotateY(180deg) !important;
    left: 0 !important;
    right: 0 !important;
  }
  .we_offer .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 30px !important;
    right: auto !important;
    top: 20px !important;
    transform: translateY(0) !important;
  }
  .we_offer .main-timeline .timeline-content {
    padding: 100px 25px 25px !important;
  }
  .we_offer .main-timeline .timeline-content:before {
    left: -7px !important;
    right: auto !important;
  }
  .we_offer .main-timeline .timeline-content:after {
    transform: rotateY(180deg) !important;
    left: 0 !important;
    right: 0 !important;
  }
  .we_offer .main-timeline .timeline-icon {
    left: 30px !important;
    right: auto !important;
    top: 20px !important;
    transform: translateY(0) !important;
  }
}

.faq_bg .accordion .accordion-item button[aria-expanded=true] {
  border-bottom-color: transparent;
}
.faq_bg .accordion-item {
  border: 1px solid #2C3145 !important;
  border-radius: 10px;
  margin-bottom: 1em;
}
.faq_bg button {
  font-size: 1em !important;
  padding: 0.7em 2em 0.7em 1em !important;
}
.faq_bg .accordion-title {
  color: #2C3145;
  font-weight: 600;
  padding: 0.5em 0 !important;
}
.faq_bg .icon {
  right: 7px !important;
  background-color: #2C3145 !important;
  border-color: transparent !important;
  left: auto !important;
}
.faq_bg .accordion-content p {
  padding-left: 2em;
  color: #686868;
  margin-top: 0 !important;
}

.lets_started {
  padding: 0;
  background: url("https://t4.ftcdn.net/jpg/02/82/55/19/360_F_282551951_DBLMrb8h8NUXDqAPUcfCeYUdUINB4UL7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.lets_started .overlay {
  padding: 6em 1em;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .lets_started .overlay {
    padding: 4em 1em;
  }
}
@media screen and (max-width: 767px) {
  .lets_started .overlay {
    padding: 3em 1em;
  }
}

.content-block-image {
  padding: 0;
}
.content-block-image .content_highlight {
  padding: 1em;
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.content-block-image .content_highlight p {
  margin-bottom: 0.5em;
  padding-left: 1em;
  display: inline-block;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .content-block-image .img-content {
    display: flex;
    justify-content: center;
  }
}
.content-block-image .img-content img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .content-block-image .img-content img {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .content-block-image .img-content img {
    width: 100%;
  }
}

.business_timeline .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.business_timeline .main-timeline .timeline {
  width: 50%;
  padding: 0 70px 0 0;
  margin: 0 5px 15px 0;
  float: left;
}
.business_timeline .main-timeline .timeline-content {
  color: #999;
  background: var(--main-color);
  min-height: 120px;
  padding: 0 30px 0 0;
  border-right: 2px solid var(--color1);
  display: block;
  position: relative;
  z-index: 1;
}
.business_timeline .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.business_timeline .main-timeline .timeline-content:before,
.business_timeline .main-timeline .timeline-content:after {
  content: "";
  background-color: var(--color2);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: 0;
}
.business_timeline .main-timeline .timeline-content:after {
  top: auto;
  bottom: 0;
}
.business_timeline .main-timeline .timeline-icon {
  color: #fff;
  background-color: var(--color1);
  font-size: 40px;
  text-align: center;
  line-height: 93px;
  height: 93px;
  width: 93px;
  border-radius: 30px;
  box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.2), -8px -8px 0 var(--color2);
  transform: translateY(-50%);
  position: absolute;
  right: -120px;
  top: 50%;
}
.business_timeline .main-timeline .timeline-year {
  font-size: 32px;
  font-weight: 300;
}
.business_timeline .main-timeline .title {
  color: var(--color1);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.business_timeline .main-timeline .description {
  color: #444;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.5px;
  margin: 0;
}
.business_timeline .main-timeline .timeline:nth-child(even) {
  padding: 0 0 0 70px;
  margin: 0 0 15px 5px;
  float: right;
}
.business_timeline .main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 0 0 0 30px;
  border-left: 2px solid var(--color1);
  border-right: none;
}
.business_timeline .main-timeline .timeline:nth-child(even) .timeline-content:before,
.business_timeline .main-timeline .timeline:nth-child(even) .timeline-content:after {
  right: auto;
  left: -5px;
}
.business_timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
  box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.2), 8px -8px 0 var(--color2);
  left: -120px;
  right: auto;
}
.business_timeline .main-timeline .timeline:nth-child(1) {
  --color1: #9C1245;
  --color2: #840B38;
}
.business_timeline .main-timeline .timeline:nth-child(2) {
  --color1: #D31C4C;
  --color2: #B11042;
}
.business_timeline .main-timeline .timeline:nth-child(3) {
  --color1: #EC431C;
  --color2: #C83011;
}
.business_timeline .main-timeline .timeline:nth-child(4) {
  --color1: #2486D9;
  --color2: #1D6CAE;
}
@media screen and (max-width: 767px) {
  .business_timeline .main-timeline .timeline,
  .business_timeline .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 115px 0 0;
    margin: 0 0 50px;
  }
  .business_timeline .main-timeline .timeline-content,
  .business_timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: center;
    padding: 15px 0 0 0;
    border: none;
    border-top: 2px solid var(--color1);
  }
  .business_timeline .main-timeline .timeline-content:before {
    right: auto;
    left: 0;
    top: -5px;
  }
  .business_timeline .main-timeline .timeline-content:after,
  .business_timeline .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0;
    top: -5px;
  }
  .business_timeline .main-timeline .timeline-icon,
  .business_timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(0) translateX(-50%);
    top: -115px;
    left: 50%;
  }
}

.business_Auto_timeline .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.business_Auto_timeline .main-timeline .timeline {
  width: 50%;
  margin: 0 5px 0 0;
  float: left;
}
.business_Auto_timeline .main-timeline .timeline-content {
  padding: 50px 80px 0 20px;
  display: block;
  position: relative;
}
.business_Auto_timeline .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.business_Auto_timeline .main-timeline .timeline-content:before {
  content: "";
  background: linear-gradient(to left, #155561, #0A8C99);
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.business_Auto_timeline .main-timeline .timeline-icon {
  background-color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 63px;
  width: 110px;
  height: 110px;
  border: 25px solid #09919E;
  border-radius: 50%;
  position: absolute;
  right: -55px;
  top: 0;
}
.business_Auto_timeline .main-timeline .timeline-icon i {
  color: #09919E;
}
.business_Auto_timeline .main-timeline .title {
  color: #09919E;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 7px;
}
.business_Auto_timeline .main-timeline .description {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px;
  margin: 0;
}
.business_Auto_timeline .main-timeline .timeline:nth-child(even) {
  margin: 0 0 0 5px;
  float: right;
}
.business_Auto_timeline .main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 50px 20px 0 80px;
}
.business_Auto_timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: -55px;
}
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
  background: linear-gradient(to right, #393e77, #5259AE);
}
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+2) .timeline-icon i,
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+2) .title {
  color: #5259AE;
  border-color: #5259AE;
}
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
  background: linear-gradient(to left, #146b7f, #16A0C1);
}
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+3) .timeline-icon i,
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+3) .title {
  color: #16A0C1;
  border-color: #16A0C1;
}
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+4) .timeline-content:before {
  background: linear-gradient(to right, #0b7a5e, #06ad83);
}
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+4) .timeline-icon i,
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.business_Auto_timeline .main-timeline .timeline:nth-child(4n+4) .title {
  color: #06ad83;
  border-color: #06ad83;
}
@media screen and (max-width: 767px) {
  .business_Auto_timeline .main-timeline .timeline,
  .business_Auto_timeline .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 30px;
  }
  .business_Auto_timeline .main-timeline .timeline-content,
  .business_Auto_timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 130px 20px 0 !important;
  }
  .business_Auto_timeline .main-timeline .timeline-content:before,
  .business_Auto_timeline .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: calc(100% - 55px);
    left: 0;
    right: auto;
  }
  .business_Auto_timeline .main-timeline .timeline:nth-child(even) .timeline-content:before {
    transform: rotateY(180deg);
  }
  .business_Auto_timeline .main-timeline .timeline-icon,
  .business_Auto_timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 0;
  }
}

.app-developemt-timeline .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.app-developemt-timeline .main-timeline .timeline {
  width: calc(50% + 1px);
  padding: 0 40px 0 0;
  float: left;
}
.app-developemt-timeline .main-timeline .timeline-content {
  background: #fff;
  padding: 25px 25px 15px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 100px;
  border: 1px solid #DDD;
  display: block;
  position: relative;
  z-index: 1;
}
.app-developemt-timeline .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.app-developemt-timeline .main-timeline .title {
  color: #fff;
  background-color: var(--main-color);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 15px 15px 15px 30px;
  margin: 0 -75px 15px 0;
  border-radius: 0 50px;
  position: relative;
  z-index: 1;
}
.app-developemt-timeline .main-timeline .description {
  color: #888;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 0 10px 30px;
}
.app-developemt-timeline .main-timeline .timeline-year {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.app-developemt-timeline .main-timeline .timeline:nth-child(even) {
  float: right;
  padding: 0 0 0 40px;
  margin: 0 0 0 10px;
}
.app-developemt-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
  border-radius: 100px 0;
}
.app-developemt-timeline .main-timeline .timeline:nth-child(even) .title {
  padding: 15px 15px 15px 100px;
  margin: 0 0 15px -75px;
  border-radius: 50px 0;
}
.app-developemt-timeline .main-timeline .timeline:nth-child(1) {
  --main-color: #EC431C;
}
.app-developemt-timeline .main-timeline .timeline:nth-child(2) {
  --main-color: #9453F7;
}
.app-developemt-timeline .main-timeline .timeline:nth-child(3) {
  --main-color: #CA52F8;
}
.app-developemt-timeline .main-timeline .timeline:nth-child(4) {
  --main-color: #6784FA;
}
@media screen and (max-width: 767px) {
  .app-developemt-timeline .main-timeline .timeline,
  .app-developemt-timeline .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 479px) {
  .app-developemt-timeline .main-timeline .timeline {
    padding: 0 20px 0 0;
  }
  .app-developemt-timeline .main-timeline .timeline:nth-child(even) {
    padding: 0 0 0 20px;
  }
  .app-developemt-timeline .main-timeline .timeline-content {
    padding: 15px;
  }
  .app-developemt-timeline .main-timeline .title {
    margin: 0 -45px 15px 0;
  }
  .app-developemt-timeline .main-timeline .timeline:nth-child(even) .title {
    margin: 0 0 15px -45px;
    padding-left: 75px;
  }
}

.premium-custom-solution-timeline .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.premium-custom-solution-timeline .main-timeline .timeline {
  width: calc(50% + 40px);
  padding: 20px 0 0;
  float: left;
}
.premium-custom-solution-timeline .main-timeline .timeline-content {
  background: linear-gradient(to right, var(--color1), var(--color2));
  text-align: center;
  padding: 0 85px 35px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  display: block;
  position: relative;
  z-index: 1;
}
.premium-custom-solution-timeline .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.premium-custom-solution-timeline .main-timeline .timeline-content:before {
  content: "";
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 70px;
  top: -20px;
  bottom: 20px;
  right: 70px;
  z-index: -1;
}
.premium-custom-solution-timeline .main-timeline .timeline-count {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 15px;
}
.premium-custom-solution-timeline .main-timeline .timeline-icon {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
.premium-custom-solution-timeline .main-timeline .title {
  color: var(--color1);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}
.premium-custom-solution-timeline .main-timeline .description {
  color: #555;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}
.premium-custom-solution-timeline .main-timeline .timeline:nth-child(even) {
  float: right;
  margin: 0 0 0 10px;
}
.premium-custom-solution-timeline .main-timeline .timeline:nth-child(even) .timeline-count {
  left: auto;
  right: 15px;
}
.premium-custom-solution-timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: 20px;
}
.premium-custom-solution-timeline .main-timeline .timeline:nth-child(1) {
  --color1: #FF970C;
  --color2: #FFAD32;
}
.premium-custom-solution-timeline .main-timeline .timeline:nth-child(2) {
  --color1: #FF4603;
  --color2: #FF8000;
}
.premium-custom-solution-timeline .main-timeline .timeline:nth-child(3) {
  --color1: #E6094E;
  --color2: #FF5792;
}
.premium-custom-solution-timeline .main-timeline .timeline:nth-child(4) {
  --color1: #0BB0F2;
  --color2: #5CD8FA;
}
@media screen and (max-width: 767px) {
  .premium-custom-solution-timeline .main-timeline .timeline,
  .premium-custom-solution-timeline .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .premium-custom-solution-timeline .main-timeline .timeline,
  .premium-custom-solution-timeline .main-timeline .timeline:nth-child(even) {
    padding: 0 15px;
  }
  .premium-custom-solution-timeline .main-timeline .timeline-content {
    padding: 75px 15px;
  }
  .premium-custom-solution-timeline .main-timeline .timeline-content:before {
    top: 60px;
    bottom: 60px;
    left: -15px;
    right: -15px;
  }
  .premium-custom-solution-timeline .main-timeline .timeline-icon,
  .premium-custom-solution-timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateX(-50%) translateY(0);
    top: auto;
    bottom: 4px;
    left: 50%;
    right: auto;
  }
  .premium-custom-solution-timeline .main-timeline .timeline-count,
  .premium-custom-solution-timeline .main-timeline .timeline:nth-child(even) .timeline-count {
    transform: translateX(-50%) translateY(0);
    top: auto;
    top: 6px;
    left: 50%;
    right: auto;
  }
}

.ui-design-timeline .main-timeline {
  position: relative;
}
.ui-design-timeline .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.ui-design-timeline .main-timeline:before {
  content: "";
  background-color: #000;
  height: 100%;
  width: 4px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}
.ui-design-timeline .main-timeline .timeline {
  width: 50%;
  padding: 3px 0;
  margin: 0 2px 0 0;
  float: left;
}
.ui-design-timeline .main-timeline .timeline-content {
  color: #777;
  padding: 0 130px 0 0;
  display: block;
  position: relative;
}
.ui-design-timeline .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.ui-design-timeline .main-timeline .timeline-content:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -10px;
  top: 50%;
}
.ui-design-timeline .main-timeline .timeline-icon {
  color: #fff;
  background-color: #FE553B;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 80px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
}
.ui-design-timeline .main-timeline .title {
  color: #FE553B;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
}
.ui-design-timeline .main-timeline .description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0;
  color: #777;
}
.ui-design-timeline .main-timeline .timeline:nth-child(even) {
  margin: 0 0 0 2px;
  float: right;
}
.ui-design-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 0 0 0 130px;
}
.ui-design-timeline .main-timeline .timeline:nth-child(even) .timeline-content:before {
  right: auto;
  left: -10px;
}
.ui-design-timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: 11px;
}
.ui-design-timeline .main-timeline .timeline:nth-child(4n+1) .timeline-icon {
  background-color: #FE553B;
}
.ui-design-timeline .main-timeline .timeline:nth-child(4n+1) .title {
  color: #FE553B;
}
.ui-design-timeline .main-timeline .timeline:nth-child(4n+2) .timeline-icon {
  background-color: #5CC33A;
}
.ui-design-timeline .main-timeline .timeline:nth-child(4n+2) .title {
  color: #5CC33A;
}
.ui-design-timeline .main-timeline .timeline:nth-child(4n+3) .timeline-icon {
  background-color: #FE3356;
}
.ui-design-timeline .main-timeline .timeline:nth-child(4n+3) .title {
  color: #FE3356;
}
.ui-design-timeline .main-timeline .timeline:nth-child(4n+4) .timeline-icon {
  background-color: #009B99;
}
.ui-design-timeline .main-timeline .timeline:nth-child(4n+4) .title {
  color: #009B99;
}
@media screen and (max-width: 767px) {
  .ui-design-timeline .main-timeline:before {
    transform: translateX(0);
    left: 23px;
  }
  .ui-design-timeline .main-timeline .timeline,
  .ui-design-timeline .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 20px;
  }
  .ui-design-timeline .main-timeline .timeline-content,
  .ui-design-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 0 0 150px;
  }
  .ui-design-timeline .main-timeline .timeline-content:before,
  .ui-design-timeline .main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: 0;
  }
  .ui-design-timeline .main-timeline .timeline-icon,
  .ui-design-timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 479px) {
  .ui-design-timeline .main-timeline .timeline-content,
  .ui-design-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 120px 0 0 25px;
  }
  .ui-design-timeline .main-timeline .timeline-content:before,
  .ui-design-timeline .main-timeline .timeline:nth-child(even) .timeline-content:before {
    transform: translateY(0);
    top: 43px;
  }
  .ui-design-timeline .main-timeline .timeline-icon,
  .ui-design-timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(0);
    top: 0;
  }
}

.web-development-timeline .main-timeline {
  overflow: hidden;
  position: relative;
}
.web-development-timeline .main-timeline .timeline {
  position: relative;
  margin-top: -105px;
}
.web-development-timeline .main-timeline .timeline:first-child {
  margin-top: 0;
}
.web-development-timeline .main-timeline .timeline:before,
.web-development-timeline .main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.web-development-timeline .main-timeline .timeline:before {
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: -8px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.web-development-timeline .main-timeline .timeline-icon {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #f44556;
  border-right-color: #f44556;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: rotate(45deg);
}
.web-development-timeline .main-timeline .year {
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  margin: auto;
  font-size: 30px;
  font-weight: bold;
  color: #f44556;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
}
.web-development-timeline .main-timeline .timeline-content {
  width: 35%;
  float: right;
  background: #f44556;
  padding: 30px 20px;
  margin: 50px 0;
  z-index: 1;
  position: relative;
}
.web-development-timeline .main-timeline .timeline-content:before {
  content: "";
  width: 20%;
  height: 15px;
  background: #f44556;
  position: absolute;
  top: 50%;
  left: -20%;
  z-index: -1;
  transform: translateY(-50%);
}
.web-development-timeline .main-timeline .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 10px 0;
}
.web-development-timeline .main-timeline .description {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0;
}
.web-development-timeline .main-timeline .timeline:nth-child(2n):before {
  box-shadow: 8px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
}
.web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-icon {
  transform: rotate(-135deg);
}
.web-development-timeline .main-timeline .timeline:nth-child(2n) .year {
  transform: rotate(135deg);
}
.web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-content {
  float: left;
}
.web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-content:before {
  left: auto;
  right: -20%;
}
.web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-top-color: #e97e2e;
  border-right-color: #e97e2e;
}
.web-development-timeline .main-timeline .timeline:nth-child(2n) .year {
  color: #e97e2e;
}
.web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-content,
.web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-content:before {
  background: #e97e2e;
}
.web-development-timeline .main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-top-color: #13afae;
  border-right-color: #13afae;
}
.web-development-timeline .main-timeline .timeline:nth-child(3n) .year {
  color: #13afae;
}
.web-development-timeline .main-timeline .timeline:nth-child(3n) .timeline-content,
.web-development-timeline .main-timeline .timeline:nth-child(3n) .timeline-content:before {
  background: #13afae;
}
.web-development-timeline .main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-top-color: #105572;
  border-right-color: #105572;
}
.web-development-timeline .main-timeline .timeline:nth-child(4n) .year {
  color: #105572;
}
.web-development-timeline .main-timeline .timeline:nth-child(4n) .timeline-content,
.web-development-timeline .main-timeline .timeline:nth-child(4n) .timeline-content:before {
  background: #105572;
}
@media only screen and (max-width: 1399px) {
  .web-development-timeline .main-timeline .timeline {
    margin-top: -129px;
  }
}
@media only screen and (max-width: 1199px) {
  .web-development-timeline .main-timeline .timeline {
    margin-top: -105px;
  }
  .web-development-timeline .main-timeline .timeline-content:before {
    left: -18%;
  }
  .web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    right: -18%;
  }
}
@media only screen and (max-width: 990px) {
  .web-development-timeline .main-timeline .timeline {
    margin-top: -153px;
  }
  .web-development-timeline .main-timeline .timeline-content:before {
    left: -2%;
  }
  .web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    right: -2%;
  }
}
@media only screen and (max-width: 767px) {
  .web-development-timeline .main-timeline .timeline {
    margin-top: 0;
    overflow: hidden;
  }
  .web-development-timeline .main-timeline .timeline:before,
  .web-development-timeline .main-timeline .timeline:nth-child(2n):before {
    box-shadow: none;
  }
  .web-development-timeline .main-timeline .timeline-icon,
  .web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-icon {
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
    transform: rotate(135deg);
  }
  .web-development-timeline .main-timeline .year,
  .web-development-timeline .main-timeline .timeline:nth-child(2n) .year {
    transform: rotate(-135deg);
  }
  .web-development-timeline .main-timeline .timeline-content,
  .web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 100%;
    float: none;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 25px 20px;
    margin: 0 auto;
  }
  .web-development-timeline .main-timeline .timeline-content:before,
  .web-development-timeline .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    width: 15px;
    height: 25px;
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
  }
}

.iot-timeline .main-timeline {
  position: relative;
  padding-top: 2em;
}
.iot-timeline .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.iot-timeline .main-timeline:before {
  content: "";
  background: linear-gradient(to right, #777 50%, #999 65%);
  height: 100%;
  width: 25px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}
.iot-timeline .main-timeline .timeline {
  width: calc(50% + 63px);
  margin: 0 0 30px;
  float: right;
  position: relative;
}
.iot-timeline .main-timeline .timeline-content {
  color: #666;
  background: linear-gradient(to left, #FF7F23 65%, #DF2947);
  text-align: center;
  min-height: 120px;
  padding: 20px 30px 20px 160px;
  border-radius: 100px;
  display: block;
  position: relative;
  z-index: 1;
}
.iot-timeline .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.iot-timeline .main-timeline .timeline-content:before {
  content: "";
  background: #fff;
  border-radius: 100px 0 0 100px;
  position: absolute;
  left: 130px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.iot-timeline .main-timeline .timeline-icon i {
  color: #DF2947;
}
.iot-timeline .main-timeline .timeline-icon {
  font-size: 45px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  top: 50%;
}
.iot-timeline .main-timeline .timeline-icon:before {
  content: "";
  background-color: #fff;
  border-radius: inherit;
  box-shadow: inherit;
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}
.iot-timeline .main-timeline .title {
  color: #DF2947;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.iot-timeline .main-timeline .description {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  color: #666;
}
.iot-timeline .main-timeline .timeline:nth-child(even) {
  float: left;
}
.iot-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 20px 160px 20px 30px;
}
.iot-timeline .main-timeline .timeline:nth-child(even) .timeline-content:before {
  border-radius: 0 100px 100px 0;
  left: 0;
  right: 130px;
}
.iot-timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 15px;
}
.iot-timeline .main-timeline .timeline:nth-child(4n+2) .timeline-content {
  background: linear-gradient(to right, #FDCC49 65%, #f74e00);
}
.iot-timeline .main-timeline .timeline:nth-child(4n+2) .timeline-icon i,
.iot-timeline .main-timeline .timeline:nth-child(4n+2) .title {
  color: #f74e00;
}
.iot-timeline .main-timeline .timeline:nth-child(4n+3) .timeline-content {
  background: linear-gradient(to left, #7EE6FC 65%, #378AE6);
}
.iot-timeline .main-timeline .timeline:nth-child(4n+3) .timeline-icon i,
.iot-timeline .main-timeline .timeline:nth-child(4n+3) .title {
  color: #378AE6;
}
.iot-timeline .main-timeline .timeline:nth-child(4n+4) .timeline-content {
  background: linear-gradient(to right, #AA84F1 65%, #4F29B0);
}
.iot-timeline .main-timeline .timeline:nth-child(4n+4) .timeline-icon i,
.iot-timeline .main-timeline .timeline:nth-child(4n+4) .title {
  color: #4F29B0;
}
@media screen and (max-width: 767px) {
  .iot-timeline .main-timeline:before {
    display: none;
  }
  .iot-timeline .main-timeline .timeline {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .iot-timeline .main-timeline .timeline-content,
  .iot-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 145px 20px 20px;
    border-radius: 50px;
  }
  .iot-timeline .main-timeline .timeline-content:before,
  .iot-timeline .main-timeline .timeline:nth-child(even) .timeline-content:before {
    top: 125px;
    right: 0;
    left: 0;
    border-radius: inherit;
  }
  .iot-timeline .main-timeline .timeline-icon,
  .iot-timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(0) translateX(-50%);
    left: 50%;
    top: 10px;
    right: auto;
  }
}

.accordion .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #FF001A;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: transparent;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #FF001A;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #FF001A;
  border: 1px solid #FF001A;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 2em;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #FF001A;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.faq-section .faq-content {
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.faq-section .faq-content ul li {
  transition: 0.3s ease-in;
  margin-bottom: 0.4em;
}
.faq-section .faq-content ul li i {
  padding-right: 0.5em;
}
.faq-section .faq-content ul li:hover {
  padding-left: 0.5em;
}
.faq-section .faq-content ul li:hover i {
  color: #FF001A;
}
.faq-section .faq-content-images {
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.faq-section .faq-content-images:hover img {
  transform: scale(1.2) rotate(5deg);
}
.faq-section .faq-content-images img {
  height: 100%;
  width: auto;
  transition: 0.5s ease-in-out;
}

footer {
  background-color: #d9d9d9;
  padding-bottom: 0 !important;
}
footer .nandik-footer-logo .nandik-img {
  margin-bottom: 20px;
}
footer .nandik-footer-logo p {
  color: #111;
  font-weight: 500;
}
footer .nandik-widget .title3 {
  margin-bottom: 20px;
  color: #740A15;
}
footer .nandik-widget ul li {
  display: flex;
  gap: 10px;
}
footer .nandik-widget ul li i {
  color: #740A15;
  padding-right: 10px;
  line-height: inherit;
  display: inline-block;
}
footer .nandik-widget ul li a {
  color: #111;
  display: block;
  margin-bottom: 0.2em;
  line-height: 1.8em;
  font-weight: 500;
}
footer .nandik-widget ul li a:hover {
  color: #740A15;
}
footer .nandik-widget ul li a span {
  color: #111;
}
footer .nandik-copyright {
  border-top: 1px solid #111;
}
@media screen and (max-width: 575px) {
  footer .nandik-copyright .social-media-icon {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
footer .nandik-copyright .social-media-icon ul li {
  display: contents;
  gap: 20px;
}
footer .nandik-copyright .social-media-icon ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100%;
  display: inline-flex;
}
footer .nandik-copyright .social-media-icon ul li a i {
  color: #740A15;
}
footer .nandik-copyright .social-media-icon ul li a i:hover {
  color: #000;
}
footer .nandik-copyright .copyright-text a, footer .nandik-copyright .copyright-text p {
  color: #111;
}
@media screen and (max-width: 575px) {
  footer .nandik-copyright .copyright-text {
    text-align: center !important;
  }
}/*# sourceMappingURL=styles.css.map */

/* Portfolio Section */
    #portfolio {
      padding: 60px 0;
    }

    /* Filter buttons */
    #portfolio-flters {
      padding: 0;
      margin: 0 auto 40px auto;
      list-style: none;
      text-align: center;
    }

    #portfolio-flters li {
      cursor: pointer;
      margin: 5px;
      padding: 8px 20px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 500;
      color: #333;
      background: #fff;
      border: 1px solid #0dcaf0;
      transition: all 0.3s ease-in-out;
      display: inline-block;
    }

    #portfolio-flters li.active,
    #portfolio-flters li:hover {
      background: #0dcaf0;
      color: #fff;
    }

    /* Portfolio Grid */
    .portfolio-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .portfolio-item {
      position: relative;
      margin: 10px;
      flex: 0 0 30%;
      overflow: hidden;
      border-radius: 10px;
      opacity: 0;
      transform: scale(0.9);
      transition: all 0.6s ease;
    }

    .portfolio-item.show {
      opacity: 1;
      transform: scale(1);
    }

    .portfolio-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
      transition: all 0.4s ease;
    }

    /* Hover Overlay */
    .portfolio-btn {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: 0.4s;
      background: rgba(13, 202, 240, 0.95);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
    }

    .portfolio-item:hover .portfolio-btn {
      opacity: 1;
    }

    .portfolio-btn i {
      font-size: 50px;
      color: #fff;
      transform: scale(0.8);
      transition: transform 0.3s ease;
    }

    .portfolio-btn:hover i {
      transform: scale(1.2);
    }

    /* Responsive */
    @media (max-width: 991px) {
      .portfolio-item {
        flex: 0 0 48%;
      }
    }

    @media (max-width: 575px) {
      .portfolio-item {
        flex: 0 0 100%;
      }
    }