/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */
/* 
  @font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('/assets/Fonts/static/OpenSans/OpenSans-Bold.ttf');
  } */

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(../../assets/Fonts/static/OpenSans/OpenSans-Light.ttf)
      format("woff2"),
    url(../../assets/Fonts/static/OpenSans/OpenSans-LightItalic.ttf)
      format("woff2");
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../../assets/Fonts/static/OpenSans/OpenSans-Regular.ttf)
    format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(../../assets/Fonts/static/OpenSans/OpenSans-Medium.ttf)
      format("woff2"),
    url(../../assets/Fonts/static/OpenSans/OpenSans-MediumItalic.ttf)
      format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../../assets/Fonts/static/OpenSans/OpenSans-SemiBold.ttf)
      format("woff2"),
    url(../../assets/Fonts/static/OpenSans/OpenSans-SemiBoldItalic.ttf)
      format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../../assets/Fonts/static/OpenSans/OpenSans-Bold.ttf) format("woff2"),
    url(../../assets/Fonts/static/OpenSans/OpenSans-BoldItalic.ttf)
      format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../../assets/Fonts/static/OpenSans/OpenSans-ExtraBold.ttf)
      format("woff2"),
    url(../../assets/Fonts/static/OpenSans/OpenSans-ExtraBoldItalic.ttf)
      format("woff2");
}
@font-face {
  font-family: "DM Serif Text";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../../assets/Fonts/DM_Serif_Text/DMSerifText-Italic.ttf)
    format("woff2");
}
@font-face {
  font-family: "DM Serif Text";
  font-style: Regular;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../../assets/Fonts/DM_Serif_Text/DMSerifText-Regular.ttf)
    format("woff2");
}
:root {
  --black: #2c2c2c;
  --blue: #004767;
  --dark-blue: #115397;
  --light-blue: #4dc9f3;
  --white: #ffffff;
  --navy: #032652;
  --z-black: #000000;
  --linear-blue: linear-gradient(rgba(5, 36, 67, 1), rgba(7, 59, 112, 1));
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Open Sans" !important;
  max-width: 100%;
  overflow-x: hidden;
}

.main {
  /* height: 100vh;  */
  background-color: #ffffff;
}

.header-image .icon-bar {
  position: fixed;
  top: 104%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2%;
  height: 100%;
  z-index: 2;
}
.header-image .icon-bar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  background: linear-gradient(179.53deg, #33b4ff 0.41%, #00649e 121.26%);
  font-size: 15px;
  padding: 4px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: 5px;
  color: white;
}
.header-image .icon-bar a:hover {
  background-color: transparent;
  color: #ffffff;
}
.header-color {
  background: linear-gradient(
    37deg,
    rgba(5, 36, 67, 1) 0%,
    rgba(7, 59, 112, 1) 100%
  );
  z-index: 99999;
}
ul.dropdown-menu.show {
  position: relative;
  padding: 0;
}
ul.dropdown-menu.show:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #ffffff;
  border-radius: 3px;
  right: 0;
  left: -45px;
  margin: auto;
  top: -13px;
}
ul.dropdown-menu.our-product.show:before {
  left: 12px;
}

/*========================
                 Navbar
  =======================*/

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 12px;
}
.header-image a.nav-link,
.header-image-about-banner a.nav-link {
  margin-right: 20px;
}
/* / // Mega Menu adjustments / */
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}
.header-image a.nav-link.dropdown-toggle:after,
.header-image-about-banner a.nav-link.dropdown-toggle:after  {
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  border-top: 0;
}
/* / Complete styles for main navbar toggler and hamburger menu / */
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggle:focus {
  box-shadow: none;
}

.card .card-body {
  padding: 0 !important;
}

.header-image .dropdown-item,
.header-image-about-banner
  ul.dropdown-menu.company-dropdown.show
  .dropdown-item {
  display: contents !important;
  padding: 0 !important;
  font-size: 14px;
}
ul.company-dropdown li,
.serviceText li,
ul.our-product li,
.hire-devs .mega-content li {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.service-mega-content .card-body ul,
.hire-devs .mega-content ul {
  padding-left: 0;
}
.service-mega-content ul.serviceText li a {
  color: #a7a7a7 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
ul.dropdown-menu.company-dropdown li:hover,
.serviceText li:hover,
ul.our-product li:hover,
.hire-devs .mega-content li.my-4:hover {
  padding: 0 0 0 6px;
}
.header-image .dropdown-menu,
.header-image-about-banner ul.dropdown-menu.company-dropdown.show {
  min-width: 12rem !important;
  border-radius: 11px;
}

.service-text {
  font-size: 11px;
}
.header-image .our-product,
.header-image-about-banner .our-product {
  width: 100%;
  min-width: 25rem !important;
  border-radius: 11px;
  left: -150px;
  top: 53px;
}
.header-image-about-banner ul.dropdown-menu.our-product.show {
  min-width: 28rem !important;
  top: 46px;
}
.dropdown-menu.shadow.show {
  width: 95%;
  margin-left: 2%;
  border-radius: 8px;
}

.header-image .background-cover,
.header-image-about-banner .background-cover {
  min-width: 1280px !important;
  border-radius: 11px;
  left: -628px;
  top: 44px;
}
.btnhire {
  color: var(--white);
  background: #231f20;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.btnhire:hover {
  color: white;
}

.btnhire:focus {
  outline: none;
  box-shadow: none;
}
.header-image button.btn.btnhire.dropdown-toggle:after,
.header-image-about-banner button.btn.btnhire.dropdown-toggle:after {
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  border-top: 0;
  margin: 0;
  border-right: 0;
  border-left: 0;
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.card.border-none {
  border: none;
}

.border-none ul {
  list-style-type: none;
}

.border-none ul li a {
  font-size: 16px;
  font-weight: 600;
  color: rgba(71, 71, 71, 1);
  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
}
/* banner animations */
.center-laptop {
  bottom: 36%;
  left: 34%;
}

.earphone-mouse {
  bottom: 27%;
  left: 27%;
}
.plant {
  bottom: 66%;
  left: 24%;
}
.group {
  top: 31%;
  left: 10%;
}
.group-3 {
  top: 55%;
  left: 22%;
}
.group-figma {
  top: 44%;
  left: 24%;
}
.group-6 {
  top: 63%;
  left: 43%;
}
.sass-logo {
  top: 57%;
  left: 40%;
}

.group-5 {
  top: 61%;
  right: 28%;
}
.group-4 {
  top: 10%;
  left: 13%;
}
.android-logo {
  top: 0%;
  left: 21%;
}
.group-1 {
  top: -3%;
  left: 33%;
}
.wordpress-logo {
  top: -9%;
  left: 38%;
}
.group-2 {
  bottom: 34%;
  right: 11%;
}
.lava-logo {
  bottom: 53%;
  right: 15%;
}
.msg-logo {
  top: -9%;
  right: 11%;
}
.play {
  top: -9%;
  right: 0%;
}
.center-laptop,
.vector,
.vector-1,
.vector-2,
.vector-3,
.vector-4,
.vector-5,
.vector-6,
.vector-7,
.vector-8,
.center-laptop,
.earphone-mouse,
.plant,
.group,
.group-1,
.group-2,
.group-3,
.group-4,
.group-5,
.group-6,
.sass-logo,
.group-figma,
.lava-logo,
.android-logo,
.wordpress-logo,
.play,
.msg-logo {
  opacity: 0;
}

/*banner-animaion ends  */
/* // Mega Menu adjustments */
.nav-item.dropdown.dropdown-mega {
  position: static;
}

.dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}
.bg-gray {
  background: #f9f9f9;
  border-radius: 0px 10px 10px 10px;
}
.bg-gray .card-body {
  background: #f9f9f9;
  border-radius: 0px 10px 10px 10px;
}

/* .banner-animated-img {
  position: relative;
  margin-top: 20px;
} */

.header-image {
  background: linear-gradient(270deg, #046aa6 21.06%, #31b0fa 81.3%);
}

h5.banner-top-heading-content {
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

h2.banner-middle-heading-content {
  line-height: 42.5px;
}
.acclr .banner-top-heading-content {
  text-transform: uppercase;
}
.header-image .banner-bottom-heading-content p {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.header-image .banner-bottom-heading-content p a {
  color: var(--white);
}
.header-image .acclr {
  padding: 60px 0;
}
span.programtext {
  display: block;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
}
span.logic {
  display: block;
  color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
}

h4.mission {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.mission-box h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.mission-box h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
.btn-secondary.discover {
  color: var(--white);
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  min-height: 53px;
  transition: all 0.2s;
}
.discover span {
  line-height: 39px;
}
a.btn.btn-secondary.discover:hover {
  background: var(--white);
  color: var(--blue);
  /* transform: scale(1.02); */
}
.banner-circle {
  position: absolute;
  bottom: 0;
  left: auto;
  right: -74px;
}
.animated-sound {
  position: absolute;
  height: auto;
}

/* Banner section End */

/* Our Laurels */
.award-slider2 .slick-slide img {
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 10px;
}

.award-slider2 .slick-slide {
  /* background-color: #b32532; */
  color: #fff;
  height: auto;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.award-slider2 .slick-slide,
.award-slider2
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.award-slider2 .slick-center,
.award-slider2.slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(0.9);
  /* background-color: #000000; */
}
.award-slider2.slick-current.slick-active {
  transform: scale(0.9);
  /* background-color: #000000; */
}

/* End */
/* technology Section start here */
.technology {
  padding: 55px 0px;
}

.technology h3,
h3.text-center.indus {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--black);
}

.technology p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px !important;
  color: var(--black);
}

.technology ul.nav.nav-pills {
  margin: 12px 0px;
}
.technology .core-left-section {
  width: auto;
  height: auto;
  min-width: 266px;
  min-height: 204px;
  /* max-width: 266px; */
  max-height: 204px;
}

.technology .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--light-blue);
  font-weight: 800;
  border-color: var(--light-blue);
  border-radius: 59px;
}
.technology .multiple-items button.slick-prev.slick-arrow,
.technology .multiple-items button.slick-next.slick-arrow {
  height: 30px;
  width: 30px;
  line-height: 0;
  cursor: pointer;
  /* background: #adb5bd; */
  padding: 0px;
  border-radius: 50%;
  bottom: -50px;
  margin: auto;
  left: -56px;
  top: -50px;
}
.technology .slick-prev:before,
.technology .slick-next:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #4dc9f3;
  border: 1px solid;
  border-radius: 39px;
  padding: 10px 12px;
  /* opacity: 0.75; */
}
.technology .slick-prev:before {
  content: "\f060";
}
.technology .slick-next:before {
  content: "\f061";
  opacity: 1;
  border: 1px solid;
  border-radius: 39px;
  padding: 10px 12px;
}
.technology .multiple-items button.slick-next.slick-arrow {
  right: -32px;
  left: auto;
  /* background-color: #4DC9F3; */
}
/* .technology .multiple-items button.slick-prev.slick-arrow:hover,
.technology .multiple-items button.slick-next.slick-arrow:hover {
  background-color: #4dc9f3;
} */
.technology .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0 !important;
}
.technology li.nav-item {
  border: 1px solid #d3d3d3;
  border-radius: 59px !important;
  margin: 0px 16px 0px 0px;
  text-align: center;

}

