@charset "UTF-8";

/*
Theme Name: SSD-TECH 2019
Author: dotlines
Author URI: http://dotlines.com
Version: 2.0
 */
* {
  min-height: 0;
  min-width: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

@-ms-viewport {
  width: device-width;
}

body {
  padding: 0 0 0 0;
  margin: 0;
  color: #232323;
  font-family: "Work Sans", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  font-weight: 400;
}

body.no-scroll {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

h2 {
  font-size: 2.7rem;
}

.common-heading,
.about-content h2 {
  font-family: "Work Sans", sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:focus,
a:active {
  outline: 0 !important;
}

button:focus,
button:active {
  outline: 0 !important;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):active {
  outline: 0 !important;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: none;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.navbar-collapse {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-toggler {
  display: none;
}

.navbar-icon {
  background: #213540;
  border-radius: 10px;
  width: 100%;
  height: 2px;
  margin: 7px auto;
  display: block;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.navbar-brand {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 5px;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

@media all and (max-width: 991px) {
  .navbar {
    position: static;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px;
  }

  .navbar-toggler {
    width: 28px;
    height: auto;
    display: block;
    border: none;
    background: none;
    padding: 0;
    order: 2;
    cursor: pointer;
    z-index: 9999;
    position: relative;
    -webkit-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
  }

  .navbar-toggler.open .navbar-icon:first-child,
  .navbar-toggler.open .navbar-icon:last-child {
    width: 50%;
    position: relative;
    z-index: 9999;
  }

  .navbar-toggler.open .navbar-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-toggler.open .navbar-icon:first-child {
    -webkit-transform: rotate(45deg) translate(-1px, 7px);
    transform: rotate(45deg) translate(-1px, 7px);
  }

  .navbar-toggler.open .navbar-icon:last-child {
    -webkit-transform: rotate(45deg) translate(1px, -6px);
    transform: rotate(45deg) translate(1px, -6px);
  }

  .navbar .navbar-nav li,
  .navbar-nav .navbar li {
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  }

  .navbar-nav {
    display: block;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -ms-transform: translate(-100%, 50px);
    -webkit-transform: translate(-100%, 50px);
    transform: translate(-100%, 50px);
  }

  .navbar-nav li {
    display: block;
    opacity: 0;
    margin-bottom: 10px;
  }

  .navbar-nav li:nth-child(1) {
    -webkit-transition-delay: 25ms;
  }

  .navbar-nav li:nth-child(2) {
    -webkit-transition-delay: 50ms;
  }

  .navbar-nav li:nth-child(3) {
    -webkit-transition-delay: 75ms;
  }

  .navbar-nav li:nth-child(4) {
    -webkit-transition-delay: 100ms;
  }

  .navbar-nav li:nth-child(5) {
    -webkit-transition-delay: 125ms;
  }

  .navbar-nav li:nth-child(6) {
    -webkit-transition-delay: 150ms;
  }

  .navbar-nav li:nth-child(7) {
    -webkit-transition-delay: 175ms;
  }

  .navbar-nav li:nth-child(8) {
    -webkit-transition-delay: 200ms;
  }

  .navbar-nav li:nth-child(9) {
    -webkit-transition-delay: 225ms;
  }

  .navbar-nav li:nth-child(10) {
    -webkit-transition-delay: 250ms;
  }

  .navbar-nav li a {
    display: inline-block;
  }

  .navbar-collapse {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .navbar-collapse:before {
    content: "";
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: -1;
    left: -100%;
    top: 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  .navbar.in .navbar-collapse {
    height: 100vh;
  }

  .navbar.in .navbar-collapse::before {
    left: 0;
  }

  .navbar.in .navbar-nav {
    opacity: 1;
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }

  .navbar.in .navbar-nav li {
    opacity: 1;
    transform: translateX(0%);
  }
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-round {
  border-radius: 50%;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.py-5 {
  padding: 80px 0;
}

.container {
  max-width: 95%;
  width: 1400px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  margin: 0;
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

div[class*="col-"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  div[class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>div[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.common-content {
  line-height: 22px;
  font-size: 15px;
  letter-spacing: 0.25px;
  color: #4b5564;
}

.common-content h2 {
  font-size: 21px;
  color: #213540;
  font-weight: 700;
}

.common-content h4 {
  color: #213540;
  margin: 15px 0;
  font-size: 18px;
}

.common-content ul,
.common-content ol {
  padding: 0;
  margin: 0;
}

.common-content ul li,
.common-content ol li {
  line-height: 22px;
  font-size: 15px;
  letter-spacing: 0.25px;
  color: #4b5564;
  margin: 10px 0;
}

.common-content ul li a,
.common-content ol li a {
  color: #ec1c24;
}

.animate,
.header,
.navbar ul li a,
.navbar-brand img,
.common-btn,
.banner {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.be-animated.in-view {
  animation: section-entrance 1.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
}

.be-animated {
  opacity: 0;
}

@keyframes section-entrance {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px -4px rgba(35, 35, 35, 0.25);
  -ms-box-shadow: 0 0 20px -4px rgba(35, 35, 35, 0.25);
  box-shadow: 0 0 20px -4px rgba(35, 35, 35, 0.25);
}

.header-tiny {
  -webkit-box-shadow: 0 0 20px -4px rgba(35, 35, 35, 0.2);
  -ms-box-shadow: 0 0 20px -4px rgba(35, 35, 35, 0.2);
  box-shadow: 0 0 20px -4px rgba(35, 35, 35, 0.2);
}

.navbar ul li a {
  padding: 20px 0;
  color: #213540;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
}

.navbar ul li a:hover,
.navbar ul li a.active {
  color: #ec1c24;
}

.navbar ul:first-child li:not(:last-child) {
  margin-right: 25px;
}

.navbar ul:last-child li:last-child a {
  padding: 8px 5px;
}

.navbar ul:last-child li:last-child a svg {
  height: 20px;
  width: 18px;
}

.navbar-brand img {
  height: 48px;
}

p {
  margin-bottom: 1.8rem;
  line-height: 1.7em;
  letter-spacing: 0.35px;
  font-weight: 400;
  color: #8c8c8c;
}

.common-btn {
  border: 2px solid #ec1c24;
  border-radius: 3px;
  letter-spacing: 0.35px;
  font-weight: 700;
  padding: 12px 30px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  line-height: 1;
  background: #ec1c24;
  text-transform: capitalize;
}

.common-btn:hover {
  background: #213540;
  border-color: #213540;
  color: #fff;
}

.common-heading {
  font-weight: 700;
  color: #232323;
  letter-spacing: 0.25px;
  text-align: center;
  text-transform: uppercase;
}

.common-heading::before {
  content: "";
  width: 100px;
  height: 5px;
  background: #ed1c24;
  display: block;
  margin: 0 auto 10px;
}

.mouse {
  position: absolute;
  width: 16px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid rgba(0, 0, 0, 0.7);
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.mouse span {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid transparent;
  animation: scroll 1s infinite both;
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}

.banner-section {
  position: relative;
}

.banner-item {
  height: 550px !important;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-color: #e8e8f4;
  background-repeat: no-repeat;
  background-position: left center;
}

.banner-content {
  position: absolute;
  left: 20%;
  top: 50%;
  -ms-transform: translate(-20%, -50%);
  -webkit-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  color: #232323;
  text-align: left;
  max-width: 640px;
}

.banner-content h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 40px;
}

.banner-content p {
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  margin: 20px 0 0;
}

@media all and (min-width: 1500px) {
  .banner-item {
    height: 500px !important;
  }
}

.about-home {
  padding: 100px 0 0;
  text-align: center;
}

.about-home .common-heading {
  margin-bottom: 50px;
}

.about-home p {
  font-size: 18px;
  color: #000000;
}

.service {
  padding: 100px 0 0;
}

.service .common-heading {
  margin-bottom: 50px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.service-item {
  color: #555;
  background: #f7f7f7;
  padding: 15px;
  text-align: center;
}

.service-item h3 {
  color: #111;
  text-transform: uppercase;
  margin: 20px 0;
}

.service-item p {
  color: #555;
  margin: 0;
  font-size: 14px;
}

.service-item p a {
  color: #f30;
}

.animateed-text {
  color: #fff;
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  margin-top: 70px;
}

.animateed-text ul {
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.animateed-text .common-heading {
  margin-bottom: 50px;
  color: #fff;
}

.animateed-text p {
  color: #fff;
}

.animateed-text ul li {
  width: 23%;
  padding: 0 20px;
}

.animateed-text ul li h3 {
  font-size: 48px;
  font-weight: 700;
  color: #00bbff;
}

.animateed-text ul li h4 {
  font-weight: 500;
}

.animateed-text ul li p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}

.client,
.map-home {
  text-align: center;
  padding: 100px 0 0;
}

.client {
  padding-bottom: 60px;
}

.client .common-heading+p {
  margin-bottom: 80px;
}

.client-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.client-slider div {
  max-width: 16%;
  border: 1px solid #f5f6f7;
  border-radius: 4px;
  margin: 5px;
  padding: 10px 0;
}

.client-slider img {
  width: 70%;
}

.values {
  padding: 0 0 100px;
}

.contact {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  color: #fff;
}

.contact .common-heading {
  margin-bottom: 80px;
  color: #fff;
}

.contact p {
  color: #fff;
}

.address {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 0 !important;
  margin: 0 !important;
}

.address p strong {
  font-weight: 500;
  font-size: 16px;
}

.address li {
  list-style: none;
}

.address li p {
  font-size: 14px;
}

.address li p a {
  color: #ed1c24;
  font-weight: 500;
}

.footer {
  position: relative;
  color: #fff;
  padding: 20px 0 15px;
  background: #232323;
  text-align: center;
}

.footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer ul li {
  padding: 0 5px;
}

.footer a svg {
  height: 20px;
  width: 18px;
  fill: #fff;
}

/*timeline css start*/

:root {
  --timeline-total-pages: 1;
  --timeline-total-items: 10;
}

.timeline-container {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  position: relative;
}

.timeline-viewport {
  width: 100%;
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 30px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  background-color: #1754a5;
}

.timeline-item {
  display: flex;
  position: relative;
}

.timeline-icon-container {
  position: absolute;
  left: -38px;
  top: 0;
  z-index: 10;
}

.timeline-content {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 8px;
  width: 100%;
}

.timeline-nav-btn,
.timeline-nav-dots,
.timeline-content::after {
  display: none;
}

.timeline-slider {
  position: relative;
}

@media (min-width: 993px) {
  .timeline-container {
    padding: 0 60px;
  }

  .timeline-viewport {
    overflow: hidden;
    padding: 20px 0;
  }

  .timeline {
    flex-direction: row;
    gap: 0;
    padding-left: 0;
    transition: transform 0.5s ease-in-out;
    width: calc(100% * var(--timeline-total-pages));
  }

  .timeline::before {
    display: none;
  }

  .timeline-item {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    flex-basis: calc(100% / var(--timeline-total-items));
    flex-shrink: 0;
  }

  .timeline-nav-btn,
  .timeline-nav-dots,
  .timeline-content::after {
    display: block;
  }

  .timeline-icon-container {
    position: relative;
    left: auto;
    top: auto;
    background-color: transparent;
    padding-right: 0;
  }

  .timeline-content {
    text-align: center;
    background-color: transparent;
    padding: 0;
  }

  .timeline-item:nth-child(odd) .timeline-content {
    order: 1;
    padding-bottom: 50px;
  }

  .timeline-item:nth-child(odd) .timeline-icon-container {
    order: 2;
  }

  .timeline-item:nth-child(odd) .timeline-content::after {
    bottom: 25px;
  }

  .timeline-item:nth-child(even) .timeline-content {
    order: 2;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .timeline-item:nth-child(even) .timeline-icon-container {
    order: 1;
  }

  .timeline-item:nth-child(even) .timeline-content::after {
    top: 25px;
    bottom: auto;
  }

  .timeline-content::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 25px;
    background-image: radial-gradient(circle, #fff 1px, transparent 1.5px);
    background-size: 2px 6px;
  }

  .timeline-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f7f7f7;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    cursor: pointer;
    z-index: 100;
    color: #ed1c24;
  }

  .timeline-nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }

  #prev-btn {
    left: 0;
  }

  #next-btn {
    right: 0;
  }

  .timeline-nav-dots {
    text-align: center;
    margin-top: 30px;
  }

  .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #1754a5;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .dot.active {
    background-color: #fff;
    transform: scale(1.2);
  }
}

.timeline-year {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.year-blue {
  color: #5c9eef;
}

.year-pink {
  color: #f45b93;
}

.year-green {
  color: #69d172;
}

.year-red {
  color: #e94f37;
}

.year-gray {
  color: #cccccc;
}

.timeline-content p {
  margin: 0;
  line-height: 1.5;
}

.timeline-icon-box {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.icon-content.red {
  color: #e94f37;
}

.icon-content.pink {
  color: #f45b93;
}

.icon-content.green {
  color: #69d172;
}

.icon-content.blue {
  color: #5c9eef;
}

.icon-content.carnival {
  font-weight: bold;
  font-size: 1.5em;
  color: #444;
}

.icon-content.shohoj {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 1.2em;
  color: #e53935;
}

.icon-content img {
  width: 60px;
  height: auto;
}

@media (max-width: 992px) {
  .timeline-icon-box {
    width: 60px;
    height: 60px;
    font-size: 1.5em;
  }
}

/*timeline css end*/

/*map css start*/
.points-marker {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.points-marker-effect {
		width: 12px;
		height: 12px;
		border-radius: 120px;
		background: rgba(106, 45, 115, 0.9);
		position: relative;
	}

	.points-marker-effect:before,
	.points-marker-effect:after {
		content: "";
		width: 12px;
		height: 12px;
		border-radius: 120px;
		background-color: #6A2D73;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transform: scale(0.5);
		transform-origin: center center;
		animation: pulse-me 3s linear infinite;
		visibility: hidden;
		border-radius: 100%;
	}

	.points-marker-effect:after {
		animation-delay: 2s;
	}

	.points-line {
		width: 1px;
		height: 0px;
		position: absolute;
		left: 50%;
		bottom: 10px;
		background: #CECECE;
		-webkit-transition: all 1s linear;
		-ms-transition: all 1s linear;
		transition: all 1s linear;
	}

	.points-name {
		width: 110px;
		position: absolute;
		left: 40px;
		top: -3px;
		font-size: 15px;
		font-weight: 600;
		color: #000000;
		opacity: 0;
		z-index: 9999;
		-webkit-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		transition: all 0.5s linear;
	}

	.points-name span {
		font-weight: 400;
		display: block;
	}

	@keyframes pulse-me {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}

		50% {
			opacity: 0.3;
		}

		70% {
			opacity: 0.09;
		}

		100% {
			transform: scale(7);
			opacity: 0;
		}
	}

	.presence-map {
		position: relative;
		padding-top: 50px;
	}

	.presence-map img {
		width: 100%;
	}

	.presence-map-point {
		min-width: 50px;
		height: auto;
		position: absolute;
	}

	.presence-map-point.active .points-name {
		transition-delay: 1s;
		opacity: 1;
	}

	.presence-map-point.active .points-marker-effect:before,
	.presence-map-point.active .points-marker-effect:after {
		visibility: visible;
	}

	.presence-map-point.usa {
		left: 24.8%;
		top: 45.1%;
	}

	.presence-map-point.malaysia {
		right: 21.3%;
		top: 62.5%;
	}

	.presence-map-point.thailand {
		right: 21.4%;
		top: 59.5%;
	}

	.presence-map-point.bangladesh {
		right: 25.2%;
		top: 52.5%;
	}

	.presence-map-point.singapore {
		right: 20.7%;
		top: 67.2%;
	}

	.presence-map-point.panama {
		left: 19.8%;
		top: 62.1%;
	}

	.presence-map-point.bolivia {
		left: 25.8%;
		top: 70.1%;
	}

	.presence-map-point.uae {
		right: 36.6%;
		top: 58.1%;
	}

	.presence-map-point.qatar {
		right: 38.8%;
		top: 56.1%;
	}

	.presence-map-point.egypt {
		right: 42.4%;
		top: 53.1%;
	}

	.presence-map-point.south-africa {
		right: 44.9%;
		bottom: 14.2%;
	}

	.presence-map-point.india {
		right: 26.8%;
		top: 49.1%;
	}

	.presence-map-point.srilanka {
		right: 28.3%;
		bottom: 34.5%;
	}

	.presence-map-point.nepal {
		right: 24.3%;
		top: 44.5%;
	}

	.presence-map-point.myanmar {
		right: 22.2%;
		top: 56.4%;
	}

	.presence-map-point.indonesia {
		right: 19.3%;
		bottom: 27.5%;
	}

	.presence-map-point.uk {
		right: 51%;
		top: 40%;
	}

	.presence-map-point.netherlands {
		right: 48.25%;
		top: 37.15%;
	}

	.presence-map-point-overlay {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.presence-list {
		padding: 90px 0 20px;
	}

	.presence-list ul {
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.presence-list ul li {
		list-style: none;
		position: relative;
		width: 33%;
		text-align: center;
		padding: 15px 0;
	}

	.presence-list ul li .counter {
		font-size: 110px;
		font-weight: 700;
		font-family: 'Playfair Display', serif;
		color: rgba(106, 45, 115, 0.25);
	}

	.presence-list ul li span {
		position: absolute;
		left: 0;
		bottom: 30%;
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
		color: #6A2D73;
		text-align: center;
		display: block;
		width: 100%;
	}

	.country-list {
		padding-top: 50px;
	}

	.country-list ul {
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-gap: 20px;
	}

	.country-list ul li {
		list-style: none;
		color: #3B3B3B;
		font-size: 20px;
		line-height: 32px;
		font-weight: 600;
	}

	section.presence.py-5 {
		overflow-x: hidden;
	}
/*map css end*/


@media all and (max-width: 991px) {
  body {
    padding: 0;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  .country-list ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 5px; }
    .country-list ul li {
      font-size: 16px; }

  .points-name {
    top: -3px;
    left: 40px;
    font-size: 12px; 
  text-align: left;}

  .points-marker-effect,
  .points-marker-effect:before, .points-marker-effect:after {
    width: 8px;
    height: 8px; }

  .presence-map {
    margin-left: -15px;
    margin-right: -15px;
  }

  .presence-map-point.singapore {
    right: 17%;
    top: 70%;
  }

  .presence-map-point.malaysia {
    right: 18%;
    top: 66%;
  }

  .presence-map-point.indonesia {
    right: 15%;
    bottom: 21%;
  }

  .presence-map-point.india {
    right: 25%;
    top: 61%;
  }

  .presence-map-point.bangladesh {
    right: 20%;
    top: 58%;
  }

  .presence-map-point.myanmar {
    right: 19%;
    top: 62%;
  }

  .presence-map-point.usa {
    left: 19%;
    top: 52%;
  }

  .presence-map-point.uae {
    right: 32%;
    top: 62%;
  }

  .presence-map-point.panama {
    left: 13%;
    top: 64%;
  }

  .presence-map-point.bolivia {
    left: 21%;
    top: 72%;
  }

  .presence-map-point.nepal {
    right: 24%;
    top: 54%;
  }

  .presence-map-point.srilanka {
    right: 23%;
    bottom: 26%;
  }

  .presence-map-point.south-africa {
    right: 38.9%;
  }

  .presence-map-point.uk {
    right: 46%;
    top: 47%;
  }

  .presence-map-point.netherlands {
    right: 43%;
    top: 44%;
  }
  .presence-list ul li {
    width: 100%;
}
.icon-content img {
  max-width: 70%;
}
.presence-list {
    padding: 40px 0 20px;
}
}

@media all and (max-width: 767px) {
  .py-5 {
    padding: 1.75rem 0;
  }

  .header-tiny {
    transform: translatey(0);
  }

  .navbar-brand img {
    height: 40px;
  }

  .navbar ul li a {
    padding: 8px 20px;
  }

  .navbar ul:last-child li:not(:first-child) {
    margin-left: 0;
  }

  .navbar ul:last-child li:last-child a {
    margin-left: 15px;
  }

  .navbar-toggler {
    margin: 10px 0 10px auto;
  }

  .navbar-collapse {
    display: block;
  }

  .banner-item {
    height: 70vh !important;
    background-size: cover;
  }

  .banner-content h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-content {
    top: 50%;
  }

  .py-4 {
    padding: 24px 0;
  }

  .common-heading {
    font-size: 28px;
  }

  .about-home {
    padding: 60px 0 0;
  }

  .about-home .col-4 img {
    height: 72px;
  }

  .about-home .common-heading {
    margin-bottom: 24px;
  }

  .about-home p {
    font-size: 14px;
  }

  .animateed-text {
    padding: 50px 0;
    margin-top: 50px;
  }

  .animateed-text ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }

  .animateed-text ul li {
    width: 48%;
    letter-spacing: 1px;
    font-size: 13px;
    margin: 30px 0;
    padding: 0 5px;
  }

  .client,
  .map-home {
    padding: 60px 0;
  }

  .client-slider {
    display: block;
  }

  .client-slider div {
    display: inline-block;
    max-width: 28%;
    vertical-align: top;
  }

  .client-slider img {
    width: 80%;
  }

  .service {
    padding: 60px 0 0;
  }

  .service-list {
    display: block;
  }

  .service-item {
    margin-bottom: 20px;
  }

  .animateed-text .common-heading {
    margin-bottom: 0;
  }

  .values {
    padding: 60px 0;
  }

  .address {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .contact .common-heading {
    margin-bottom: 20px;
  }
}