/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: MD THAHERIL ISLAM
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6c6a72; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a {
  text-decoration: none;
  transition: all linear 0.3s; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  color: #1d1729;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6c6a72;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.slick-slide {
  outline: 0; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 50px;
  font-size: 14px;
  line-height: 60px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #5f2dee;
  position: relative;
  z-index: 10;
  overflow: hidden;
  letter-spacing: 1.5px; }
  .main-btn::before {
    position: absolute;
    content: '';
    background-color: #b882fc;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1; }
  .main-btn:hover {
    background-color: #fff;
    color: #5f2dee;
    border-color: #5f2dee; }
    .main-btn:hover::before {
      height: 400px;
      opacity: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding-left: 0;
    padding-top: 20px; } }
@media (max-width: 767px) {
  .section-title {
    padding-left: 0;
    padding-top: 20px; } }
.section-title span {
  color: #5f2dee;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 26px; }
  .section-title span::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #5f2dee;
    width: 16px; }
.section-title .title {
  font-size: 45px;
  color: #1d1729;
  margin-top: 8px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title .title {
      font-size: 36px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 26px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
      font-size: 30px; } }
.section-title p {
  font-weight: 500;
  color: #b0a9c0;
  line-height: 20pt; }
.section-title.section-title-2 .title {
  color: #fff; }

/*===========================
    2.HEADER css 
===========================*/
.infetech-header-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99; }
  .infetech-header-area .templates-logo {
    background: #1d1729;
    padding: 42px 80px;
    height: 100%; }
    @media (max-width: 767px) {
      .infetech-header-area .templates-logo {
        width: 100%;
        padding: 10px 0px;
        text-align: center; } }
    .infetech-header-area .templates-logo img {
      max-width: 160px; }
  .infetech-header-area .header-wrapper {
    display: flex;
    column-gap: 50px; }
    @media (max-width: 767px) {
      .infetech-header-area .header-wrapper {
        display: block; } }
  .infetech-header-area .header-box {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-header-area .header-box {
        display: flex;
        align-items: center; } }
    @media (max-width: 767px) {
      .infetech-header-area .header-box {
        display: flex;
        align-items: center; } }
    .infetech-header-area .header-box .header-topbar {
      border-bottom: 1px solid #e4e0ee; }
      @media only screen and (min-width: 10px) and (max-width: 992px) {
        .infetech-header-area .header-box .header-topbar {
          display: none; } }
      .infetech-header-area .header-box .header-topbar .header-topbar-text p {
        font-size: 14px;
        font-weight: 500;
        color: #6c6a72; }
        @media only screen and (min-width: 10px) and (max-width: 1600px) {
          .infetech-header-area .header-box .header-topbar .header-topbar-text p {
            font-size: 13px; } }
  .infetech-header-area.infetech-header-area-5 {
    top: 30px; }
    .infetech-header-area.infetech-header-area-5 .header-wrapper {
      background: #fff;
      margin-left: -60px;
      margin-right: -60px;
      box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .infetech-header-area.infetech-header-area-5 .header-wrapper {
          margin-left: -0px;
          margin-right: -0px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .infetech-header-area.infetech-header-area-5 .header-wrapper {
          margin-left: -0px;
          margin-right: -0px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-header-area.infetech-header-area-5 .header-wrapper {
          margin-left: -0px;
          margin-right: -0px; } }
      @media (max-width: 767px) {
        .infetech-header-area.infetech-header-area-5 .header-wrapper {
          margin-left: -0px;
          margin-right: -0px; } }
      .infetech-header-area.infetech-header-area-5 .header-wrapper .templates-logo {
        padding: 28px 60px; }
        @media (max-width: 767px) {
          .infetech-header-area.infetech-header-area-5 .header-wrapper .templates-logo {
            padding: 10px 0; } }
      @media (max-width: 767px) {
        .infetech-header-area.infetech-header-area-5 .header-wrapper .header-box {
          padding: 10px 0; } }
      .infetech-header-area.infetech-header-area-5 .header-wrapper .header-box .header-main-nav {
        height: auto; }
        .infetech-header-area.infetech-header-area-5 .header-wrapper .header-box .header-main-nav .header-main-nav-box > ul > li {
          padding: 36px 0;
          margin-right: 45px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .infetech-header-area.infetech-header-area-5 .header-wrapper .header-box .header-main-nav .header-main-nav-box > ul > li {
              margin-right: 20px; } }
        .infetech-header-area.infetech-header-area-5 .header-wrapper .header-box .header-main-nav .header-main-info .header-mini-btn::before {
          right: inherit;
          left: -30px; }
    .infetech-header-area.infetech-header-area-5.header-sticky.sticky {
      box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); }
      .infetech-header-area.infetech-header-area-5.header-sticky.sticky .header-wrapper {
        box-shadow: none; }

.header-topbar-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .header-topbar-info-wrapper .header-topbar-info {
    margin-right: 38px; }
    @media only screen and (min-width: 1600px) and (max-width: 1845px) {
      .header-topbar-info-wrapper .header-topbar-info {
        margin-right: 20px; } }
    @media only screen and (min-width: 10px) and (max-width: 1600px) {
      .header-topbar-info-wrapper .header-topbar-info {
        display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-topbar-info-wrapper .header-topbar-info {
        margin-right: 15px; } }
    .header-topbar-info-wrapper .header-topbar-info ul {
      display: flex;
      align-items: center;
      column-gap: 30px; }
      .header-topbar-info-wrapper .header-topbar-info ul li {
        font-size: 14px;
        font-weight: 500;
        color: #6c6a72; }
        @media only screen and (min-width: 1600px) and (max-width: 1845px) {
          .header-topbar-info-wrapper .header-topbar-info ul li {
            font-size: 13px; } }
        .header-topbar-info-wrapper .header-topbar-info ul li i {
          color: #b882fc;
          padding-right: 10px; }
  .header-topbar-info-wrapper .header-topbar-social {
    background: #f4f2f9;
    padding: 9px 80px; }
    @media only screen and (min-width: 1600px) and (max-width: 1845px) {
      .header-topbar-info-wrapper .header-topbar-social {
        padding: 9px 30px; } }
    @media only screen and (min-width: 10px) and (max-width: 1600px) {
      .header-topbar-info-wrapper .header-topbar-social {
        padding: 9px 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-topbar-info-wrapper .header-topbar-social {
        padding: 9px 15px; } }
    .header-topbar-info-wrapper .header-topbar-social ul {
      display: flex;
      align-items: center;
      column-gap: 25px; }
      .header-topbar-info-wrapper .header-topbar-social ul li a {
        font-size: 14px;
        color: #fff; }

.header-main-nav {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-nav {
      width: 100%;
      justify-content: flex-end; } }
  @media (max-width: 767px) {
    .header-main-nav {
      width: 100%;
      justify-content: flex-end;
      height: 62px;
      justify-content: center; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main-nav-box {
    display: none; } }
@media (max-width: 767px) {
  .header-main-nav-box {
    display: none; } }
.header-main-nav-box ul li {
  display: inline-block;
  margin-right: 45px;
  position: relative;
  padding: 27px 0; }
  @media only screen and (min-width: 10px) and (max-width: 1450px) {
    .header-main-nav-box ul li {
      margin-right: 20px; } }
  .header-main-nav-box ul li a {
    font-weight: 500;
    color: #6c6a72;
    font-size: 16px;
    position: relative; }
    @media only screen and (min-width: 10px) and (max-width: 1300px) {
      .header-main-nav-box ul li a {
        font-size: 14px; } }
    .header-main-nav-box ul li a::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 2px;
      width: 0px;
      background: #5f2dee;
      transition: all linear 0.3s; }
    .header-main-nav-box ul li a:hover {
      color: #1d1729; }
      .header-main-nav-box ul li a:hover::before {
        width: 16px; }
  .header-main-nav-box ul li .sub-menu {
    position: absolute;
    left: 0px;
    top: 110%;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-top: 0;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-main-nav-box ul li .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -ms-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0; } }
    @media (max-width: 767px) {
      .header-main-nav-box ul li .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -ms-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0; } }
    .header-main-nav-box ul li .sub-menu > li {
      position: relative;
      display: block;
      margin-right: 0;
      padding: 0; }
      .header-main-nav-box ul li .sub-menu > li a {
        display: block;
        padding: 10px 24px;
        margin: 0;
        position: relative;
        color: #1d1729;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        border-radius: 0;
        margin: 0 0;
        line-height: 30px;
        border-top: 1px solid #e4e0ee; }
        .header-main-nav-box ul li .sub-menu > li a::before {
          display: none; }
        .header-main-nav-box ul li .sub-menu > li a i {
          float: right;
          font-size: 14px;
          margin-top: 5px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-main-nav-box ul li .sub-menu > li a i {
              display: none; } }
          @media (max-width: 767px) {
            .header-main-nav-box ul li .sub-menu > li a i {
              display: none; } }
      .header-main-nav-box ul li .sub-menu > li .sub-menu {
        right: auto;
        left: 100%;
        top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-main-nav-box ul li .sub-menu > li .sub-menu {
            padding-left: 30px; } }
        @media (max-width: 767px) {
          .header-main-nav-box ul li .sub-menu > li .sub-menu {
            padding-left: 30px; } }
        .header-main-nav-box ul li .sub-menu > li .sub-menu li:hover .sub-menu {
          top: 0 !important; }
      .header-main-nav-box ul li .sub-menu > li:hover .sub-menu {
        top: 0%;
        opacity: 1;
        visibility: visible; }
      .header-main-nav-box ul li .sub-menu > li:hover > a {
        background-color: #404040;
        color: #fff !important; }
  .header-main-nav-box ul li:hover > a {
    color: #404040;
    font-weight: 500; }
    .header-main-nav-box ul li:hover > a::before {
      opacity: 1; }
  .header-main-nav-box ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%; }

.header-main-info {
  display: flex;
  align-items: center; }
  .header-main-info .header-main-info-contact {
    position: relative;
    padding-left: 68px;
    margin-right: 80px; }
    @media only screen and (min-width: 10px) and (max-width: 1450px) {
      .header-main-info .header-main-info-contact {
        margin-right: 20px; } }
    @media only screen and (min-width: 10px) and (max-width: 1200px) {
      .header-main-info .header-main-info-contact {
        display: none; } }
    .header-main-info .header-main-info-contact .icon {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      background: #5f2dee;
      border-radius: 50%; }
    .header-main-info .header-main-info-contact .content {
      display: flex;
      flex-direction: column; }
      .header-main-info .header-main-info-contact .content span {
        font-size: 13px;
        font-weight: 500;
        color: #6c6a72; }
      .header-main-info .header-main-info-contact .content a {
        font-size: 18px;
        font-weight: 500;
        color: #1d1729; }
  .header-main-info .header-mini-btn {
    margin-right: 30px;
    position: relative; }
    @media only screen and (min-width: 10px) and (max-width: 1200px) {
      .header-main-info .header-mini-btn {
        margin-right: 0; } }
    .header-main-info .header-mini-btn::before {
      position: absolute;
      content: '';
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 50px;
      background: #e4e0ee; }
      @media only screen and (min-width: 10px) and (max-width: 1200px) {
        .header-main-info .header-mini-btn::before {
          display: none; } }
    .header-main-info .header-mini-btn ul {
      display: flex;
      align-items: center; }
      .header-main-info .header-mini-btn ul li a {
        font-size: 20px;
        color: #1d1729;
        margin-right: 30px; }
        @media (max-width: 767px) {
          .header-main-info .header-mini-btn ul li a {
            margin-right: 50px; } }
      @media (max-width: 767px) {
        .header-main-info .header-mini-btn ul li:last-child a {
          margin-right: 0; } }
    .header-main-info .header-mini-btn .toggle-bar {
      display: none; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-main-info .header-mini-btn .toggle-bar {
          display: inline-block; } }
      @media (max-width: 767px) {
        .header-main-info .header-mini-btn .toggle-bar {
          display: inline-block; } }

/*** 

====================================================================
    Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */ }

.sidenav-bar-visible .search-popup {
  width: 80%; }

.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../images/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: ""; }

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0; }

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #b882fc;
  width: 70px;
  cursor: pointer;
  font-family: "flaticon";
  border-bottom: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden; }

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #fff; }

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms; }

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #1d1729;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms; }

.search-popup .form-group {
  position: relative;
  margin: var(--margin-zero);
  overflow: hidden; }

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #1d1729;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: 0; }

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #1d1729;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 0; }

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #1d1729; }

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #1d1729; }

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #fff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.search-popup .close-search.style-two span {
  font-size: 20px;
  color: #fff; }

.main-header .sticky-header .search-box-btn {
  float: left;
  cursor: pointer;
  padding: 27px 0px;
  font-size: 18px;
  color: #1d1729;
  margin-left: 25px; }

.main-header .mobile-menu .menu-box .mCSB_scrollTools {
  width: 3px; }

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0; }
  .off_canvars_overlay.active {
    opacity: .5;
    visibility: visible; }

.offcanvas_menu {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
      display: block; } }
  @media (max-width: 767px) {
    .offcanvas_menu {
      display: block; } }

.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 15px 30px;
  overflow-y: auto; }
  .offcanvas_menu_wrapper.active {
    margin-left: 0; }
  .offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto; }
  .offcanvas_menu_wrapper .header-btn {
    margin-bottom: 30px; }
    .offcanvas_menu_wrapper .header-btn a {
      color: #1d1729; }
      .offcanvas_menu_wrapper .header-btn a:hover {
        color: #1d1729; }

.offcanvas_main_menu li {
  position: relative; }
  .offcanvas_main_menu li:last-child {
    margin: 0; }
  .offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0; }
  .offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #1d1729;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .offcanvas_main_menu li a:hover {
      color: #b882fc; }
  .offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px; }

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  .offcanvas_footer span a {
    font-size: 14px;
    color: #1d1729;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .offcanvas_footer span a:hover {
      color: #b882fc; }

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px; }
  .canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #1d1729;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .canvas_close a:hover {
      background: #b882fc;
      border-color: #b882fc;
      color: #fff; }

.canvas_open a {
  font-size: 26px;
  width: 50px;
  height: 42px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #232323;
  color: #1d1729;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .canvas_open a:hover {
    color: #b882fc;
    border-color: #b882fc; }

.offcanvas-social {
  margin-bottom: 40px; }
  .offcanvas-social ul li {
    display: inline-block; }
    .offcanvas-social ul li a {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      color: #b882fc;
      border: 1px solid #eaeaea;
      border-radius: 50%;
      margin: 0 5px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .offcanvas-social ul li a:hover {
        background: #b882fc;
        border-color: #b882fc;
        color: #fff; }

.infetech-header-area-2 .header-topbar-layout-2 {
  background: #1d1729;
  position: relative;
  z-index: 20; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-header-area-2 .header-topbar-layout-2 {
      display: none; } }
  @media (max-width: 767px) {
    .infetech-header-area-2 .header-topbar-layout-2 {
      display: none; } }
  .infetech-header-area-2 .header-topbar-layout-2 .header-topbar-text {
    padding-left: 60px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .infetech-header-area-2 .header-topbar-layout-2 .header-topbar-text {
        padding-left: 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .infetech-header-area-2 .header-topbar-layout-2 .header-topbar-text {
        padding-left: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-header-area-2 .header-topbar-layout-2 .header-topbar-text {
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .infetech-header-area-2 .header-topbar-layout-2 .header-topbar-text {
        padding-left: 15px; } }
    .infetech-header-area-2 .header-topbar-layout-2 .header-topbar-text p {
      color: #b0a9c0;
      font-weight: 500;
      font-size: 14px; }
  .infetech-header-area-2 .header-topbar-layout-2 .header-topbar-info-wrapper .header-topbar-info {
    display: block; }
    .infetech-header-area-2 .header-topbar-layout-2 .header-topbar-info-wrapper .header-topbar-info ul li {
      color: #b0a9c0;
      font-size: 14px;
      font-weight: 500; }
  .infetech-header-area-2 .header-topbar-layout-2 .header-topbar-info-wrapper .header-topbar-social {
    background: #15101e; }
    .infetech-header-area-2 .header-topbar-layout-2 .header-topbar-info-wrapper .header-topbar-social ul li a {
      font-size: 18px;
      color: #fff; }
.infetech-header-area-2 .header-main-nav-layout-2 {
  position: absolute;
  left: 0;
  top: 44px;
  right: 0;
  z-index: 30;
  padding: 30px 60px;
  border-bottom: 1px solid #ffffff2e; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .infetech-header-area-2 .header-main-nav-layout-2 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-header-area-2 .header-main-nav-layout-2 {
      top: 0; } }
  @media (max-width: 767px) {
    .infetech-header-area-2 .header-main-nav-layout-2 {
      top: 0;
      padding: 10px 60px; } }
  .infetech-header-area-2 .header-main-nav-layout-2 .logo-white img {
    width: 160px; }
  .infetech-header-area-2 .header-main-nav-layout-2 .header-main-nav-box ul li {
    padding: 0; }
    .infetech-header-area-2 .header-main-nav-layout-2 .header-main-nav-box ul li a {
      color: #fff; }
      .infetech-header-area-2 .header-main-nav-layout-2 .header-main-nav-box ul li a::before {
        background: #fff; }
    .infetech-header-area-2 .header-main-nav-layout-2 .header-main-nav-box ul li .sub-menu li a {
      color: #1d1729; }
  .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info {
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info {
        justify-content: center;
        margin-top: 20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info .header-mini-btn {
        margin-right: 15px; } }
    .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info .header-mini-btn ul li a {
      color: #fff; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info .header-mini-btn ul li a {
          margin-right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info .header-mini-btn ul li:nth-child(2) a {
        margin-right: 0; } }
    .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info .header-mini-btn::before {
      background: #ffffff2e; }
    .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info .header-main-info-contact {
      margin-right: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info .header-main-info-contact {
          padding-left: 60px; } }
      .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info .header-main-info-contact .content a {
        color: #fff;
        white-space: nowrap; }
      .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info .header-main-info-contact .content span {
        color: #fff;
        opacity: 0.5; }
      .infetech-header-area-2 .header-main-nav-layout-2 .header-main-info .header-main-info-contact .icon {
        background: #fff; }
.infetech-header-area-2.infetech-header-area-3 .top-line {
  height: 5px;
  width: 100%;
  background: #b882fc;
  position: absolute;
  z-index: 199;
  left: 0;
  top: 0; }
  .infetech-header-area-2.infetech-header-area-3 .top-line::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 5px;
    width: 50%;
    background: #5f2dee; }
.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 {
  top: 5px;
  background: #fff;
  padding: 25px 60px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); }
  .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2.header-main-nav-layout-4 {
    top: 45px;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #e4e0ee; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2.header-main-nav-layout-4 {
        top: 0; } }
    @media (max-width: 767px) {
      .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2.header-main-nav-layout-4 {
        top: 0; } }
  .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .logo-white {
    text-align: left; }
    @media (max-width: 767px) {
      .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .logo-white {
        text-align: center; } }
  .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-nav-box ul li a {
    color: #6c6a72; }
    .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-nav-box ul li a::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 2px;
      width: 0px;
      background: #5f2dee;
      transition: all linear 0.3s; }
    .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-nav-box ul li a:hover {
      color: #1d1729; }
      .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-nav-box ul li a:hover::before {
        width: 16px; }
  .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-mini-btn ul li a {
    color: #1d1729; }
  .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-mini-btn::before {
    background: #e4e0ee; }
  .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-main-info-contact .icon {
    background: #5f2dee; }
  .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-main-info-contact .content span {
    color: #6c6a72; }
  .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-main-info-contact .content a {
    color: #1d1729; }

@media (min-width: 768px) {
  .header-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    animation: sticky  1s; }

  @-webkit-keyframes sticky {
    0% {
      top: -200px; }
    100% {
      top: 0; } }
  @keyframes sticky {
    0% {
      top: -200px; }
    100% {
      top: 0; } }
  .header-main-nav-layout-2.header-sticky.sticky {
    background: #1d1729; }

  .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2.header-sticky.sticky {
    top: 0;
    background: #fff; } }
/*Loader Css*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999; }

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999; }

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5f2dee;
  -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
  animation: ball-pulse-sync .6s 0s infinite ease-in-out; }

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0); }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center; } }
@keyframes bubbleMover2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0); }
  30% {
    transform: translateY(10px) translateX(20px) rotate(5deg);
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  50% {
    transform: translateY(20px) translateX(40px) rotate(20deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  80% {
    transform: translateY(30px) translateX(40px) rotate(5deg);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center; } }
@keyframes pusher {
  33% {
    transform: scale(0.7); }
  66% {
    transform: scale(1); }
  100% {
    transform: scale(0.7); } }
/*===========================
    3.BANNER css 
===========================*/
.infetech-banner-area {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-bottom: 120px;
  margin-top: -2px;
  margin-top: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-banner-area {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .infetech-banner-area {
      margin-bottom: 80px; } }
  .infetech-banner-area.infetech-banner-layoyt-2 {
    margin-top: -2px;
    border: 0; }
  .infetech-banner-area .infetech-banner-slide-active {
    position: relative;
    z-index: 10; }
    .infetech-banner-area .infetech-banner-slide-active::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 434px;
      background-image: url(../images/banner-shape-1.png);
      z-index: -1; }
    .infetech-banner-area .infetech-banner-slide-active::after {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      height: 100%;
      width: 395px;
      background-image: url(../images/banner-shape-2.png);
      z-index: -1; }
    .infetech-banner-area .infetech-banner-slide-active.item-1 {
      background-image: url(../images/banner-thumb-1.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .infetech-banner-area .infetech-banner-slide-active.item-2 {
      background-image: url(../images/banner-thumb-2.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .infetech-banner-area .infetech-banner-slide-active.item-3 {
      background-image: url(../images/banner-thumb-3.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  .infetech-banner-area .infetech-banner-content {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 794px;
    justify-content: center;
    position: relative; }
    @media (max-width: 767px) {
      .infetech-banner-area .infetech-banner-content {
        height: 500px; } }
    .infetech-banner-area .infetech-banner-content h4 {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      opacity: 0.6;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      padding-bottom: 5px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .infetech-banner-area .infetech-banner-content h4 {
          font-size: 14px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .infetech-banner-area .infetech-banner-content h4 {
          font-size: 18px; } }
      .infetech-banner-area .infetech-banner-content h4::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: #a4a2a9; }
    .infetech-banner-area .infetech-banner-content h1 {
      font-size: 100px;
      font-weight: 800;
      color: #fff;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 28px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .infetech-banner-area .infetech-banner-content h1 {
          font-size: 70px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-banner-area .infetech-banner-content h1 {
          font-size: 60px; } }
      @media (max-width: 767px) {
        .infetech-banner-area .infetech-banner-content h1 {
          font-size: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .infetech-banner-area .infetech-banner-content h1 {
          font-size: 50px; } }
    .infetech-banner-area .infetech-banner-content .banner-arrow {
      position: absolute;
      left: 63%;
      top: 58%; }
    .infetech-banner-area .infetech-banner-content img {
      display: inline-block; }
      @media (max-width: 767px) {
        .infetech-banner-area .infetech-banner-content img {
          width: 28px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .infetech-banner-area .infetech-banner-content img {
          width: 40px; } }
  .infetech-banner-area.infetech-banner-slide .slick-arrow {
    position: absolute;
    right: 17%;
    height: 0;
    z-index: 10;
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all linear 0.3s;
    opacity: 0.3; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .infetech-banner-area.infetech-banner-slide .slick-arrow {
        right: 10%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .infetech-banner-area.infetech-banner-slide .slick-arrow {
        right: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-banner-area.infetech-banner-slide .slick-arrow {
        right: 30px; } }
    .infetech-banner-area.infetech-banner-slide .slick-arrow.prev {
      top: 46%; }
    .infetech-banner-area.infetech-banner-slide .slick-arrow.next {
      top: 54%; }
    .infetech-banner-area.infetech-banner-slide .slick-arrow:hover {
      opacity: 1; }

.infetech-banner-area-layout-2 .infetech-banner-slide-item {
  background: url(../images/banner-thumb-4.jpg);
  padding-top: 250px;
  padding-bottom: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10; }
  .infetech-banner-area-layout-2 .infetech-banner-slide-item.item-2 {
    background: url(../images/banner-thumb-5.jpg); }
  .infetech-banner-area-layout-2 .infetech-banner-slide-item.item-3 {
    background: url(../images/banner-thumb-6.jpg); }
  .infetech-banner-area-layout-2 .infetech-banner-slide-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/banner-shape-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
  .infetech-banner-area-layout-2 .infetech-banner-slide-item .infetech-banner-content .play-btn a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background: #b882fc;
    position: relative; }
    .infetech-banner-area-layout-2 .infetech-banner-slide-item .infetech-banner-content .play-btn a::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border: 1px solid #fff;
      border-radius: 50%;
      animation: play-popup 1.5s infinite; }
  .infetech-banner-area-layout-2 .infetech-banner-slide-item .infetech-banner-content .info-text .title {
    font-size: 90px;
    color: #fff;
    padding-top: 39px;
    padding-bottom: 16px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .infetech-banner-area-layout-2 .infetech-banner-slide-item .infetech-banner-content .info-text .title {
        font-size: 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-banner-area-layout-2 .infetech-banner-slide-item .infetech-banner-content .info-text .title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .infetech-banner-area-layout-2 .infetech-banner-slide-item .infetech-banner-content .info-text .title {
        font-size: 40px; } }
  .infetech-banner-area-layout-2 .infetech-banner-slide-item .infetech-banner-content .info-text p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    opacity: 0.7;
    padding-right: 50px;
    margin-bottom: 42px; }
.infetech-banner-area-layout-2.infetech-banner-slide .slick-arrow {
  position: absolute;
  right: 17%;
  height: 0;
  z-index: 10;
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: all linear 0.3s;
  opacity: 0.3; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .infetech-banner-area-layout-2.infetech-banner-slide .slick-arrow {
      right: 10%; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .infetech-banner-area-layout-2.infetech-banner-slide .slick-arrow {
      right: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-banner-area-layout-2.infetech-banner-slide .slick-arrow {
      right: 30px; } }
  .infetech-banner-area-layout-2.infetech-banner-slide .slick-arrow.prev {
    top: 46%; }
  .infetech-banner-area-layout-2.infetech-banner-slide .slick-arrow.next {
    top: 54%; }
  .infetech-banner-area-layout-2.infetech-banner-slide .slick-arrow:hover {
    opacity: 1; }
.infetech-banner-area-layout-2.infetech-banner-area-layout-3 {
  margin-top: 103px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .infetech-banner-area-layout-2.infetech-banner-area-layout-3 {
      margin-top: 96px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-banner-area-layout-2.infetech-banner-area-layout-3 {
      margin-top: 92px; } }
  @media (max-width: 767px) {
    .infetech-banner-area-layout-2.infetech-banner-area-layout-3 {
      margin-top: 92px; } }
  .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item {
    background-image: url(../images/banner-thumb-8.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item::before {
      display: none; }
    .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item.item-2 {
      background-image: url(../images/banner-thumb-7.jpg); }
    .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item .infetech-banner-content span {
      font-weight: 800;
      color: #5f2dee;
      text-transform: uppercase;
      letter-spacing: 2.5px; }
    .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item .infetech-banner-content .title {
      color: #1d1729;
      font-size: 100px;
      padding-top: 0;
      line-height: 110px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item .infetech-banner-content .title {
          font-size: 60px;
          line-height: 60px; } }
      @media (max-width: 767px) {
        .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item .infetech-banner-content .title {
          font-size: 28px;
          line-height: 28px;
          margin-top: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item .infetech-banner-content .title {
          font-size: 56px;
          line-height: 56px; } }
      .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item .infetech-banner-content .title span {
        text-transform: capitalize;
        color: #1d1729;
        letter-spacing: inherit;
        position: relative;
        z-index: 10; }
        .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item .infetech-banner-content .title span::before {
          position: absolute;
          content: '';
          width: 100%;
          height: 25px;
          bottom: 15px;
          left: 0;
          background-image: url(../images/banner-line.png);
          z-index: -1; }
          @media (max-width: 767px) {
            .infetech-banner-area-layout-2.infetech-banner-area-layout-3 .infetech-banner-slide-item .infetech-banner-content .title span::before {
              display: none; } }

.header-main-nav-layout-2 .logo-white {
  text-align: left; }
  @media (max-width: 767px) {
    .header-main-nav-layout-2 .logo-white {
      text-align: center; } }

.infetech-banner-main-area {
  position: relative; }
  .infetech-banner-main-area .banner-social {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .infetech-banner-main-area .banner-social {
        left: 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .infetech-banner-main-area .banner-social {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-banner-main-area .banner-social {
        display: none; } }
    @media (max-width: 767px) {
      .infetech-banner-main-area .banner-social {
        display: none; } }
    .infetech-banner-main-area .banner-social ul li {
      margin: 40px 0; }
      .infetech-banner-main-area .banner-social ul li a {
        color: #6c6a72; }
  .infetech-banner-main-area .banner-play-icon {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-banner-main-area .banner-play-icon {
        justify-content: flex-start;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .infetech-banner-main-area .banner-play-icon {
        justify-content: flex-start;
        margin-top: 20px; } }
    .infetech-banner-main-area .banner-play-icon .icon a {
      display: inline-block;
      height: 86px;
      width: 86px;
      text-align: center;
      line-height: 86px;
      background: rgba(95, 45, 238, 0.5);
      border-radius: 50%;
      color: #fff;
      position: relative; }
      .infetech-banner-main-area .banner-play-icon .icon a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border: 1px solid #5f2dee;
        border-radius: 50%;
        animation: play-popup 2s infinite; }
    .infetech-banner-main-area .banner-play-icon .title {
      font-size: 16px;
      font-weight: 500;
      color: #1d1729;
      margin-left: 50px; }
  .infetech-banner-main-area .infetech-banner-area-layout-2 .infetech-banner-slide-item {
    padding-top: 144px;
    padding-bottom: 150px; }

@keyframes play-popup-2 {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.5);
    opacity: 0; } }
.infetech-banner-area-4 {
  padding-top: 205px;
  padding-bottom: 77px;
  position: relative;
  z-index: 10; }
  .infetech-banner-area-4::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 845px;
    background-image: url(../images/banner-thumb-9.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
    @media (max-width: 767px) {
      .infetech-banner-area-4::before {
        display: none; } }
  .infetech-banner-area-4 .banner-content-box {
    text-align: center; }
    .infetech-banner-area-4 .banner-content-box .title {
      font-size: 60px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-banner-area-4 .banner-content-box .title {
          font-size: 46px; } }
      @media (max-width: 767px) {
        .infetech-banner-area-4 .banner-content-box .title {
          font-size: 36px; } }
    .infetech-banner-area-4 .banner-content-box span {
      font-size: 24px;
      font-weight: 400;
      color: #6c6a72;
      margin-top: 18px;
      margin-bottom: 50px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-banner-area-4 .banner-content-box span {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .infetech-banner-area-4 .banner-content-box span {
          font-size: 18px; } }
    .infetech-banner-area-4 .banner-content-box .thumb {
      position: relative; }
      .infetech-banner-area-4 .banner-content-box .thumb .icon {
        background: #b882fc;
        display: inline-block;
        height: 102px;
        width: 102px;
        background: #5f2dee;
        border-radius: 50%;
        text-align: center;
        line-height: 98px;
        position: relative;
        position: absolute;
        left: -10px;
        top: 45px; }
        @media (max-width: 767px) {
          .infetech-banner-area-4 .banner-content-box .thumb .icon {
            display: none; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .infetech-banner-area-4 .banner-content-box .thumb .icon {
            display: block; } }
        .infetech-banner-area-4 .banner-content-box .thumb .icon::before {
          position: absolute;
          content: '';
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 140px;
          width: 140px;
          border: 20px solid #5f2dee;
          border-radius: 50%;
          opacity: 0.05; }
        .infetech-banner-area-4 .banner-content-box .thumb .icon.icon-2 {
          left: auto;
          right: 0;
          top: 170px; }

.infetech-banner-area-5 {
  background: #f5f3f9;
  padding: 295px 0 170px;
  background-image: url(../images/footer-line.png);
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative; }
  .infetech-banner-area-5::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 49%;
    background-image: url(../images/banner-thumb-10.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-banner-area-5::before {
        display: none; } }
    @media (max-width: 767px) {
      .infetech-banner-area-5::before {
        display: none; } }

.banner-content-5 {
  padding-left: 92px;
  margin-right: -60px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner-content-5 {
      margin-right: 0;
      padding-left: 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-content-5 {
      margin-right: 0;
      padding-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content-5 {
      margin-right: 0;
      padding-left: 0px; } }
  @media (max-width: 767px) {
    .banner-content-5 {
      margin-right: 0;
      padding-left: 0px; } }
  .banner-content-5 span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1d1729;
    display: block;
    padding-top: 13px;
    padding-bottom: 14px; }
  .banner-content-5 .title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 26px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .banner-content-5 .title {
        font-size: 70px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-content-5 .title {
        font-size: 60px;
        line-height: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-content-5 .title {
        font-size: 55px;
        line-height: 65px; } }
    @media (max-width: 767px) {
      .banner-content-5 .title {
        font-size: 36px;
        line-height: 46px; } }
  .banner-content-5 p {
    font-size: 18px;
    font-weight: 500;
    color: #6c6a72;
    line-height: 36px;
    margin-bottom: 37px; }
  .banner-content-5 a {
    border: 1px solid #5f2dee; }

.breadcrumb-area {
  background-image: url(../images/breadcrumb-bg.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 124px;
  padding: 151px 0 135px;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
      padding: 101px 0 85px; } }
  @media (max-width: 767px) {
    .breadcrumb-area {
      padding: 101px 0 85px; } }
  .breadcrumb-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/breadcrumb-bg-shape.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1; }

.breadcrumb-item {
  text-align: center; }
  .breadcrumb-item .title {
    color: #fff;
    font-size: 40px;
   
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .breadcrumb-item .title {
        font-size: 30px;
        line-height: 40px; } }
  .breadcrumb-item nav {
    display: inline-block; }
    .breadcrumb-item nav ol li a, .breadcrumb-item nav ol li.active {
      color: #fff;
      opacity: 0.6;
      font-weight: 600;
      text-transform: uppercase; }
    .breadcrumb-item nav ol li + .breadcrumb-item::before {
      color: #fff; }

/*===========================
    4.ABOUT css 
===========================*/
.infetech-about-area {
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin-bottom: -70px; }
  .infetech-about-area .infetech-about-thumb {
    position: relative; }
    .infetech-about-area .infetech-about-thumb .thumb {
      position: relative;
      top: -195px;
      left: 200px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .infetech-about-area .infetech-about-thumb .thumb {
          left: 50px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-about-area .infetech-about-thumb .thumb {
          position: absolute;
          top: 200px;
          left: 280px; } }
      @media (max-width: 767px) {
        .infetech-about-area .infetech-about-thumb .thumb {
          display: none; } }
    .infetech-about-area .infetech-about-thumb .about-logo {
      position: absolute;
      top: 0;
      right: -63px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .infetech-about-area .infetech-about-thumb .about-logo {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-about-area .infetech-about-thumb .about-logo {
          display: none; } }
      @media (max-width: 767px) {
        .infetech-about-area .infetech-about-thumb .about-logo {
          display: none; } }
    .infetech-about-area .infetech-about-thumb .about-box {
      position: absolute;
      top: 240px;
      left: 340px;
      background: #b882fc;
      padding: 24px 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .infetech-about-area .infetech-about-thumb .about-box {
          left: 250px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-about-area .infetech-about-thumb .about-box {
          top: 140px; } }
      @media (max-width: 767px) {
        .infetech-about-area .infetech-about-thumb .about-box {
          position: static; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .infetech-about-area .infetech-about-thumb .about-box {
          position: absolute; } }
      .infetech-about-area .infetech-about-thumb .about-box .title {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        display: flex;
        align-items: center; }
      .infetech-about-area .infetech-about-thumb .about-box span {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        text-transform: capitalize; }
  .infetech-about-area.infetech-about-service-area {
    padding-bottom: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-about-area.infetech-about-service-area {
        padding-top: 70px; } }
    @media (max-width: 767px) {
      .infetech-about-area.infetech-about-service-area {
        padding-top: 70px; } }
    .infetech-about-area.infetech-about-service-area .infetech-about-content p {
      font-size: 24px;
      font-weight: 400;
      color: #6c6a72;
      line-height: 40px; }
    .infetech-about-area.infetech-about-service-area .infetech-about-content .icon {
      height: 125px;
      width: 125px;
      text-align: center;
      line-height: 125px;
      background: #000;
      border-radius: 50%;
      background-image: -moz-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
      background-image: -webkit-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
      background-image: -ms-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 10;
      margin-bottom: 33px; }
      .infetech-about-area.infetech-about-service-area .infetech-about-content .icon::before {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: #fff;
        z-index: -1;
        height: 105px;
        width: 105px; }
    .infetech-about-area.infetech-about-service-area .infetech-about-content ul li img {
      margin-right: 8px; }
    .infetech-about-area.infetech-about-service-area .infetech-about-thumb {
      position: relative;
      z-index: 10;
      margin-right: -100px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .infetech-about-area.infetech-about-service-area .infetech-about-thumb {
          margin-right: -50px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-about-area.infetech-about-service-area .infetech-about-thumb {
          margin-right: 0px; } }
      @media (max-width: 767px) {
        .infetech-about-area.infetech-about-service-area .infetech-about-thumb {
          margin-right: 0px; } }
      .infetech-about-area.infetech-about-service-area .infetech-about-thumb img.main-thumb {
        margin-left: -60px; }
        @media (max-width: 767px) {
          .infetech-about-area.infetech-about-service-area .infetech-about-thumb img.main-thumb {
            margin-left: 0; } }
      .infetech-about-area.infetech-about-service-area .infetech-about-thumb .item-1 {
        position: absolute;
        left: -60px;
        top: 0;
        z-index: -1; }
      .infetech-about-area.infetech-about-service-area .infetech-about-thumb .item-2 {
        position: absolute;
        right: 0px;
        bottom: -50px;
        z-index: -1; }

.infetech-about-content {
  padding-left: 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .infetech-about-content {
      padding-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-about-content {
      padding-left: 0;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .infetech-about-content {
      padding-left: 0;
      margin-top: 20px; } }
  .infetech-about-content span {
    font-size: 16px;
    color: #5f2dee;
    padding-left: 28px;
    position: relative;
    font-weight: 600; }
    .infetech-about-content span::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 8px;
      height: 2px;
      width: 16px;
      background: #5f2dee; }
  .infetech-about-content > .title {
    font-size: 45px;
    font-weight: 800;
    line-height: 55px; }
    @media (max-width: 767px) {
      .infetech-about-content > .title {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .infetech-about-content > .title {
        font-size: 45px;
        line-height: 55px; } }
  .infetech-about-content p {
    line-height: 30px;
    font-weight: 500;
    margin-top: 26px;
    margin-bottom: 40px; }
  .infetech-about-content .about-card {
    display: flex;
    gap: 20px; }
    @media (max-width: 767px) {
      .infetech-about-content .about-card {
        margin-bottom: 30px; } }
    .infetech-about-content .about-card .icon {
      padding-left: 20px;
      padding-top: 10px;
      position: relative;
      z-index: 10;
      min-width: 85px; }
      .infetech-about-content .about-card .icon::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 54px;
        width: 54px;
        background: #f8f2ff;
        border-radius: 50%;
        z-index: -1; }
    .infetech-about-content .about-card .content .title {
      font-size: 20px;
      font-weight: 800;
      color: #000;
      line-height: 26px;
      margin-top: 16px; }
  .infetech-about-content ul {
    margin-top: 38px;
    margin-bottom: 38px; }
    .infetech-about-content ul li {
      font-size: 16px;
      font-weight: 700;
      color: #000;
      line-height: 38px; }
      .infetech-about-content ul li i {
        color: #b882fc;
        padding-right: 9px; }
  .infetech-about-content > a {
    border: 1px solid #5f2dee; }

.infetech-about-3-area {
  padding-bottom: 120px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-about-3-area {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .infetech-about-3-area {
      padding-bottom: 90px; } }
  .infetech-about-3-area .section-title p {
    font-weight: 500;
    color: #6c6a72;
    line-height: 30px;
    margin-top: 30px; }
  .infetech-about-3-area .about-3-thumb {
    position: relative;
    z-index: 10; }
    .infetech-about-3-area .about-3-thumb .about-ring {
      margin-top: 60px;
      margin-left: -235px;
      z-index: -5;
      position: relative; }
    .infetech-about-3-area .about-3-thumb .about-thumb-3 {
      position: absolute;
      left: 40px;
      top: 0;
      z-index: 1; }
      @media (max-width: 767px) {
        .infetech-about-3-area .about-3-thumb .about-thumb-3 {
          left: 0; } }
    .infetech-about-3-area .about-3-thumb .about-thumb-1 {
      position: absolute;
      left: -190px;
      top: 310px;
      z-index: 2; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .infetech-about-3-area .about-3-thumb .about-thumb-1 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-about-3-area .about-3-thumb .about-thumb-1 {
          display: none; } }
      @media (max-width: 767px) {
        .infetech-about-3-area .about-3-thumb .about-thumb-1 {
          display: none; } }
    .infetech-about-3-area .about-3-thumb .about-thumb-2 {
      position: absolute;
      left: 250px;
      top: 390px;
      z-index: 2; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .infetech-about-3-area .about-3-thumb .about-thumb-2 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-about-3-area .about-3-thumb .about-thumb-2 {
          display: none; } }
      @media (max-width: 767px) {
        .infetech-about-3-area .about-3-thumb .about-thumb-2 {
          display: none; } }
  .infetech-about-3-area .about-3-content {
    padding-left: 70px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .infetech-about-3-area .about-3-content {
        padding-left: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-about-3-area .about-3-content {
        padding-left: 0px; } }
    @media (max-width: 767px) {
      .infetech-about-3-area .about-3-content {
        padding-left: 0px; } }
    .infetech-about-3-area .about-3-content .about-sub-service {
      display: flex;
      align-items: center;
      gap: 25px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .infetech-about-3-area .about-3-content .about-sub-service {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .infetech-about-3-area .about-3-content .about-sub-service {
          display: flex; } }
      .infetech-about-3-area .about-3-content .about-sub-service .icon {
        text-align: center;
        min-height: 105px;
        min-width: 105px;
        line-height: 105px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
        border-bottom: 5px solid #5f2dee;
        display: inline-block; }
        @media (max-width: 767px) {
          .infetech-about-3-area .about-3-content .about-sub-service .icon {
            margin-bottom: 20px; } }
      .infetech-about-3-area .about-3-content .about-sub-service .content .title {
        font-size: 24px;
        text-transform: capitalize; }
      .infetech-about-3-area .about-3-content .about-sub-service .content p {
        line-height: 30px;
        color: #6c6a72;
        font-weight: 500;
        padding-top: 12px; }
    .infetech-about-3-area .about-3-content .main-btn {
      margin-top: 20px;
      border: 1px solid #5f2dee; }

.infetech-about-4-area {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-about-4-area {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .infetech-about-4-area {
      padding-top: 70px;
      padding-bottom: 70px; } }

.about-thumb-4 {
  margin-left: -50px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-thumb-content {
    padding-left: 0;
    margin-top: 30px; } }
@media (max-width: 767px) {
  .about-thumb-content {
    padding-left: 0;
    margin-top: 30px; } }
.about-thumb-content .about-sub-item {
  display: flex;
  align-items: center;
  gap: 16px; }
  @media (max-width: 767px) {
    .about-thumb-content .about-sub-item {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-thumb-content .about-sub-item {
      display: flex; } }
  @media (max-width: 767px) {
    .about-thumb-content .about-sub-item .number {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-thumb-content .about-sub-item .number {
      margin-bottom: 0px; } }
  .about-thumb-content .about-sub-item .number span {
    display: inline-block;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background: #000;
    background-image: -moz-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
    background-image: -webkit-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
    background-image: -ms-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    color: #5f2dee;
    position: relative;
    z-index: 10;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50%; }
    .about-thumb-content .about-sub-item .number span::before {
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 54px;
      width: 54px;
      background: #fff;
      border-radius: 50%;
      z-index: -1; }
  .about-thumb-content .about-sub-item .content p {
    font-weight: 500;
    color: #6c6a72;
    line-height: 30px; }
.about-thumb-content a {
  border: 1px solid #5f2dee; }

/*===========================
    5.SERVICE css 
===========================*/
.infetech-service-area {
  position: relative;
  z-index: 25; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-service-area {
      padding-bottom: 60px; } }
  .infetech-service-area.infetech-service-page-area {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 185px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-service-area.infetech-service-page-area {
        padding-top: 80px;
        padding-bottom: 70px; } }
    @media (max-width: 767px) {
      .infetech-service-area.infetech-service-page-area {
        padding-top: 80px;
        padding-bottom: 70px; } }
    .infetech-service-area.infetech-service-page-area .single-infetech-serice-item .content {
      box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15); }

.single-infetech-serice-item {
  margin-bottom: -86px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-infetech-serice-item {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .single-infetech-serice-item {
      margin-bottom: 30px; } }
  .single-infetech-serice-item .thumb {
    overflow: hidden; }
    .single-infetech-serice-item .thumb img {
      transition: all linear 0.3s;
      width: 100%; }
  .single-infetech-serice-item:hover .thumb img {
    transform: scale(1.1); }
  .single-infetech-serice-item .content {
    margin-left: 20px;
    margin-right: 20px;
    top: -20px;
    position: relative;
    z-index: 10;
    background: #fff;
    text-align: center;
    padding: 21px 30px; }
    .single-infetech-serice-item .content .title {
      font-size: 20px;
      line-height: 22px;
      font-weight: 800; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-infetech-serice-item .content .title {
          font-size: 18px; } }
      .single-infetech-serice-item .content .title a {
        color: #404040; }
        .single-infetech-serice-item .content .title a:hover {
          color: #5f2dee; }
    .single-infetech-serice-item .content .icon {
      background: #5f2dee;
      height: 70px;
      width: 70px;
      text-align: center;
      line-height: 70px;
      position: absolute;
      right: 0;
      bottom: 100%; }

.infetech-service-3-area {
  padding-bottom: 120px;
  margin-top: -30px;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-service-3-area {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .infetech-service-3-area {
      padding-bottom: 60px; } }

.single-service-3-item {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 116px 40px 40px;
  background-image: url(../images/service-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  transition: all linear 0.3s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-service-3-item {
      padding: 40px 70px 40px 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-3-item {
      padding: 40px 70px 40px 40px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .single-service-3-item {
      padding: 40px 70px 40px 40px;
      margin-bottom: 10px; } }
  .single-service-3-item .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    transition: all linear 0.3s; }
  .single-service-3-item::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background: #b882fc; }
  .single-service-3-item::after {
    position: absolute;
    content: '01';
    bottom: 14px;
    right: 30px;
    font-weight: 300;
    font-size: 60px;
    color: #e4e0ee;
    transition: all linear 0.3s; }
  .single-service-3-item .title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 13px;
    transition: all linear 0.3s; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-service-3-item .title {
        font-size: 20px; } }
  .single-service-3-item p {
    font-weight: 500;
    line-height: 30px;
    color: #6c6a72;
    transition: all linear 0.3s; }
  .single-service-3-item.item-2::after {
    content: '02'; }
  .single-service-3-item.item-3::after {
    content: '03'; }
  .single-service-3-item:hover {
    box-shadow: none;
    transform: translateY(-10px); }
    .single-service-3-item:hover .bg {
      opacity: 0; }
    .single-service-3-item:hover .title {
      color: #fff; }
    .single-service-3-item:hover p {
      color: #fff; }
    .single-service-3-item:hover::after {
      color: #7547f8; }

.infetech-service-slide-3-area {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .infetech-service-slide-3-area {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .infetech-service-slide-3-area .container-fluid {
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 767px) {
      .infetech-service-slide-3-area .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .infetech-service-slide-3-area .single-service-3-item {
    margin-left: 100px;
    background-image: url(../images/service-line.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    transform: translate(0);
    padding: 50px 50px 50px 140px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .infetech-service-slide-3-area .single-service-3-item {
        padding: 30px;
        margin-left: 0; } }
    .infetech-service-slide-3-area .single-service-3-item .bg {
      display: none; }
    .infetech-service-slide-3-area .single-service-3-item .thumb {
      position: absolute;
      left: -100px;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .infetech-service-slide-3-area .single-service-3-item .thumb {
          position: static;
          left: 0;
          transform: translateY(0px);
          display: inline-block;
          margin-top: 20px; } }
      .infetech-service-slide-3-area .single-service-3-item .thumb span {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 96px;
        width: 96px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
        background: #5f2dee;
        border: 10px solid #fff;
        border-radius: 50%; }
    .infetech-service-slide-3-area .single-service-3-item::after {
      display: none; }
    .infetech-service-slide-3-area .single-service-3-item .title {
      color: #1d1729; }
    .infetech-service-slide-3-area .single-service-3-item p {
      color: #6c6a72; }

.infetech-sponser-slide-3 .col-lg-4 {
  margin-left: 15px;
  margin-right: 15px; }

.single-service-5-item {
  position: relative;
  margin: 0px 2px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-5-item {
      margin-bottom: 4px; } }
  @media (max-width: 767px) {
    .single-service-5-item {
      margin-bottom: 4px; } }
  .single-service-5-item img {
    width: 100%;
    transition: all linear 0.3s; }
  .single-service-5-item:hover img {
    transform: scale(1.1); }
  .single-service-5-item .single-service-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px; }
    .single-service-5-item .single-service-overlay span {
      display: inline-block;
      height: 90px;
      width: 90px;
      text-align: center;
      line-height: 90px;
      background: #000;
      background-image: -moz-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
      background-image: -webkit-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
      background-image: -ms-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      color: #1d1729;
      position: relative;
      z-index: 10;
      font-size: 20px;
      font-weight: 800;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .single-service-5-item .single-service-overlay span {
          height: 70px;
          width: 70px;
          line-height: 70px; } }
      .single-service-5-item .single-service-overlay span::before {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 75px;
        width: 75px;
        background: #fff;
        border-radius: 50%;
        z-index: -1; }
        @media (max-width: 767px) {
          .single-service-5-item .single-service-overlay span::before {
            height: 60px;
            width: 60px; } }
      .single-service-5-item .single-service-overlay span::after {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 110px;
        width: 110px;
        border-radius: 50%;
        border: 1px solid #fff;
        opacity: 0.1; }
        @media (max-width: 767px) {
          .single-service-5-item .single-service-overlay span::after {
            height: 75px;
            width: 75px; } }
    .single-service-5-item .single-service-overlay .title {
      color: #fff;
      font-size: 24px;
      margin-top: 45px;
      margin-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-service-5-item .single-service-overlay .title {
          margin-top: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-service-5-item .single-service-overlay .title {
          margin-top: 15px; } }
      @media (max-width: 767px) {
        .single-service-5-item .single-service-overlay .title {
          margin-top: 15px; } }
    .single-service-5-item .single-service-overlay p {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      opacity: 0.7;
      line-height: 30px; }

/*===========================
    6.FEATURE css 
===========================*/
.infetech-feature-area {
  background: #1d1729;
  padding-top: 180px;
  padding-bottom: 120px;
  position: relative;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-feature-area {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .infetech-feature-area {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .infetech-feature-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/dot-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1; }

.single-infetech-feature-item {
  background: #15101e;
  text-align: center;
  margin-top: 90px;
  transition: all linear 0.3s; }
  .single-infetech-feature-item .icon {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    display: inline-block;
    margin-top: -60px;
    position: relative;
    z-index: 10;
    background: #15101e;
    border-radius: 50%;
    transition: all linear 0.3s; }
    .single-infetech-feature-item .icon svg path {
      transition: all linear 0.3s; }
  .single-infetech-feature-item .content {
    padding: 0 20px 35px; }
    .single-infetech-feature-item .content .title {
      color: #fff;
      font-size: 20px;
      margin-top: 26px;
      margin-bottom: 15px; }
      .single-infetech-feature-item .content .title a {
        color: #fff;
        transition: all linear 0.3s; }
    .single-infetech-feature-item .content p {
      color: #b0a9c0;
      font-size: 15px;
      transition: all linear 0.3s; }
  .single-infetech-feature-item:hover {
    background: #fff;
    transform: translateY(-10px); }
    .single-infetech-feature-item:hover .icon {
      background: #5f2dee; }
      .single-infetech-feature-item:hover .icon svg path {
        fill: #fff; }
    .single-infetech-feature-item:hover .content .title a {
      color: #1d1729; }
    .single-infetech-feature-item:hover .content p {
      color: #6c6a72; }

.infetech-feature-slide .col-lg-2 {
  margin-left: 15px;
  margin-right: 15px; }

/*===========================
    7.CTA css 
===========================*/
.infetech-cta-box {
  background-image: url(../images/cta-bg.jpg);
  position: relative;
  z-index: 10;
  padding: 80px 100px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-cta-box {
      padding: 30px; } }
  @media (max-width: 767px) {
    .infetech-cta-box {
      padding: 30px; } }
  .infetech-cta-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(180deg, #b882fc 0%, #5f2dee 100%);
    background-image: -webkit-linear-gradient(180deg, #b882fc 0%, #5f2dee 100%);
    background-image: -ms-linear-gradient(180deg, #b882fc 0%, #5f2dee 100%);
    opacity: 0.85;
    z-index: -1; }
  .infetech-cta-box .cta-content .title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-cta-box .cta-content .title {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .infetech-cta-box .cta-content .title {
        margin-top: 30px;
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .infetech-cta-box .cta-content .title {
        font-size: 40px; } }
  .infetech-cta-box .cta-content ul li {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 36px; }
    .infetech-cta-box .cta-content ul li i {
      padding-right: 9px; }
  .infetech-cta-box .cta-content .main-btn {
    background: #fff;
    color: #1d1729; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-cta-box .cta-content .main-btn {
        margin-left: 0;
        margin-top: 15px; } }
    @media (max-width: 767px) {
      .infetech-cta-box .cta-content .main-btn {
        margin-left: 0;
        margin-top: 15px; } }
    .infetech-cta-box .cta-content .main-btn:hover {
      background: #5f2dee;
      color: #fff; }

.infetech-cta-2-area {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-cta-2-area {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .infetech-cta-2-area {
      padding: 80px 0; } }
  .infetech-cta-2-area .cta-btn {
    text-align: right; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-cta-2-area .cta-btn {
        text-align: left;
        margin-top: 15px; } }
    @media (max-width: 767px) {
      .infetech-cta-2-area .cta-btn {
        text-align: left;
        margin-top: 15px; } }
    .infetech-cta-2-area .cta-btn a {
      background: #fff;
      color: #1d1729; }
      .infetech-cta-2-area .cta-btn a:hover {
        background: #b882fc;
        color: #fff; }
  @media (max-width: 767px) {
    .infetech-cta-2-area .cta-content {
      text-align: center; } }
  .infetech-cta-2-area .cta-content p {
    color: #fff;
    font-size: 20px;
    color: #e1d6ff; }
  .infetech-cta-2-area .cta-content .title {
    color: #fff;
    font-size: 36px;
    margin-top: 17px; }
  @media (max-width: 767px) {
    .infetech-cta-2-area .cta-btn {
      text-align: center; } }

.infetect-cta-area-home-2 {
  position: relative;
  z-index: 10;
  margin-bottom: -100px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetect-cta-area-home-2 {
      margin-bottom: -50px; } }

.cta-home-box {
  background-image: url(../images/cta-bg-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cta-home-box {
      padding: 60px 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-home-box {
      padding: 60px 50px;
      flex-direction: column;
      gap: 20px;
      align-items: flex-start; } }
  @media (max-width: 767px) {
    .cta-home-box {
      flex-direction: column;
      gap: 20px;
      align-items: flex-start;
      padding: 20px 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-home-box {
      padding: 60px 50px; } }
  .cta-home-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #b882fc; }
  .cta-home-box span {
    font-size: 16px;
    font-weight: 600;
    color: #b882fc; }
  .cta-home-box .title {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .cta-home-box .title {
        font-size: 28px; } }

.infetech-map {
  margin-bottom: -8px; }
  .infetech-map iframe {
    height: 490px;
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-map iframe {
        height: 300px; } }
    @media (max-width: 767px) {
      .infetech-map iframe {
        height: 300px; } }

/*===========================
    8.PROJECT css 
===========================*/
.infetech-project-area {
  border-bottom: 1px solid #e4e0ee;
  padding-bottom: 160px;
  margin-bottom: 80px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-project-area {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .infetech-project-area {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .infetech-project-area .section-title p {
    color: #6c6a72; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .infetech-project-area .container-fluid {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .infetech-project-area .container-fluid {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-project-area .container-fluid {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .infetech-project-area .container-fluid {
      padding-left: 0;
      padding-right: 0; } }
  .infetech-project-area.infetech-project-area-5 {
    margin-bottom: 0;
    border-bottom: 0; }

.single-project-item {
  position: relative;
  overflow: hidden; }
  .single-project-item img {
    width: 100%;
    transition: all linear 0.3s; }
  .single-project-item .single-project-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 40px;
    padding-bottom: 32px;
    z-index: 10; }
    .single-project-item .single-project-overlay::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: -moz-linear-gradient(90deg, #b882fc 0%, rgba(184, 130, 252, 0) 65%);
      background-image: -webkit-linear-gradient(90deg, #b882fc 0%, rgba(184, 130, 252, 0) 65%);
      background-image: -ms-linear-gradient(90deg, #b882fc 0%, rgba(184, 130, 252, 0) 65%);
      z-index: -1;
      opacity: 0;
      transition: all linear 0.3s; }
    .single-project-item .single-project-overlay .title {
      color: #fff;
      font-size: 24px;
      margin-bottom: 7px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .single-project-item .single-project-overlay .title {
          font-size: 20px; } }
    .single-project-item .single-project-overlay span {
      color: #000;
      font-weight: 800;
      font-size: 14px;
      color: #b882fc;
      text-transform: uppercase;
      transition: all linear 0.3s; }
    .single-project-item .single-project-overlay a {
      color: #fff;
      border: 2px solid #fff;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      display: inline-block;
      position: absolute;
      right: 0px;
      bottom: 40px;
      z-index: 20;
      opacity: 0;
      transition: all linear 0.3s; }
      @media only screen and (min-width: 992px) and (max-width: 1365px) {
        .single-project-item .single-project-overlay a {
          position: static;
          opacity: 1;
          margin-top: 15px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-project-item .single-project-overlay a {
          position: static;
          opacity: 1;
          margin-top: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-project-item .single-project-overlay a {
          position: static;
          opacity: 1;
          margin-top: 15px; } }
      @media (max-width: 767px) {
        .single-project-item .single-project-overlay a {
          position: static;
          opacity: 1;
          margin-top: 15px; } }
      .single-project-item .single-project-overlay a:hover {
        background: #fff;
        color: #b882fc; }
  .single-project-item:hover .single-project-overlay::before {
    opacity: 1; }
  .single-project-item:hover .single-project-overlay span {
    color: #fff; }
  .single-project-item:hover .single-project-overlay a {
    opacity: 1;
    right: 40px; }
  .single-project-item:hover img {
    transform: scale(1.1); }

.infetech-project-slide-2 .col-lg-3,
.infetech-project-slide .col-lg-3 {
  padding-left: 15px;
  padding-right: 15px; }
.infetech-project-slide-2 .slick-dots,
.infetech-project-slide .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translateX(-50%);
  width: auto; }
  .infetech-project-slide-2 .slick-dots li,
  .infetech-project-slide .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .infetech-project-slide-2 .slick-dots li button,
    .infetech-project-slide .slick-dots li button {
      border: 0;
      background: #bbb9be;
      height: 4px;
      width: 16px;
      font-size: 0; }
    .infetech-project-slide-2 .slick-dots li.slick-active button,
    .infetech-project-slide .slick-dots li.slick-active button {
      background: #5f2dee; }

.infetech-sponser-area {
  padding-bottom: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-sponser-area.infetech-sponser-area-3 {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .infetech-sponser-area.infetech-sponser-area-3 {
      padding-bottom: 40px; } }
  .infetech-sponser-area.infetech-sponser-services-area {
    border-top: 1px solid #e4e0ee;
    padding-top: 80px; }
  .infetech-sponser-area .infetech-sponser-item {
    text-align: center;
    padding: 35px 0; }
    .infetech-sponser-area .infetech-sponser-item img {
      display: inline-block;
      opacity: 0.6; }
    .infetech-sponser-area .infetech-sponser-item:hover {
      background: #f4f2f9; }
      .infetech-sponser-area .infetech-sponser-item:hover img {
        opacity: 1; }
  .infetech-sponser-area.infetech-sponser-area-2 {
    border-top: 1px solid #e4e0ee;
    padding-top: 90px;
    margin-top: 120px; }
  .infetech-sponser-area.infetech-sponser-area-4 {
    border-bottom: 1px solid #e4e0ee; }
  .infetech-sponser-area.infetech-sponser-area-5 {
    background-image: url(../images/sponser-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0; }
    .infetech-sponser-area.infetech-sponser-area-5 .infetech-sponser-item {
      transition: all linear 0.3s; }
      .infetech-sponser-area.infetech-sponser-area-5 .infetech-sponser-item:hover {
        background: #7545fc; }
        .infetech-sponser-area.infetech-sponser-area-5 .infetech-sponser-item:hover img {
          opacity: 1; }
      .infetech-sponser-area.infetech-sponser-area-5 .infetech-sponser-item img {
        opacity: 0.6;
        transition: all linear 0.3s; }
  .infetech-sponser-area.infetech-sponser-about-area {
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: 1px solid #e4e0ee; }

.infetech-project-offer-area-2 .single-project-item-2 {
  position: relative;
  padding-right: 70px;
  z-index: 10;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .infetech-project-offer-area-2 .single-project-item-2 {
      padding-right: 0;
      margin-bottom: 30px; } }
  .infetech-project-offer-area-2 .single-project-item-2 .thumb {
    overflow: hidden; }
    .infetech-project-offer-area-2 .single-project-item-2 .thumb img {
      width: 100%;
      transition: all linear 0.3s; }
  .infetech-project-offer-area-2 .single-project-item-2:hover .thumb img {
    transform: scale(1.1); }
  .infetech-project-offer-area-2 .single-project-item-2 .project-content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 370px;
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 35px 40px 35px 50px; }
    @media (max-width: 767px) {
      .infetech-project-offer-area-2 .single-project-item-2 .project-content {
        position: static;
        width: 100%;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .infetech-project-offer-area-2 .single-project-item-2 .project-content {
        position: static;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-start; } }
    .infetech-project-offer-area-2 .single-project-item-2 .project-content .text a {
      font-size: 20px;
      font-weight: 800;
      color: #1d1729;
      line-height: 26px; }
    .infetech-project-offer-area-2 .single-project-item-2 .project-content .icon {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .infetech-project-offer-area-2 .single-project-item-2 .project-content .icon {
          margin-left: 0;
          margin-top: 20px; } }
      .infetech-project-offer-area-2 .single-project-item-2 .project-content .icon a {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 52px;
        border-radius: 50%;
        color: #fff;
        background: #b882fc; }

.infetech-project-slider-area-2 {
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .infetech-project-slider-area-2::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 450px;
    width: 100%;
    background: #f4f2f9;
    z-index: -1; }
  .infetech-project-slider-area-2 .single-project-slider-item {
    margin-left: 15px;
    margin-right: 15px; }
    .infetech-project-slider-area-2 .single-project-slider-item .thumb {
      overflow: hidden; }
      .infetech-project-slider-area-2 .single-project-slider-item .thumb img {
        transition: all linear 0.3s;
        width: 100%; }
    .infetech-project-slider-area-2 .single-project-slider-item .content {
      padding-top: 25px;
      padding-bottom: 22px;
      border-bottom: 1px solid #e4e0ee;
      position: relative; }
      .infetech-project-slider-area-2 .single-project-slider-item .content .title a {
        font-size: 24px;
        color: #1d1729; }
      .infetech-project-slider-area-2 .single-project-slider-item .content span {
        color: #b882fc;
        font-weight: 800;
        margin-top: 2px; }
      .infetech-project-slider-area-2 .single-project-slider-item .content .link {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 48px;
        width: 50px;
        text-align: center;
        line-height: 48px;
        background: #e4e0ee;
        font-size: 14px;
        color: #6c6a72; }
    .infetech-project-slider-area-2 .single-project-slider-item:hover .thumb img {
      transform: scale(1.1); }
    .infetech-project-slider-area-2 .single-project-slider-item:hover .content .link {
      background: #5f2dee;
      color: #fff; }

.project-slider-active .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -47px;
  transform: translateX(-50%);
  text-align: center; }
  .project-slider-active .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .project-slider-active .slick-dots li button {
      border: 0;
      background: #bbb9be;
      height: 4px;
      width: 16px;
      font-size: 0; }
    .project-slider-active .slick-dots li.slick-active button {
      background: #5f2dee; }

.infetech-project-3-area {
  padding-top: 112px;
  padding-bottom: 155px;
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    .infetech-project-3-area {
      padding-top: 60px;
      padding-bottom: 90px; } }
  .infetech-project-3-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 425px;
    background: #1d1729;
    z-index: -1; }
  .infetech-project-3-area .section-title {
    text-align: center;
    margin-bottom: 44px; }
    .infetech-project-3-area .section-title .title {
      color: #fff; }
  .infetech-project-3-area.services::before {
    display: none; }
  .infetech-project-3-area.services .section-title .title {
    color: #1d1729; }

.infetech-project-4-area {
  overflow: hidden;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-project-4-area {
      padding-top: 50px;
      padding-bottom: 0px; } }
  @media (max-width: 767px) {
    .infetech-project-4-area {
      padding-top: 50px;
      padding-bottom: 0px; } }
  .infetech-project-4-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 410px;
    width: 100%;
    background: #5f2dee;
    z-index: -1; }
  .infetech-project-4-area .section-title {
    text-align: center; }
    .infetech-project-4-area .section-title span {
      color: #fff; }
      .infetech-project-4-area .section-title span::before {
        background: #fff; }
    .infetech-project-4-area .section-title .title {
      color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-projects-grid-area {
    padding-top: 70px;
    padding-bottom: 40px; } }
.infetech-projects-grid-area .single-project-item {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-projects-details-area {
    padding: 70px 0 50px; } }
@media (max-width: 767px) {
  .infetech-projects-details-area {
    padding: 70px 0 50px; } }

.projects-details-list-box {
  background: #f4f2f9;
  padding: 50px 50px 88px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .projects-details-list-box {
      padding: 20px 20px 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .projects-details-list-box {
      padding: 20px 20px 30px; } }
  @media (max-width: 767px) {
    .projects-details-list-box {
      padding: 20px 20px 30px; } }
  .projects-details-list-box .projects-list-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px; }
    .projects-details-list-box .projects-list-item span {
      font-size: 16px;
      font-weight: 500;
      color: #6c6a72; }
    .projects-details-list-box .projects-list-item .title {
      font-size: 16px;
      font-weight: 700;
      color: #5f2dee;
      text-transform: capitalize;
      padding-top: 6px; }
  .projects-details-list-box .social ul li {
    display: inline-block; }
    .projects-details-list-box .social ul li a {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      font-size: 14px;
      color: #1d1729;
      border-radius: 50%;
      background: #fff;
      margin-right: 10px; }
      .projects-details-list-box .social ul li a:hover {
        background: #5f2dee;
        color: #fff; }

.projects-details-content {
  padding-top: 40px; }
  .projects-details-content .text .title {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .projects-details-content .text .title {
        font-size: 30px; } }
  .projects-details-content .text p {
    font-weight: 500;
    color: #6c6a72;
    line-height: 30px; }
  .projects-details-content .small-text {
    margin-top: 40px; }
    .projects-details-content .small-text .title {
      font-size: 24px;
      text-transform: capitalize;
      margin-bottom: 16px; }
    .projects-details-content .small-text p {
      font-weight: 500;
      color: #6c6a72;
      line-height: 30px; }
    .projects-details-content .small-text ul {
      margin-top: 25px; }
      .projects-details-content .small-text ul li {
        font-size: 18px;
        font-weight: 600;
        color: #1d1729;
        line-height: 38px; }
        .projects-details-content .small-text ul li img {
          padding-right: 8px; }
  .projects-details-content .projects-details-page-changer {
    border-top: 1px solid #e4e0ee;
    border-bottom: 1px solid #e4e0ee;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .projects-details-content .projects-details-page-changer {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .projects-details-content .projects-details-page-changer {
        margin-top: 50px; } }
    .projects-details-content .projects-details-page-changer ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .projects-details-content .projects-details-page-changer ul li {
        display: inline-block; }
        .projects-details-content .projects-details-page-changer ul li a {
          font-size: 16px;
          font-weight: 500;
          color: #6c6a72;
          display: flex;
          align-items: center;
          gap: 20px; }
        .projects-details-content .projects-details-page-changer ul li .icon i {
          height: 50px;
          width: 50px;
          line-height: 50px;
          text-align: center;
          background: #f4f2f9;
          border-radius: 50%;
          color: #1d1729;
          transition: all linear 0.3s; }
        .projects-details-content .projects-details-page-changer ul li:hover .icon i {
          background: #5f2dee;
          color: #fff; }

.projects-details-thumb img {
  width: 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-project-details-list-area {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .infetech-project-details-list-area {
    padding-bottom: 40px; } }
.infetech-project-details-list-area .single-project-item {
  margin-bottom: 30px; }

/*===========================
    9.TESTIMONIAL css 
===========================*/
.infetech-testimonial-area {
  background-image: url(../images/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 115px;
  padding-bottom: 133px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-testimonial-area {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .infetech-testimonial-area {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .infetech-testimonial-area .single-testimonial-box {
    padding-left: 15px;
    padding-bottom: 15px;
    margin-left: 60px;
    margin-bottom: 30px;
    background-image: url(../images/testimonial-line.png);
    background-position: bottom left;
    background-size: auto;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .infetech-testimonial-area .single-testimonial-box {
        margin-left: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .infetech-testimonial-area .single-testimonial-box {
        margin-left: 30px; } }
    .infetech-testimonial-area .single-testimonial-box .single-testimonial-user {
      margin-bottom: -85px;
      margin-left: -75px;
      position: relative;
      z-index: 20; }
      @media (max-width: 767px) {
        .infetech-testimonial-area .single-testimonial-box .single-testimonial-user {
          margin-left: 0;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .infetech-testimonial-area .single-testimonial-box .single-testimonial-user {
          margin-bottom: -85px;
          margin-left: -60px; } }
      .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .thumb {
        background: #fff;
        border-radius: 50%;
        overflow: hidden;
        padding: 22px;
        height: 150px;
        width: 150px;
        position: relative; }
        @media (max-width: 767px) {
          .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .thumb {
            height: 100px;
            width: 100px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .thumb {
            height: 150px;
            width: 150px; } }
        .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .thumb::before {
          position: absolute;
          content: '';
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 130px;
          width: 130px;
          border: 6px solid #5f2dee;
          border-radius: 50%; }
          @media (max-width: 767px) {
            .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .thumb::before {
              height: 80px;
              width: 80px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .thumb::before {
              height: 130px;
              width: 130px; } }
        .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .thumb img {
          width: 100%;
          border-radius: 50%; }
      .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .user-content {
        background: #fff;
        border-radius: 60px;
        padding: 15px 85px 15px 177px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: -1;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); }
        @media (max-width: 767px) {
          .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .user-content {
            padding: 15px 30px 15px 110px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .user-content {
            padding: 15px 85px 15px 177px; } }
        .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .user-content .title {
          font-size: 20px;
          color: #1d1729; }
        .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .user-content span {
          font-weight: 600;
          font-size: 14px;
          color: #5f2dee; }
        .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .user-content img {
          position: absolute;
          right: 55px;
          top: 100%; }
          @media (max-width: 767px) {
            .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .user-content img {
              right: 39px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .infetech-testimonial-area .single-testimonial-box .single-testimonial-user .user-content img {
              right: 55px; } }

.single-testimonial-item {
  background: #fff;
  padding: 45px 42px 42px 50px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-testimonial-item {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .single-testimonial-item {
      padding: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial-item {
      padding: 40px; } }
  .single-testimonial-item ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 27px; }
    .single-testimonial-item ul li {
      display: inline-block;
      margin-left: 4px; }
      .single-testimonial-item ul li i {
        color: #ffc600; }
  .single-testimonial-item p {
    font-size: 18px;
    font-weight: 500;
    color: #6c6a72;
    line-height: 34px; }

.infetech-testimonial-slide .col-lg-6 {
  padding-left: 15px;
  padding-right: 15px; }
.infetech-testimonial-slide .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: auto; }
  .infetech-testimonial-slide .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .infetech-testimonial-slide .slick-dots li button {
      border: 0;
      background: #bbb9be;
      height: 4px;
      width: 16px;
      font-size: 0; }
    .infetech-testimonial-slide .slick-dots li.slick-active button {
      background: #5f2dee; }

.infetech-testimonial-4-area {
  background-image: url(../images/testimonial-bg-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-testimonial-4-area {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .infetech-testimonial-4-area {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-testimonial-4-area .testimonial-4-box .testimonial-small-thumb .testimonial-thumb-list {
      width: 350px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .infetech-testimonial-4-area .testimonial-4-box .testimonial-small-thumb .testimonial-thumb-list {
      width: 300px;
      margin-bottom: 20px; } }
  .infetech-testimonial-4-area .testimonial-4-box .testimonial-small-thumb .testimonial-thumb-list li {
    margin: 5px 0; }
  .infetech-testimonial-4-area .testimonial-thumb-4 {
    position: relative; }
    .infetech-testimonial-4-area .testimonial-thumb-4 .quote-icon {
      height: 115px;
      width: 115px;
      background: rgba(0, 0, 0, 0.2);
      text-align: center;
      line-height: 160px;
      color: #fff;
      font-size: 80px;
      font-weight: 700;
      border-radius: 50%;
      position: absolute;
      right: -28px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-testimonial-4-area .testimonial-thumb-4 .quote-icon {
          left: 350px;
          right: inherit; } }
      @media (max-width: 767px) {
        .infetech-testimonial-4-area .testimonial-thumb-4 .quote-icon {
          left: 350px;
          right: inherit; } }
      .infetech-testimonial-4-area .testimonial-thumb-4 .quote-icon::before {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 75px;
        width: 75px;
        border-radius: 50%;
        background: #b882fc;
        z-index: -1; }
  .infetech-testimonial-4-area .testimonial-content-4 {
    padding-left: 95px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-testimonial-4-area .testimonial-content-4 {
        padding-left: 0;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .infetech-testimonial-4-area .testimonial-content-4 {
        padding-left: 0;
        margin-top: 20px; } }
    .infetech-testimonial-4-area .testimonial-content-4 .section-title span {
      color: #b0a9c0; }
      .infetech-testimonial-4-area .testimonial-content-4 .section-title span::before {
        background: #b0a9c0; }
    .infetech-testimonial-4-area .testimonial-content-4 .section-title .title {
      color: #fff; }
    .infetech-testimonial-4-area .testimonial-content-4 .section-title p {
      font-weight: 500;
      line-height: 40px;
      color: #b0a9c0;
      font-size: 20px;
      margin-top: 25px; }
  .infetech-testimonial-4-area .clients-info {
    margin-top: 40px; }
    .infetech-testimonial-4-area .clients-info .title {
      color: #fff;
      font-size: 20px; }
      .infetech-testimonial-4-area .clients-info .title span {
        color: #b882fc;
        font-size: 14px;
        font-weight: 500;
        padding-left: 14px;
        margin-left: 14px;
        position: relative; }
        .infetech-testimonial-4-area .clients-info .title span::before {
          position: absolute;
          content: '';
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          height: 2px;
          width: 2px;
          background: #fff; }
  .infetech-testimonial-4-area .testimonial-slider-active-4 .slick-arrow {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #423c4c;
    border: 2px solid #423c4c;
    border-radius: 50%;
    font-size: 20px;
    z-index: 20;
    cursor: pointer;
    transition: all linear 0.3s; }
    .infetech-testimonial-4-area .testimonial-slider-active-4 .slick-arrow.prev {
      right: 70px; }
    .infetech-testimonial-4-area .testimonial-slider-active-4 .slick-arrow.next {
      right: 0px; }
    .infetech-testimonial-4-area .testimonial-slider-active-4 .slick-arrow:hover {
      border-color: #fff;
      color: #fff; }

.testimonial-area-5 {
  padding-top: 0px;
  padding-bottom: 222px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-5 {
      padding-bottom: 260px; } }
  .testimonial-area-5 .testimonial-thumb-5 {
    margin-right: -135px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-area-5 .testimonial-thumb-5 {
        margin-top: 100px; } }
    @media (max-width: 767px) {
      .testimonial-area-5 .testimonial-thumb-5 {
        display: none; } }
    .testimonial-area-5 .testimonial-thumb-5 .item-1 {
      position: absolute;
      left: 45px;
      top: 80px;
      z-index: 6; }
    .testimonial-area-5 .testimonial-thumb-5 .item-2 {
      position: absolute;
      right: 155px;
      bottom: -65px;
      z-index: 5; }
    .testimonial-area-5 .testimonial-thumb-5 .item-3 {
      position: absolute;
      bottom: -115px;
      left: 60px;
      z-index: 4; }
    .testimonial-area-5 .testimonial-thumb-5 .item-4 {
      position: absolute;
      left: 260px;
      top: 85px;
      z-index: 3; }
  .testimonial-area-5.testimonial-area-about {
    background: #f4f2f9;
    padding-top: 114px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-area-5.testimonial-area-about {
        padding-top: 60px; } }
    @media (max-width: 767px) {
      .testimonial-area-5.testimonial-area-about {
        padding-top: 60px; } }

.testimonial-slide-active-5 .testimonial-slide-item .box {
  display: flex;
  align-items: center;
  gap: 30px; }
  @media (max-width: 767px) {
    .testimonial-slide-active-5 .testimonial-slide-item .box {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-slide-active-5 .testimonial-slide-item .box {
      display: flex; } }
  .testimonial-slide-active-5 .testimonial-slide-item .box .thumb {
    padding: 6px;
    position: relative;
    z-index: 10;
    display: inline-block; }
    .testimonial-slide-active-5 .testimonial-slide-item .box .thumb::before {
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-image: -moz-linear-gradient(87deg, #5f2dee 0%, #b882fc 100%);
      background-image: -webkit-linear-gradient(87deg, #5f2dee 0%, #b882fc 100%);
      background-image: -ms-linear-gradient(87deg, #5f2dee 0%, #b882fc 100%);
      height: 100%;
      width: 100%;
      border-radius: 50%;
      z-index: -1; }
  .testimonial-slide-active-5 .testimonial-slide-item .box .content .title {
    font-size: 26px;
    color: #1d1729;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .testimonial-slide-active-5 .testimonial-slide-item .box .content .title {
        font-size: 20px; } }
  .testimonial-slide-active-5 .testimonial-slide-item .box .content span {
    font-size: 16px;
    font-weight: 600;
    color: #5f2dee;
    padding-bottom: 6px; }
  .testimonial-slide-active-5 .testimonial-slide-item .box .content ul li {
    display: inline-block;
    color: #ffc600; }
.testimonial-slide-active-5 .testimonial-slide-item .text {
  padding-top: 38px;
  padding-right: 75px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-slide-active-5 .testimonial-slide-item .text {
      padding-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slide-active-5 .testimonial-slide-item .text {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .testimonial-slide-active-5 .testimonial-slide-item .text {
      padding-right: 0; } }
  .testimonial-slide-active-5 .testimonial-slide-item .text p {
    font-weight: 500;
    color: #6c6a72;
    line-height: 36px;
    font-size: 20px; }
.testimonial-slide-active-5 .slick-dots {
  position: absolute;
  left: 0;
  bottom: -56px;
  width: auto; }
  .testimonial-slide-active-5 .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .testimonial-slide-active-5 .slick-dots li button {
      border: 0;
      background: #bbb9be;
      height: 4px;
      width: 16px;
      font-size: 0; }
    .testimonial-slide-active-5 .slick-dots li.slick-active button {
      background: #5f2dee; }

/*===========================
    10.TESTIMONIAL css 
===========================*/
.infetech-team-area {
  padding-bottom: 120px;
  padding-top: 115px;
  position: relative;
  z-index: 20; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-team-area {
      padding-top: 50px;
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .infetech-team-area {
      padding-top: 50px;
      padding-bottom: 80px; } }
  .infetech-team-area::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url(../images/team-pattern.png);
    height: 470px;
    width: 370px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-team-area .row {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .infetech-team-area .row {
      margin-bottom: 0; } }
  .infetech-team-area .section-title p {
    color: #6c6a72;
    line-height: 30px; }
  .infetech-team-area.infetech-team-area-page {
    padding-top: 120px;
    padding-bottom: 56px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-team-area.infetech-team-area-page {
        padding-top: 60px;
        padding-bottom: 70px; } }
    @media (max-width: 767px) {
      .infetech-team-area.infetech-team-area-page {
        padding-top: 60px;
        padding-bottom: 70px; } }
    .infetech-team-area.infetech-team-area-page::before {
      display: none; }
    .infetech-team-area.infetech-team-area-page .single-tema-item {
      margin-bottom: 60px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-team-area.infetech-team-area-page .single-tema-item {
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .infetech-team-area.infetech-team-area-page .single-tema-item {
          margin-bottom: 0; } }

.single-tema-item {
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-tema-item {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .single-tema-item {
      margin: 30px ; } }
  .single-tema-item .top-line {
    position: absolute;
    right: 0;
    top: 0;
    width: 125px;
    height: 140px;
    border-top: 1px solid #e4e0ee;
    border-right: 1px solid #e4e0ee;
    z-index: -1; }
    .single-tema-item .top-line::before {
      position: absolute;
      content: '';
      left: 20px;
      top: -4px;
      height: 8px;
      width: 8px;
      background: #b882fc; }
    .single-tema-item .top-line::after {
      position: absolute;
      content: '';
      right: -4px;
      bottom: 80px;
      height: 8px;
      width: 8px;
      background: #5f2dee; }
  .single-tema-item .thumb {
    overflow: hidden; }
    .single-tema-item .thumb img {
      transition: all linear 0.3s;
      width: 100%; }
  .single-tema-item .content {
    padding-top: 18px;
    position: relative; }
    .single-tema-item .content .title {
      font-size: 24px; }
    .single-tema-item .content span {
      font-size: 16px;
      font-weight: 500;
      color: #6c6a72; }
    .single-tema-item .content .share-icon {
      position: absolute;
      right: 0;
      top: 18px;
      background: #5f2dee;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      color: #fff; }
      .single-tema-item .content .share-icon ul {
        position: absolute;
        bottom: 100%;
        right: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 10px 58.8px 1.2px rgba(0, 0, 0, 0.07);
        padding: 12px 0 22px 0;
        transform: rotateY(91deg);
        transition: all linear 0.3s;
        opacity: 0; }
        .single-tema-item .content .share-icon ul li {
          display: inline-block; }
          .single-tema-item .content .share-icon ul li a {
            height: 38px;
            width: 50px;
            text-align: center;
            line-height: 50px;
            display: block;
            color: #1d1729; }
            .single-tema-item .content .share-icon ul li a:hover {
              color: #5f2dee; }
      .single-tema-item .content .share-icon:hover ul {
        transform: rotateY(0deg);
        opacity: 1; }
  .single-tema-item:hover .thumb img {
    transform: scale(1.1); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-area {
    padding-top: 60px;
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .team-details-area {
    padding-top: 80px;
    padding-bottom: 70px; } }
.team-details-area .team-details-thumb {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  padding-top: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-area .team-details-thumb {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .team-details-area .team-details-thumb {
      margin-right: 0; } }
  .team-details-area .team-details-thumb img {
    width: 100%; }
  .team-details-area .team-details-thumb .top-line {
    position: absolute;
    right: 0;
    top: 0;
    width: 125px;
    height: 140px;
    border-top: 1px solid #e4e0ee;
    border-right: 1px solid #e4e0ee;
    z-index: -1; }
    .team-details-area .team-details-thumb .top-line::before {
      position: absolute;
      content: '';
      left: 20px;
      top: -4px;
      height: 8px;
      width: 8px;
      background: #b882fc; }
    .team-details-area .team-details-thumb .top-line::after {
      position: absolute;
      content: '';
      right: -4px;
      bottom: 80px;
      height: 8px;
      width: 8px;
      background: #5f2dee; }
.team-details-area .team-details-content {
  padding-left: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-area .team-details-content {
      padding-left: 0;
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .team-details-area .team-details-content {
      padding-left: 0;
      padding-top: 30px; } }
  .team-details-area .team-details-content .title {
    font-size: 40px;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .team-details-area .team-details-content .title {
        font-size: 30px; } }
  .team-details-area .team-details-content span {
    font-size: 18px;
    font-weight: 600;
    color: #5f2dee;
    margin-bottom: 18px;
    padding-top: 5px; }
  .team-details-area .team-details-content ul li {
    display: inline-block; }
    .team-details-area .team-details-content ul li a {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 44px;
      background: #f4f2f9;
      margin-right: 6px;
      border-radius: 50%;
      color: #1d1729;
      font-size: 14px; }
      .team-details-area .team-details-content ul li a:hover {
        background: #5f2dee;
        color: #fff; }
  .team-details-area .team-details-content h2 {
    font-size: 30px;
    font-weight: 500;
    color: #5f2dee;
    line-height: 36px; }
    @media (max-width: 767px) {
      .team-details-area .team-details-content h2 {
        font-size: 20px;
        line-height: 36px; } }
  .team-details-area .team-details-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #6c6a72; }

.team-progress-area {
  padding-bottom: 112px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-progress-area {
      padding-top: 0px;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .team-progress-area {
      padding-top: 0px;
      padding-bottom: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-progress-area .border-top {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .team-progress-area .border-top {
      padding-top: 80px; } }
  .team-progress-area .circle {
    text-align: center;
    position: relative;
    height: 145px; }
    .team-progress-area .circle strong {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 30px;
      font-weight: 400;
      color: #1d1729; }
  .team-progress-area .team-progress-box {
    position: relative;
    z-index: 10;
    display: inline-block; }
    .team-progress-area .team-progress-box::before {
      position: absolute;
      content: '';
      border: 2px solid #5f2dee;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      height: 90%;
      width: 90%;
      border-radius: 50%;
      background: #f9f9f9; }
  .team-progress-area .content {
    margin-top: 13px; }
    @media (max-width: 767px) {
      .team-progress-area .content {
        margin-bottom: 50px; } }
    .team-progress-area .content span {
      font-weight: 500;
      font-size: 18px;
      color: #6c6a72; }

.team-form-area {
  background-image: url(../images/team-form-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 114px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .team-form-area {
      padding-top: 70px;
      padding-bottom: 60px; } }
  .team-form-area .section-title {
    padding: 0; }

.team-form-box .input-box {
  margin-bottom: 20px; }
  .team-form-box .input-box input {
    width: 100%;
    height: 60px;
    padding-left: 40px;
    border: 0;
    color: #6c6a72;
    font-size: 14px; }
    .team-form-box .input-box input::placeholder {
      opacity: 1;
      color: #6c6a72; }
  .team-form-box .input-box textarea {
    width: 100%;
    height: 180px;
    padding-left: 40px;
    padding-top: 15px;
    border: 0;
    color: #6c6a72;
    font-size: 14px;
    resize: none; }
    .team-form-box .input-box textarea::placeholder {
      opacity: 1;
      color: #6c6a72; }

/*===========================
    11.VIDEO css 
===========================*/
.infetech-video-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/video-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .infetech-video-area .video-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .infetech-video-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1d1729;
    opacity: 0.7;
    z-index: -2; }
  .infetech-video-area .video-content .play-btn a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background: #b882fc;
    position: relative; }
    .infetech-video-area .video-content .play-btn a::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border: 1px solid #fff;
      border-radius: 50%;
      animation: play-popup 1.5s infinite; }
  .infetech-video-area .video-content span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding-top: 43px;
    padding-bottom: 16px; }
  .infetech-video-area .video-content .title {
    color: #fff;
    font-size: 60px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .infetech-video-area .video-content .title {
        font-size: 46px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-video-area .video-content .title {
        font-size: 46px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .infetech-video-area .video-content .title {
        font-size: 26px;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .infetech-video-area .video-content .title {
        font-size: 40px;
        margin-bottom: 20px; } }

@keyframes play-popup {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.5);
    opacity: 0; } }
.video-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  row-gap: 12px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-content-wrapper {
      flex-direction: row;
      column-gap: 30px; } }
  @media (max-width: 767px) {
    .video-content-wrapper {
      flex-direction: column;
      column-gap: 30px;
      align-items: flex-start; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-content-wrapper {
      flex-direction: row;
      column-gap: 30px; } }
  .video-content-wrapper .video-content-box {
    background: #b882fc;
    display: inline-block;
    padding: 50px; }
    .video-content-wrapper .video-content-box .title {
      color: #fff;
      font-size: 40px;
      margin-bottom: 4px; }
    .video-content-wrapper .video-content-box span {
      font-size: 18px;
      color: #fff; }
    .video-content-wrapper .video-content-box.item-2 {
      background: #5f2dee; }

/*===========================
    12.BLOG css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-blog-area {
    padding-top: 80px;
    padding-bottom: 80px; } }
@media (max-width: 767px) {
  .infetech-blog-area {
    padding-top: 80px;
    padding-bottom: 80px; } }
.infetech-blog-area.infetech-blog-area-3 {
  position: relative;
  border-bottom: 1px solid #e4e0ee;
  z-index: 10;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .infetech-blog-area.infetech-blog-area-3 {
      padding-top: 50px;
      padding-bottom: 60px;
      margin-bottom: 40px; } }
  .infetech-blog-area.infetech-blog-area-3::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 592px;
    background: #f4f2f9;
    z-index: -1; }

@media (max-width: 767px) {
  .single-blog-item {
    margin-bottom: 30px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-item {
    margin-bottom: 0px; } }
.single-blog-item .thumb {
  overflow: hidden;
  position: relative; }
  .single-blog-item .thumb a {
    display: block; }
    .single-blog-item .thumb a img {
      width: 100%;
      transition: all linear 0.3s; }
  .single-blog-item .thumb span {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #5f2dee;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase; }
.single-blog-item .content {
  background: #fff;
  margin-top: -30px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 10;
  padding: 40px;
  transition: all linear 0.3s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-blog-item .content {
      padding: 20px; } }
  @media (max-width: 767px) {
    .single-blog-item .content {
      padding: 20px;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-item .content {
      margin-top: -30px;
      margin-left: 20px;
      margin-right: 20px; } }
  .single-blog-item .content .blog-meta ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #6c6a72; }
    .single-blog-item .content .blog-meta ul li::before {
      position: absolute;
      content: '/';
      right: -14px;
      top: 50%;
      transform: translateY(-50%);
      color: #6c6a72;
      font-weight: 500; }
    .single-blog-item .content .blog-meta ul li:last-child {
      margin-right: 0; }
      .single-blog-item .content .blog-meta ul li:last-child::before {
        display: none; }
    .single-blog-item .content .blog-meta ul li i {
      color: #5f2dee; }
  .single-blog-item .content .blog-meta .title a {
    font-size: 24px;
    color: #1d1729;
    margin-top: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-blog-item .content .blog-meta .title a {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .single-blog-item .content .blog-meta .title a {
        font-size: 18px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-blog-item .content .blog-meta .title a {
        font-size: 24px; } }
  .single-blog-item .content .blog-meta > a {
    background: #f4f2f9;
    color: #6c6a72;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 22px;
    letter-spacing: 1; }
.single-blog-item:hover .thumb img {
  transform: scale(1.1); }
.single-blog-item:hover .content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); }
  .single-blog-item:hover .content .blog-meta > a {
    color: #fff;
    background: #b882fc; }
  .single-blog-item:hover .content .blog-meta .title a {
    color: #5f2dee; }

.infetech-blog-area-2 {
  padding-top: 120px;
  padding-bottom: 70px;
  overflow: hidden; }
  .infetech-blog-area-2 .section-title {
    padding-right: 40px; }
    @media only screen and (min-width: 10px) and (max-width: 1600px) {
      .infetech-blog-area-2 .section-title {
        padding-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-blog-area-2 .section-title {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .infetech-blog-area-2 .section-title {
        padding-bottom: 20px; } }
    .infetech-blog-area-2 .section-title p {
      color: #6c6a72;
      margin-top: 29px;
      padding-right: 70px; }
      @media only screen and (min-width: 10px) and (max-width: 1600px) {
        .infetech-blog-area-2 .section-title p {
          padding-right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .infetech-blog-area-2 .section-title p {
          margin-top: 10px; } }
      @media (max-width: 767px) {
        .infetech-blog-area-2 .section-title p {
          margin-top: 10px; } }
    @media only screen and (min-width: 992px) and (max-width: 1600px) {
      .infetech-blog-area-2 .section-title .title {
        font-size: 30px; } }
  .infetech-blog-area-2 .full-right {
    position: relative;
    left: calc((100% - 1020px) / 3); }
    @media only screen and (min-width: 992px) and (max-width: 1600px) {
      .infetech-blog-area-2 .full-right {
        left: calc((100% - 1020px) / 4); } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .infetech-blog-area-2 .full-right {
        left: calc((100% - 940px) / 4); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-blog-area-2 .full-right {
        left: 0; } }
    @media (max-width: 767px) {
      .infetech-blog-area-2 .full-right {
        left: 0; } }
  .infetech-blog-area-2 .single-blog-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px; }

.infetech-blog-slide-active {
  margin-right: 275px; }
  @media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .infetech-blog-slide-active {
      margin-right: 180px; } }
  @media only screen and (min-width: 10px) and (max-width: 1600px) {
    .infetech-blog-slide-active {
      margin-right: 0px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-blog-page-area {
    padding: 70px 0 40px; } }
@media (max-width: 767px) {
  .infetech-blog-page-area {
    padding: 70px 0 40px; } }
.infetech-blog-page-area .single-blog-item {
  margin-bottom: 30px; }

.blog-sidebar .input-box {
  position: relative; }
  .blog-sidebar .input-box input {
    width: 100%;
    background: #b882fc;
    height: 84px;
    padding-left: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0; }
    @media (max-width: 767px) {
      .blog-sidebar .input-box input {
        padding-left: 20px; } }
    .blog-sidebar .input-box input::placeholder {
      opacity: 1;
      color: #fff; }
  .blog-sidebar .input-box button {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    border: 0;
    background: transparent; }
    @media (max-width: 767px) {
      .blog-sidebar .input-box button {
        right: 20px; } }
.blog-sidebar .blog-widgets {
  background: #f4f2f9;
  padding: 46px 30px 30px; }
  .blog-sidebar .blog-widgets .blog-title {
    margin-bottom: 15px;
    padding-left: 20px; }
    .blog-sidebar .blog-widgets .blog-title .title {
      font-size: 22px; }
  .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    margin-bottom: 10px;
    transition: all linear 0.3s; }
    @media (max-width: 767px) {
      .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item {
        display: flex; } }
    .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .thumb {
      min-width: 70px; }
      @media (max-width: 767px) {
        .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .thumb {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .thumb {
          margin-bottom: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .content {
        display: flex;
        flex-direction: column; } }
    @media (max-width: 767px) {
      .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .content {
        display: flex;
        flex-direction: column; } }
    .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .content span {
      font-size: 16px;
      font-weight: 500;
      color: #6c6a72;
      margin-bottom: 4px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .content span {
          font-size: 14px; } }
      .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .content span i {
        color: #5f2dee;
        padding-right: 4px; }
    .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .content .title {
      font-size: 18px;
      font-weight: 700;
      transition: all linear 0.3s; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .content .title {
          font-size: 14px; } }
      .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item .content .title:hover {
        color: #5f2dee; }
    .blog-sidebar .blog-widgets.blog-sidebar-list .blog-item:hover {
      background: #fff;
      box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05); }
  .blog-sidebar .blog-widgets.blog-category-sidebar ul li {
    margin-bottom: 10px; }
    .blog-sidebar .blog-widgets.blog-category-sidebar ul li a {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      padding-right: 20px;
      position: relative;
      overflow: hidden;
      z-index: 10;
      padding-left: 20px;
      font-size: 16px;
      font-weight: 500;
      color: #6c6a72;
      line-height: 42px;
      transition: all linear 0.4s; }
      .blog-sidebar .blog-widgets.blog-category-sidebar ul li a i {
        transition: all linear 0.4s; }
      .blog-sidebar .blog-widgets.blog-category-sidebar ul li a:hover {
        background: #fff;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); }
        .blog-sidebar .blog-widgets.blog-category-sidebar ul li a:hover::before {
          width: 100%;
          right: auto;
          left: 0; }
        .blog-sidebar .blog-widgets.blog-category-sidebar ul li a:hover i {
          color: #5f2dee; }
  .blog-sidebar .blog-widgets.blog-tags ul {
    padding-left: 20px; }
    .blog-sidebar .blog-widgets.blog-tags ul li {
      display: inline-block; }
      .blog-sidebar .blog-widgets.blog-tags ul li a {
        background: #fff;
        padding: 10px 20px;
        font-size: 12px;
        font-weight: 700;
        color: #1d1729;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-right: 6px; }
        .blog-sidebar .blog-widgets.blog-tags ul li a:hover {
          background: #5f2dee;
          color: #fff; }

.blog-details-box .top-content .thumb img {
  width: 100%; }
.blog-details-box .top-content ul {
  margin-top: 23px; }
  .blog-details-box .top-content ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #6c6a72;
    position: relative;
    padding-right: 14px;
    margin-right: 7px; }
    .blog-details-box .top-content ul li:first-child::before {
      position: absolute;
      content: '/';
      right: 0;
      top: 0; }
    .blog-details-box .top-content ul li img {
      padding-right: 5px; }
.blog-details-box .top-content .title {
  font-size: 30px;
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .blog-details-box .top-content .title {
      font-size: 24px; } }
.blog-details-box .top-content p {
  font-weight: 500;
  color: #6c6a72;
  line-height: 30px; }

.blog-social-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #e4e0ee; }
  @media (max-width: 767px) {
    .blog-social-box {
      flex-wrap: wrap;
      gap: 20px; } }
  .blog-social-box .blgo-tags-details {
    display: flex;
    align-items: center;
    gap: 10px; }
    .blog-social-box .blgo-tags-details span {
      font-size: 18px;
      font-weight: 800;
      color: #1d1729; }
    .blog-social-box .blgo-tags-details ul li {
      display: inline-block;
      margin-right: 6px; }
      .blog-social-box .blgo-tags-details ul li a {
        background: #5f2dee;
        color: #fff;
        padding: 9px 20px;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .blog-social-box .blgo-tags-details ul li a {
            padding: 9px 15px; } }
  .blog-social-box .blog-social-details ul li {
    display: inline-block; }
    .blog-social-box .blog-social-details ul li a {
      font-size: 20px;
      color: #1d1729;
      margin-left: 26px; }
      @media (max-width: 767px) {
        .blog-social-box .blog-social-details ul li a {
          margin-left: 0;
          margin-right: 15px; } }
      .blog-social-box .blog-social-details ul li a:hover {
        color: #5f2dee; }

.blog-post-prev-next {
  background: #f4f2f9;
  padding: 60px 60px 60px 60px;
  transition: all linear 0.3s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-post-prev-next {
      padding: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-post-prev-next {
      padding: 30px; } }
  @media (max-width: 767px) {
    .blog-post-prev-next {
      padding: 30px;
      margin-bottom: 20px; } }
  .blog-post-prev-next .title {
    font-size: 24px;
    font-weight: 800; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-post-prev-next .title {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .blog-post-prev-next .title {
        font-size: 18px; } }
    .blog-post-prev-next .title a {
      color: #1d1729; }
  .blog-post-prev-next:hover {
    background: #5f2dee; }
    .blog-post-prev-next:hover .title a {
      color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-blog-details-area {
    padding-top: 40px;
    padding-bottom: 70px; } }
@media (max-width: 767px) {
  .infetech-blog-details-area {
    padding-top: 40px;
    padding-bottom: 70px; } }

.blog-comments-box {
  padding-top: 53px; }
  .blog-comments-box .comments-title {
    padding-bottom: 48px; }
    .blog-comments-box .comments-title .title {
      font-size: 36px;
      text-transform: capitalize; }
      @media (max-width: 767px) {
        .blog-comments-box .comments-title .title {
          font-size: 30px; } }
  .blog-comments-box .blog-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e0ee; }
    @media (max-width: 767px) {
      .blog-comments-box .blog-item {
        display: block; } }
    .blog-comments-box .blog-item .thumb {
      min-width: 165px;
      margin-right: 45px; }
      @media (max-width: 767px) {
        .blog-comments-box .blog-item .thumb {
          margin-bottom: 20px; } }
    .blog-comments-box .blog-item .content {
      position: relative; }
      .blog-comments-box .blog-item .content .title {
        font-size: 20px;
        margin-bottom: 22px; }
      .blog-comments-box .blog-item .content p {
        font-weight: 500;
        line-height: 30px; }
      .blog-comments-box .blog-item .content a {
        position: absolute;
        right: 0;
        top: 0;
        border: 1px solid #5f2dee;
        line-height: 34px;
        padding: 0 20px; }

.blog-form-box .blog-title {
  padding-bottom: 48px; }
  .blog-form-box .blog-title .title {
    font-size: 36px; }
    @media (max-width: 767px) {
      .blog-form-box .blog-title .title {
        font-size: 30px; } }
.blog-form-box .input-box input {
  width: 100%;
  background: #f4f2f9;
  border: 0;
  height: 60px;
  padding-left: 30px;
  color: #6c6a72;
  font-size: 16px;
  font-weight: 500; }
  .blog-form-box .input-box input::placeholder {
    opacity: 1; }
.blog-form-box .input-box textarea {
  width: 100%;
  background: #f4f2f9;
  border: 0;
  height: 170px;
  padding-left: 30px;
  padding-top: 15px;
  resize: none;
  color: #6c6a72;
  font-size: 16px;
  font-weight: 500; }
  .blog-form-box .input-box textarea::placeholder {
    opacity: 1; }
.blog-form-box .input-box button {
  margin-top: 20px;
  border: 1px solid #5f2dee; }

/*===========================
    13.FOOTER css 
===========================*/
.infetech-footer-area {
  padding-top: 120px;
  padding-bottom: 107px;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-footer-area {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .infetech-footer-area {
      padding: 80px 0; } }
  .infetech-footer-area .title {
    color: #fff;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px; }
    .infetech-footer-area .title::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 2px;
      width: 17px;
      background: #5f2dee; }
      @media (max-width: 767px) {
        .infetech-footer-area .title::before {
          left: 50%;
          transform: translateX(-50%); } }

@media (max-width: 767px) {
  .footer-about {
    text-align: center; } }
.footer-about > a {
  max-width: 165px; }
.footer-about p {
  color: #b0a9c0;
  line-height: 30px;
  margin-top: 18px; }
.footer-about ul {
  margin-top: 20px;
  display: flex;
  gap: 10px; }
  @media (max-width: 767px) {
    .footer-about ul {
      justify-content: center; } }
  .footer-about ul li a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 48px;
    background: #15101e;
    border-radius: 50%;
    color: #aea8b9;
    font-size: 18px; }
    .footer-about ul li a:hover {
      background: #5f2dee; }

@media (max-width: 767px) {
  .footer-nav {
    margin-top: 30px;
    text-align: center; } }
.footer-nav ul li a {
  color: #b0a9c0;
  font-size: 16px;
  line-height: 34px; }
  .footer-nav ul li a:hover {
    color: #5f2dee; }

.footer-newsletter {
  margin-right: 90px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-newsletter {
      margin-top: 30px;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .footer-newsletter {
      margin-top: 30px;
      text-align: center;
      margin-right: 0; } }
  .footer-newsletter p {
    color: #b0a9c0;
    line-height: 30px;
    margin-bottom: 21px; }
  .footer-newsletter .input-box {
    position: relative; }
    .footer-newsletter .input-box input {
      width: 100%;
      background: #fff;
      height: 50px;
      padding-left: 20px;
      color: #6c6a72;
      display: block;
      border: 0;
      font-size: 14px;
      font-weight: 500; }
      .footer-newsletter .input-box input::placeholder {
        color: #6c6a72;
        opacity: 1; }
    .footer-newsletter .input-box button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 50px;
      text-align: center;
      line-height: 50px;
      border: 0;
      color: #fff;
      font-size: 18px;
      background: #5f2dee; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-info {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .footer-info {
    margin-top: 30px;
    text-align: center; } }
.footer-info ul li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: #b0a9c0;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .footer-info ul li {
      justify-content: center; } }
  .footer-info ul li i {
    color: #000;
    font-size: 14px;
    color: #b882fc; }

.footer-copyright {
  background: #15101e;
  border-top: 1px solid #322d3d;
  padding: 30px 0; }
  .footer-copyright p {
    color: #b0a9c0; }
    .footer-copyright p a {
      color: #b882fc; }

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 999; }
  .go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #b882fc;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px; }
    .go-top-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
      .go-top-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; }
    .go-top-area .go-top::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: #b882fc;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s;
      border-radius: 10px; }
    .go-top-area .go-top:focus, .go-top-area .go-top:hover {
      color: #fff; }
      .go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; }
      .go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden; }
      .go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; }
    .go-top-area .go-top.active {
      top: 98%;
      -webkit-transform: translateY(-98%);
      -moz-transform: translateY(-98%);
      -ms-transform: translateY(-98%);
      -o-transform: translateY(-98%);
      transform: translateY(-98%);
      opacity: 1;
      visibility: visible;
      border-radius: 10px;
      right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .go-top-area .go-top.active {
          top: 93%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .go-top-area .go-top.active {
          top: 93%; } }

.go-top-wrap {
  position: relative; }
  .go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #b882fc;
    border-radius: 10px; }
    .go-top-wrap .go-top-btn i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff; }
    .go-top-wrap .go-top-btn::after {
      z-index: -1;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      -webkit-animation: ripple 1.6s ease-out infinite;
      -moz-animation: ripple 1.6s ease-out infinite;
      -o-animation: ripple 1.6s ease-out infinite;
      animation: ripple 1.6s ease-out infinite;
      opacity: 0;
      background: #b882fc;
      border-radius: 10px; }
    .go-top-wrap .go-top-btn:hover {
      background-color: #1d1729;
      color: #fff; }

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
.sing-area {
  z-index: 11;
  position: relative; }
  .sing-area .footer-sing-up {
    margin-top: 0;
    margin-bottom: -60px; }

@-webkit-keyframes footer-shape {
  0% {
    right: 100px; }
  50% {
    right: 0; }
  100% {
    right: 100px; } }
@keyframes footer-shape {
  0% {
    right: 100px; }
  50% {
    right: 0; }
  100% {
    right: 100px; } }
.infetech-footer-4-area {
  background-image: url(../images/footer-line.png);
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-footer-4-area {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .infetech-footer-4-area {
      padding-top: 70px;
      padding-bottom: 70px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-about-4 {
    text-align: center; } }
@media (max-width: 767px) {
  .footer-about-4 {
    text-align: center; } }
.footer-about-4 .logo {
  width: 165px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-about-4 .logo {
      display: inline-block; } }
  @media (max-width: 767px) {
    .footer-about-4 .logo {
      display: inline-block; } }
.footer-about-4 ul li a {
  font-size: 24px;
  font-weight: 700;
  color: #5f2dee; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-list-4 {
    text-align: center;
    margin: 30px 0; } }
@media (max-width: 767px) {
  .footer-list-4 {
    text-align: center;
    margin: 30px 0; } }
.footer-list-4 ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #6c6a72;
  line-height: 32px; }
  .footer-list-4 ul li a:hover {
    color: #5f2dee; }

.footer-address {
  padding-right: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-address {
      text-align: center;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .footer-address {
      text-align: center;
      margin-bottom: 30px;
      padding-right: 0; } }
  .footer-address p {
    font-size: 18px;
    line-height: 36px;
    color: #6c6a72;
    font-weight: 500; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-social {
    display: flex;
    justify-content: center; } }
@media (max-width: 767px) {
  .footer-social {
    display: flex;
    justify-content: center; } }
.footer-social ul li {
  display: inline-block;
  margin-right: 6px; }
  .footer-social ul li a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    color: #fff;
    background: #5f2dee; }

.infetech-footer-4-area.footer-copyright {
  text-align: center;
  background: #fff;
  border-top-color: #e4e0ee; }
  .infetech-footer-4-area.footer-copyright p {
    font-size: 16px;
    font-weight: 500;
    color: #6c6a72; }

/*===========================
    14.CLIENTS css 
===========================*/
.infetech-clients-area {
  padding-top: 115px;
  background-image: url(../images/client-bg-line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }

.clients-tabs-item ul.nav {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .clients-tabs-item ul.nav {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .clients-tabs-item ul.nav {
      flex-wrap: wrap; } }
  .clients-tabs-item ul.nav li button {
    background: #fff;
    padding: 50px 0 45px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    text-align: center;
    width: 210px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .clients-tabs-item ul.nav li button {
        width: 170px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .clients-tabs-item ul.nav li button {
        margin-top: 0 !important;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .clients-tabs-item ul.nav li button {
        margin-top: 0 !important;
        margin-bottom: 30px; } }
    .clients-tabs-item ul.nav li button span {
      display: block;
      font-weight: 800;
      color: #1d1729;
      font-size: 20px;
      margin-top: 5px; }
    .clients-tabs-item ul.nav li button.active {
      background: #1d1729;
      background-image: url(../images/client-item-line.png);
      background-size: auto;
      background-position: top right;
      background-repeat: no-repeat;
      position: relative; }
      .clients-tabs-item ul.nav li button.active::before {
        position: absolute;
        content: '';
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #1d1729; }
      .clients-tabs-item ul.nav li button.active::after {
        position: absolute;
        content: '\f078';
        font-weight: 300;
        left: 50%;
        top: 96%;
        transform: translateX(-50%);
        font-size: 14px;
        color: #fff;
        font-family: "Font Awesome 5 Pro"; }
      .clients-tabs-item ul.nav li button.active span {
        color: #fff; }
      .clients-tabs-item ul.nav li button.active svg {
        fill: #b882fc; }

.clients-content-box .title {
  font-size: 30px;
  color: #1d1729;
  margin-bottom: 22px; }
.clients-content-box p {
  font-size: 16px;
  color: #6c6a72;
  line-height: 30px;
  margin-bottom: 32px; }
.clients-content-box a {
  border: 1px solid #5f2dee; }

.infetech-clients-3-area {
  padding-top: 112px;
  padding-bottom: 120px;
  background: #f2f0f7; }
  @media (max-width: 767px) {
    .infetech-clients-3-area {
      padding-top: 60px;
      padding-bottom: 150px; } }

.single-service-3-item.clients-3-item {
  margin: 3px;
  box-shadow: none;
  padding: 45px 95px 45px 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-service-3-item.clients-3-item {
      padding: 45px 50px 45px 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-3-item.clients-3-item {
      padding: 45px 50px 45px 50px; } }
  @media (max-width: 767px) {
    .single-service-3-item.clients-3-item {
      padding: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-service-3-item.clients-3-item {
      padding: 45px 50px 45px 50px; } }
  .single-service-3-item.clients-3-item::before {
    right: 50px;
    bottom: 50px;
    top: inherit;
    background: #f4ecff;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    transition: all linear 0.3s; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-service-3-item.clients-3-item::before {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service-3-item.clients-3-item::before {
        display: none; } }
    @media (max-width: 767px) {
      .single-service-3-item.clients-3-item::before {
        display: none; } }
  .single-service-3-item.clients-3-item::after {
    display: none; }
  .single-service-3-item.clients-3-item .title {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 35px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-service-3-item.clients-3-item .title {
        font-size: 20px;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service-3-item.clients-3-item .title {
        font-size: 20px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .single-service-3-item.clients-3-item .title {
        font-size: 20px;
        margin-bottom: 10px; } }
  .single-service-3-item.clients-3-item .icon {
    position: absolute;
    right: 30px;
    bottom: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-service-3-item.clients-3-item .icon {
        position: static;
        margin-top: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service-3-item.clients-3-item .icon {
        position: static;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .single-service-3-item.clients-3-item .icon {
        position: static;
        margin-top: 10px; } }
    .single-service-3-item.clients-3-item .icon svg {
      transition: all linear 0.3s; }
  .single-service-3-item.clients-3-item:hover::before {
    background: #6c3af0; }
  .single-service-3-item.clients-3-item:hover .icon svg {
    fill: #fff; }

.faq-box-area {
  position: relative;
  z-index: 10;
  margin-top: -60px; }
  @media (max-width: 767px) {
    .faq-box-area {
      background: #f2f0f7; } }
  .faq-box-area .faq-box-item {
    padding: 30px 30px 30px 60px;
    background: #b882fc;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-box-area .faq-box-item {
        padding: 30px;
        display: block;
        text-align: center; } }
    @media (max-width: 767px) {
      .faq-box-area .faq-box-item {
        padding: 30px;
        display: block;
        text-align: center; } }
    .faq-box-area .faq-box-item .title {
      font-size: 18px;
      color: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .faq-box-area .faq-box-item .title {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .faq-box-area .faq-box-item .title {
          margin-bottom: 25px; } }
    .faq-box-area .faq-box-item a {
      background: #fff;
      color: #1d1729;
      line-height: 60px; }
      .faq-box-area .faq-box-item a:hover {
        background: #5f2dee;
        color: #fff; }

.infetech-clients-4-area {
  padding-top: 114px;
  padding-bottom: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-clients-4-area {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .infetech-clients-4-area {
      padding-top: 50px;
      padding-bottom: 50px; } }

.clients-4-item {
  background-image: url(../images/clients-item-bg.png);
  padding: 40px 45px 40px 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transition: all linear 0.3s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .clients-4-item {
      padding: 30px 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .clients-4-item {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .clients-4-item {
      margin-bottom: 30px; } }
  .clients-4-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    transition: all linear 0.3s; }
  .clients-4-item .title {
    font-size: 20px;
    transition: all linear 0.3s; }
  .clients-4-item p {
    color: #6c6a72;
    font-weight: 500;
    line-height: 30px;
    margin: 14px 0 20px;
    transition: all linear 0.3s; }
  .clients-4-item .icon {
    background: #5f2dee;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    transition: all linear 0.3s; }
    .clients-4-item .icon svg {
      transition: all linear 0.3s; }
  .clients-4-item:hover {
    box-shadow: none; }
    .clients-4-item:hover::before {
      opacity: 0; }
    .clients-4-item:hover .title {
      color: #fff; }
    .clients-4-item:hover p {
      color: #fff; }
    .clients-4-item:hover .icon {
      background: #fff; }
      .clients-4-item:hover .icon svg {
        fill: #5f2dee; }

/*===========================
    15.TESTIMONIAL css 
===========================*/
.infetech-information-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .infetech-information-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/information-bg-dot.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-information-area .information-thumb {
      margin-bottom: 30px; } }
  .infetech-information-area .information-thumb .thumb {
    display: flex;
    align-items: flex-start;
    position: relative; }
    .infetech-information-area .information-thumb .thumb .information-logo {
      padding-left: 60px;
      padding-top: 85px; }
    .infetech-information-area .information-thumb .thumb::before {
      position: absolute;
      content: 'missions';
      left: -185px;
      top: 135px;
      font-size: 30px;
      font-weight: 400;
      color: #1d1729;
      opacity: 0.2;
      text-transform: uppercase;
      letter-spacing: 21px;
      transform: rotate(-90deg); }
    .infetech-information-area .information-thumb .thumb.thumb-2 {
      margin-top: -85px; }
      .infetech-information-area .information-thumb .thumb.thumb-2 .information-logo {
        padding-left: 0;
        padding-right: 60px;
        margin-top: 85px; }
      .infetech-information-area .information-thumb .thumb.thumb-2::before {
        content: 'visions';
        left: auto;
        right: -70px;
        transform: rotate(90deg); }

.information-content {
  position: relative;
  margin-top: -7px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .information-content {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .information-content {
      padding-left: 0; } }
  .information-content span {
    font-size: 24px;
    font-weight: 700;
    color: #b882fc;
    margin-top: 30px;
    margin-bottom: 13px; }
  .information-content p {
    font-size: 16px;
    font-weight: 500;
    color: #6c6a72;
    line-height: 30px; }
  .information-content .quote-text {
    background: #fff;
    padding: 20px 10px 20px 40px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 50px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); }
    .information-content .quote-text::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 80px;
      border-radius: 10px;
      background: #b882fc; }
    .information-content .quote-text p {
      font-size: 18px;
      color: #1d1729;
      font-weight: 600;
      line-height: 32px; }
  .information-content .information-btns {
    display: flex; }
    @media (max-width: 767px) {
      .information-content .information-btns {
        flex-direction: column;
        align-items: flex-start; } }
    .information-content .information-btns .play-btn {
      margin-left: 30px;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .information-content .information-btns .play-btn {
          margin-left: 0;
          margin-top: 20px; } }
      .information-content .information-btns .play-btn a {
        height: 60px;
        width: 60px;
        background: #b882fc;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        color: #fff; }
      .information-content .information-btns .play-btn span {
        font-size: 16px;
        font-weight: 700;
        color: #1d1729;
        margin: 0 0 0 18px; }

/*===========================
    16.OFFER css 
===========================*/
.infetech-offer-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/offer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-offer-area {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .infetech-offer-area {
      padding: 70px 0; } }
  .infetech-offer-area .section-title {
    margin-bottom: 30px;
    padding-right: 70px; }
    .infetech-offer-area .section-title span {
      color: #fff; }
      .infetech-offer-area .section-title span::before {
        background: #fff; }
    .infetech-offer-area .section-title .title {
      color: #fff; }
  .infetech-offer-area .offer-text {
    padding-right: 30px; }
    .infetech-offer-area .offer-text p {
      font-size: 16px;
      font-weight: 500;
      color: #e1d6ff;
      margin-bottom: 26px; }
  .infetech-offer-area .offer-list ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px; }
    .infetech-offer-area .offer-list ul li img {
      padding-right: 5px; }

.infetech-offer-thumb {
  position: relative;
  padding-left: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-offer-thumb {
      text-align: left !important;
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .infetech-offer-thumb {
      text-align: left !important;
      margin-top: 20px; } }
  .infetech-offer-thumb .offer-icon {
    height: 130px;
    width: 130px;
    text-align: center;
    line-height: 130px;
    background-image: -moz-linear-gradient(0deg, #b882fc 0%, #5f2dee 100%);
    background-image: -webkit-linear-gradient(0deg, #b882fc 0%, #5f2dee 100%);
    background-image: -ms-linear-gradient(0deg, #b882fc 0%, #5f2dee 100%);
    position: absolute;
    left: 0;
    bottom: 20px; }

.base {
  position: absolute;
  left: 1085px;
  top: 3287px;
  width: 130px;
  height: 128px;
  z-index: 324; }

.infetech-offer-category-area {
  padding-top: 118px;
  padding-bottom: 110px;
  background-image: url(../images/offer-category-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .infetech-offer-category-area .section-title span {
    color: #b882fc; }
    .infetech-offer-category-area .section-title span::before {
      background: #b882fc; }
  .infetech-offer-category-area .section-title .title {
    color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-offer-category-area .offer-content {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .infetech-offer-category-area .offer-content {
      margin-bottom: 30px; } }
  .infetech-offer-category-area .offer-content p {
    font-size: 16px;
    font-weight: 500;
    color: #b0a9c0;
    line-height: 30px;
    margin: 28px 30px 48px 0; }

.offer-category-item .box {
  margin-bottom: 30px; }
  .offer-category-item .box a {
    display: flex;
    align-items: center;
    border: 1px solid #55515f;
    padding-left: 40px;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    transition: all linear 0.3s; }
    .offer-category-item .box a i {
      font-size: 30px;
      color: #b882fc;
      margin-right: 20px;
      transition: all linear 0.3s; }
  .offer-category-item .box:hover a {
    background: #5f2dee;
    border-color: #5f2dee; }
    .offer-category-item .box:hover a i {
      color: #fff; }

/*===========================
    16.FUN FACTS css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-fun-facts-area {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .infetech-fun-facts-area {
    padding-bottom: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-fun-facts-area.infetech-fun-facts-about-area {
    padding-bottom: 50px; } }
@media (max-width: 767px) {
  .infetech-fun-facts-area.infetech-fun-facts-about-area {
    padding-bottom: 100px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-fun-facts-area.infetech-fun-facts-service-area {
    padding-top: 70px; } }
@media (max-width: 767px) {
  .infetech-fun-facts-area.infetech-fun-facts-service-area {
    padding-top: 70px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-facts-item {
    margin-bottom: 40px; } }
.fun-facts-item .title {
  padding-left: 30px; }
  @media (max-width: 767px) {
    .fun-facts-item .title {
      text-align: center;
      margin-bottom: 20px;
      margin-top: 30px; } }
  .fun-facts-item .title span {
    font-size: 60px; }
  .fun-facts-item .title sup {
    font-size: 60px; }
@media (max-width: 767px) {
  .fun-facts-item .content-box {
    display: flex;
    justify-content: center;
    text-align: center; } }
.fun-facts-item .content-box span {
  border: 1px solid #e4e0ee;
  font-weight: 800;
  text-transform: uppercase;
  color: #5f2dee;
  padding: 8px 28px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .fun-facts-item .content-box span {
      font-size: 14px; } }

/*===========================
    17.COMPANY css 
===========================*/
.infetech-company-area {
  padding-bottom: 120px;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-company-area {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .infetech-company-area {
      padding-bottom: 90px; } }
  .infetech-company-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 730px;
    background-image: url(../images/company-bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .infetech-company-area::before {
        width: 500px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .infetech-company-area::before {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-company-area::before {
        display: none; } }
    @media (max-width: 767px) {
      .infetech-company-area::before {
        display: none; } }
  .infetech-company-area .section-title p {
    font-weight: 500;
    line-height: 30px;
    color: #6c6a72;
    margin-top: 30px;
    font-size: 18px; }
  .infetech-company-area .company-thumb img {
    width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-company-area .col-lg-6 {
      padding-left: 0px; } }
  @media (max-width: 767px) {
    .infetech-company-area .col-lg-6 {
      padding-left: 15px; } }

.company-service-item {
  display: flex;
  align-items: center; }
  .company-service-item .icon {
    min-height: 50px;
    min-width: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    color: #fff;
    background: #b882fc;
    margin-right: 30px;
    font-size: 24px; }
  .company-service-item .content .title {
    font-size: 18px;
    font-weight: 700; }
  .company-service-item .content p {
    font-size: 18px;
    line-height: 30px;
    color: #6c6a72;
    font-weight: 500;
    padding-top: 9px; }

.infetech-company-about-area {
  padding-top: 120px;
  padding-bottom: 130px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-company-about-area {
      padding-top: 80px;
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .infetech-company-about-area {
      padding-top: 80px;
      padding-bottom: 90px; } }
  .infetech-company-about-area .company-about-thumb {
    position: relative;
    z-index: 20; }
    .infetech-company-about-area .company-about-thumb .icon {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; }
      @media (max-width: 767px) {
        .infetech-company-about-area .company-about-thumb .icon {
          display: none; } }
  .infetech-company-about-area .infetech-about-content {
    padding-left: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-company-about-area .infetech-about-content {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .infetech-company-about-area .infetech-about-content {
        padding-left: 0; } }
    .infetech-company-about-area .infetech-about-content p {
      margin-bottom: 27px; }
    .infetech-company-about-area .infetech-about-content ul {
      display: flex;
      justify-content: flex-start;
      gap: 80px;
      margin: 0; }
      @media (max-width: 767px) {
        .infetech-company-about-area .infetech-about-content ul {
          display: block; } }
      .infetech-company-about-area .infetech-about-content ul li {
        font-size: 18px;
        font-weight: 700; }
        .infetech-company-about-area .infetech-about-content ul li i {
          font-size: 20px; }
    .infetech-company-about-area .infetech-about-content a {
      margin-top: 35px; }

/*===========================
    18.PROMO BANNER css 
===========================*/
.infetech-promo-banner-area {
  background-image: url(../images/promo-banner-bg.jpg);
  padding: 168px 0 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -60px; }
  @media (max-width: 767px) {
    .infetech-promo-banner-area {
      padding: 115px 0 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-promo-banner-area {
      padding: 115px 0 60px; } }
  .infetech-promo-banner-area.infetech-promo-banner-about {
    padding-top: 110px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-promo-banner-area.infetech-promo-banner-about {
        padding-top: 50px; } }
    @media (max-width: 767px) {
      .infetech-promo-banner-area.infetech-promo-banner-about {
        padding-top: 50px; } }

.promo-banner-item .title {
  color: #fff;
  font-size: 60px;
  padding-bottom: 55px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .promo-banner-item .title {
      font-size: 48px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .promo-banner-item .title {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .promo-banner-item .title {
      font-size: 36px; } }
.promo-banner-item a {
  background: #fff;
  color: #1d1729; }
  .promo-banner-item a:hover {
    color: #fff;
    background: #5f2dee; }

/*===========================
    19.TECHNOLOGY css 
===========================*/
.infetech-technology-area {
  position: relative;
  z-index: 10; }
  .infetech-technology-area::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: #f4f2f9;
    z-index: -1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-technology-area.infetech-technology-service-area {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .infetech-technology-area.infetech-technology-service-area {
      padding-bottom: 70px; } }
  .infetech-technology-area.infetech-technology-service-area::before {
    bottom: auto;
    top: 0; }

.technology-box {
  background-image: url(../images/technology-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 98px;
  padding-bottom: 95px; }
  @media (max-width: 767px) {
    .technology-box {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .technology-box .section-title {
    padding-left: 70px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .technology-box .section-title {
        padding-left: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .technology-box .section-title {
        padding-left: 30px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .technology-box .section-title {
        padding-left: 0px;
        margin-bottom: 20px;
        text-align: center; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .technology-box .section-title {
        padding-left: 30px; } }
    .technology-box .section-title span {
      color: #fff; }
      .technology-box .section-title span::before {
        background: #fff; }
    .technology-box .section-title .title {
      color: #fff;
      font-size: 35px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .technology-box .section-title .title {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .technology-box .section-title .title {
          font-size: 30px; } }
  .technology-box .col-lg-4:last-child .technology-service::before {
    display: none; }
  .technology-box .technology-service {
    position: relative; }
    @media (max-width: 767px) {
      .technology-box .technology-service {
        text-align: center;
        margin-bottom: 20px; } }
    .technology-box .technology-service::before {
      position: absolute;
      content: '';
      right: 25px;
      top: 0;
      height: 100%;
      width: 1px;
      background: rgba(255, 255, 255, 0.4); }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .technology-box .technology-service::before {
          right: -3px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .technology-box .technology-service::before {
          right: 15px; } }
      @media (max-width: 767px) {
        .technology-box .technology-service::before {
          display: none; } }
    .technology-box .technology-service .icon {
      border: 2px solid #fff;
      height: 64px;
      width: 64px;
      text-align: center;
      line-height: 62px;
      border-radius: 50%;
      display: inline-block; }
    .technology-box .technology-service .content {
      margin-top: 27px; }
      .technology-box .technology-service .content .title {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 5px; }
      .technology-box .technology-service .content p {
        font-size: 16px;
        font-weight: 500;
        color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .technology-box .col-lg-8 {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .technology-box .col-lg-8 {
      padding-left: 0px; } }

/*===========================
    19.CONTACT css 
===========================*/
@media (max-width: 767px) {
  .infetech-home-contact {
    padding-bottom: 70px; } }

.home-contact-leftbar .contact-content-item {
  display: flex;
  align-items: flex-start;
  gap: 30px; }
  @media (max-width: 767px) {
    .home-contact-leftbar .contact-content-item {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-contact-leftbar .contact-content-item {
      display: flex; } }
  .home-contact-leftbar .contact-content-item .icon {
    min-height: 60px;
    min-width: 60px;
    text-align: center;
    line-height: 60px;
    background: #b882fc;
    font-size: 20px;
    color: #fff;
    border-radius: 50%; }
    @media (max-width: 767px) {
      .home-contact-leftbar .contact-content-item .icon {
        display: inline-block;
        margin-bottom: 10px; } }
  .home-contact-leftbar .contact-content-item .content {
    padding-right: 40px; }
    @media (max-width: 767px) {
      .home-contact-leftbar .contact-content-item .content {
        padding-right: 0; } }
    .home-contact-leftbar .contact-content-item .content .title {
      font-size: 20px;
      margin-bottom: 10px; }
    .home-contact-leftbar .contact-content-item .content p {
      font-weight: 500;
      color: #6c6a72;
      line-height: 18pt; }

.home-contact-box form {
  background: #f4f2f9;
  padding: 60px 80px 50px;
  background-image: url(../images/contact-shape.png);
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .home-contact-box form {
      padding: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-contact-box form {
      padding: 30px;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .home-contact-box form {
      padding: 30px;
      margin-top: 30px; } }
  .home-contact-box form .section-title .title {
    font-size: 35px; }
  .home-contact-box form .input-box {
    margin-bottom: 10px; }
    .home-contact-box form .input-box input {
      width: 100%;
      height: 60px;
      padding-left: 40px;
      background: #fff;
      border: 0;
      font-size: 14px;
      font-weight: 400;
      color: #6c6a72; }
      .home-contact-box form .input-box input::placeholder {
        color: #6c6a72;
        opacity: 1; }
    .home-contact-box form .input-box textarea {
      width: 100%;
      height: 180px;
      padding-left: 40px;
      padding-top: 15px;
      background: #fff;
      border: 0;
      resize: none;
      font-size: 14px;
      color: #6c6a72; }
      .home-contact-box form .input-box textarea::placeholder {
        opacity: 1;
        color: #6c6a72; }
    .home-contact-box form .input-box button {
      width: 100%;
      height: 60px;
      line-height: 60px;
      border: 1px solid #5f2dee; }

.infetech-subscribe-area {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #5f2dee;
  background-image: url(../images/subscribe-shape.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .infetech-subscribe-area {
      background-size: 40%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .infetech-subscribe-area {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .infetech-subscribe-area {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .infetech-subscribe-area .subscribe-text {
    padding-right: 50px; }
    .infetech-subscribe-area .subscribe-text .title {
      color: #fff;
      font-size: 45px; }
      @media (max-width: 767px) {
        .infetech-subscribe-area .subscribe-text .title {
          font-size: 28px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .infetech-subscribe-area .subscribe-text .title {
          font-size: 30px; } }
  .infetech-subscribe-area .subscribe-form {
    padding-left: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-subscribe-area .subscribe-form {
        padding-left: 0;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .infetech-subscribe-area .subscribe-form {
        padding-left: 0;
        margin-top: 20px; } }
    .infetech-subscribe-area .subscribe-form .input-box {
      position: relative; }
      .infetech-subscribe-area .subscribe-form .input-box .icon {
        position: absolute;
        right: 0;
        top: 5px; }
        .infetech-subscribe-area .subscribe-form .input-box .icon button {
          border: 0;
          background: transparent;
          color: #fff;
          font-size: 24px; }
      .infetech-subscribe-area .subscribe-form .input-box input[type="email"] {
        width: 100%;
        height: 60px;
        background: transparent;
        border: 0;
        border-bottom: 2px solid #6f42f0;
        font-weight: 500;
        color: #fff; }
        .infetech-subscribe-area .subscribe-form .input-box input[type="email"]::placeholder {
          opacity: 1;
          color: #fff; }

.checkbox_common {
  margin-top: 25px; }

.checkbox_common input[type="checkbox"] {
  display: none; }

.checkbox_common input[type="checkbox"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 15px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative; }

.checkbox_common input[type="checkbox"] + label span:before {
  color: #5f2dee;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 9px;
  position: absolute;
  text-align: center;
  left: 1px;
  top: -1px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.checkbox_common input[type="checkbox"]:checked + label span {
  background: #fff;
  border-color: #fff; }

.checkbox_common input[type="checkbox"]:checked + label span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.checkbox_common input[type="checkbox"] + label span,
.checkbox_common input[type="checkbox"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

/*---------------checkbox style-2---------------*/
.checkbox_style2 input[type="checkbox"] + label span {
  border-radius: 3px; }

.checkbox_common label {
  color: #fff;
  font-weight: 500; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-contact-page-area {
    padding: 40px 0 70px; } }
@media (max-width: 767px) {
  .infetech-contact-page-area {
    padding: 40px 0 70px; } }
.infetech-contact-page-area .conatct-info .item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px; }
  .infetech-contact-page-area .conatct-info .item .icon {
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
    background-image: -webkit-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
    background-image: -ms-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    min-width: 90px; }
    .infetech-contact-page-area .conatct-info .item .icon::before {
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      border-radius: 50%;
      height: 75px;
      width: 75px;
      z-index: -1; }
  .infetech-contact-page-area .conatct-info .item .content span {
    font-size: 15px;
    font-weight: 500;
    color: #6c6a72;
    margin-bottom: 2px; }
  .infetech-contact-page-area .conatct-info .item .content .title {
    font-size: 20px;
    font-weight: 600;
    color: #1d1729;
    line-height: 30px; }
    .infetech-contact-page-area .conatct-info .item .content .title a {
      color: #1d1729; }

.contact-form-page-box {
  padding: 60px 80px 35px;
  background: #f4f2f9;
  background-image: url(../images/contact-shape-2.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain; }
  @media (max-width: 767px) {
    .contact-form-page-box {
      padding: 30px; } }

.contact-form-page-box .input-box {
  margin-bottom: 25px; }
  .contact-form-page-box .input-box input {
    width: 100%;
    border: 0;
    background: #fff;
    height: 60px;
    padding-left: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    color: #6c6a72; }
    .contact-form-page-box .input-box input::placeholder {
      opacity: 1; }
  .contact-form-page-box .input-box textarea {
    width: 100%;
    border: 0;
    background: #fff;
    height: 180px;
    padding-left: 40px;
    padding-top: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    resize: none;
    color: #6c6a72; }
    .contact-form-page-box .input-box textarea::placeholder {
      opacity: 1; }
  .contact-form-page-box .input-box button {
    width: 100%;
    padding: 0;
    margin-top: 20px; }

/*===========================
    20.BENEFITS css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infetech-benefits-area.infetech-benefits-services-area {
    padding-top: 70px;
    padding-bottom: 70px; } }
@media (max-width: 767px) {
  .infetech-benefits-area.infetech-benefits-services-area {
    padding-top: 70px;
    padding-bottom: 70px; } }

.benefits-thumb {
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .benefits-thumb {
      display: none; } }
  @media (max-width: 767px) {
    .benefits-thumb {
      display: none; } }
  .benefits-thumb .main-thumb {
    margin-left: -55px;
    position: relative;
    z-index: 10; }
  .benefits-thumb .shape-1 {
    position: absolute;
    left: -65px;
    top: 30px;
    z-index: 5; }
  .benefits-thumb .shape-2 {
    position: absolute;
    top: 0;
    left: -80px;
    z-index: 6; }
  .benefits-thumb .shape-3 {
    position: absolute;
    top: 190px;
    left: -170px;
    z-index: 6; }
  .benefits-thumb .shape-4 {
    position: absolute;
    right: 90px;
    bottom: 50px;
    z-index: 3; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefits-content {
    padding-left: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .benefits-content {
    padding-left: 0; } }
@media (max-width: 767px) {
  .benefits-content {
    padding-left: 0; } }
.benefits-content .content-box {
  padding-top: 27px; }
  .benefits-content .content-box span {
    font-size: 20px;
    font-weight: 700;
    color: #5f2dee; }
  .benefits-content .content-box p {
    color: #6c6a72;
    font-weight: 500;
    line-height: 30px;
    margin-top: 23px; }
.benefits-content .benefits-service-box {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 20px; }
  .benefits-content .benefits-service-box .icon {
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
    z-index: 10; }
    @media (max-width: 767px) {
      .benefits-content .benefits-service-box .icon {
        flex-basis: 140px; } }
    .benefits-content .benefits-service-box .icon::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 70px;
      width: 70px;
      border-radius: 50%;
      background: #f8f2ff;
      z-index: -1; }
  .benefits-content .benefits-service-box .content span {
    color: #1d1729;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    padding-top: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .benefits-content .benefits-service-box .content span {
        font-size: 16px;
        line-height: 20px; } }
.benefits-content > a {
  border: 1px solid #5f2dee;
  margin-top: 48px; }

/*===========================
    21.SERVING css 
===========================*/
.infetech-serving-area {
  background-image: url(../images/serving-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 113px;
  padding-bottom: 180px; }
  .infetech-serving-area .section-title {
    margin-bottom: 55px; }

.single-serving-item {
  background: #fff;
  padding: 40px 0;
  margin: 0px 20px;
  position: relative;
  z-index: 10; }
  .single-serving-item::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #5f2dee;
    z-index: -4;
    transition: all linear 0.3s;
    opacity: 0; }
  .single-serving-item .icon svg {
    transition: all linear 0.3s; }
  .single-serving-item .title {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700;
    transition: all linear 0.3s; }
  .single-serving-item:hover::before {
    opacity: 1;
    width: 100%; }
  .single-serving-item:hover .icon svg {
    fill: #fff; }
  .single-serving-item:hover .title {
    color: #fff; }

.serving-angle-shape-1 {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: 130px solid #7746f1;
  border-right: 80px solid transparent;
  z-index: -2; }

.serving-angle-shape-2 {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: 250px solid #6730fd;
  border-right: 150px solid transparent;
  z-index: -3; }

.single-serving-item {
  overflow: hidden;
  z-index: 10; }
  .single-serving-item:hover .serving-angle-shape-1, .single-serving-item:hover .serving-angle-shape-2 {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1;
    left: 0; }

/*===========================
    21.SOLUTIONS css 
===========================*/
.infetech-solutions-area {
  background: #1d1729;
  padding-top: 112px;
  padding-bottom: 116px;
  background-image: url(../images/solutions-shape.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }
  .infetech-solutions-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(../images/solutions-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .infetech-solutions-area::before {
        display: none; } }
    @media (max-width: 767px) {
      .infetech-solutions-area::before {
        display: none; } }

.solutions-content .section-title span {
  color: #b0a9c0; }
  .solutions-content .section-title span::before {
    background: #b0a9c0; }
.solutions-content .section-title .title {
  color: #fff; }
.solutions-content .solutions-box-content {
  margin-top: 30px; }
  .solutions-content .solutions-box-content span {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #5f2dee;
    margin-bottom: 25px; }
  .solutions-content .solutions-box-content p {
    color: #b0a9c0;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 29px; }
.solutions-content .solutions-service {
  display: flex;
  gap: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .solutions-content .solutions-service {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .solutions-content .solutions-service {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .solutions-content .solutions-service {
      margin-bottom: 20px; } }
  .solutions-content .solutions-service .icon {
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    z-index: 10; }
    .solutions-content .solutions-service .icon::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 52px;
      width: 52px;
      background: #2d223f;
      border-radius: 50%;
      z-index: -1; }
  .solutions-content .solutions-service .content span {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-top: 14px; }

/*===========================
    22.PRICING css 
===========================*/
.infetech-pricing-area {
  padding-top: 112px;
  padding-bottom: 113px;
  position: relative;
  z-index: 10; }
  .infetech-pricing-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 675px;
    background: #f4f2f9;
    z-index: -1; }

.single-pricing-box {
  padding: 50px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  background-image: url(../images/pricing-item-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-pricing-box {
      padding: 50px 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-pricing-box {
      padding: 50px 25px;
      text-align: center;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .single-pricing-box {
      padding: 50px 25px;
      text-align: center;
      margin-bottom: 30px; } }
  .single-pricing-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 0%;
    background-image: url(../images/pricing-item-bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all linear 0.3s; }
  .single-pricing-box .price-heading {
    padding-bottom: 25px; }
    .single-pricing-box .price-heading .title {
      font-size: 36px;
      font-weight: 800;
      color: #1d1729;
      line-height: 48px;
      padding-bottom: 10px;
      transition: all linear 0.3s; }
    .single-pricing-box .price-heading p {
      font-size: 14px;
      font-weight: 600;
      color: #6c6a72;
      line-height: 24px;
      transition: all linear 0.3s; }
  .single-pricing-box .price-box {
    display: flex;
    gap: 12px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-pricing-box .price-box {
        justify-content: center; } }
    @media (max-width: 767px) {
      .single-pricing-box .price-box {
        justify-content: center; } }
    .single-pricing-box .price-box img {
      height: 95px;
      width: 95px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-pricing-box .price-box img {
          height: 50px;
          width: 50px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-pricing-box .price-box img {
          height: 50px;
          width: 50px; } }
      @media (max-width: 767px) {
        .single-pricing-box .price-box img {
          height: 50px;
          width: 50px; } }
    .single-pricing-box .price-box > span {
      font-size: 60px;
      font-weight: 800;
      color: #5f2dee;
      padding-top: 25px;
      transition: all linear 0.3s; }
      @media (max-width: 767px) {
        .single-pricing-box .price-box > span {
          font-size: 45px; } }
      .single-pricing-box .price-box > span sup {
        font-size: 30px; }
      .single-pricing-box .price-box > span span {
        font-size: 18px;
        color: #6c6a72;
        font-weight: 500;
        transition: all linear 0.3s; }
  .single-pricing-box .price-featured {
    padding-top: 12px; }
    .single-pricing-box .price-featured span {
      font-size: 18px;
      font-weight: 600;
      color: #5f2dee;
      padding-bottom: 8px;
      transition: all linear 0.3s; }
    .single-pricing-box .price-featured ul li {
      font-size: 16px;
      font-weight: 600;
      line-height: 36px;
      color: #1d1729;
      transition: all linear 0.3s; }
      .single-pricing-box .price-featured ul li img {
        padding-right: 12px; }
    .single-pricing-box .price-featured > a {
      margin-top: 29px; }
  .single-pricing-box:hover::before, .single-pricing-box.active::before {
    height: 100%;
    bottom: 0;
    top: auto; }
  .single-pricing-box:hover .price-heading .title, .single-pricing-box.active .price-heading .title {
    color: #fff; }
  .single-pricing-box:hover .price-heading p, .single-pricing-box.active .price-heading p {
    color: #fff; }
  .single-pricing-box:hover .price-box span, .single-pricing-box.active .price-box span {
    color: #fff; }
  .single-pricing-box:hover .price-featured span, .single-pricing-box.active .price-featured span {
    color: #fff; }
  .single-pricing-box:hover .price-featured ul li, .single-pricing-box.active .price-featured ul li {
    color: #fff; }
  .single-pricing-box:hover .price-featured a, .single-pricing-box.active .price-featured a {
    border: 1px solid #fff;
    background: #fff;
    color: #5f2dee; }

/*# sourceMappingURL=style.css.map */



/*CSS by Ruchita*/

.main-btn,
.header-main-info .header-main-info-contact .icon,
.infetech-about-content span::before,
.section-title span::before {
  background-color:#1891AF; 
}

.infetech-about-area .infetech-about-thumb .about-box {
  background: #1891AF; 
}

.main-btn:hover{
  color :#1891AF; 
  border-color: #1891AF; 
}

.infetech-about-content > a{
  border: 1px solid #1891AF;
}

.infetech-about-content span,
.infetech-about-content ul li i,
.single-infetech-serice-item .content .title a:hover,
.section-title span
{
  color:#1891AF; 
}

.infetech-header-area .templates-logo{
  background: none;
  padding: 20px 20px;
}

.infetech-header-area .templates-logo img{
  max-width: 250px;
}

.single-infetech-serice-item .content .icon{
  display: none;
}

.single-infetech-feature-item:hover .icon {
  background: #fff;
}


.single-infetech-feature-item:hover .content .title  {
  color: #1d1729;
}



.infetech-header-area .header-box {
    padding: 20px;
}

.header-topbar {
  display: none  ;
}


.infetech-header-area .header-box {
    padding: 20px;
}
/*slider */


/*
.infetech-banner-slide-active {
    position: relative;
    width: 100%;
    height: calc(100vh - 120px);  
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}


.infetech-banner-slide-active .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}



.infetech-banner-content h1 {
    font-size: 3rem;
    line-height: 1.2;
}

.infetech-banner-content h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.main-btn {
    padding: 12px 30px;
    font-size: 1rem;
    display: inline-block;
}

.banner-arrow {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.infetech-banner-area {
  height: 100vh;  
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 100px;
  margin-top: 100px;
}

.infetech-banner-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

.infetech-banner-slide-active {
  height: 100vh;
  display: flex;
  align-items: center;
}

.container,
.row,
.col-lg-12 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .infetech-banner-area .infetech-banner-content h1 {
    font-size: 30px;
  }
}
*/

.infetech-banner-area .infetech-banner-content h1 {
  font-size: 72px;
}
@media (max-width: 767px) {
  .infetech-banner-area .infetech-banner-content h1 {
    font-size: 30px;
  }
}


/*slider ends*/


.infetech-banner-area
{
  margin-bottom: 100px;
  margin-top: 100px;

}

.header-topbar {
  display: none  ;
}

.infetech-header-area .header-box {
    padding: 10px;
}

.infetech-header-area .templates-logo{
  background: none;
  padding: 10px 30px;
}

.infetech-about-area .infetech-about-thumb .about-box {
  top: 200px;
  left: 380px;
}

/*By Ruchita for Ingene website*/

 /* —— Color Variables —— */
    :root {
      --color-bg: #161916;
      --color-heading: #FFFFFF;
      --color-text: #A0B0C0;
      --color-accent: #FF6B5C;
    }

    /* —— Reset & Base Styles —— */
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    body {
      background: var(--color-bg);
      color: var(--color-text);
      font-family: 'DM Sans', sans-serif;
      line-height: 1.6;
    }
    a {
      text-decoration: none;
    }

    /* —— Navbar —— */
    .navbar {
      max-width: 1200px;
      margin: 0 auto;
      padding: 1rem 2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .navbar .logo {
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--color-accent);
    }
    .navbar nav {
      display: flex;
      gap: 1.5rem;
    }
    .navbar nav a {
      color: var(--color-heading);
      font-weight: 500;
      font-size: 0.95rem;
    }
    .navbar .btn-demo {
      background: transparent;
      border: 1px solid var(--color-accent);
      color: var(--color-accent);
      padding: 0.5rem 1rem;
      border-radius: 999px;
      font-size: 0.9rem;
      font-weight: 500;
      transition: background 0.2s, color 0.2s;
    }
    .navbar .btn-demo:hover {
      background: var(--color-accent);
      color: var(--color-heading);
    }

    /* —— Hero Section —— */
    .hero {
      position: relative;
      overflow: hidden;
    }
    .hero .inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      padding: 2rem;
      gap: 2rem;
    }
    .hero .content {
      flex: 1;
    }
    .hero h1 {
      font-size: 2.5rem;
      line-height: 1.2;
      margin-bottom: 1.5rem;
      color: var(--color-heading);
    }
    .hero .cta {
      display: inline-block;
      background: var(--color-accent);
      color: var(--color-heading);
      padding: 0.75rem 1.75rem;
      border-radius: 999px;
      font-size: 1rem;
      font-weight: 500;
      transition: opacity 0.2s;
    }
    .hero .cta:hover {
      opacity: 0.9;
    }

    /* —— Video Container —— */
    .hero .media {
      flex: 1;
      position: relative;
      height: 400px;
      overflow: hidden;
      border-radius: 0.5rem;
      box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    }
    .hero .media video {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* —— Upper Footer Section —— */
    .footer {
      max-width: 1200px;
      margin: 0 auto;
      padding: 3rem 2rem 2rem;
    }
    .footer .cols {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
    }
    .footer-column {
      flex: 1 1 150px;
    }
    .footer-column h4 {
      color: var(--color-heading);
      font-weight: 500;
      margin-bottom: 1rem;
      font-size: 1rem;
    }
    .footer-column ul {
      list-style: none;
    }
    .footer-column li {
      margin-bottom: 0.6rem;
    }
    .footer-column a {
      color: var(--color-text);
      font-size: 0.925rem;
      transition: color 0.2s;
    }
    .footer-column a:hover {
      color: var(--color-heading);
    }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      margin-top: 2rem;
      padding-top: 1.5rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }
    .footer-logo {
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--color-accent);
    }
    .social-icons {
      display: flex;
      gap: 1rem;
    }
    .social-icons a {
      width: 32px;
      height: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,0.1);
      border-radius: 50%;
      color: var(--color-heading);
      font-size: 1rem;
      transition: background 0.2s;
    }
    .social-icons a:hover {
      background: var(--color-accent);
    }

    /* —— Lower Footer Section —— */
    .lower-footer {
      background: url('../images/abous_us_bg.jpg') no-repeat bottom/cover;
      color: var(--color-text);
      padding: 2.5rem 2rem 1rem;
    }
    .lower-footer .inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 2rem;
      align-items: flex-start;
    }
    .lower-footer .brand-info .logo {
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--color-accent);
      margin-bottom: 0.25rem;
    }
    .lower-footer .brand-info .company-name {
      font-weight: 500;
      color: #44004D;
      margin-bottom: 0.5rem;
    }
    .lower-footer .brand-info .mission {
      font-size: 0.925rem;
      line-height: 1.5;
      max-width: 400px;
    }
    .lower-footer .follow-us {
      text-align: right;
    }
    .lower-footer .follow-us .label {
      color: #44004D;
      font-weight: 500;
      margin-bottom: 0.5rem;
    }
    .lower-footer .follow-us .icons {
      display: flex;
      gap: 0.75rem;
    }
    .lower-footer .follow-us .icons a {
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #44004D;
      color: var(--color-heading);
      border-radius: 50%;
      font-size: 1rem;
      transition: background 0.2s;
    }
     
    .lower-footer .divider {
      border-top: 1px solid rgba(255,255,255,0.1);
      margin: 1.5rem 0;
    }
    .lower-footer .legal-links {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      font-size: 0.875rem;
      justify-content: center;
      margin-bottom: 1rem;
    }
    .lower-footer .legal-links a {
      color: var(--color-text);
      transition: color 0.2s;
    }
    .lower-footer .legal-links a:hover {
      color: var(--color-heading);
    }
    .lower-footer .ccin {
      font-size: 0.825rem;
      color: #000;
      text-align: center;
    }
    a {
      color:  #44004D;
    }

    p {
      color: #000;;
    }
    /* —— Responsive Tweaks —— */
    @media (max-width: 900px) {
      .hero .inner {
        flex-direction: column;
        text-align: center;
      }
      .hero .media {
        height: 300px;
        margin-top: 2rem;
      }
    }
    @media (max-width: 768px) {
      .footer .cols,
      .lower-footer .inner {
        flex-direction: column;
      }
      .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
      }
    }


    /* Override Bootstrap’s default dark-on-light link color */
.navbar-nav .nav-link {
  color: var(--color-heading);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover {
  color: var(--color-accent);
}

/* Your existing .logo and .btn-demo styles will carry over */
/* Hero + Navbar Dark Styles */

/* Color variables */
:root {
  --dark-bg: #0B1E33;
  --light: #FFFFFF;
  --accent: #FF6B5C;
}

/* Navbar container override */
.hero-header .navbar {
  background: transparent;
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
}

/* Hero section */
.hero {
  background: var(--dark-bg);
  padding-top: 4rem; /* account for navbar height */
  padding-bottom: 4rem;
}

/* Copy area */
.hero-copy h1 {
  color: var(--light);
  line-height: 1.2;
}
.hero-copy .btn-accent {
  background: var(--accent);
  color: var(--light);
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  font-weight: 500;
  transition: background 0.2s;
}
.hero-copy .btn-accent:hover {
  background: darken(var(--accent), 10%);
}

/* Video area */
.hero-media {
  flex: 2; /* ~66% width on large screens */
  height: 100%;
  overflow: hidden;
}
.object-cover {
  object-fit: cover !important;
}

/* Navbar links & buttons */
.hero-header .nav-link {
  color: var(--light);
  font-weight: 500;
}
.hero-header .nav-link:hover {
  color: var(--accent);
}
.btn-outline-accent {
  border: 2px solid var(--accent) !important;
   border-radius: 50px;
  padding: 0.5rem 1.2rem;
  transition: all 0.2s;
  background: var(--accent) !important; color: #fff;
}
.btn-outline-accent:hover {
  background: var(--accent) !important;
  color: var(--light) !important;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .hero {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .hero-media {
    height: 50vh;
    margin-top: 2rem;
  }
}


/* —— Metrics Block Styling —— */
.metrics {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.metric {
  /* centers text on small, left-align on larger */
  text-align: center;
}

.metric-value {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 0.25rem;
  line-height: 1;
}

.metric-label {
  font-size: 0.925rem;
  color: var(--color-text);
  margin: 0;
}

/* Horizontal layout from tablet up */
@media (min-width: 576px) {
  .metrics {
    flex-direction: row;
    justify-content: flex-start;
  }
  .metric {
    flex: 1;
    text-align: left;
  }
}


/* —— Increase Hero Heading Size —— */
.hero .content h1 {
  font-size: 3rem;       /* was ~2.5rem */
  line-height: 1.1;
}

/* on very large screens, go even bigger */
@media (min-width: 1200px) {
  .hero .content h1 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 600px) {
  .hero .content h1 {
    font-size: 2rem;
  }

  #mainNav {
  background: var(--color-bg); text-align: center; padding: 10px;
}

.content {
  color: #fff; /* ensure text is visible */
  max-width: 100%;
}


.content2 {
  color: #fff; /* ensure text is visible */
  max-width: 100%;
}

}

/* —— Increase Metric Numbers —— */
.metrics .metric-value {
  font-size: 3rem;       /* was ~2.25rem */
}

/* slightly larger on tablets+ */
@media (min-width: 576px) {
  .metrics .metric-value {
    font-size: 3rem;
  }
}


/* —— Partners & Compliance Section —— */
.partners-compliance {
  background: #fff;
  padding: 3rem 0;
}

/* Constrain width */
.partners-compliance .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}


/* ===== Compliance Logos (Static Row) ===== */
.compliance-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 2rem;
}

.compliance-logos img {
  max-height: 40px;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.compliance-logos img:hover {
  opacity: 0.7;
}

/* ===== Responsive Tweaks ===== */
@media (max-width: 992px) {
 
  .compliance-logos {
    gap: 2rem;
  }
  .compliance-logos img {
    max-height: 32px;
  }
}

@media (max-width: 576px) {
  
  .compliance-logos {
    gap: 1.5rem;
  }
  .compliance-logos img {
    max-height: 24px;
  }
}
 


/* —— Logo Marquee —— */
.logo-marquee {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 1rem 0;
}

.logo-marquee .slide-track {
  display: flex;
  width: calc(200px * 10); /* slide width * total slides (original+duplicate) */
  animation: scroll-left 20s linear infinite;
}

.logo-marquee .slide {
  flex: 0 0 200px;  /* fixed slide width */
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-marquee .slide img {
  max-height: 80px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.2s, transform 0.2s;
}
.logo-marquee .slide img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* keyframes: move left by half the track (i.e., width of one full set) */
@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-200px * 5)); }
}

/* Adjust sizing on smaller screens */
@media (max-width: 992px) {
  .logo-marquee .slide {
    flex: 0 0 160px;
  }
  @keyframes scroll-left {
    100% { transform: translateX(calc(-160px * 5)); }
  }
}
@media (max-width: 576px) {
  .logo-marquee .slide {
    flex: 0 0 120px;
  }
  @keyframes scroll-left {
    100% { transform: translateX(calc(-120px * 5)); }
  }
}



/* —— Transforming Healthcare Pathways (Three-Card) Section —— */
/* Core color variables */
:root {
  --bg-dark:    #0B1E33;
  --card-bg:    #0F2A47;
  --text-light: #FFFFFF;
  --text-muted: #A0B0C0;
  --accent:     #FF6B5C;
}

/* Section container */
.pathways-cards {
  background: var(--bg-dark);
  color: var(--text-light);
  padding: 4rem 0;
}

/* Section title */
.pathways-cards .section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

/* Cards tray layout */
.cards-tray {
  display: flex;
  gap: 1rem;
  transition: all 0.3s ease;
}

/* Prevent wrapping on desktop */
@media (min-width: 769px) {
  .cards-tray {
    flex-wrap: nowrap;
  }
}

/* Base card */
.pathway-card {
  position: relative;
  flex: 1;
  background: var(--card-bg);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
  cursor: pointer;
  transition: flex 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Collapsed & expanded panels */
.card-collapsed,
.card-expanded {
  position: relative;    /* normal flow */
  width: 100%;
  transition: opacity 0.3s; 
}
.card-collapsed {
  background: #008080;
  opacity: 1;
  visibility: visible; padding: 50px;
}
.card-expanded {
  background: linear-gradient(135deg, #008080, #bcf0da);
  opacity: 0;
  visibility: hidden;
  padding: 2rem;
}

/* Swap states on hover or active */
.pathway-card:hover .card-collapsed,
.pathway-card.active .card-collapsed {
  opacity: 0;
  visibility: hidden;
}
.pathway-card:hover .card-expanded,
.pathway-card.active .card-expanded {
  opacity: 1;
  visibility: visible;
}

/* Hover growth */
.pathway-card:hover,
.pathway-card.active {
  flex: 2;
  box-shadow: 0 12px 30px rgba(0,0,0,0.7);
}
/* Shrink siblings */
.cards-tray .pathway-card:not(:hover):not(.active) {
  flex: 0.9;
}

/* Images */
.card-collapsed img,
.card-expanded img {
  width: 100%;
  border-radius: 0.5rem;
  display: block;
  margin-top: 1rem;
}

/* Headings & text */
.card-collapsed h3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
}
.card-expanded h3 {
  color: var(--text-light);
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
}
.card-expanded p {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* Buttons */
.btn-expand {
  position: absolute;
  top: 1rem; right: 1rem;
  background: rgba(255,255,255,0.3);
  border: none;
  color: #fff;
  font-size: 1.25rem;
  width: 2rem; height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-expand:hover {
  background: rgba(255,255,255,0.6);
}
.btn-see-how {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  transition: background 0.2s;
}
.btn-see-how:hover {
  background: rgba(255,255,255,0.3);
}

/* Mobile: vertical stack */
@media (max-width: 768px) {
  .cards-tray {
    flex-direction: column;
    overflow: visible;
    gap: 1.5rem;
  }
  .pathway-card {
    flex: unset;
    width: 100%;
  }
}

/* Ensure pathway-card has a visible height */
.pathway-card {
  /* adjust to suit your images/text */
  min-height: 360px;
}

/* Make collapsed & expanded fill the card */
.card-collapsed,
.card-expanded {
  /* already absolute, just fill the parent */
  height: 100%;
}

/* And ensure .cards-tray itself is visible */
.cards-tray {
  /* if you hid overflow or something earlier, reset it */
  overflow: visible;
}


/* default: show collapsed, hide expanded */
.card-collapsed { display: block; opacity: 1; }
.card-expanded { display: none; opacity: 0; }

/* on hover/active: reverse */
.pathway-card:hover .card-collapsed,
.pathway-card.active  .card-collapsed {
  display: none;
  opacity: 0;
}
.pathway-card:hover .card-expanded,
.pathway-card.active  .card-expanded {
  display: block;
  opacity: 1;
}



.pathways-cards .section-title{
  color: #fff;
}


.my-gradient1 {
  background: linear-gradient(to right, #98AED9, #0F2332);
}


.my-gradient2 {
  background: linear-gradient(to right, #833766, #0F2332);
}

.my-gradient3 {
  background: linear-gradient(to right, #C1DEC1, #0F2332);
}

/* —— Impact & Services Section —— */
.impact-services {
  background: var(--bg-dark);
  color: var(--text-light);
  padding: 4rem 0;
}

/* Main title (white) */
.impact-services .impact-title {
  color: #fff;                  /* ensure pure white */
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

/* Subtitle (muted grey) */
.impact-services .impact-title .text-muted {
  display: block;
  color: var(--text-muted);     /* #A0B0C0 */
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

/* Coral button */
.impact-services .btn-accent {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.2s;
  margin-top: 1rem;
}
.impact-services .btn-accent:hover {
  background: rgba(255,107,92,0.9);
}

/* Image container with bottom fade */
.impact-services .impact-image {
  position: relative;
  margin-top: 2rem;
}
.impact-services .impact-image img {
  width: 100%;
  border-radius: 0.75rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  display: block;
}
.impact-services .impact-image::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(to top, var(--bg-dark), transparent);
  pointer-events: none;
  border-radius: 0 0 0.75rem 0.75rem;
}

/* Layout overrides */
.impact-services .row {
  align-items: center;
}
@media (max-width: 991.98px) {
  .impact-services .impact-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .impact-services .btn-accent {
    display: inline-block;
    margin: 1rem auto 0;
  }
  .impact-services .impact-image {
    margin-top: 1.5rem;
  }
}





/* ===== Latest Developments Section ===== */
/* —— Latest Developments (Styled) —— */
.latest-developments {
  background: #fff;
  padding: 4rem 1rem;
}
.latest-developments .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Header */
.latest-developments .section-header {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 2.5rem;
}

/* 2×2 Grid Layout */
.dev-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.5rem;
}

/* Base Card Styles */
.dev-grid .card {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Evidence Card (Purple Gradient) */
.card-evidence {
  background: 
    linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), /* semi-dark overlay */
    url('../images/heart_Bg.jpg') no-repeat center/cover;
  color: #fff;
  padding: 2rem 1.5rem;
}
.card-evidence h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color:  #fff;
}
  .byline {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: auto;
  color:  #fff;
}
.card-evidence .btn-outline {
  align-self: start;
  margin-top: 1rem;
  border-color: rgba(255,255,255,0.7);
  color: rgba(255,255,255,0.9);
}

/* News Card (Dark Blue) */
.card-news {
  background: var(--bg-dark);
  color: #fff;
  padding: 2rem 1.5rem;
}
.card-news h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem; color:  #fff;
}
.card-news .date {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-bottom: 1rem;color: #fff;
}
.card-news .link-inline {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: auto;
}
.card-news .btn-outline {
  align-self: start;
  margin-top: 1rem;
}

/* Widget Card (Static White + Scroll if needed) */

.card-widget {
  position: relative;
  background: linear-gradient(
    to right,
    #0066cc 0%,     /* blue start */
    #004080 100%    /* deeper blue end */
  );
  color: #fff;
  display: flex;
   
  padding: 2rem;
}
.card-widget::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,30,51,0.8), transparent);
}
.card-widget h3,
.card-widget p,
.card-widget .btn-outline {
  position: relative; /* lift above overlay */
}
.card-widget h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; color: #fff;
}
.card-widget .stat { 

  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: auto;
  color: #fff;
}
.card-widget .btn-outline {
  align-self: flex-start;
}

 

/* Blog Card (Image + Gradient Overlay) */
.card-blog {
  position: relative;
  background: url('../images/dna_bg.jpg') center/cover no-repeat;
  color: #fff;
  display: flex;
   
  padding: 2rem;
}
.card-blog::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,30,51,0.8), transparent);
}
.card-blog h3,
.card-blog p,
.card-blog .btn-outline {
  position: relative; /* lift above overlay */
}
.card-blog h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; color: #fff;
}
.card-blog .stat { 

  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: auto;
  color: #fff;
}
.card-blog .btn-outline {
  align-self: flex-start;
}

/* Outline Button (White border on dark, dark border on light) */
.latest-developments .btn-outline {
  border: 2px solid #fff;
  background: transparent;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  color: #fff;
}
.card-evidence .btn-outline:hover,
.card-news .btn-outline:hover {
  background: rgba(255,255,255,0.2);
}

.card-news   {
  background: linear-gradient(
    to right,
    #6a0dad 0%,    /* deep purple */
    #d147a3 100%   /* magenta-ish pink */
  );
}
.card-blog .btn-outline:hover,
.card-widget .btn-outline:hover {
  background: rgba(0,0,0,0.1);
}

/* Responsive Stacking */
@media (max-width: 992px) {
  .dev-grid {
    grid-template-columns: 1fr;
  }
  .card-evidence, .card-news, .card-widget, .card-blog {
    padding: 1.5rem;
  }
}

/* ==== 2×2 Grid with 8/4 on row 1, then 8/4 reversed on row 2 ==== */
.dev-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;             /* column 1 = 8/12, column 2 = 4/12 */
  grid-template-rows: auto auto;
  grid-template-areas:
    "evidence news"  /* row 1: evidence (8) | news (4) */
    "blog     widget";/* row 2: blog (8)     | widget (4) */
  gap: 1.5rem;
}

/* Assign each card to the proper area */
.card-evidence { grid-area: evidence; }
.card-news     { grid-area: news; }
.card-blog     { grid-area: blog; }
.card-widget   { grid-area: widget; }

/* Collapse to single column on narrow screens */
@media (max-width: 992px) {
  .dev-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "evidence"
      "news"
      "blog"
      "widget";
  }
}





/* —— Testimonial Slider Section —— */
.testimonials-slider {
  background: #F3F4F6;
  padding: 4rem 1rem;
}
.testimonials-slider .container {
  max-width: 1000px;
  margin: 0 auto;
}
.testimonials-slider .testimonials-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
}

/* Slick slides: dim non-center slides */
.testimonial-carousel .slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.3s ease;
  padding: 3rem;
}
.testimonial-carousel .slick-center {
  opacity: 1;
  transform: scale(1);
}

/* Testimonial item */
.testimonial-item {
  background: transparent;
  text-align: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-item blockquote {
  font-size: 1rem;
  color: rgb(131, 55, 102);
  line-height: 1.6;
  margin: 0 0 1.5rem;
  position: relative;
}
.testimonial-item blockquote:before,
.testimonial-item blockquote:after {
  font-family: serif;
  font-size: 2.5rem;
  color: var(--accent);
  position: absolute;
}
.testimonial-item blockquote:before {
  content: "“"; display: none;
  top: -20px;  
  transform: translateX(-50%);
}
.testimonial-item blockquote:after {
  content: "”";
  bottom: -26px;  
  transform: translateX(50%);
}

/* Author styling */
.testimonial-author {
  margin-top: auto;
}
.testimonial-author strong {
  display: block;
  color: #333;
  font-size: 1rem;
}
.testimonial-author span {
  color: #777;
  font-size: 0.875rem;
}
 
/* Responsive: show 1 slide on small */
@media (max-width: 768px) {
  .testimonial-carousel .slick-slide {
    padding: 0 0.5rem;
  }
}



 .hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; /* or whatever height you prefer */
}

.hero-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hero .inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  height: 100%;
}

 

.content2 {
  color: #fff; /* ensure text is visible */
  max-width: 40%;
}

.cta {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.metrics {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.metric-value {
  font-size: 2rem;
}

.metric-label {
  font-size: 0.9rem;
  opacity: 0.85;
}


 

/* Section wrapper */
.end2end {
 background: url('../images/abous_us_bg.jpg') no-repeat center/cover;
  color: var(--color-text);
  padding: 4rem 1rem;
}
.end2end__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Heading & subtitle */
.end2end__title {
  font-size: 2.25rem;
  color: var(--color-head);
  margin-bottom: 0.5rem;
}
.end2end__subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

/* Cards wrapper */
.end2end__cards {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Individual card */
.end2end__card {
   border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
  flex: 1 1 300px;
  max-width: 400px;
  text-align: left;
  transition: transform 0.2s;
}
.end2end__card:hover {
  transform: translateY(-5px);
}

/* Icon */
.end2end__icon {
  
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;   /* centers horizontally */
  align-items: center;   
}

.end2end__icon svg {
  max-width: 60px;
  max-height: 60px;
}

.end2end__icon img {
  
  height: 100%;
  object-fit: contain;
}

/* Card title */
.end2end__card-title {
  font-size: 1.25rem;
  color: #44004D;
  margin-bottom: 0.75rem;  text-align: center;
}

/* Card text */
.end2end__card-text {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0; color: #000; text-align: center;
}

/* Mobile stacking */
@media (max-width: 768px) {
  .end2end__cards {
    flex-direction: column;
    align-items: center;
  }
  .end2end__card {
    max-width: none;
    width: 100%;
    flex:0;
  }

  
}

.header_text {
  color: #fff;
  margin: 25px 0; 
}

.hero .content h3 {
  color: #fff;
  margin: 25px 0;font-size: 26px;
}

.hero .content h4 {
  color: #fff;
  margin: 25px 0;font-size: 20px; text-transform: capitalize;
}

.about
{
    color:#ffffff; box-sizing:border-box;text-align:center;
}

.about::before  {
  position: absolute;
  content: '';
 
  right: 0;
  background-image: url(../images/about_us_bg.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.about div {
  padding: 40px;
}
.about h2, .team h2,    .affil-title{
  font-size: 40px;
    line-height: 50px;font-weight:700;margin-bottom:1.5rem;
    color: #fff;text-align: center;
} 

.about p{
font-size:16px;line-height:1.6;margin-bottom:1.25rem;opacity:0.95;
color: #fff; text-align: left;
}


.about p::before {
  content: "•";         /* bullet disk */
  margin: 8px;
  
  color: #ff6b5c;       /* accent color */
  font-size: 18px;
  line-height: 1.6;
}


.team {
  background:#44004D;padding:4rem 2rem;box-sizing:border-box;text-align: center;
}

.team_div {
  max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;
}

.team_card {
  background:#1b1b1b;border-radius:12px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,0.4);display:flex;flex-direction:column;
}

.team_card img {
  width:100%;height:200px;object-fit:cover;
}
.team_card p {
font-size:1rem;line-height:1.5;color:#fff;margin:0;}



.content_team h4{
  font-size: 24px;
  
  color: #fff;
}
 

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

  .about div {
  padding: 10px;
}
  .hero .content h1 {
    font-size: 24px;
  }

  #mainNav {
  background: var(--color-bg);
}

.header_text,  .hero .content h3
{
    font-size: 18px;
}

.hero .content h4 {
    font-size: 16px;
} 
.content {
  color: #fff; /* ensure text is visible */
  max-width: 100%;
}

.content2 {
  color: #fff; /* ensure text is visible */
  max-width: 100%;
}

section p { text-align: left; }


  

.about h2, .team h2, #application h2, .end2end__title, .affil-title {
  font-size: 40px;
    line-height: 40px;font-weight:700;margin-bottom:1.5rem;text-align: center;
} 


 

}


/* ====== Cards Section (Dark) ====== */
 
/* Section wrapper */
.cards-section {
  background: url('../images/abous_us_bg.jpg') no-repeat center/cover;
  padding: 4rem 2rem;
  box-sizing: border-box;
}

/* Grid container */
.cards-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

/* Card */
.card {
  
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}

.card:focus-within,
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.5);
}

/* Card image */
.card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* Card content */
.card__content {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Title & text */
.card__title {
  color: #44004D;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0 0 .5rem 0;text-align: center;
}

.card__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  margin: 0; text-align: center;
}

/* Link */
.card__link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}

.card__link:hover,
.card__link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.cards-section h2{
  color: #fff;
}
/* ====== Mobile & Accessibility ====== */
@media (max-width: 600px) {
  .cards-section {
    padding: 3rem 1rem;
  }
  .card__image {
    height: 180px;
  }
  .card__text {
    font-size: 0.95rem;
  }
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  .card {
    transition: none;
  }
}

.end2end__subtitle {
  color: #000;
}


/* ========= Pharmacogenetic Tests Section ========= */
 

.tests{
  background:#44004D;
  padding:64px 20px;
}

.tests__container{
  max-width:1200px;
  margin:0 auto;
}

.tests__title{
  font-size:clamp(1.4rem, 1.6rem + 0.8vw, 2rem);
  line-height:1.2;
  text-align:center;
  color:var(--heading);
  margin:0 0 28px 0;
  font-weight:700;
}

/* grid */
.tests__grid{
  display:grid;
  gap:28px;
  grid-template-columns:repeat(4, minmax(0,1fr));
}

/* item */
.tests__item{
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px 18px;
  border-radius:var(--radius);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.tests__item:hover,
.tests__item:focus-within{
  transform:translateY(-3px);
  box-shadow:0 8px 22px rgba(0,0,0,0.12);
}

/* icon */
.tests__icon-wrap{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:50%;
  background:var(--muted);
  display:grid;
  place-items:center;
}

.tests__icon{
  width:30px;
  height:30px;
  display:block;
   /* If your SVGs already colored, remove the filter above */
}

/* label */
.tests__label{
  margin:0;
  color:var(--text);
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  font-size:clamp(.9rem, .85rem + .3vw, 1.05rem);
}

.tests__item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 20px;
  border-radius:12px;
  background:#1e1e1e; /* softer gray instead of white */
  border:1px solid #2e2e2e;
  color:#d1d5db;
  transition:all .2s ease;
}

.tests__item:hover{
  background:#2a2a2a;
  border-color:#FF6B5C; /* blue glow */
  transform:translateY(-3px);
}
.tests__label{
  color:#e5e7eb;
}


/* ======= Responsive ======= */
@media (max-width: 1024px){
  .tests__grid{ grid-template-columns:repeat(3, minmax(0,1fr)); }
}

@media (max-width: 680px){
  .tests{ padding:44px 16px; }
  .tests__grid{ grid-template-columns:repeat(1, minmax(0,1fr)); gap:18px; }
  .tests__item{ padding:14px; }
  .tests__icon-wrap{ width:52px; height:52px; min-width:52px; }
  .tests__icon{ width:28px; height:28px; }
}
:root{
  --affil-bg:#0f1413;
  --affil-title:#f2f6f5;
  --radius:14px;
}

#affiliations{
  background: #fff;
  padding:64px 20px;
  overflow:hidden; /* hide extra */
}

.affil-wrap{ max-width:1200px; margin:0 auto; }
.affil-title{ color: #44004D; margin-bottom:24px; }

/* Slider container */
.affil-slider{
  position:relative;
  overflow:hidden;
  width:100%; padding: 30px 0;
}

/* Track (scroll animation) */
.affil-track{
  display:flex;
  gap:28px;
  animation:scroll-left 10s linear infinite;
}

/* Card */
.affil-card{
  flex:0 0 auto;
  background:#fff;
  border-radius:var(--radius);
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  min-height:100px;
  padding:10px 20px;
  box-shadow:0 6px 18px rgba(0,0,0,.15);
}

/* Logo */
.affil-logo{
  max-width:140px;
  max-height:60px;
  object-fit:contain;
}

/* Infinite scroll keyframes */
@keyframes scroll-left{
  0%   { transform:translateX(0); }
  100% { transform:translateX(-50%); }
}

/* Responsive */
@media(max-width:600px){
  .affil-card{ min-width:140px; min-height:80px; padding:8px 12px; }
  .affil-logo{ max-width:100px; max-height:50px; }
}



.infetech-team-area::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background-image: url(../images/team-pattern.png);
  height: 470px;
  width: 370px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

/* ====== News & Press (matches dark theme) ====== */
:root{
  /* reuse same palette feel as Affiliations/tests sections */
  --news-bg:#0f1413;
  --news-title:#f2f6f5;
  --news-card:#161c1b;
  --news-border:#24302e;
  --news-ring:#2bb3c8;
  --news-text:#dfe7e5;
  --news-muted:#9fb5b1;
  --radius:14px;
}

.infetech-blog-area{
  background:var(--news-bg);
  padding-block:64px;
}

.infetech-blog-area .title{
  color:var(--news-title);
  text-align:center;
  font-weight:800;
  letter-spacing:.02em;
  margin:0 0 28px;
  font-size:clamp(1.5rem,1.1rem + 2vw,2.25rem);
}

/* Grid: rely on your Bootstrap cols, but ensure gaps are consistent */
.infetech-blog-area .row{ row-gap:22px; }

/* Card */
.single-blog-item{
  background:var(--news-card);
  border:1px solid var(--news-border);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.25);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  height:100%;
  display:flex;
  flex-direction:column;
}

/* Image wrapper with fixed aspect ratio */
.single-blog-item .thumb{
  position:relative;
  aspect-ratio:16/9;      /* keeps consistent heights */
  overflow:hidden;
}

.single-blog-item .thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:grayscale(30%) contrast(1.05) brightness(.98);
  transform:scale(1.003);
  transition:transform .25s ease, filter .25s ease;
}

/* Content */
.single-blog-item .content{
  padding:18px 18px 20px;
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:1;
}

.single-blog-item .blog-meta .title{
  margin:0 0 6px;
  font-size:1.05rem;
  line-height:1.35;
  font-weight:750;
}

.single-blog-item .blog-meta .title a{
  color:var(--news-text);
  text-decoration:none;
}

.single-blog-item .blog-meta .title a:hover,
.single-blog-item .blog-meta .title a:focus{
  color:#ffffff;
  outline:none;
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:3px;
}

.single-blog-item .blog-meta a{
  color:var(--news-ring);
  font-weight:600;
  text-decoration:none;
}

.single-blog-item .blog-meta a:hover,
.single-blog-item .blog-meta a:focus{
  text-decoration:underline;
  outline:none;
}

/* Hover + focus ring */
.single-blog-item:hover,
.single-blog-item:focus-within{
  transform:translateY(-4px);
  background:#1a2220;
  border-color:var(--news-ring);
  box-shadow:0 12px 30px rgba(0,0,0,.35);
}

.single-blog-item:hover .thumb img,
.single-blog-item:focus-within .thumb img{
  filter:none;
  transform:scale(1.06);
}

/* Utility spacers from your markup (optional) */
.space-100{ height:0; } /* we control section padding via CSS above */

/* ====== Responsive ====== */
@media (max-width: 991px){ /* tablets & small laptops */
  .infetech-blog-area{ padding-block:56px; }
}

@media (max-width: 767px){ /* mobile */
  .infetech-blog-area{ padding-block:44px; }
  .single-blog-item .content{ padding:16px; }
  .single-blog-item .blog-meta .title{ font-size:1rem; }
}

/* Respect motion preferences */
@media (prefers-reduced-motion:reduce){
  .single-blog-item,
  .single-blog-item .thumb img{ transition:none; }
}


.single-blog-item .content .blog-meta .title a {
  font-size: 17px;
  color: #1d1729;
  margin-top: 10px;
}


.single-blog-item:hover{
  border-color: #FF6B5C;
}

.single-blog-item:hover .content .blog-meta > a {
  background: #FF6B5C;
}
.single-blog-item:hover .content .blog-meta .title a {
  color: #FF6B5C; text-decoration: none;
}

.single-blog-item .content {
  margin-right:0px;
  margin-left: 0px;
}


:root{
  --bg:#0f1413;
  --card:#1a1f1e;
  --border:#242b2a;
  --title:#f2f6f5;
  --text:#e9efee;
  --radius:14px;
  --gap:20px;
  --accent:#FF6B5C;
}

.sectors-slider{ background:#44004D; padding:56px 20px; }
.slider{ position:relative; max-width:1200px; margin:0 auto; }

.viewport{
  overflow:hidden;
  border-radius:var(--radius);
}

.track{
  display:flex;
  gap:var(--gap);
  padding:6px;
  will-change:transform;
  scroll-behavior:smooth; /* for scrollLeft animation */
}

.slide{
  flex:0 0 calc((100% - 2*var(--gap)) / 3); /* 3 per view default */
  background:var(--card);
  border-radius:var(--radius);
  overflow:hidden;
   transition:border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.slide img{
  width:100%; height:220px; object-fit:contain; display:block;
  transition:transform .35s ease, filter .35s ease;
}

.slide__caption{
    color:var(--text);
    letter-spacing:.06em;
  font-weight:800; font-size:.92rem;
  padding:14px 18px;
  border-top:1px solid var(--border);
}

.slide:hover{ transform:translateY(-4px); border-color:var(--accent); box-shadow:0 12px 30px rgba(0,0,0,.35); }
.slide:hover img{ transform:scale(1.05); }
/*
.track .slide {
  border:1px solid #000;
}
*/
/* Arrows */
.nav{
  position:absolute; top:50%; translate:0 -50%;
  z-index:2; width:42px; height:42px; border-radius:50%;
  border:1px solid var(--border); background:#171c1b; color:#fff;
  font-size:28px; line-height:1; display:grid; place-items:center;
  cursor:pointer; transition:background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.nav:hover{ background:#1e2523; border-color:var(--accent); box-shadow:0 6px 16px rgba(0,0,0,.35); }
.nav:active{ transform:translateY(-50%) scale(.96); }
.nav--prev{ left:6px; }
.nav--next{ right:6px; }

/* Responsive: 2 per view on md, 1 per view on sm */
@media (max-width:1100px){
  .slide{ flex-basis:calc((100% - var(--gap)) / 2); }
}
@media (max-width:640px){
  .sectors-slider{ padding:44px 12px; }
  .track{ gap:14px; }
  .slide{ flex-basis:100%; }
  .slide img{ height:200px; }
}


 :root{
    --bg:#0f1312;
    --card:#1a1f1e;
    --muted:#a7b0ab;
    --text:#e8ecea;
    --accent:#ff6b5c;
    --badge:#2a302f;
    --radius:16px;
    --gap:16px;
  }
 

  /* Carousel */
  .carousel{
    position:relative;
    overflow:hidden;
    border-radius:var(--radius);
  }
  .track{
    display:flex;
    gap:var(--gap);
    will-change:transform;
    transition:transform .6s cubic-bezier(.2,.7,.2,1);
    padding:8px; /* breathing space for focus ring */
  }

  /* Slide / card */
  .slide{
    flex:0 0 auto;
    width:100%;
    background:var(--card);
    border-radius:var(--radius);
    overflow:hidden;
  }
  .card-media{
    position:relative;
    aspect-ratio:16/9;
    background:#0b0e0d;
    display:block;
  }
  .card-media img{
    width:100%;height:100%;object-fit:cover;display:block;
    filter:saturate(1.1);
  }
  .badge{
    position:absolute;top:12px;left:12px;
    background:var(--badge);
    color:var(--muted);
    font-size:12px;
    padding:6px 10px;
    border-radius:999px;
    letter-spacing:.2px;
  }
  .card-body{padding:14px 14px 18px}
  .title{
    font-size:14px;color:var(--muted);margin:0 0 6px;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  }
  .headline{
    font-size:15px;margin:0 0 8px;font-weight:600;
    
    color: #fff;
  }
  .readmore{
    font-size:13px;color:var(--accent);font-weight:600;
  }

  /* Arrows */
  .arrow{
    position:absolute;inset-block:0;display:grid;place-items:center;
    width:44px;background:linear-gradient(to right, rgba(15,19,18,.85), transparent);
    z-index:5;border:0;cursor:pointer;
    color:#d4d8d6;
  }
  .arrow svg{width:20px;height:20px;pointer-events:none}
  .arrow.right{right:0;top: 50%;}
  .arrow.left{left:0 ; top: 50%;}
  .arrow:focus-visible{outline:2px solid var(--accent);outline-offset:2px}

  :root{ --auto: 3s; }
  /* Progress bar (auto-scroll hint) */
.progress{
  height:2px;
  background:#222826;
  margin:10px auto 0;
  max-width:160px;
  border-radius:2px;
  overflow:hidden;
}

.progress > i{
  display:block;
  height:100%;
  width:100%;                 /* <-- was 40% */
  background:var(--accent, #ff6b5c);
  transform-origin:left;
  transform:scaleX(0);        /* start empty */
  animation:fill var(--auto, 4s) linear infinite;
}

@keyframes fill{
  from{ transform:scaleX(0); }
  to  { transform:scaleX(1); }
}

/* Optional: pause when user hovers over the carousel */
.carousel:hover + .progress > i{ animation-play-state: paused; }

  /* Card Container */
.slide {
  flex: 0 0 auto;
  width: 100%;
  background: #1a1f1e; /* dark bg */
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Image */
.slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  aspect-ratio: 1 / 1; /* keep square ratio */
}

/* Heading Section */
.card-body {
  padding: 12px 16px;
  text-align: left;
}

.card-body h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff; text-align: center;
}

/* Remove any hover border */
.slide:hover {
  
  box-shadow: none;
  transform: scale(1.02); /* optional subtle zoom */
}

  /* Responsive: slides per view */ 

  :root { --spv: 1 } /* default mobile */
@media (min-width:600px){ :root{--spv:2} }   /* tablet */
@media (min-width:900px){ :root{--spv:4} }   /* desktop and up */




  /* Width each slide based on spv */
  .slide{ width:calc((100% - (var(--gap) * (var(--spv) - 1))) / var(--spv)); }

  /* Reduce gradient width on small screens */
  @media (max-width:599px){
    .arrow{width:32px}
  }

.section-padding { padding: 60px 0; }
#team h2, .end2end__title1 , .bm-header h2 { margin-bottom: 18px; text-align: center;color: #fff; }

/* Slider wrapper */
.team-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

/* Track */
.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* Each slide */
.slide {
  min-width: 250px; /* Adjust per design */
  flex: 0 0 25%;    /* 4 slides per row (desktop) */
  background: transparent;
   
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .slide { flex: 0 0 33.33%; }  /* 3 per row */
}
@media (max-width: 768px) {
  .slide { flex: 0 0 50%; }     /* 2 per row */
}
@media (max-width: 480px) {
  .slide { flex: 0 0 100% }    /* 1 per row */
}

/* Card styling */
.single-tema-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease;
}
.single-tema-item:hover { transform: translateY(-5px); }


.single-tema-item { 
  padding-top: 0;
  padding-right: 0;
  
}

.thumb { aspect-ratio: 1 / 1; overflow: hidden; }
.thumb img { width: 100%; height: 100%; object-fit: contain; }

.content_team { padding: 12px; }
.content_team .title { font-size: 1rem; font-weight: 600; margin: 4px 0; color: #000; }
.content_team span { font-size: 0.9rem; color: #555; }

/* Navigation */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
 
  border-radius: 50%;
  padding: 8px 12px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  user-select: none;
}
.prev { left: 10px; }
.next { right: 10px; }
/* ========== Modal Base (Light Theme) ========== */
.inq-btn {
  appearance: none; border: 0; cursor: pointer;
  background: #0d7df2; color: #fff; font-weight: 600;
  padding: .8rem 1.1rem; border-radius: 10px;
  box-shadow: 0 6px 18px rgba(13,125,242,.25);
  transition: transform .15s ease, box-shadow .2s ease;
}
.inq-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(13,125,242,.35); }

.inq-modal { position: fixed; inset: 0; display: none; z-index: 9999; }
.inq-modal.is-open { display: block; }

.inq-modal__backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.55);
  backdrop-filter: saturate(110%) blur(2px);
}

.inq-modal__dialog {
  position: relative; margin: 5vh auto 0; width: min(680px, calc(100% - 28px));
  background: #fff; color: #222; border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,.25); padding: 22px 22px 26px;
  animation: inq-pop .18s ease-out;
}
@keyframes inq-pop { from { transform: translateY(8px); opacity: .6 } to { transform: none; opacity: 1 } }

.inq-modal__close {
  position: absolute; right: 10px; top: 10px; border: 0; background: transparent; color: #666;
  font-size: 22px; line-height: 1; cursor: pointer; padding: 6px; border-radius: 8px;
}
.inq-modal__close:hover { background: #f2f2f2; color: #111; }

.inq-modal__header { padding: 6px 6px 14px 6px; }
.inq-modal__title { margin: 4px 4px 6px; font-size: 22px; color: #111; }
.inq-modal__desc { margin: 0 4px 8px; color: #555; font-size: 14px; }

/* ========== Form (Light) ========== */
.inq-form { display: block; margin-top: 4px; }
.inq-hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.inq-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 640px){ .inq-row { grid-template-columns: 1fr; } }

.inq-field { display: flex; flex-direction: column; gap: 6px; margin: 10px 4px; }
.inq-label { font-size: 13px; color: #444; }

.inq-input {
  width: 100%; background: #fff; color: #222; border: 1px solid #ccc; border-radius: 8px;
  padding: 12px 12px; font-size: 15px; outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.inq-input:focus {
  border-color: #0d7df2; box-shadow: 0 0 0 3px rgba(13,125,242,.2);
  background: #fff;
}
.inq-input::placeholder { color: #888; }
.inq-textarea { resize: vertical; min-height: 120px; }

.inq-actions {
  display: block; gap: 10px; align-items: center; justify-content: flex-end; text-align: center;
  margin: 12px 4px 2px;
}
.inq-submit {
  appearance: none; border: 0; cursor: pointer; background: var(--color-accent); color: #fff; font-weight: 700;
  padding: .85rem 1.1rem; border-radius: 8px; box-shadow: 0 6px 16px rgba(13,125,242,.28);
  transition: transform .15s ease, box-shadow .2s ease;
}
.inq-submit:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(13,125,242,.38); color: #fff; }
.inq-cancel {
  appearance: none; border: 1px solid #ccc; background: #f9f9f9; color: #444; border-radius: 8px;
  padding: .7rem 1rem; cursor: pointer;
}
.inq-cancel:hover { background: #f0f0f0; }

/* Mobile tweaks */
@media (max-width: 480px) {
  .inq-modal__dialog { margin: 10vh auto 0; padding: 14px; border-radius: 14px; }
  .inq-modal__title { font-size: 20px; }
  .inq-input { font-size: 16px; padding: 12px; }
}


/* ===== Dynamic Modal (PGx) ===== */
.pgx-modal { 
  position: fixed; inset: 0; display: none; 
  align-items: center; justify-content: center; z-index: 1000; 
}
.pgx-modal[aria-hidden="false"] { display: flex; }
.pgx-modal__backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
}
.pgx-modal__dialog {
  position: relative; width: min(720px, 92vw);
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
}
.pgx-modal__header {
  padding: 18px 20px 10px;
  background: linear-gradient(135deg, #5E2397 0%, #8444c5 100%);
  color: #fff;
}
.pgx-modal__header h3 { margin: 0 0 6px; font-size: 1.4rem; line-height: 1.2;  color: #fff;}
.pgx-modal__kicker { margin: 0; opacity: .9; font-size: .95rem; }

.pgx-modal__body { padding: 16px 20px 8px; color: #333; }
.pgx-modal__body p { margin: 0 0 10px; }
.pgx-modal__list { margin: 10px 0 0; padding-left: 18px; }
.pgx-modal__list li { margin: 6px 0;  list-style: disc;}

.pgx-modal__footer { padding: 16px 20px 20px; display: flex; gap: 10px; }
.pgx-btn {
  display: inline-block; padding: 10px 14px; border-radius: 10px;
  background: #5E2397; color: #fff; text-decoration: none; font-weight: 600;
}
.pgx-btn:hover { filter: brightness(1.05); }

.pgx-modal__close {
  position: absolute; right: 12px; top: 10px; font-size: 28px;
  line-height: 1; background: transparent; border: 0; color: #fff;
  cursor: pointer; padding: 6px;
}
@media (max-width: 520px) {
  .pgx-modal__header h3 { font-size: 1.15rem; }
  .pgx-modal__dialog { border-radius: 14px; }
}

/* Optional: make slides "clickable" affordance */
.slide { cursor: pointer; }
.slide .card-body .headline { transition: transform .2s ease; }
.slide:hover .headline { transform: translateY(-2px); }



.about-ingene {
  background: url('../images/abous_us_bg.jpg') no-repeat center/cover;
  padding: 80px 20px;
  text-align: center;
  color: #2c1a4d;
 }

.about-ingene h2 , #application h2, .end2end__title{
   
  font-weight: 700;
  margin-bottom: 18px;
  color: #44004D; text-align: center;
}

.about-ingene h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}


.about-policy {
  background: url('../images/abous_us_bg.jpg') no-repeat center/cover;
  padding: 80px 20px;
  text-align: left;
  color: #2c1a4d;
 }

.about-policy h2 {
   
  font-weight: 700;
  margin-bottom: 18px;
  color: #44004D; text-align: left;
}

.about-policy h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.value-item {
   border-radius: 12px;
  padding: 25px 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 
.value-item img {
   margin-bottom: 15px;
 }

.value-item p {
  font-size: 18px;
  line-height: 1.5;
  color: #333; text-align: center;
}

.value-item strong {
   font-weight: 600;
}

/* ✅ Responsive Design */
@media (max-width: 1024px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.desktop_only
{
 display: block;
}

.mobile_only {
display: none;
}

@media (max-width: 600px) {
  .values-grid {
    grid-template-columns: 1fr;
  }

  .value-item {
    padding: 20px 10px;
  }

  .about-ingene h2  , #application h2,  #team h2, .end2end__title1, .bm-header h2, .end2end__title , .affil-title{
    font-size: 1.8rem;
  }

  .about-ingene h3 {
    font-size: 1rem;
    margin-bottom: 30px;
  }


    .about-policy h2  {
    font-size: 1.8rem;
  }

  .about-policy h3 {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .desktop_only
{
 display: none;
}

.mobile_only {
display: block;
}
}



.inq-whatsapp {
  display: inline-flex;
  align-items: center;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: 500;
  margin-right: 8px;
  transition: background 0.3s ease;
}

.inq-whatsapp:hover {
  background-color: #1DA851; color: #fff;
}


/* Animations */
@keyframes pgx-fadeInUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pgx-fadeOutDown {
  from { opacity: 1; transform: translateY(0); }
  to   { opacity: 0; transform: translateY(12px); }
}

/* Opening / closing states on the dialog */
.pgx-modal__dialog {
  will-change: transform, opacity;
}
.pgx-modal.is-opening .pgx-modal__dialog {
  animation: pgx-fadeInUp 220ms ease-out both;
}
.pgx-modal.is-closing .pgx-modal__dialog {
  animation: pgx-fadeOutDown 200ms ease-in both;
}

/* Backdrop fade */
.pgx-modal__backdrop { opacity: 0; transition: opacity 180ms ease; }
.pgx-modal[aria-hidden="false"] .pgx-modal__backdrop { opacity: 1; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .pgx-modal__backdrop { transition: none; }
  .pgx-modal.is-opening .pgx-modal__dialog,
  .pgx-modal.is-closing .pgx-modal__dialog {
    animation: none;
  }
}

 :root{
    --bm-bg: #faf7ff;
    --bm-card-bg: #ffffff;
    --bm-text: #2a2140;
    --bm-muted: #6d6480;
    --bm-accent: #6c2bd9;   /* soft purple */
    --bm-accent-2: #f1eaff; /* light tint */
    --bm-radius: 16px;
    --bm-shadow: 0 8px 24px rgba(28, 16, 73, 0.08);
  }

  .biz-model{
    background: #44004D;
     
    padding: clamp(48px, 6vw, 88px) 16px;
    color: var(--bm-text);
  }

  .bm-container{
    max-width: 1100px;
    margin: 0 auto;
  }

  .bm-header{
    text-align: center;
    margin-bottom: 28px;
  }

  

  .bm-subtitle{
    margin: 0 auto;
    max-width: 720px;
    color: #fff;
    font-size: 1rem;
  }

  .bm-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }

  @media (min-width: 860px){
    .bm-grid{ grid-template-columns: 1fr 1fr; gap: 24px; }
  }

  .bm-card{
    background: var(--bm-card-bg);
    border-radius: var(--bm-radius);
    padding: clamp(18px, 2vw, 28px);
    box-shadow: var(--bm-shadow);
    border: 1px solid #eee7ff;
  }

  .bm-card-head{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
  }

  .bm-card h3{
    font-size: clamp(18px, 2.2vw, 22px);
    margin: 0;
  }

  .bm-icon{
    display: inline-grid;
    place-items: center;
    width: 40px; height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--bm-accent), #44004D);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 6px 16px rgba(108,43,217,0.25);
  }

  .bm-card p{
    color: var(--bm-text);
    margin: 0 0 14px;
  }

  .bm-card h4{
    font-size: 0.95rem;
    letter-spacing: .02em;
    margin: 12px 0 8px;
    color: #44004D;
  }

  .bm-list{
    padding-left: 18px;
    margin: 0;
    color: var(--bm-muted); list-style: square;
  }

  .bm-list li{
    margin: 6px 0;
  }


.track {
  display: flex;
  gap: 1.5rem;
  scroll-behavior: smooth;
   padding: 10px;
}
.track::-webkit-scrollbar {
  display: none;
}

/* Flip Card Styling */
.flip-card {
  background: transparent;
  perspective: 1000px;
   
  height: 360px;
  flex: 0 0 auto;
}
.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
  border-radius: 18px;
}
.flip-card:hover .flip-inner,
.flip-card:focus-within .flip-inner,
.flip-card.active .flip-inner {
  transform: rotateY(180deg);
}

/* Front and Back */
.flip-front, .flip-back {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  backface-visibility: hidden;
  overflow: hidden;
}
.flip-front {
  
  
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}
.flip-front img {
  width: 100%;
  height: 89%;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.flip-front h3 {
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  font-weight: 600;
  font-size: 1.1rem;color: #fff;
  text-align: center;
}

.flip-back {
  background: #44004D;
  color: #fff;
  transform: rotateY(180deg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; border: 1px solid #fff;
}
.flip-back h4 {
  margin-bottom: 0.8rem;
  font-size: 1.2rem; color: #fff;
}
.flip-back p {
  font-size: 0.95rem;
  line-height: 1.4; color: #fff;
}

/* Arrows */
.arrow {
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.arrow:hover {
  background: rgba(255,255,255,0.3);
}
.arrow svg {
  width: 20px;
  height: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .track {
    gap: 1rem;
    padding: 0 1rem;
  }
  .flip-card {
    width: 220px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .flip-card {
    width: 100%;
   }
  .flip-front h3, .flip-back h4 {
    font-size: 1rem;
  }
}

 #videoModal {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.7);
      justify-content: center;
      align-items: center;
    }

    #myVideo {
      width: 80%;
      max-width: 800px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.5);
    }

    body {
  background: #fff;
    }


    .infetech-blog-area {
  background: #44004D;
  padding-block: 64px;
}