.technology .tab-content .tab-pane {
  padding: 0;
}

.technology a.nav-link {
  color: var(--black);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  min-width: 186px;
}

.technology h4 a {
  font-size: 24px;
  font-weight: 700;
  color: var(--blue);
  padding: 16px 0;
  position: relative;
  line-height: 58px;
  text-decoration: none;
}

.technology h4 ::after {
  content: "";
  border-bottom: 1px solid var(--light-blue);
  position: absolute;
  height: 1px;
  width: 100px;
  bottom: 10px;
  left: 0;
}

/* div.discvr button img, */
.portfolio-arrow-box {
  background: #2e848c;
  border-radius: 3px;
  width: 44px;
  height: 36px;
  float: right;
  text-align: center;
}

.portfolio .spotify {
  width: 18%;
}
.blue-arrow-img {
  display: none;
  float: right;
}
div.discvr a:hover .blue-arrow-img,
.discvr .white-arrow-img {
  float: right;
  margin-top: 7px;
}
div.discvr a:hover .white-arrow-img {
  display: none;
  margin-top: 12px;
}
div.discvr a:hover .blue-arrow-img {
  display: block;
  margin-top: 7px;
}
.vision-section div.discvr a:hover .blue-arrow-img {
  display: none;
}

.awards .arrow-img,
.acclr .arrow-img,
.quote-btn .arrow-img {
  margin: 0 0 0 20px;
}
/* Award Section  */

.dull_grey {
  text-decoration: none;
}

.awrd_sldr_design2_box figure img {
  transition: transform 1.5s;
  transform-style: preserve-3d;
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  cursor: pointer;
}
.awrd_sldr_design2_box figure img:hover {
  transform: rotateY(360deg);
  /* transition: 1.5s; */
  transform-style: preserve-3d;
  cursor: pointer;
}

.awards {
  background-image: url("../images/1366/1366.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.awards h3.awrd {
  color: var(--white);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 15px;
}

.awards p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
  margin-bottom: 30px;
}

.awards .awrd_sldr_design2 {
  width: 100%;
}
.awrd_sldr_design2_box {
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  background: #e8f5ff;
  border-radius: 10px;
  padding: 33px 10px;
  transition: transform 0.2s;
}

.awrd_sldr_cntn h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #141324;
}

.awrd_sldr_cntn {
  text-align: center;
}
.awrd_sldr_cntn p {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #383838;
  margin: 0;
  min-height: 52px;
}
.awrd_sldr_design2_box figure {
  background: transparent;
  padding: 10px;
  box-shadow: unset;
  margin-bottom: 10px;
  text-align: center;
  min-height: 158px;
}
.awrd_sldr_cntn p span {
  display: initial;
}

/* award section ends here */

/* industries section start here */
.indus-content{
  min-height: auto;
}
.industries {
  padding: 70px 0px;
}

.industries .row.indus-row {
  margin-top: 10px;
}

.health {
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 21px;
  margin: 21px 10px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.industries .health::before {
  content: "";
  position: absolute;
  background: #2e848c;
  transition: all 0.3s;
  right: 0px;
  width: 23px;
  height: 23px;
  bottom: 0px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 16px;
  z-index: -1;
}

.industries .health:hover,
.industries .health:hover h6 {
  color: var(--white);
  border-radius: 18px;
}

.industries .health:hover img {
  filter: brightness(0) invert(1);
}

.industries .health:hover::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #2e848c;
  /* background: linear-gradient(90deg, #062543 -11.74%, #083C70 82.01%); */
  color: var(--white);
  border-radius: 18px;
  cursor: pointer;
}

.industries .indus-row h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 10px 0;
  color: #004767;
}

.industries .indus-row p,
.industries p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  min-height: 106px;
  height: auto;
}

/* industries section end here */

/* brand section start here */
.brand div.discvr button img {
  position: absolute;
  top: 6px;
  right: 0;
}
.slider-trigger {
  /* animation-delay: 1.5s; */
  opacity: 0;
}
.slider-left-trigger {
  opacity: 0;
}

.slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*  Our Product Section */

.brand {
  background-image: url(../images/1366/home/banner-1360.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand h5.spot {
  color: var(--white);
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 44px;
}

.brand .spot-brand {
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
}

.brand .content-hedaing {
  color: var(--white);
  line-height: 14px;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
}
span.right-arrow-box {
  background: #076fab;
  border-radius: 3px;
  width: 44px;
  height: 36px;
  float: right;
  text-align: center;
  line-height: 30px;
}
.spotify {
  color: #004767;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.img-fluid.spotify-arrow-img {
  display: inline-block;
}
.btn-secondary:hover {
  color: #004767;
  border-color: none;
}
.spotify:hover {
  color: #004767;
  width: 18%;
}

/* brand section ends here */
/* Our Expertise */
.our_expertise {
  padding: 51px 0;
}
.our-exp,.our-content,.core-1,.catch-6,.core-3,.ToT,.NFT,.AI,.awrd,.awrd_sldr_design2_box {
  opacity: 0;
}
.our_expertise .expertise-content-heading h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 62px;
  color: #141324;
  margin-bottom: 0;
}
.our_expertise .expertise-content-heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #383838;
  margin-bottom: 0;
}
.our_expertise .expertise-content-heading p span {
  display: block;
}

.expertise-box1 h4,
.expertise-box2 h4,
.expertise-box3 h4,
.expertise-box4 h4,
.expertise-box5 h4,
.expertise-box6 h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #002033;
}
.expertise-box1 p,
.expertise-box2 p,
.expertise-box3 p,
.expertise-box4 p,
.expertise-box5 p,
.expertise-box6 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #383838;
  min-height: 104px;
}

.our_expertise .expertise-box1,
.our_expertise .expertise-box6 {
  background: #edeffe;
}
.our_expertise .expertise-box2,
.our_expertise .expertise-box5 {
  background: #fffbeb;
}
.our_expertise .expertise-box3,
.our_expertise .expertise-box4 {
  background: #f2f9ff;
}
.our_expertise .expertise-box1,
.our_expertise .expertise-box2,
.our_expertise .expertise-box3,
.our_expertise .expertise-box4,
.our_expertise .expertise-box5,
.our_expertise .expertise-box6 {
  border-radius: 20px;
  padding: 30px 20px;
  cursor: pointer;
}
.cards {
  perspective: 150rem;
  position: relative;
  box-shadow: none;
  background: none;
  height: 21rem;
}

.card-side {
  border-radius: 15px;
  transition: all 0.8s ease;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  color: white;
}

.card-side.back {
  transform: rotateY(-180deg);
}
.cards:hover .card-side.front {
  transform: rotateY(180deg);
}
.cards:hover .card-side.back {
  transform: rotateY(0deg);
}

/*  End */
/* technolgy  Stack section start here */
.technology-stack {
  padding: 0px 0px 70px 0;
}
.technology .slick-slide {
  margin: 0px;
}
.techBox {
  background-image: url("../images/1920/Rectangle-776.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 38px 24px;
  transition: all 0.5s;
  border-radius: 4px;
}
.techBox:hover {
  transform: scale(0.95);
}
.techBox img {
  transition: transform 1.4s;
  transform-style: preserve-3d;
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  cursor: pointer;
}
.techBox img:hover {
  transform: rotateY(360deg);
  /* transition: transform 0.5s; */
  transform-style: preserve-3d;
  cursor: pointer;
}

.play-2 {
  top: -13%;
  right: 9%;
  margin: auto;
  /* margin-top: 10rem;  */
  background-color: #fff;
  /* width: 1rem;
  height: 1rem; */
  border-radius: 50%;
  animation: ripple 2s linear infinite;
  /* opacity: 1; */
}
@keyframes play {
  0% {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2),
      0 0 0 8px rgba(255, 255, 255, 0.2), 0 0 0 15px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2),
      0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
h3.tech-st {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 58px;
  color: var(--black);
  margin-bottom: 0px !important;
}

.technology-stack .tab-content {
  display: block;
}

.technology-stack .nav-pills .nav-link {
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem;
  margin: 13px 0;
  padding: 12px 0px;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  font-weight: 300;
  width: 100%;
}

.technology-stack .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #032652;
}

.web {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  background: linear-gradient(180deg, #4dc9f3 -60.67%, #4dc9f3 103.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.66;
  letter-spacing: 0.11em;
}

.technology-stack .multiple-items-1 button.slick-prev.slick-arrow,
.technology-stack .multiple-items-1 button.slick-next.slick-arrow {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  /* background: #adb5bd; */
  border: 2px solid #ffffff;
  color: var(--white);
  padding: 0;
  border: none;
  outline: none;
  right: 50px;
  left: 0;
  margin: auto;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.technology-stack .multiple-items-1 button.slick-prev.slick-arrow {
  top: -10%;
}
/* .technology-stack .multiple-items-1 button.slick-prev.slick-arrow:hover,
.technology-stack .multiple-items-1 button.slick-next.slick-arrow:hover {
  background: #004767;
} */
.technology-stack .multiple-items-1 button.slick-next.slick-arrow {
  bottom: -64%;
}
.technology-stack .multiple-items- {
  position: relative;
}
.technology-stack .slick-prev:before,
.technology-stack .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.technology-stack .slick-prev:before {
  content: "\f062";
}
.technology-stack .slick-prev:before,
.technology-stack .slick-next:before {
  color: #004767 !important;
  border: 1px solid;
  padding: 7px 10px;
  border-radius: 20px;
}
.technology-stack .slick-next:before {
  content: "\f063";
  opacity: 1;
}
.technology-stack p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
}
/* technology section ends here */
.client-box .row.align-items-center {
  padding: 70px;
}

/* portfolio section starts here */
.portfolio {
  background-color: var(--white);
  position: relative;
  /* z-index: -1; */
}

.portfolio ul li span.fs-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.port-box {
  /* background-color: var(--navy); */
  background: #2e848c;
  padding: 60px 0;
  height: 550px;
  position: relative;
}
.portfolio .container-fluid {
  bottom: 50%;
  margin: 0;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.experience-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}
.laptopRow {
  position: relative;
}
.laptop-frame {
  position: absolute;
  z-index: 9999;
  width: 47%;
  top: 8%;
  left: -50%;
  right: -50%;
  margin: auto;
  height: calc(100% - 78px);
  /* height: calc(100% - 85px); */
}
.portfolio .slick-slide img {
  width: 100%;
  max-width: 100%;
}

.portfolio .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent !important;
  color: #ffffff !important;
}
.btncolor {
  color: white !important;
}

.btncolor:hover {
  color: #ffffff !important;
}

.btncolor:focus {
  color: #ffffff !important;
}
.portfolio .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 5px;
}
.portfolio .slick-codepen {
  position: relative;
}
.img-tool {
  font-size: 24px;
}
.slick-slide {
  opacity: 0.2;
}
.slick-slide.slick-active {
  opacity: 1;
}
.portfolio .slick-track {
  margin-top: 58px;
}
.portfolio .slick-dots {
  width: 100%;
  bottom: -60px;
  padding: 15px 0;
  background-color: transparent;
  height: fit-content;
  position: relative;
  left: 0%;
}
.portfolio .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 10px !important;
  height: 10px !important;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #4dc9f3;
  cursor: pointer;
  border-radius: 16px;
}
.portfolio .slick-dots li.slick-active button:before {
  background-color: #4dc9f3;
}
.portfolio span.text-center.mx-4 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
h3.pro-disc {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 40px;
  color: var(--white);
  margin-bottom: 0px !important;
}

#exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
.overlay {
  position: fixed;
  width: 453px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.slick-slide {
  opacity: 1;
}
.portfolio .slick-slide.slick-current.slick-active.slick-center .overlay {
  display: none;
}
.nav-link.active hr, .nav-link.active .tab-center {
  height:2px ;
  font-weight: 700;
   
}

/*  End Of Portfolio */

/* Client FeedBack Sectiom */
.client_feedback .slick-dots li button:before {
  color: transparent;
}
.client_feedback .slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 0.75;
}
.client_feedback .slick-dots li button:hover:before,
.client_feedback.slick-dots li button:focus:before {
  opacity: 0;
}
.client_feedback {
  background-image: url(../images/1366/feedback-1366.png);
  /* background-image: url(../images/1920/feedback-1920.png); */
  background-position: center;
  background-size: 100% 100%;
}
section.client_feedback .feedback-form {
  background: var(--white);
  box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
  border-radius: 20px !important;
  padding: 25px;
}

section.client_feedback .feedback-form h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 33.5px;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
}

section.client_feedback .feedback-form input[type="text"],
section.client_feedback .feedback-form input[type="email"],
section.client_feedback .feedback-form textarea.form-control,
section.client_feedback .feedback-form select {
  background: #f2f2f2;
  opacity: 0.38;
  border: 1px solid #b6b9c1;
  border-radius: 5px;
  font-size: 12px;
  line-height: 16px;
}

section.client_feedback .feedback-form a.btn.btn-primary.submit-btn {
  background: #4dc9f3;
  border: 1px solid #4dc9f3;
  border-radius: 5px;
  width: 100%;
  max-width: 220px;
  color: #004767;
  transition: all 0.5s;
}
section.client_feedback .feedback-form a.btn.btn-primary.submit-btn:focus {
  outline: none;
}
section.client_feedback .feedback-form a.btn.btn-primary.submit-btn:hover {
  transform: scale(0.95);
}
.feedback-form a {
  color: rgba(148, 162, 179, 1);
  text-decoration: none;
}

section.client_feedback
  .feedback-form
  a.btn.btn-primary.submit-btn
  svg.svg-inline--fa.fa-arrow-right.fa-w-14 {
  float: right;
}

.client_feedback .client-text {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 60px;
  color: var(--white);
  margin-bottom: 0px !important;
}

.client_feedback img.img-fluid.arrow-img {
  float: right;
}
.client_feedback a.btn.btn-primary.submit-btn span {
  line-height: 19px;
  font-weight: 500;
  font-size: 14px;
}
/*  Client Feedback Section end */
#testimonial-slider {
  padding: 50px 20px 35px 20px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}

.testimonial .descrip {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 26px;
  text-indent: 30px;
  padding: 28px 21px;
  text-align: center;
  position: relative;
}
.top-arrow {
  width: 50px;
  height: 36px;
  position: absolute;
  top: -21px;
  z-index: 99999;
}
.testimonial .title {
  font-size: 24px;
  font-weight: bold;
  color: #363636;
  text-transform: capitalize;
  margin: 0;
}

.testimonial .post {
  display: block;
  font-size: 15px;
  color: #363636;
}

.owl-buttons {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: 0;
  display: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  left: 0;
  transition: all 0.4s ease-in-out 0s;
}

.owl-next {
  left: auto;
  right: 0;
}

.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  font-weight: 900;
  color: #cacaca;
  line-height: 20px;
  opacity: 0.8;
}

.owl-buttons .owl-next:before {
  content: "\f105";
}

.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before {
  opacity: 1;
}

.technology-stack .mobile-multiple-items button.slick-next.slick-arrow {
  right: 0px;
}
.technology-stack .mobile-multiple-items button.slick-prev.slick-arrow {
  cursor: pointer;
  color: var(--light-blue);
  top: 37%;
  border: none;
  outline: none;
  left: 0;
  margin: auto;
  z-index: 2;
}
.mobile-multiple-items {
  margin-bottom: 0 !important;
}
.technology-stack .mobile-multiple-items .slick-prev:before {
  content: "\f060";
  color: var(--light-blue);
}
.technology-stack .mobile-multiple-items .slick-next:before {
  content: "\f061";
  color: var(--light-blue);
}
/* End  */

/* Footer Start Here */
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  box-shadow: none;
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  background: var(--light-blue);
  color: #fff;
  transition: 0.3s;
  border-radius: 5px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: var(--light-blue);
}

#footer .footer-top {
  background: #136da3;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--white);
  font-weight: 400;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: var(--white);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 18px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--light-blue);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding: 8px;
  font-size: 10px;
  font-weight: 500;
  color: rgba(0, 71, 103, 1);
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.footer-info span {
  margin: 0 15px 0 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
}
.footer-container {
  background-color: var(--light-blue);
  max-width: 100%;
}
/* End Of Footer */

/*  Header Banner Button  */
.quote-btn {
  background-color: #ffffff;
  color: var(--blue) !important;
  border: 1px solid #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px !important;
}
.quote-icon {
  color: var(--blue) !important;
}
a.btn.quote-btn:hover {
  background-color: var(--white);
  color: var(--blue) !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border: 1px solid #4dc9f3;
  padding: 12px 30px !important;
}
a.btn.quote-btn:hover .quote-icon {
  color: #fff !important;
}

/* / css for Brand Carousel / */

.product-slider .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 0.75;
  font-size: 20px;
}
.product-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "slick";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0.4;
}
.product-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.product-slider ul.slick-dots {
  position: absolute;
  top: 93%;
  bottom: 0;
}
.product-slider .product-brand-img {
  height: auto;
  min-height: 510px;
  padding: 31px 0 31px 31px;
}
.brand .content-hedaing ul li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 7px;
  width: 7px;
  background: #ffffff;
  border-radius: 50%;
  left: -20px;
  right: auto;
  top: 8px;
  margin: 0 0px 0;
}
.brand .content-hedaing ul {
  padding: 0 23px;
  margin: 0;
}
.brand .content-hedaing ul li {
  list-style-type: none;
  position: relative;
  text-transform: uppercase;
}
.brand h3.spot-sub-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}
.brand h3.spot-sub-heading span {
  font-weight: 300;
  margin: 0 7px 0px 0px;
}

.unclickable {
  pointer-events: none;
}

.clickable {
  pointer-events: all;
}

/* Client Feedback Section Css */
.center-slider .slick-slide {
  padding: 50px 20px 35px 20px;
  background: #fff;
  text-align: center;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
.center-slider .slick-slide,
.center-slider
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  border-radius: 10px;
  background-color: #ffffff;
}
.center-slider .slick-current.slick-active {
  transform: scale(1.01);
}

.wrapper {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  width: auto;
  height: auto;
  min-height: 237px;
  max-height: 236px;
}
.wrapper .slick-dots {
  left: 0%;
}
.wrapper:after {
  content: "";
  position: absolute;
  bottom: -13px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-radius: 5px;
  z-index: -1;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.wrapper span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.wrapper .owl-nav button:focus {
  outline: none;
}

.center-slider1 {
  position: relative;
}
/*  */
.client_feedback .wrappers {
  margin-top: 15px;
  padding: 15px 10px;
}
/* client Feedback */
.wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #ffff;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -14px;
  z-index: 999;
}

/* End */

/* Default slide */
.client_feedback.center-slider2 .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.client_feedback .center-slider2 .slick-slide img {
  display: block;
  margin: 0 0px 0 10px;
  width: 75%;
}

.center-slider2 .slick-slide,
.center-slider2
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider2 .slick-center,
.center-slider2
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
}
.center-slider2 .slick-current.slick-active {
  transform: scale(1);
}
.center-slider2 .slick-next,
.center-slider2 .slick-prev {
  z-index: 5;
}

.center-slider2 .center-slide-box h3.title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}
.center-slide-box{
cursor: pointer;
}

.center-slide-box.slick-slide.slick-active {
  opacity: 0.5;
}
.center-slide-box.slick-slide.slick-current.slick-active.slick-center {
  opacity: 1 !important;
}

/* ABOUT US PAGE CSS */
.about-banner .navBottom {
  height: 60px;
  min-height: 60px;
}
.about-banner {
  background-image: url(../images/1366/about/about-bannner.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: auto;
  /* min-height: 538px;
  max-height: 538px; */
}
.mission-box-1 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

/* About Page  */
span.breamcrum-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.navBottom {
  margin: 63px 0 0 0;
}
.about-banner {
  background-image: url("../images/1366/about/aboutBanner.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  }
.about-banne .span.breamcrum-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
span.breadcrum-icon i {
  color: #4dc9f3;
  font-size: 10px;
}
.about-banner-content.text-center h3.text-white {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 48px;
}
.about-banner-content.text-center p.text-white {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

/* Vision Section */
.vision-section {
  background-image: url("../images/1366/about/mission-vision-1366.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.vision-section a.btn.btn-secondary.success-btn {
  background-color: rgba(77, 201, 243, 1);
  border: none;
  width: 55%;
  padding: 12px 15px;
  transition: all 0.3s ease 0s;
  text-align: left;
}
.vision-section a.btn.btn-secondary.success-btn:focus{
  border: none;
  box-shadow:none;
}
.vision-section a.btn.btn-secondary.success-btn:hover{
  transform: scale(0.96); 
  line-height: 25px;
}

.success-btn img.img-fluid.white-arrow-img {
  float: right;
  margin-top: 0px;
}
.success-btn span {
  line-height: 25px;
  font-weight: 600;
  font-size: 16px;
  color: #004767;
  text-transform: capitalize;
}
.mission-heading h2,
.builder-section h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;

  text-transform: uppercase;
  color: #2c2c2c;
}
.vision-section a.btn.btn-secondary.discover.bg-blue {
  color: #004767;
  background: #4dc9f3;
  border: 1px solid #4dc9f3;
  border-radius: 5px;
}
.vision-section .mission-box-1 h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ACACAC;
}
.vision-section .mission-box-1 .mission-arrow-box {
  height: auto;
  width: 23px;
}
/* End Vision Section Css */

/* Builder Section css */
.builder-section {
  padding:0 0 60px 0;
}
.builder-section .builder-image-box a {
  color: #231f20;
}
.builder-image-box p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #231f20;
}
.builder-image-box p strong {
  font-weight: 600;
}
.builder-image-box .founder-box {
  position: relative;
}
.builder-image-box .founder-box h6 {
  position: absolute;
  bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 18px;
}
p.text-lg-end.read-content {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #4dc9f3;
}

/* End of Builder Css */

/* Hisrtory Section Css */
.history-section {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../images/1366/about/history-image.png);
}
.history-section .container.history-box {
  padding: 70px 0;
}

.overlay2 {
  position: fixed;
  /* width: 453px;
  height: 100%; */
  background-color: rgba(0, 0, 0, 0.4);
}
.slick-slide.slick-current.slick-active {
  /* transition: all 1.5s linear; */
  /* animation: moveSlideshow 4s linear infinite; */
}
.autoplay
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  img {
  width: 80%;
  margin-top: 42px;
  position: relative;
  left: -150px;
  z-index: -1;
  /* transition: all 1.5s linear; */
  /* animation: moveSlideshow 4s linear infinite; */
  /* transition: all 500ms linear; */
  /* transform: translate3d(-100px, 0px, 0px); */
}
.autoplay
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  .overlay2 {
  /* transition: all 1.5s linear; */
  width: 154px;
  height: 78%;
  margin-left: -18px;
  /* animation: moveSlideshow 4s linear infinite; */
}
.autoplay
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  + .slick-slide.slick-active
  img {
  /* transition: all 1.5s linear; */
  width: 65%;
  position: relative;
  left: -350px;
  margin-top: 74px;
  z-index: -2;
}
.autoplay
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  + .slick-slide.slick-active
  .overlay2 {
  width: 121px;
  height: 64%;
  margin-left: -239px;
  /* transition: all 1.5s linear; */
}
.autoplay
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  + .slick-slide.slick-active
  + .slick-slide.slick-active
  img {
  /* transition: all 1.5s linear; */
  width: 50%;
  position: relative;
  left: -567px;
  margin-top: 110px;
  z-index: -3;
}
.autoplay
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  + .slick-slide.slick-active
  + .slick-slide.slick-active
  .overlay2 {
  /* transition: all 1.5s linear; */
  width: 105px;
  height: 49%;
  margin-left: -493px;
}
/* @keyframes moveSlideshow {

  0% {

    transform: translateX(-20.666%)
  }
  16.66% {
    transform: translateX(-30.666%)
  }
  33.32% {

    transform: translateX(-40.666%)
  }
  49.98% {
    transform: translateX(-50.666%)
  }
  66.64% {
    transform: translateX(-60.666%)
  }
  83.30% {
    transform: translateX(-70.666%)
  }
  100% {
      transform: translateX(-80.666%)
  }
} */

.history-section ul {
  margin: 0;
  padding: 0;
}
.history-section h5 {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}
.history-section h3 {
  font-weight: 400;
  font-size: 100px;
  color: #ffffff;
  opacity: 0.3;
  text-transform: uppercase;
  font-family: 'DM Serif Text';
  margin: 0;
}
.history-section h4 {
  font-weight: 500;
  font-size: 23px;
  line-height: 24px;
}
.history-section p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

/* End of Hizstory section */
/* Leader Section Css */
.leader-section {
  background-image: url(../images/1366/about/leader-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.leader-content-padding {
  padding: 80px 0;
}
.leader-section .leader-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.leader-content h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #083c70;
}
.leader-content h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #646464;
}
.leader-content ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #231f20;
  position: relative;
}
.leader-content ul li i {
  color: #4dc9f3;
}
/* End */

/* Team Section */
.team-section {
  /* background-image: url(../images/1366/about/team.png); */
  background-image: url(../images/1366/about/teamImg.png);
  /* background:linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25)), 
    url(../images/1366/about/teamImg.png);
    opacity: 0.7; */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /* background-blend-mode: overlay; */
}
.team-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0.7);
  /* z-index: -1; */
}

.team-section .apply-btn {
  background: #4dc9f3;
  border: 1px solid #4dc9f3;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  padding: 13px 26px;
}
/* About Us */
.team-box {
  position: relative;
  z-index: 2;
}
.team-box h3 {
  font-weight:800;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
}
.team-box p.text-white {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
/*  */

/* End of Team Section */

/*  History Section Css of About Us Page */
.timeline.slick-initialized.slick-slider {
  position: relative;
}
.loading-bar-bullet.slick-slide.slick-current.slick-active {
  color: var(--light-blue);
  /* cursor: pointer; */
  font-weight: bold;
}
.loading-bar-click {
  position: relative;
  border-top: 1px solid #d9d9d9;
}
.loading-bar {
  position: absolute;
  top: -5px;
  width: 100%;
}
.loading-bar .slick-track {
  width: 100% !important;
}
.loading-bar-bullet.slick-slide.slick-current.slick-active::before {
  content: "";
  background: #4dc9f3;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  /* display: block; */
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loading-bar-bullet {
  width: 12% !important;
}
.loading-bar-bullet.slick-slide.slick-active {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 0;
  /* border-top: 1px solid #D9D9D9; */
  opacity: 0.7;
  position: relative;
  cursor: pointer;
  text-align: center;
}
#footer .arrows {
  margin: -3px 0 0 0;
}
/* Our Elite Section */

section.elite-section {
  background: #f0f2f4;
  padding: 60px 0;
}
.elite-customer-header {
  display: flex;
  justify-content: space-between;
}
.elite-customer-header h3 {
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.elite-logo-box:hover {
  box-shadow: 0 12px 24px -10px rgb(21 59 93 / 46%);
  -webkit-transform: translate(0, -3px);
}
.elite-logo-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 22px;
  margin: 31px 0 0 0;
  height: auto;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.expertise-box1 p,
.expertise-box2 p,
.expertise-box3 p,
.expertise-box4 p,
.expertise-box5 p,
.expertise-box6 p {
  font-size: 12px;
  line-height: 19px;
  min-height: auto;
}
.expertise-box1 h4,
.expertise-box2 h4,
.expertise-box3 h4,
.expertise-box4 h4,
.expertise-box5 h4,
.expertise-box6 h4 {
  font-size: 16px;
}
.builder-section{
  padding-bottom: 60px;
}
/*  End */

/* Media Query Start  */
@media only screen and (max-width: 600px) {
  .awrd_sldr_design2_box figure{
     
    width: auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;
    max-width: 126px;
    margin: auto;

  }
  .technology-stack .slick-prev:before, .technology-stack .slick-next:before{
    color:  #4DC9F3 !important;
    border: 0px solid;
     
  }
  .technology-stack .mobile-multiple-items button.slick-next.slick-arrow{
    right: 15px;
  }
  .tech-stack .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
    opacity: 0;

  }
  #footer .footer-top .footer-info p {
    font-size: 12px;
     
  }
  a.btn.btn-secondary.spotify.bg-light.w-100 {
    width: auto;
    margin: auto;
  }
  /*  Our Elite  */
  .elite-customer-header h3 {
    font-size: 20px;
  }
  .elite-customer-header a span {
    font-size: 14px;
  }
  /*  End */
  .center-slider2 .center-slide-box h3.title {
    font-size: 12px;
  }

  /* EXPERTISE SECTION  */
  .our_expertise,
  section.elite-section {
    padding: 20px 0;
  }
  .our_expertise .expertise-content-heading h3 {
    font-size: 20px;
  }
  .our_expertise .expertise-content-heading p {
    font-size: 12px;
    line-height: 23px;
  }
  /* END */
  .experience-text {
    font-size: 14px;
  }
  .product-slider ul.slick-dots {
    top: 97%;
  }
  .slick-slider {
    margin-bottom: 30px;
  }
  .technology p,
  .awards p {
    font-size: 12px;
  }
  .header-image .banner-bottom-heading-content p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  span.programtext {
    font-size: 26px;
    line-height: 30px;
  }
  .brand .discvr span,
  .portfolio .discvr span {
    line-height: 33px;
    line-height: 24px;
  }
  span.right-arrow-box,
  .portfolio-arrow-box {
    width: 30px;
    height: 26px;
  }
  .portfolio .spotify {
    width: 57%;
  }
  .elite-section .col {
    flex: 1 100%;
  }
  .awards .col {
    flex: 1 100%;
    margin-bottom: 20px;
  }
  .banner-circle {
    bottom: -34px;
    right: -10px;
  }
  .about-banner {
    height: auto;
  }

  .row.product-slider {
    padding: 0;
  }
  .leader-content-padding {
    padding: 0;
  }
  .leader-section {
    background-image: none;
  }
  .slick-slider {
    margin-bottom: 6px;
  }
  .autoplay .slick-slide img {
    margin-top: 50px;
  }
  .techBox {
    margin: 3px 0;
  }
  h2.banner-middle-heading-content {
    line-height: 31.5px;
    font-size: 21px;
  }
  .history-section .container.history-box {
    padding: 20px 0 !important;
  }
  .builder-section {
    padding: 20px 0 !important;
  }
  .mission-box-1 p {
    font-size: 12px;
    line-height: 20px;
  }
  .vision-section .mission-box-1 h3 {
    font-size: 20px;
  }
  .about-banner {
    height: 235px!important;
}
  .leader-content h3 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .mission-heading h2,
  .builder-section h3 {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .leader-content {
    margin: 20px 0;
  }
  .team-box h3 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .history-section h3 {
    font-size: 60px !important;
  }
  .history-section h4 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .about-banner-content.text-center h3.text-white {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  p.text-white {
    font-size: 10px !important;
    line-height: 16px !important;
}
span.breamcrum-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}
  .vision-section {
    background-image: none !important;
  }
  .portfolio h3.pro-disc {
    font-size: 16px !important;
    line-height: 26px;
  }
  .technology a.nav-link {
    padding: 10px;
  }
  .portfolio .nav-pills .nav-link span {
    font-size: 12px;
    margin: 0px 8px 0 8px;
    display: table;
  }

  .laptopRow {
    margin-top: 45px;
  }
  .discover,
  .quote-btn {
    position: relative;
  }
  .discover-icon,
  .quote-icon {
    right: 5%;
    top: 35%;
    position: absolute;
  }
  .header-image {
    background: linear-gradient(90deg, #046aa6 21.06%, #31b0fa 81.3%);
  }
  .health {
    min-height: 200px;
  }

  .brand {
    background-image: url("../images//1366/home/banner-1360.svg");
    background-size: cover;
  }

  .carousel-inner,
  .carousel,
  .carousel-item,
  .carousel-container {
    height: 100%;
    width: 100% !important;
    background-position: center center;
    background-size: cover;
  }

  .quote-btn {
    font-size: 11px;
    padding: 12px 13px !important;
  }
  .animated-sound {
    right: 0;
    width: 16px;
    top: 0;
  }
  .technology,
  .awards,
  .industries,
  .technology-stack,
  .port-box,
  .client_feedback,
  #footer .footer-top {
    padding: 20px 0px;
  }
  .technology h3,
  .awards h3.awrd,
  .industries h3.text-center.indus,
  h3.tech-st,
  h3.pro-disc.text-center,
  .client_feedback .client-text,
  .technology h4 a {
    font-size: 20px;
  }
  .industries p,
  .technology-stack p {
    font-size: 12px;
  }
  .industries .row.indus-row {
    margin-top: 0;
  }
  .brand h5.spot {
    font-size: 21px;
    line-height: 35px;
  }
  .brand .spot-brand {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0;
  }
  .web {
    font-size: 20px;
    margin-left: 0%;
    text-align: center;
  }
  .portfolio .nav {
    display: flex;
    flex-wrap: nowrap;
  }
  .client_feedback {
    height: auto;
    background-size: cover;
  }
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }

  .laptop-frame {
    display: none;
    width: 96%;
    top: 15%;
    margin: auto;
    height: 62%;
  }

  .feedback-form a {
    font-size: 11px;
  }

  .portfolio .slick-dots {
    bottom: -48px !important;
  }
  .portfolio .slick-slide {
    max-width: 250px;
    max-height: 300px;
  }
  .overlay {
    width: 250px;
  }
  div.discvr button img {
    top: 10px;
    right: 12px;
  }
  .client-box .row.align-items-center {
    padding: 0px;
  }
  .portfolio {
    margin-bottom: 0;
  }
  .technology .multiple-items button.slick-next.slick-arrow {
    right: 24px;
    left: auto;
    /* background-color: var(--light-blue); */
  }
  .technology .multiple-items button.slick-prev.slick-arrow {
    left: -6px;
    z-index: 2;
    /* background-color: var(--light-blue); */
  }
  .technology .slick-prev:before, .technology .slick-next:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #004767;
    border: 0px solid;
    border-radius: 39px;
    padding: 10px 12px;
    /* opacity: 0.75; */
}
.tab-laptop-image{
  display: flex;
  align-items: center;
  justify-content: center;
}

  .awards {
    background-size: cover;
  }
  .testimonial .descrip {
    font-size: 12px;
    line-height: normal;
    text-align: left;
  }

  .header-image .dropdown-menu {
    width: 100%;
  }
  ul.dropdown-menu.show:before {
    display: none;
  }
  .header-image .background-cover {
    border-radius: 11px;
    left: auto;
    top: 0;
    width: 100%;
    min-width: 100% !important;
    overflow: scroll;
  }
  .header-image .background-cover,
  .dropdown-menu.shadow {
    height: 500px;
    overflow: scroll;
  }
  .header-image .our-product {
    width: 100%;
    min-width: auto;
    border-radius: 11px;
    left: 0;
    top: 0px;
  }
  .border-end {
    border-right: 0px !important;
  }
  .header-image a.nav-link,.header-image-about-banner a.nav-link {
    margin-right: 0;
  }

  .header-image a.nav-link.dropdown-toggle:after,
  .header-image a.nav-linka.nav-link.dropdown-toggle:after {
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border-top: 0;
    position: absolute;
    right: 0;
  }
  .row.product-slider {
    padding: 0;
  }
  .brand {
    padding: 0 20px;
  }
  .product-slider .product-brand-img {
    height: auto;
    min-height: auto;
    padding: 31px 0 31px 31px;
  }
  .header-image .acclr {
    padding: 20px 0;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .builder-section p {

    word-break: break-all;
}
  .indus-content{
   min-height: auto !important;
  }
  .header-image .acclr {
    padding: 20px 0;
  }
  .product-slider ul.slick-dots {
    top: 95%;
  }
  .brand .discvr span,
  .portfolio .discvr span {
    line-height: 24px;
  }
  span.right-arrow-box,
  .portfolio-arrow-box {
    width: 30px;
    height: 26px;
  }
  .awards .col,
  .elite-section .col {
    flex: 1 50%;
  }
  .banner-circle {
    position: absolute;
    bottom: -60px;
    left: auto;
    right: -20px;
  }
  .about-banner {
    height: 350px;
}
  .brand h5.spot {
    font-size: 20px;
  }
  .brand .spot-brand {
    font-size: 12px;
    line-height: 22px;
  }
  h3.tech-st {
    font-size: 20px;
    line-height: 40px;
  }
  .technology-stack p {
    font-size: 12px;
    line-height: 24px;
  }

  .portfolio .container-fluid {
    bottom: 30%;
  }
  .laptopRow {
    position: relative;
    margin-top: 90px;
  }
  .portfolio .nav-pills .nav-link span {
    font-size: 12px;
    margin: 0 8px 0 8px;
    display: table;
  }

  .technology,
  .awards,
  .industries,
  .technology-stack,
  .port-box,
  .client_feedback,
  #footer .footer-top {
    padding: 20px 0px;
  }
  .industries .indus-row p,
  .industries p {
    height: auto;
    min-height: 168px;
    font-size: 12px;
  }
  .industries .indus-row h6 {
    height: auto;
    min-height: 52px;
  }
  .brand {
    padding: 0;
  }

  .industries {
    padding: 70px 0;
  }
  .header-image a.icon-bar {
    font-size: 12px;
    height: 25px;
    width: 25px;
  }
  .leader-content-padding {
    padding: 0;
  }
  .leader-section {
    background-image: none;
  }
  .about-banner-content.text-center p.text-white {
    font-size: 12px;
    line-height: 18px;
  }

  .about-banner-content.text-center h3.text-white {
    font-size: 24px;
    line-height: 30px;
  }
  .autoplay .slick-slide img {
    margin-top: 50px !important;
  }
  .history-section p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .slick-slider {
    margin-bottom: 6px !important;
  }
  .history-section h3 {
    font-size: 58px !important;
  }
  .leader-content {
    margin: 20px 0;
  }
  .team-box h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .leader-content h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .leader-content h5 {
    font-size: 16px;
  }
  .leader-content ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .vision-section {
    background-image: none !important;
  }
  .client_feedback .center-slider2 .slick-slide img {
    width: 80%;
    margin: 0 0 0 9px;
  }
  .animated-sound {
    right: 13px;
    width: 30px;
    top: 12px;
  }
  .discover,
  .quote-btn {
    position: relative;
  }
  .discover-icon,
  .quote-icon {
    right: 5%;
    top: 35%;
    position: absolute;
  }

  .technology .tab-img {
    margin: auto;
  }
  .portfolio .slick-slide img {
    max-width: 300px;
  }
  .technology .tab-img {
    width: 100%;
    max-width: 200px;
    flex: 40%;
  }
  .tab-cont {
    flex: 60%;
  }
  .brand {
    background-size: cover;
  }
  .portfolio .slick-dots {
    bottom: -48px !important;
  }

  .portfolio .slick-slide img {
    max-width: 300px;
  }
  .overlay {
    width: 250px;
  }
  .spotify {
    font-size: 12px;
  }

  .laptop-frame {
    width: 55%;
    top: 12%;
    left: -49%;
    right: -50%;
    height: calc(100% - 98px);
  }
  #footer .footer-top .footer-links:nth-child(2) {
    border-right: none;
  }
  .header-image .dropdown-menu {
    width: 100%;
    min-width: 100% !important;
    left: 0;
    top: 0px;
  }
  ul.dropdown-menu.show:before {
    display: none;
  }

  .border-start {
    border-left: 0px !important;
  }

  .header-image a.nav-link.dropdown-toggle:after ,
  .header-image-about-banner a.nav-link.dropdown-toggle:after{
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border-top: 0;
    position: absolute;
    right: 0;
  }
  .header-image a.nav-link ,
  .header-image-about-banner a.nav-link{ 
    margin-right: 0;
  }
  .builder-section {
    padding: 0px 0;
  }
  .builder-image-box .founder-box h6 {
    font-size: 16px;
  }
  .awards .col {
    flex: 1 30%;
    margin-bottom: 20px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .vision-section a.btn.btn-secondary.success-btn {

    width: 90%;
  }
  #footer .footer-top .footer-info p{
    font-size: 12px;
  }
  .awrd_sldr_design2_box figure {
     
    min-height: 225px ;
}
  .technology .multiple-items button.slick-prev.slick-arrow  {
     
    left: 0px;
    
}
  .technology .slick-prev:before, .technology .slick-next:before {
    
    border: 0px solid;
     
}
  .technology .slick-next:before {
     
    border: 0px solid;
     
}
  .technology .multiple-items button.slick-next.slick-arrow {
    right: 23px;
    
  
}
  .client_feedback .center-slider2 .slick-slide img {
    margin: 0 0px 0 5px;
    width: 75%;
  }
  .product-slider ul.slick-dots {
    top: 93%;
  }
  .expertise-box1 p,
  .expertise-box2 p,
  .expertise-box3 p,
  .expertise-box4 p,
  .expertise-box5 p,
  .expertise-box6 p {
    min-height: 114px;
  }
  .portfolio .spotify {
    width: 27%;
  }
  .brand .discvr span,
  .portfolio .discvr span {
    line-height: 24px;
  }
  span.right-arrow-box {
    width: 30px;
    height: 26px;
  }
  .elite-section .col {
    flex: 1 25%;
  }
  .awards .col {
    flex: 1 30%;
    margin-bottom: 20px;
  }
  .center-slider2 .center-slide-box h3.title {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .banner-animated-img {
    width: 100%;
    height: auto;
    min-height: 401px;
  }
  .banner-circle {
    bottom: -50px;
    right: -20px;
  }

  .client_feedback .client-text {
    font-size: 20px;
    line-height: 26px;
  }
  .portfolio .container-fluid {
    bottom: 30%;
  }

  .leader-content-padding {
    padding: 80px 0;
  }
  .leader-section {
    background-image: block;
  }
  .history-section p {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .history-section h3 {
    font-size: 58px !important;
  }
  .loading-bar-bullet.slick-slide.slick-active {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .loading-bar-bullet.slick-slide.slick-active {
    font-size: 10px;
    line-height: 12px;
  }
  .leader-content {
    margin: 20px 0;
  }
  .team-box h3 {
    font-size: 24px;
    line-height: 32px;
  }

  /* About Us */
  .leader-content h3 {
    font-size: 16px;
    line-height: 26px;
  }
  /* End */
  .testimonial .descrip {
    font-size: 11px;
    line-height: normal;
  }
  .technology-stack .multiple-items-1 button.slick-prev.slick-arrow {
    top: -13%;
    right: 1%;
  }
  .technology-stack .slick-slider {
    margin-top: 27%;
  }
  .technology-stack .multiple-items-1 button.slick-next.slick-arrow {
    right: 0;
  }
  .technology a.nav-link {
    padding: 10px 6px;
    font-size: 12px !important;
  }
  #footer .footer-top h4 {
    font-size: 11px;
  }
  .web {
    font-size: 25px;
  }
  #footer .footer-newsletter form {
    padding: 0;
    margin-top: 0;
  }
  #footer .footer-newsletter form input[type="submit"] {
    padding: 0 6px;
  }
  #footer .footer-top .footer-links ul li {
    padding: 5px 0;
  }
  #remember {
    margin-right: 5px;
  }
  .feedback-form a {
    font-size: 12px;
  }

  .awards h3.awrd {
    font-size: 18px;
    line-height: 24px;
  }

  .animated-sound {
    top: 0;
  }
  h5.banner-top-heading-content {
    font-size: 10px;
  }
  h2.banner-middle-heading-content {
    font-size: 22px;
    line-height: 31.5px;
  }
  .example {
    background: blue;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
  }
  .header-image {
    background: linear-gradient(90deg, #046aa6 21.06%, #31b0fa 81.3%);
  }

  .awards {
    background-position: center;
    background-size: 100% 100%;
  }

  .btn-secondary.discover,
  .quote-btn {
    font-size: 10px;
    text-align: left;
  }

  h3.pro-disc {
    font-size: 16px;
    line-height: 32px;
  }
  .experience-text {
    font-size: 12px;
    line-height: 18px;
  }
  .portfolio .nav {
    display: flex;
    flex-wrap: nowrap;
  }
  .client_feedback {
    background-size: 104% 100%;
  }
  #footer .footer-top .footer-links ul a {
    font-size: 10px;
    font-weight: 300;
  }
  #footer .footer-top {
    padding: 20px 0;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
    padding: 0 0px 0 0;
  }
  .footer-info span {
    font-size: 12px;
  }
  .footer-newsletter p {
    font-size: 12px;
    color: #ffffff;
  }

  .portfolio .slick-slide img {
    max-width: 450px;
  }
  .laptop-frame {
    display: none;
  }
  .header-image a.nav-link ,
  .header-image-about-banner a.nav-link{
    margin-right: 20px;
  }
  .spotify {
    font-size: 11px;
  }

  .brand h5.spot {
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
  }
  .brand .spot-brand {
    font-size: 10px;
    line-height: 15px;
  }
  .brand .content-hedaing {
    font-size: 12px;
    line-height: 22px;
  }
  .brand {
    background-size: cover;
    background-position: right center;
  }
  .technology-stack {
    padding: 20px 0;
  }

  .technology .tab-img {
    width: 100%;
    max-width: 200px;
    flex: 40%;
  }
  .tab-cont {
    flex: 60%;
  }
  .animated-sound {
    right: -23px;
    width: 30px;
    height: 30px;
  }

  .port-box {
    height: 728px;
  }
  .portfolio .slick-dots {
    bottom: -60px !important;
  }
  .client-box .row.align-items-center {
    padding: 70px 10px;
  }
  .header-image .background-cover {
    border-radius: 11px;
    left: auto;
    top: 0;
    width: 100%;
    min-width: 100% !important;
    overflow: scroll;
  }
  .header-image .background-cover,
  .dropdown-menu.shadow.hire-devs {
    height: 500px;
    overflow: scroll;
  }

  .border-start {
    border-left: 0px !important;
  }
  .header-image a.nav-link.dropdown-toggle,
  .header-image-about-banner a.nav-link.dropdown-toggle{
    position: relative;
  }
  .header-image a.nav-link.dropdown-toggle:after,
  .header-image-about-banner a.nav-link.dropdown-toggle:after{
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border-top: 0;
    position: absolute;
    right: 0;
  }
  .header-image a.nav-link,
  .header-image-about-banner a.nav-link{
    margin-right: 0;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .vision-section a.btn.btn-secondary.success-btn {
    width: 75%;
}

  .awrd_sldr_design2_box figure {
    
    min-height:103px;
}
  .technology .multiple-items button.slick-prev.slick-arrow, .technology .multiple-items button.slick-next.slick-arrow {
     
    left: -56px;
    
}
  .technology .slick-prev:before, .technology .slick-next:before {
    
    border: 1px solid;
     
}
  .technology .slick-next:before {
     
    border: 1px solid;
     
}
  .technology .multiple-items button.slick-next.slick-arrow {
    right: -32px;
    left: auto;
    /* background-color: #4DC9F3; */
}
  .client_feedback .center-slider2 .slick-slide img {
    margin: 0 0px 0 5px;
    width: 75%;
  }
  .technology-stack .multiple-items-1 button.slick-prev.slick-arrow {
    top: -16%;
  }
  .technology-stack .slick-slider {
    margin-top: 33%;
  }
  .industries .indus-row p,
  .industries p {
    min-height: 168px;
    height: auto;
    font-size: 12px;
  }
  /* .awrd_sldr_design2_box figure{
    min-height: 142px;
  } */
  .awards {
    padding: 60px 0;
  }
  .expertise-box1 p,
  .expertise-box2 p,
  .expertise-box3 p,
  .expertise-box4 p,
  .expertise-box5 p,
  .expertise-box6 p {
    min-height: 104px;
  }
  .header-image .acclr {
    padding: 60px 0;
  }
  .portfolio .spotify {
    width: 18%;
  }
  .portfolio-arrow-box {
    width: 30px;
    height: 26px;
  }
  .awrd_sldr_cntn p {
    margin: 0;
    min-height: 68px;
  }
  .awards .col,
  .elite-section .col {
    flex: 1 0 0%;
  }
  .industries .indus-row p .industries p {
    min-height: 196px;
    height: auto;
  }
  .portfolio ul li span.fs-16 {
    font-size: 12px;
  }

  .discvr .white-arrow-img {
    float: right;
    margin-top: 3px;
  }
  .banner-animated-img {
    width: 100%;
    height: auto;
    min-height: 401px;
  }

  .client_feedback .client-text {
    font-size: 30px;
    line-height: 58px;
  }
  .portfolio .container-fluid {
    bottom: 50%;
  }

  .vision-section {
    background-image: block !important;
  }
  .builder-section {
    padding-bottom:0
  }
  .history-section p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .history-section h3 {
    font-size: 70px !important;
    font-weight: 400;
  }

  .loading-bar-bullet.slick-slide.slick-active {
    font-size: 14px;
    line-height: 24px;
  }
  .loading-bar-bullet.slick-slide.slick-active {
    font-size: 10px;
    line-height: 12px;
  }
  .leader-content {
    margin: 0;
  }
  .team-box h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .footer-info span {
    font-size: 14px;
  }

  /* About Us */
  .leader-content h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
  }
  /* End */
  .technology .tab-img {
    width: 100%;
    max-width: 170px;
  }
  .header-image a.nav-link.dropdown-toggle:after,
  .header-image-about-banner a.nav-link.dropdown-toggle:after {
    position: relative;
  }
  .border-start {
    border-left: 1px solid #ffffff !important;
  }
  h5.banner-top-heading-content {
    font-size: 14px;
  }
  h2.banner-middle-heading-content {
    font-size: 32px;
    line-height: 42px;
  }

  .awards h3.awrd {
    font-size: 24px;
    line-height: 30px;
  }
  .technology-stack .multiple-items-1 button.slick-prev.slick-arrow,
  .technology-stack .multiple-items-1 button.slick-next.slick-arrow {
    right: -1px;
  }
  .web {
    font-size: 45px;
  }
  .technology a.nav-link {
    padding: 16px 6px;
    font-size: 14px;
  }
  .industries {
    padding: 70px 0;
  }
  #footer .footer-top h4 {
    font-size: 12px;
  }
  .animated-sound {
    top: 7px;
  }
  .laptop-frame {
    width: 63%;
  }
  #footer .footer-newsletter form {
    padding: 6px 10px;
    margin-top: 30px;
  }
  #footer .footer-newsletter form input[type="submit"] {
    padding: 0 30px;
  }
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
  }
  .client-box .row.align-items-center {
    padding: 70px 10px;
  }
  .example {
    background: orange;
  }

  .portfolio .nav {
    display: flex;
    flex-wrap: nowrap;
  }
  .technology a.nav-link {
    font-size: 11px;
    min-width: auto;
    line-height: 25px;
  }

  .port-box {
    background: #2e848c;
    padding: 60px 0;
    width: 1173px !important;
    height: 728px;
    position: relative;
  }

  .portfolio .slick-slide img {
    max-width: 452px;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
    padding: 0 0px 0 25px;
  }
  h3.pro-disc {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px !important;
  }

  .laptop-frame {
    display: block;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
  }
  .btn-secondary.discover,
  .quote-btn {
    font-size: 12px;
  }
  .header-image a.nav-link,
  .header-image-about-banner a.nav-link {
    margin-right: 20px;
  }

  .brand h5.spot {
    color: var(--white);
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 44px;
  }

  .brand .spot-brand {
    font-size: 12px;
    line-height: 22px;
  }

  .brand {
    background-image: url(../images/1366/home/banner-1360.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-image a.nav-link ,
  .header-image-about-banner a.nav-link{
    margin-right: 0;
  }
  .health {
    padding: 32px 10px 21px 10px;
    height: auto;
    min-height: 279px;
  }
  .industries .indus-row h6 {
    font-size: 12px;
  }
  .portfolio .slick-dots {
    bottom: -75px !important;
  }

  .header-image .background-cover {
    min-width: 900px !important;
    left: -254px;
    top: 54px;
    height: auto;
  }
  .dropdown-menu.shadow.hire-devs {
    height: auto;
    overflow: hidden;
  }
  #footer .footer-top {
    padding: 60px 0 30px 0;
  }
  #footer .footer-top .footer-links ul a {
    font-weight: 400;
  }
  .brand .discvr span,
  .portfolio .discvr span {
    line-height: 24px;
  }
  span.right-arrow-box {
    width: 30px;
    height: 26px;
  }
  span.programtext {
    font-size: 24px;
    line-height: 30px;
  }
  span.logic {
    font-size: 21px;
  }
  .product-slider .slick-dots li button:before {
    font-size: 10px;
  }
  .product-slider .slick-dots li.slick-active button:before {
    font-size: 15px;
  }
  .product-slider ul.slick-dots {
    position: absolute;
    top: 95%;
    bottom: 0;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1366px) {
  .founder-content-box {
    width: auto;
    word-wrap: break-word;
    min-width: 420px;
    max-width: 420px;
}
  .loading-bar-bullet.slick-slide.slick-active {
    font-size: 16px !important;
  }
  .vision-section a.btn.btn-secondary.success-btn {
    width: 55%;
}
  .builder-section {
    padding-bottom:60px;
  }

  #footer .footer-top .footer-info p{
    font-size: 14px;
  }
  .awrd_sldr_design2_box figure {
    min-height: 162px;
}
  .client_feedback .center-slider2 .slick-slide img {
    margin: 0 0px 0 10px;
    width: 75%;
  }
  .industries .indus-row p,
  .industries p {
    font-size: 14px;
  }
  .brand .spotify.w-100 {
    width: 85% !important;
    transition: 0.5s;
  }
  .brand h5.spot {
    font-size: 32px;
  }
  .product-slider ul.slick-dots {
    top: 93%;
  }
  .product-slider .slick-dots li.slick-active button:before {
    font-size: 20px;
  }
  .product-slider .slick-dots li button:before {
    font-size: 14px;
  }
  .expertise-box1 h4,
  .expertise-box2 h4,
  .expertise-box3 h4,
  .expertise-box4 h4,
  .expertise-box5 h4,
  .expertise-box6 h4 {
    font-weight: 700;
    font-size: 27px;
    line-height: 35px;
    margin: 12px 0;
  }
  .expertise-box1 p,
  .expertise-box2 p,
  .expertise-box3 p,
  .expertise-box4 p,
  .expertise-box5 p,
  .expertise-box6 p {
    font-size: 16px;
    line-height: 26px;
  }
  .industries .indus-row p,
  .industries p {
    min-height: 106px;
    height: auto;
  }
  span.programtext,
  span.logic {
    font-size: 32px;
    line-height: 42px;
  }

  .portfolio .spotify {
    width: 14%;
    transition: all 0.3s ease 0s;
  }
  .awards .col,
  .elite-section .col {
    flex: 1 0 0%;
  }
  .portfolio-arrow-box {
    background: #2e848c;
    border-radius: 3px;
    width: 44px;
    height: 36px;
    float: right;
    text-align: center;
    transition: all 1.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
  }
  .spotify:hover span.portfolio-arrow-box {
    /* right: 27%; */
    /* margin-right: -61px; */
    /* transform: scale(1.2); */
    
  }
  .brand .spotify.w-100:hover{
    width: 100% !important;
     
    
  }
  span.right-arrow-box {
    background: #076fab;
    border-radius: 3px;
    width: 44px;
    height: 36px;
    float: right;
    text-align: center;
    line-height: 30px;
  }
  .industries .indus-row p,
  .industries p {
    min-height: 106px;
    height: auto;
  }
  .awrd_sldr_cntn p {
    margin: 0;
    min-height: 52px;
  }
  .experience-text {
    font-size: 16px;
    line-height: 24px;
  }
  .portfolio ul li span.fs-16 {
    font-size: 16px;
  }
  h3.pro-disc {
    font-size: 30px;
    line-height: 40px;
  }
  .center-slider2 .center-slide-box h3.title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .health {
    height: auto;
    min-height: 295px;
  }
  /* Banner animation */
  .group-5 {
    top: 61%;
    right: 28%;
  }
  .lava-logo {
    bottom: 53%;
    right: 15%;
  }
  .group-2 {
    bottom: 34%;
    right: 11%;
  }
  /* End */
  .banner-circle {
    bottom: 0;
    right: -74px;
  }
  .discvr img.img-fluid.quote-arrow-img {
    top: 17px;
  }
  .client_feedback .client-text {
    font-size: 30px;
    line-height: 58px;
  }

  .vision-section {
    background-image: block !important;
  }

  .history-section p {
    font-size: 14px !important;
    line-height: 24px;
  }
  .history-section h3 {
    font-size: 60px;
  }

  .vision-section {
    background-image: url("../images/1366/about/mission-1366.png") !important;
  }
  .header-image .background-cover,
  .header-image-about-banner .background-cover {
    min-width: 1280px !important;
    left: -628px;
    top: 54px;
    overflow: hidden;
  }
  .dropdown-menu.shadow.hire-devs {
    height: auto;
    overflow: hidden;
  }
  .footerLink {
    padding: 0 25px !important;
  }
  .industries .indus-row h6 {
    font-size: 16px;
  }

  .awards {
    background-position: center;
    background-size: 100% 100%;
    /* min-height: 410px; */
    padding: 60px 0;
  }
  .testimonial .descrip {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
  .technology-stack .nav-pills .nav-link {
    min-width: 118px;
    max-width: 118px;
  }

  .laptop-frame {
    width: 51%;
  }
  .container {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .banner-animated-img {
    width: 100%;
    height: auto;
    /* max-width: 539px; */
    min-height: 401px;
    /* margin-top: 70px; */
    /* position: relative; */
  }

  .animated-sound {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 12px;
    right: -25px;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 12px;
  }
  .quote-btn {
    background-color: transparent;
    color: var(--white) !important;
    border: 1px solid #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0 24px 0 0;
  }
  .technology-stack .multiple-items-1 button.slick-prev.slick-arrow {
    top: -9%;
  }
  .technology-stack .slick-slider {
    margin-bottom: 30px;
    margin-top: 18%;
  }
  .technology-stack .multiple-items-1 button.slick-prev.slick-arrow {
    right: 58px;
    top: -11%;
  }
  .technology-stack .multiple-items-1 button.slick-next.slick-arrow {
    right: 65px;
    /* background-color: #004767; */
    opacity: 1;
  }
  .header-image a.nav-link,
  .header-image-about-banner a.nav-link {
    margin-right: 20px;
  }


  #footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: var(--white);
    font-size: 12px;
    line-height: 1;
  }
  #footer .footer-top h4 {
    font-size: 16px;
  }
  #footer .footer-top .footer-links ul a {
    font-size: 14px;
    line-height: 20px;
  }

  .banner-circle {
    position: absolute;
    bottom: 0;
    left: auto;
    right: -74px;
  }
  .technology a.nav-link {
    font-size: 14px !important;
    line-height: 26px;
    min-width: 186px;
    border-radius: 59px !important;

  }
  .technology .nav-pills .nav-link.active, .nav-pills .show > .nav-link:focus{
    color: #fff;

  }
  .btn-secondary.discover {
    font-size: 14px;
  }
  .quote-btn {
    font-size: 14px;
  }

  ul.dropdown-menu.show:before {
    left: -100px;
  }
  .header-image .dropdown-menu,
  .header-image-about-banner .dropdown-menu{
    top: 48px;
  }
  .header-image-about-banner .dropdown-menu.shadow.hire-devs,
  .header-image-about-banner-about-banner .dropdown-menu.shadow.hire-devs{
    top: 64px;
  }
  .dropdown-menu.shadow.hire-devs {
    top: 75px;
  }
  .awards h3.awrd {
    font-size: 30px;
    line-height: 44px;
  }

  .technology-stack {
    padding: 0px 0px 70px 0;
  }
  .port-box {
    height: 728px;
  }
  .portfolio .slick-dots {
    bottom: -75px !important;
  }
  .spotify {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    transition: 0.2s transform ease-in-out;
    position: relative;
  }
  .spotify::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    z-index: -1;
  }
  .spotify:hover::after {
    transform: translate(0, 0);
  }
  .spotify span.right-arrow-box {
    transition: all 1.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
  }
  .spotify:hover span.right-arrow-box {
    /* right: 100%; */
    /* margin-right: -45px; */
    

  }
  .spotify:hover {
    color: #004767;
    /* transform: scale(0.96); */
    box-shadow: 0 12px 24px -10px rgb(21 59 93 / 46%);
    width: 18%;
  }
  .brand .discvr span,
  .portfolio .discvr span {
    line-height: 33px;
  }
  .about-banner{
    height: 536px
  }

}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1600px) {
  .founder-content-box {
    width: auto;
    word-wrap: break-word;
    min-width: 420px;
    max-width: 420px;
}
  .loading-bar-bullet.slick-slide.slick-active {
    font-size: 16px !important;
  }
  .about-banner-content.text-center p.text-white {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}
.about-banner {
  height:688px;
}
  .technology-stack .slick-slider {
    margin-top: 16%;
  }
  .our_expertise .expertise-content-heading h3 {
    font-size: 40px;
  }
  .portfolio ul li span.fs-16 {
    font-size: 20px;
  }
  .elite-customer-header h3 {
    font-size: 40px;
  }
  .elite-customer-header a span {
    font-weight: 500;
    font-size: 20px;
  }
  .expertise-box1 p,
  .expertise-box2 p,
  .expertise-box3 p,
  .expertise-box4 p,
  .expertise-box5 p,
  .expertise-box6 p {
    font-size: 18px;
    line-height: 28px;
  }

  .portfolio-arrow-box {
    background: #2e848c;
    border-radius: 3px;
    width: 44px;
    height: 36px;
    float: right;
    text-align: center;
    transition: all 1.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 12px;
  }
  /*  banner-animation */
  .center-laptop {
    left: 38%;
  }
  .earphone-mouse {
    left: 33%;
  }
  .plant {
    bottom: 62%;
    left: 28%;
  }
  .wordpress-logo {
    top: -10%;
    left: 39%;
  }
  .group-1 {
    top: -3%;
    left: 35%;
  }
  .android-logo {
    top: 3%;
    left: 25%;
  }
  .group-4 {
    top: 12%;
    left: 19%;
  }
  .group {
    top: 32%;
    left: 18%;
  }
  .group-figma {
    top: 43%;
    left: 29%;
  }
  .group-3 {
    top: 52%;
    left: 25%;
  }
  .group-5 {
    top: 59%;
    right: 30%;
  }
  .lava-logo {
    bottom: 51%;
    right: 23%;
  }
  .group-2 {
    bottom: 31%;
    right: 20%;
  }
  .msg-logo {
    top: -12%;
    right: 17%;
  }
  .play-store {
    top: -13%;
    right: 9%;
  }
  .play {
    top: -12%;
    right: 8%;
}

  /* End */
  #footer .footer-top .footer-links ul a {
    font-size: 14px;
    line-height: 20px;
  }
  .header-image .banner-bottom-heading-content p {
    font-size: 16px;
  }
  .header-image .dropdown-menu {
    top: 48px;
  }
  .vision-section {
    background-image: url("../images/1366/about/mission-vision-1920.png");
    padding: 60px 0;
  }
  .autoplay
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    img {
    width: 90%;
    margin-top: 21px;
    position: relative;
    left: -150px;
    z-index: -1;
  }
  .autoplay
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    .overlay2 {
    width: 190px;
    height: 88%;
    margin-left: -18px;
  }
  .autoplay
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    + .slick-slide.slick-active
    img {
    width: 78%;
    position: relative;
    left: -315px;
    margin-top: 45px;
    z-index: -2;
  }
  .autoplay
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    + .slick-slide.slick-active
    .overlay2 {
    width: 167px;
    height: 76%;
    margin-left: -203px;
  }
  .autoplay
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    + .slick-slide.slick-active
    + .slick-slide.slick-active
    img {
    width: 65%;
    position: relative;
    left: -500px;
    margin-top: 72px;
    z-index: -3;
  }
  .autoplay
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    + .slick-slide.slick-active
    + .slick-slide.slick-active
    .overlay2 {
    width: 144px;
    height: 64%;
    margin-left: -411px;
  }
  .technology h4 a {
    font-size: 30px;
  }

  .brand .spot-brand {
    font-size: 16px;
    line-height: 26px;
  }

  button.spotify {
    padding: 15px;
  }
  .overlay {
    width: 750px;
  }
  .portfolio .slick-slide {
    max-width: 100%;
  }
  .portfolio .slick-slide img {
    max-width: 100%;
  }
  .port-box {
    width: 1600px !important;
    height: 971px;
  }
  .portfolio .slick-track {
    margin-top: 20px;
  }
  .health {
    margin: 25px 35px;
    min-width: 328px;
    min-height: 224px;
  }

  .awards {
    /* background-image: url(../images/1920/awards-1920.png); */
    background-image: url("../images/1920/1920.jpg");
    /* min-height: 563px; */
  }
  .client_feedback {
    background-image: url(../images/1920/feedback-1920.png);
    background-position: center;
    /* background-size: cover; */
    background-size: 100% 100%;
  }
  .portfolio .slick-dots {
    bottom: -85px !important;
  }
  .container {
    width: 1600px;
    max-width: 1600px;
  }
  .technology-stack {
    padding: 70px 0;
  }
  .btn-secondary.discover,
  .quote-btn,
  .spotify {
    font-size: 18px;
  }
  .banner-animated-img {
    position: relative;
    margin-top: 6%;
  }

  .header-image .banner-bottom-heading-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .header-image span.programtext {
    font-weight: 700;
    font-size: 56px;
    line-height: 72px;
  }
  h2.banner-middle-heading-content span.logic {
    font-weight: 700 !important;
    font-size: 56px !important;
    line-height: 72px !important;
  }

  .acclr .banner-top-heading-content {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }
  h4.mission {
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
  }
  .technology h3,
  h3.text-center.indus {
    font-size: 40px;
  }
  .technology p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
  }
  .technology .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    font-size: 18px;
    line-height: 26px;
  }
  .banner-animated-img {
    width: 100%;
    height: auto;
    /* max-width: 763px;
    min-height: 401px; */
  }
  .awards h3.awrd {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
  }
  .awards p.ard {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin: 35px 0 !important;
  }

  .technology-stack .multiple-items-1 button.slick-prev.slick-arrow {
    right: 110px;
  }
  .technology-stack .multiple-items-1 button.slick-next.slick-arrow {
    right: 110px;
  }
  .industries p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  .industries .indus-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    min-height: 150px;
  }
  .industries .indus-row h6 {
    font-size: 18px;
  }
  .brand h5.spot {
    font-weight: 800;
    font-size: 50px;
    line-height: 68px;
  }
  h3.tech-st {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
  }
  .technology-stack p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #2c2c2c;
  }
  .portfolio-bottom-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
  }
  h3.pro-disc.text-center {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
  }
  .client_feedback .client-text {
    font-size: 38px;
  }
  .testimonial .descrip {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #2c2c2c;
  }
  section.client_feedback .feedback-form h4 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 800;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
  }

  .header-image a.nav-link,
  .header-image-about-banner a.nav-link {
    margin-right: 20px;
  }
  .header-image .background-cover {
    min-width: 1280px !important;
    border-radius: 11px;
    left: -585px;
    top: 54px;
  }

  /* Awards */
  .awrd_sldr_design2_box figure {
    min-height: 216px;
  }

  /* End */
  #footer .footer-top h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }
  #footer .footer-top .footer-links ul a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .laptop-frame {
    width: calc(51% + 234px);
    height: auto;
    top: -3%;
  }

  .animated-sound {
    right: -40px;
  }
  .technology a.nav-link {
    font-size: 18px;
  }
  ul.dropdown-menu.show:before {
    left: -50px;
  }
  .banner-circle {
    position: absolute;
    right: -31px;
    bottom: -57px;
  }
}
@media only screen and (min-width: 1900px) {
  .laptop-frame {
    width: calc(51% + 69px);
    height: auto;
    top: -3%;
  }
}

/* Media query ends here */
.footer-info.footerLink a {
  line-height: 30px;
  margin-bottom: 0;
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}
.footer-links p a span,
.footer-links p a{
  color: #fff !important;
  text-decoration: none !important;
  line-height: 30px !important;
}
a{
  text-decoration: none;

}