@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("../fonts/montserrat/static/Montserrat-ExtraLight.ttf");
  font-weight: 200;
}

@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("../fonts/montserrat/static/Montserrat-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("../fonts/montserrat/static/Montserrat-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("../fonts/montserrat/static/Montserrat-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("../fonts/montserrat/static/Montserrat-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/montserrat/static/Montserrat-ExtraBold.ttf");
  font-weight: 800;
}

@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/montserrat/static/Montserrat-Black.ttf");
  font-weight: 900;
}

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

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

li {
  list-style: none;
}

p {
  margin-bottom: 15px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  overflow-x: hidden;
  letter-spacing: 0;
   font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #091031;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 52px;
}

h2,
.h2 {
  font-size: 42px;
}

h3,
.h3 {
  font-size: 38px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 18px;
}

/* img {
  width: 100%;
  max-width: 100%;
  height: auto;
} */
html {
  overflow-x: hidden;
}

label {
  margin-bottom: 0;
}

/************* CUSTOM CSS ********* */
.container-large {
  width: 100%;
  max-width: 1200px !important;
}

/*  *********UTILITIES CLASSES *********  */
.f-25-blue-bold {
  color: #00b5f4;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

.f-25-green-bold {
  color: #71cbcc;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.f-26-p {
  color: #768093;
  font-size: 26px;
  line-height: 46px;
  letter-spacing: 0px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.f-68-white-reg {
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  font-family: "Montserrat", sans-serif;
}

.f-16 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #00b5f4;
  letter-spacing: 0.2em;
  margin-bottom: 27px;
  font-family: "Montserrat", sans-serif;
}

.f-16-p {
  font-size: 16px;
  font-weight: 300;
  color: #768093;
  letter-spacing: 0;
  margin-bottom: 27px;
  font-family: "Montserrat", sans-serif;
  line-height: 2.125;
}

/************** SECTION HEADER TOP BAR CSS START**************/
.header-top-bar {
  background-color: #091031;
  position: relative;
  z-index: 999;
}

.header-top-bar .top-bar-info-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.header-top-bar .top-bar-info:first-child {
  display: block;
}

.header-top-bar .top-bar-info {
  margin: 0;
  list-style: none;
  display: none;
  flex-grow: 1;
  padding: 0 15px;
}

.header-top-bar .top-bar-info li {
  display: inline-block;
  margin-right: 30px;
}

.header-top-bar .top-bar-info .topbar-icon {
  color: #00b5f4;
  font-size: 20px;
  margin-right: 3px;
}

.header-top-bar .top-bar-info span {
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.header-top-bar .top-bar-info-switcher {
  position: relative;
  background: #00b5f4;
  font-size: 14px;
  margin: 0 15px;
}

.header-top-bar .dropdown-toggle::after {
  content: none;
}

.header-top-bar .top-bar-info-switcher .active {
  position: relative;
  cursor: pointer;
  padding: 0 53px 0 22px;
  color: #fff;
  text-decoration: none;
  min-width: 195px;
  line-height: 53px;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.header-top-bar .top-bar-info-switcher .active:focus {
  box-shadow: none;
}

.header-top-bar .top-bar-info-switcher .has-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  vertical-align: middle;
  margin-left: 7px;
}

.header-top-bar .top-bar-info-switcher .has-arrow:before,
.header-top-bar .top-bar-info-switcher .has-arrow:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 8px;
  background-color: #fff;
  top: 50%;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin-top: -1px;
}

.header-top-bar .top-bar-info-switcher .has-arrow:before {
  left: -1px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -khtml-transform: rotate(45deg) translate(0, -50%);
  -moz-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  -o-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}

.header-top-bar .top-bar-info-switcher .has-arrow:after {
  right: -1px;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  -khtml-transform: rotate(-45deg) translate(0, -50%);
  -moz-transform: rotate(-45deg) translate(0, -50%);
  -ms-transform: rotate(-45deg) translate(0, -50%);
  -o-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
}

.header-top-bar .top-bar-info-switcher.show .has-arrow:before {
  left: 0;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-top-bar .top-bar-info-switcher.show .has-arrow:after {
  right: 0;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-top-bar .top-bar-info-switcher.show .has-arrow:before,
.header-top-bar .top-bar-info-switcher.show .has-arrow:after {
  width: 12px;
}

.header-top-bar .top-bar-info-switcher ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #091031;
  list-style: none;
  padding: 12px 0;
  margin: 0;
  min-width: 100%;
}

.header-top-bar .top-bar-info-switcher ul a {
  color: #fff;
  display: block;
  padding: 10px 28px;
}

.head-office-drpdwn {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #091031 !important;
  list-style: none;
  padding: 12px 0 !important;
  margin: 0px !important;
  min-width: 100% !important;
  border-radius: 0px !important;
  border: 0px !important;
}

.top-bar-dropdown {
  color: #fff !important;
  display: block;
  padding: 14px 28px !important;
  background-color: transparent;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}

.top-bar-dropdown:hover {
  background-color: #00b5f4 !important;
  color: #fff;
}

/**************HEADER CSS START**************/
.main-header-link {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}

.main-navbar {
  padding: 0.75rem 1rem !important;
  height: 101.5px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
}

.main-logo {
  max-height: 25px;
}

.navbar-collapse {
  justify-content: end;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #00b5f4 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #00b5f4 !important;
  transition: 0.3s all linear;
}

.navbar-light .navbar-nav .nav-link {
  color: #091031 !important;
  font-family: "Montserrat", sans-serif;
}

.navbar-nav .nav-item {
  margin: 0px 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px !important;
}

/* .navbar-collapse.collapse.show .navbar-nav {
  padding: 15px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
} */

.navbar-collapse.collapse.show .nav-item {
  height: 41px;
  padding: 6px 0px;
  margin-left: 0px !important;
}

.main-nav-dropdown {
  color: #768093 !important;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 40px !important;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.main-dropdown-menu {
  border: 2px solid #dae1e5 !important;
  box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16) !important;
  border-radius: 5px;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  top: 50px !important;
  padding: 22px 0 !important;
}

.main-dropdown-menu::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #dae1e5 transparent transparent #dae1e5;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.main-nav-dropdown:hover {
  color: #00b5f4 !important;
  background-color: transparent !important;
  transition: 0.7s all;
}

.main-nav-dropdown .main-nav-drp-arrow {
  overflow-x: hidden;
  opacity: 0;
  margin-right: 10px;
}

.main-nav-dropdown:hover .main-nav-drp-arrow {
  opacity: 1;
}

/************** HERO SECTION CSS START**************/
.section-hero {
  position: relative;
  z-index: 1;
}

.swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
  overflow: hidden;
  border-radius: 50%;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 2px rgb(0, 181, 244) !important;
  transition: 0.3s ease;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #00b5f4 !important;
}

.swiper-pagination-bullet::after {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: rgb(0, 181, 244);
  box-shadow: 0 0 1px rgb(0, 181, 244);
  transition: 0.3s ease;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto !important;
  left: 35px !important;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-backface-hidden .swiper-slide.swiper-slide-active {
  -webkit-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  transform: scaleX(1.1);
  -webkit-transition: all 12000ms linear;
  -moz-transition: all 12000ms linear;
  -ms-transition: all 12000ms linear;
  -o-transition: all 12000ms linear;
  transition: all 12000ms linear;
}

.slide-1 {
  background-image: url(../images/slider/bg-parallax10.jpeg);
  /* background-image: url(../images/slider/); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-2 {
  background-image: url(../images/slider/hybrid-cloud.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-3 {
  background-image: url(../images/slider/bg-slider3.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-4 {
  background-image: url(../images/slider/cognitive-automation-background.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-slider-buttons,
.main-slider-pagination {
  display: none !important;
}

.mySwiper:hover .main-slider-buttons,
.mySwiper:hover .main-slider-pagination {
  display: block !important;
}

.slider-description-mbile {
  display: none;
}

.slider-description {
  display: block;
}

.swiper-slide-active .swiper-content-col {
  visibility: inherit;
  transition: 0.3s 0s ease 0s;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  -webkit-animation: bounceInRight 1500ms ease-out;
}

@keyframes bounceInRight {

  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.mySwiper .swiper-wrapper .swiper-slide {
  height: 827px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25.28px !important;
}

.swiper-button-prev {
  left: 40px !important;
  right: auto;
}

.swiper-button-next {
  right: 40px !important;
  left: auto;
}

/* copy paste  */

/* .slide-content {
  position: absolute;
  top: 38%;
  left: 53%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
} */

.slider-description {
  font-size: 25px;
  line-height: 36px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  margin: 40px 0px;
}

.slider-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.slider-btn-blue {
  background-color: #00b5f4;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 57px;
  border-radius: 5px;
  padding: 0px 12px 0px 31px;
  display: block;
}

.slider-btn-blue:hover {
  background-color: #71cbcc;
  color: #fff;
  transition: 0.7s;
  text-decoration: none;
}

.slider-btn-white {
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #000d4b;
  text-transform: uppercase;
  line-height: 54px;
  border-radius: 5px;
  padding: 0px 0px 0px 38px;
  display: block;
}

.slider-btn-white:hover {
  background-color: #8a49a1;
  color: #fff;
  transition: 0.7s;
  text-decoration: none;
}

.frwd-icon-white {
  height: 23px;
  width: 23px;
  margin-left: 38px;
}

.bg-gray {
  height: 28px;
  width: 28px;
}

.icon-bg {
  margin-left: 38px;
  display: inline-block;
  width: 45px;
  line-height: 53px;
  height: 57px;
  border-radius: 0px 5px 5px 0px;
  margin-left: 20px;
  background-color: #d3dce0;
}

.frwd-icon-white-hover {
  height: 28px;
  width: 28px;
}

.slider-btn-white:hover .icon-bg {
  background-color: #723c85;
  transition: 0.7s;
}

/*************** SECTION CONSULTATION REQUEST BAR CSS START ************** */
.consultation-request-bar {
  background-color: #091031;
  padding: 50px 0px;
  position: relative;
  /* overflow-x: hidden; */
}

.it-support-title p {
  color: #ffffff;
  font-size: 25px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.it-support-heading h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2.125;
  font-weight: 700;
  padding-bottom: 19px;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.it-support-heading p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 2.125;
  font-weight: 300;
  padding-bottom: 19px;
  font-family: "Montserrat", sans-serif;
}

.requestouter-div {
  background-color: #8a49a1;
  height: 235px;
  position: absolute;
  top: -133px;
  z-index: 100;
  padding: 26px 0px 40px 41px;
  border-radius: 5px 0 0 0;
}

.requestouter-div::before {
  content: "";
  background-color: #8a49a1;
  position: absolute;
  top: 0;
  left: 99%;
  width: 10000px;
  height: 100%;
}

.scroll-to-content svg {
  animation: sk-bounce 2000ms ease-out infinite;
}

.scroll-to-content {
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.scroll-to-content:hover {
  color: #fff;
}
.scroll-to-content i{
  color: #fff;
}

@keyframes sk-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-15px);
    -khtml-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*************** SECTION ABOUT CSS START ************** */
.section-about {
  position: relative;
  overflow-x: hidden;
}

/* .side-bg{
  position: absolute;
  width: calc(100vh - 1200px);
  background-color: red;
  height: 100%;
} */
.about-section-card-icon {
  width: 86px;
  height: 86px;
  margin-right: 20px;
}

.about-card {
  padding-top: 63px;
}

.about-card-header {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}

.aboutbox-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #00b5f4;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}

.aboutbox-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #768093;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 2.125;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.about-side-contact-form {
  background: #ecf1f2;
  padding: 50px 0px 50px 41px;
  position: relative;
  box-shadow: -7px -9px 15px -1px #efefef;
}

.about-side-contact-form::before {
  content: "";
  background-color: #ecf1f2;
  position: absolute;
  top: 0;
  left: 100%;
  width: 10000px;
  height: 100%;
}

.about-form-label {
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.about-form-input {
  height: 51px !important;
  border: 1px solid #d4d5d5;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 300;
  color: #cacaca;
  font-family: "Montserrat", sans-serif;
}

/* .about-form-textarea{
  height: 221px !important;
} */
.btn-send {
  background-color: #00b5f4 !important;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 57px;
  border-radius: 5px;
  letter-spacing: 0.02em;
  padding: 0px 49px;
  font-family: "Montserrat", sans-serif;
}

/*************** SECTION MULTI TECHNOLOGY CSS START ************** */
.section-multi-technology {
  padding: 80px 0px;
  margin-right: 20px;
}

.section-heading {
  font-size: 42px;
  line-height: 68px;
  color: #091031;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.section-sub-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/* ***************SECTION OUR MISSION CSS START***************  */

.section-our-mission {
  z-index: 2;
  position: relative;
}

.our-mission-content {
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  background-color: #091031;
  padding: 42px 28px 47px;
  border-radius: 5px;
  z-index: 999;
  position: relative;
}

.our-mission-heading p {
  font-size: 16px;
  margin-bottom: 29px;
  color: #00b5f4;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.mission-card {
  margin-bottom: 32px;
}

.mission-card-heading p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
  font-family: "Montserrat", sans-serif;
}

.mission-card-desc p {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 2.125;
}

.card-divider::before {
  content: "";
  height: 132px;
  width: 1px;
  background-repeat: no-repeat;
  background-image: url(../images/line-light.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}

/* ***************SECTION AVAILAILITY CSS START***************  */
.home-modal-content{
  background-color: transparent !important;
  border: none !important;
}
.home-modal-header{
border-bottom: 0px !important;
}
.modal-header .close {
transition: 0.7s all !important;
color: #fff !important;
}
.modal-header .close:hover {
    background: #71cbcc;
    color: #fff;
    opacity: 1 !important;
}
.section-availability {
  /* height: 725px; */
  margin-top: -50px;
  z-index: 0;
  background-color: #6F7593;
  position: relative;
}

.section-availability .network-bg-video {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  /* top: 50%; */
  left: 0;
  /* transform: translateY(-50%); */
  width: 100%;
}

.section-availability .network-bg-video video {
  position: absolute;
  top: -20%;
}

.available-heading p {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

.count {
  font-size: 68px;
  color: #71cbcc;
  margin-bottom: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.count-text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.item {
  padding: 25px 15px;
}

.network-vid {
  width: 100%;
}

.network-video {
  width: 100%;
  height: 100%;
}

.network-counter-container {
  padding: 100px;
}

.popup-video {
  color: #161616;
}

.protecting-data-video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.play-btn {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  background-color: #71cbcc;
  border-radius: 50%;
}

.play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: inherit;
  height: inherit;
  background: #71cbcc;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 300ms linear 0ms;
}

.play-btn svg {
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*************** SECTION CAPABILITIES ************** */
.section-capabilities {
  padding: 20px 0px 0px;
}

.sectiion-cpb-heading {
  margin-bottom: 40px;
}

.section-capabilities-desc p {
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.section-capabilities-desc {
  margin-bottom: 50px;
}

.capabities-headind p {
  text-align: center;
  margin-bottom: 57px;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #00b5f4;
  font-family: "Montserrat", sans-serif;
}

.capabilities-card {
  padding: 36px 18px;
  background-color: #0a0f31 !important;
  height: 100%;
  min-height: 360px;
  box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098);
  transition: all 300ms linear 0ms;
}

.capabilities-card:hover {
  border: 1px solid #0a0f31;
  box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098);
  transform: scaleY(1.08) scaleX(1.058);
  transition: all 300ms linear 0ms;
  background-color: #282f52 !important;
}

.capabilities-card-icon {
  height: 78px;
  width: 78px;
  margin-bottom: 30px;
}

.capb-card-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.capb-card-text {
  color: #969dbf;
  font-weight: 300 !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* **************FOOTER CSS START**************  */
footer {
  padding: 64px 0 53px;
  background-color: #231e20;
}

footer a,
footer p {
  font-weight: 300;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-textwidget p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 2;
}

.footer-textwidget label {
  text-transform: uppercase;
  font-size: 16.46px;
  font-weight: 700;
  color: #00b5f4;
  font-family: "Montserrat", sans-serif;
}

.footer-widget-title p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #00b5f4;
  letter-spacing: 0.2em;
  margin-bottom: 27px;
  font-family: "Montserrat", sans-serif;
}

.footer-menu .menu-item {
  line-height: 2.125;
}

.footer-menu .menu-item a {
  border-bottom: 1px solid transparent;
}

.footer-menu .menu-item a:hover {
  color: #00b5f4;
  border-bottom: 1px solid #00b5f4;
  transition: 0.7s;
  text-decoration: none;
}

.footer-logo img {
  width: 220px;
  height: 26px;
}
.bottom-footer{
  padding: 38px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    background-color: #231f20;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
/* **************COMPANY PAGE CSS START**************  */
.section-company-banner {
  background-image: url(https://www.systembind.com/wp-content/uploads/2019/08/blue-tech-background.jpg?id=2178);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 305.59px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-heading-tag {
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #00b5f4;
}

.company-heading-two p {
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.section-collaboration {
  padding: 49px 0px 85px;
}

.colbratn-heading p {
  margin-bottom: 40px;
  color: #091031;
  font-size: 42px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.colbratn-desc p {
  margin-bottom: 40px;
  color: #768093;
  font-size: 16px;
  line-height: 2.125;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.section-visual-insight {
  padding: 86px 0px 90px 0px;
  background-color: #091031;
}

.visual-insight-heading p {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 16px;
  color: #00b5f4;
  font-family: "Montserrat", sans-serif;
}

.visual-insight-title p {
  margin-top: 3px;
  color: #ffffff;
  font-size: 42px;
  line-height: 68px;
  font-weight: 300;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
}

.visual-insight-desc p {
  margin-top: 3px;
  color: #969dbf;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 57px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  line-height: 2.125;
}

.visual-insight-video-button {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 21px;
}

.visual-insight-video-btn {
  position: relative;
  display: inline-block;
  width: 88px;
  height: 88px;
  background-color: #71cbcc;
  border-radius: 50%;
}

.visual-insight-video-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: inherit;
  height: inherit;
  background: #71cbcc;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 300ms linear 0ms;
}

.visual-insight-video-btn svg {
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-data-center {
  padding: 64px 0px;
  background: #ffff;
}

.sectio-data-center-sub-title p {
  text-transform: uppercase;
  font-size: 16px;
  color: #00b5f4;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
}

.sectio-data-center-heading p {
  font-size: 42px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 56px;
}

.data-center-city {
  font-size: 26px;
  color: #091031;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.data-center-address {
  font-size: 16px;
  color: #768093;
  line-height: 1.2;
  margin: 0 0 35px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.data-ceneter-map {
  background-color: #f7f7f7;
  padding: 5px;
  margin-bottom: 35px;
}

.visual-insight-video-button span {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

/* **************COMPANY PAGE CSS START**************  */

.section-dicovery-consultant {
  padding: 100px 0px;
  background: #edf1f2;
}

.section-contact-inner-banner {
  background-image: url(../images/teamwork-concept.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 406px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-banner-heading p {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 16px;
  color: #00b5f4;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 13px;
}

.contact-banner-title p {
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
}

.contact-tab-inner {
  background-color: #00b5f4;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-container-list {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.contact-tab-inner {
  box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
}

.vc_tta-title-text-2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.vc_tta-title-text {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #fff;
}

.section-head-office {
  padding: 67px 0px 0px;
}

.contact-info-icon img {
  height: 23px;
  width: 23px;
}

.consultant-form-input {
  height: 51px !important;
  border: 1px solid #d4d5d5;
  background-color: #fff !important;
  padding-left: 21px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #cacaca !important;
  border-radius: 6px;
  margin-bottom: 30px;
}

.consultant-form-input:focus {
  border-color: #71cbcc !important;
  box-shadow: none !important;
}

.consultant-form-input::placeholder,
.consultant-form-textarea::placeholder {
  color: #cacaca !important;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.consultant-form-textarea {
  height: 190px !important;
  border: 1px solid #d4d5d5;
  background-color: #fff !important;
  padding-left: 21px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #cacaca !important;
  border-radius: 6px;
}

.consultant-form-textarea:focus {
  border-color: #71cbcc !important;
  box-shadow: none !important;
}

.dicovery-session-heading p {
  color: #00b5f4;
  line-height: 34px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
}

.dicovery-session-title {
  margin-top: 11px;
  margin-bottom: 19px;
  font-size: 68px;
  line-height: 68px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.dicovery-session-desc p {
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  font-family: "Montserrat", sans-serif;
}

.consultant-form-button {
  margin: 40px 0px 50px 0px;
}

.consultant-form-btn {
  background-color: #00b5f4;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 24px;
  line-height: 57px;
  border-radius: 5px;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 198.95px;
  font-family: "Montserrat", sans-serif;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.consultant-form-btn:hover {
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #71cbcc;
  transition: 0.7s ease-in-out;
}

.cosultant-delivering-heading p {
  margin-bottom: 0px;
  color: #091031;
  font-size: 26px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.headoffice-title {
  font-size: 16px;
  margin-top: 13px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #00b5f4;
  letter-spacing: 0.2em;
}

.head-office {
  font-size: 42px;
  margin-top: 13px;
  margin-bottom: 23px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.contact-info-item {
  display: flex;
  column-gap: 35px;
  margin-bottom: 35px;
}

.contact-info-meta {
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.contact-info-meta-mail a {
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  transition: 0.7s all;
}

.contact-info-meta-mail a:hover {
  color: #00b5f4;
  text-decoration: none;
}

/* **************INFRASYRUCTURE PAGE CSS START**************  */
.section-infrastructure {
  background-image: url(../images/slider/hybrid-cloud.jpeg);
  background-size: cover;
  background-position: center;
  height: 790px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infrastructure-banner-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 52px 42px 40px;
  transition: all 300ms linear 0ms;
}

.infr-bnr-title {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 16px;
  color: #00b5f4;
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
}

.infr-bnr-heading {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 23px;
  color: #091031;
  margin: 0 0 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.infr-bnr-desc {
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  color: #091031;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.infrastructure-data-center {
  padding: 61px 0px 78px;
}

.infrast-title p {
  color: #00b5f4;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
}

.infrast-heading {
  font-size: 42px;
  color: #091031;
  font-weight: 300;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

.infrast-desc {
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.following-title {
  margin: 33px 0px 70px;
}

.infrastructure-data-center .data-center-city {
  font-size: 42px;
  color: #091031;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

/* **************AZURE PAGE CSS START**************  */
.section-azure-banner {
  background-image: url(../images/consulting-session2.jpeg);
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-collaborative {
  padding: 68px 0px 68px;
}

.colbr-heading p {
  color: #00b5f4;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
}

.colbr-title {
  font-size: 42px;
  color: #091031;
  font-weight: 300;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

.colbr-desc {
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 47px;
}

.engangment-button {
  background-color: #00b5f4;
  font-size: 14px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  padding: 0 24px;
  line-height: 57px;
  border-radius: 5px;
}
.engangment-button:focus{
box-shadow: none !important;
}

.engangment-button span {
  color: #fff;
  background-color: #00b5f4;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

/* **************ROBOTIC PROCESS PAGE CSS START**************  */

/* **************ROBOTIC PROCESS PAGE CSS START**************  */
.section-roboticprocess {
  background-image: url(../images/rpa-concept.jpeg);
  background-size: cover;
  background-position: center;
  height: 790px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.robotic-banner-content {
  background-color: rgba(9, 16, 49, 0.9);
  padding: 54px 42px 69px;
  border-radius: 5px;
}

.robotic-banner-sub-heading {
  font-size: 42px;
  line-height: 50px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 18px;
}

.robotic-banner-sub-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 2.125;
  font-size: 16px;
}

cite {
  color: #fff;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.secton-rpa-infrastructure {
  padding: 50px 0px;
}

.rpa-services-heading p {
  margin-bottom: 42px;
  color: #768093;
  font-size: 26px;
  line-height: 46px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.rpa-service-box {
  background-color: #0a0f31;
  padding: 36px 18px 25px;
  border-radius: 5px;
  text-align: center;
}

.rpa-service-box-image img {
  height: 90px;
  width: 90px;
  margin-bottom: 24px;
}

.rpa-service-box-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 9px;
  font-family: "Montserrat", sans-serif;
}

.rpa-service-box-desc {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  hyphens: auto;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}

.session-book-btn {
  background-color: #00b5f4;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 24px;
  line-height: 57px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
}

.session-book-btn:hover {
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #71cbcc;
  transition: 0.7s;
}

/* **************BLOG DETAIL PAGE CSS START************** */

/* **************BLOG DETAIL PAGE CSS START************** */
.section-blog-detail {
  background-image: url(../images/working-remotely.jpeg);
  background-color: rgba(0, 13, 75, 0.5);
  padding: 77px 0 89px;
  height: 450px;
  background-size: cover;
  background-blend-mode: darken;
  background-position: center;
}

.blog-detail-left-col {
  padding-right: 115px;
}

.section-blg-detail-banner-content {
  z-index: 999;
  position: relative;

}

.section-blg-detail-banner-content h1 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 28px;
  line-height: 1.19048;
}

.section-blog-detail-content {
  padding: 66px 0;
  position: relative;
}

.blog-detail-title-post-meta {
  margin: 0 0 20px;
  list-style: none;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.846;
}

.blog-detail-title-post-meta li {
  display: inline-block;
}

.blog-detail-title-post-meta a {
  color: #00b5f4;
  text-decoration: none;
  color: inherit;
}

.blog-detail-title-post-meta a {
  color: #00b5f4;
  text-decoration: none;
}

.blog-detail-title-post-meta a:hover {
  color: #71cbcc;
  text-decoration: none;
  transition: 0.7s all;
}

.blog-detail-title-post-meta li.item-date {
  display: block;
}

.button-to-blog {
  display: flex;
  justify-content: end;
}

.entry-author-image img {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.btn-to-blog-icon {
  margin-left: 30px;
}

.icon-green {
  display: none;
  height: 23px;
  width: 23px;
  margin-left: 30px;
}

.btn-to-blog {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  padding: 15px 14px;
  position: relative;
}

.btn-to-blog:hover {
  color: #00b5f4;
  transition: 0.7s all;
  text-decoration: none;
}

.btn-to-blog:hover .btn-to-blog-icon {
  display: none;
}

.btn-to-blog:hover .icon-green {
  display: inline-block;
}

.btn-to-blog::after {
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
}

.btn-to-blog:hover::after {
  height: 100%;
}

.blog-post-heading p {
  color: #091031;
  font-size: 26px;
  line-height: 1.76923;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

.blog-detail-link {
  color: #00b5f4;
}

.blog-detail-link:hover {
  color: #71cbcc;
  text-decoration: none;
  transition: 0.7s all;
}

.blog-post-desc {
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}

.blog-detail-title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  color: #091031;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}

.blog-post-desc li {
  list-style: disc;
  margin-left: 15px;
}

.entry-tags {
  margin-bottom: 60px;
}

.entry-tags label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00b5f4;
  margin-right: 24px;
  font-family: "Montserrat", sans-serif;
}

.entry-tags-link {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00b5f4;
  line-height: 33px;
  padding: 9px 19px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
}

.entry-tags-link:hover {
  background-color: #71cbcc;
  color: #fff;
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
  transition: 0.7s all;
  text-decoration: none;
}

.post-navigation {
  border-top: 2px solid #ecf0f2;
  border-bottom: 2px solid #ecf0f2;
  padding: 37px 0;
}

.previous-post-content {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.prev-post-icon {
  font-size: 15px;
}

.previous-post-icon a {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 2px solid #091031;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #000d4b;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  transition: 0.7s all;
}

.previous-post-icon a:hover {
  border: 2px solid #091031;
  background-color: #71cbcc;
  color: #fff;
  border: 2px solid #71cbcc;
}

.previous-post-title span {
  font-size: 16px;
  text-transform: uppercase;
  color: #00b5f4;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 700;
  display: inline-block;
  line-height: 26px;
  padding: 2px 0;
}

.previous-post-title a {
  font-size: 22px;
  line-height: 26px;
  color: #091031;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  transition: 0.7s all;
}

.previous-post-title a:hover {
  color: #00b5f4;
  text-decoration: none;
}

.section-latest-updates {
  padding: 0px 0px 71px;
}

.blog-searchform {
  border: none;
  background-color: #091031;
  padding: 34px 24px;
  margin-bottom: 32px;
}

.blog-search-field {
  border: none;
  background-color: #fff;
  border-radius: 4px;
  color: #768093;
  padding: 6px 10px;
  line-height: normal;
  height: 35px;
  font-size: 14px;
  transition: all 300ms linear 0ms;
  box-shadow: none;
  width: 100%;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

.blog-search-submit {
  position: absolute;
  right: 39px;
  background-color: transparent;
  color: #768093;
  line-height: 35px;
  text-align: center;
  width: 35px;
  padding: 0;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  border: none;
}

.recent-posts,
.archives,
.categories {
  background-color: #fff;
  margin-bottom: 32px;
  border: 2px solid #ecf0f2;
  border-radius: 4px;
  padding: 23px 24px 27px;
}

.recent-post-title,
.archives-title,
.categories-title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.recent-posts li,
.archives li,
.categories li {
  margin-bottom: 18px;
}

.recent-posts li {
  position: relative;
  padding-bottom: 19px;
}

.recent-posts li:after {
  content: '';
  height: 3px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/wg-line.jpeg);
  background-color: #ecf0f2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.recent-posts li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-image: inherit;
}

.recent-posts li:last-child::after {
  padding-bottom: 0px;
  content: none;
}

.recent-posts a,
.archives a,
.categories a {
  font-size: 16px;
  line-height: 2;
  color: #768093;
  display: block;
  font-family: "Montserrat", sans-serif;
}

.recent-posts a:hover,
.archives a:hover,
.categories a:hover {
  text-decoration: none;
  color: #00b5f4;
  transition: 0.7s all;
}

.latest-update-title p {
  text-align: center;
  font-weight: 300;
  font-size: 42px;
  margin-bottom: 58px;
  font-family: "Montserrat", sans-serif;
  color: #091031;
}

.latest-card-body {
  padding: 27px 34px 24px;
}

.latest-card-category a {
  color: #00b5f4;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  transition: 0.7s all;
}

.latest-card-category a:hover {
  text-decoration: none;
  color: #71cbcc;
  transition: 0.7s all;
}

.latest-card-title a {
  color: #091031;
  font-size: 21px;
  line-height: 1.523;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: 0.7s all;
}

.latest-card-title a:hover {
  color: #00b5f4;
  text-decoration: none;
  transition: 0.7s all;
}

.latest-card-title {
  margin-bottom: 27px;
}

.latest-card-link a {
  color: #00b5f4;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: 0.7s all;
}

.latest-card-link a:hover {
  text-decoration: none;
  color: #71cbcc;
  transition: 0.7s all;
}

.social-share a {
  display: block;
  width: 51px;
  height: 34px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  line-height: 34px;
}

.social-share a.fb-social {
  background-color: #6888ce;
}

.social-share a.fb-social:hover {
  background-color: #4970c4;
  color: #fff;
}

.social-share a.tw-social {
  background-color: #29c4f6;
}

.social-share a.tw-social:hover {
  background-color: #0ab5ec;
  color: #fff;
}

.social-share a.tw-linkedin {
  background-color: #3b9bdc;
}

.social-share a.tw-linkedin:hover {
  background-color: #2487ca;
  color: #fff;
}

.social-share a+a {
  margin-top: 10px;
}

.social-share {
  width: 48px;
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  right: 27px;
  float: right;
  margin-right: -88px;
  transition: all 400ms linear 0ms;
}

.social-share.open {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* **************NEWS PAGE CSS START**************  */
.section-news {
  padding: 65px 0px;
}

.news-detail-left-col {
  padding-right: 115px;
}

.section-news-title h6 {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
  color: #00b5f4;
  font-weight: 700;
}

.news-author-image img {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 50%;
  border: 3px solid #71cbcc;
  margin-left: 10px;
}

.news-post-image img {
  height: 513px;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
}

.news-post-content {
  margin-bottom: 33px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.7s all;
}

.news-post-content:hover {
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}

.section-news-title h1 {
  color: #091031;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 13px;
}

.news-detail-content {
  padding: 34px 36px 23px;
  border: 1px solid #ecf0f2;
  border-width: 0 2px 2px 2px;
}

.news-author-name {
  margin-bottom: 7px;
}

.news-author-name a {
  margin-bottom: 7px;
  color: #ffff;
}

.news-author-name a:hover {
  color: #71cbcc;
  text-decoration: none;
  transition: 0.7s all;
}

.news-detail-category a {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #00b5f4;
}

.news-detail-category a:hover {
  text-decoration: none;
  color: #71cbcc;
  transition: 0.7s all;
}

.news-detail-title a {
  font-size: 22px;
  line-height: 1.454;
  font-family: "Montserrat", sans-serif;
  color: #091031;
  font-weight: 400;
}

.news-detail-title a:hover {
  text-decoration: none;
  color: #71cbcc;
  transition: 0.7s all;
}

.news-detail-desc {
  font-size: 16px;
  line-height: 2.125;
  font-family: "Montserrat", sans-serif;
  color: #768093;
  font-weight: 300;
}

.news-detail-link a {
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #00b5f4;
}

.news-detail-link a:hover {
  text-decoration: none;
  color: #71cbcc;
  transition: 0.7s all;
}

.news-author-information {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #091031;
  border-radius: 5px 0 5px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 14px 14px 14px 19px;
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  z-index: 99;
}

/* **************ORGANIZATION PAGE CSS START************** */

/* **************ORGANIZATION PAGE CSS START************** */
.section-organization-detail {
  background-image: url(../images/organization-bg.jpeg);
  background-color: rgba(0, 13, 75, 0.5);
  padding: 77px 0 89px;
  height: 450px;
  background-size: cover;
  background-blend-mode: darken;
  background-position: center;
}

.section-organization-content {
  padding: 66px 0px;
}

/* **************ORGANIZATIONAUTOMATION PAGE CSS START************** */

/* **************ORGANIZATIONAUTOMATION PAGE CSS START************** */
.section-orgautomation-detail {
  background-image: url(../images/rpa-concept.jpeg);
  background-color: rgba(0, 13, 75, 0.5);
  padding: 77px 0 89px;
  height: 450px;
  background-size: cover;
  background-blend-mode: darken;
  background-position: center;
}

.section-organization-content {
  padding: 66px 0px;
}

.automation-rules-quote {
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  background-color: #fff;
  border-radius: 5px;
  border-left: 8px solid #00b5f4;
  padding: 30px 35px 31px;
  color: #00b5f4;
  margin-bottom: 70px;
  line-height: 2.125;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.number-li li {
  list-style: number;
}

.section-network-safe {
  background-image: url(../images/latestcard.jpeg);
  background-color: rgba(0, 13, 75, 0.5);
  padding: 77px 0 89px;
  height: 450px;
  background-size: cover;
  background-blend-mode: darken;
  background-position: center;
  position: relative;
}

.section-network-safe::before {
  background-color: rgba(0, 13, 75, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}

.section-network-safe::after {
  background-image: url(../images/post-title-overlay.png);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

#scrollUpButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  outline: none;
  background: #00b5f4;
  color: white;
  cursor: pointer;
  transition: 0.7s all;
}

#scrollUpButton:hover {
  background: #71cbcc;
}

.news-author-information {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #091031;
  border-radius: 5px 0 5px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 14px 14px 14px 19px;
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  z-index: 99;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header-top-bar .top-bar-info-switcher .active {
    padding: 15.34px 14px;
    line-height: 14px;
    width: 100%;
    min-width: 141px;
  }

  .header-top-bar .top-bar-info li {
    margin-right: 12px;
  }

  .header-top-bar .top-bar-info span {
    font-size: 10px;
  }

  .header-top-bar .top-bar-info .topbar-icon {
    font-size: 16px;
  }

  .swiper-content-col {
    padding: 0px 100px !important;
  }
}

@media only screen and (max-width: 991px) {
  .main-navbar {
    height: auto;
  }

  .section-blog-detail .section-blog-detail-inner h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .card-divider::before {
    display: none;
  }

  .our-mission-content {
    box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
    background-color: #091031;
    padding: 42px 28px 15px;
    border-radius: 5px;
  }

  .company-heading-two p {
    font-size: 30px;
  }

  .dicovery-session-title {
    font-size: 34px;
  }

  .infr-bnr-heading {
    font-size: 28px;
    line-height: 35px;
  }

  .section-azure-banner {
    padding: 65px 0px;
    height: auto;
  }

  .section-roboticprocess {
    height: auto;
    padding: 120px 0px;
  }

  .section-heading {
    font-size: 32px;
    line-height: 48px;
  }

  .robotic-banner-content {
    padding: 20px 15px;
  }

  .robotic-banner-sub-heading {
    font-size: 32px;
  }

  .rpa-services-heading p {
    font-size: 20px;
    line-height: 36px;
  }

  .header-top-bar {
    display: none;
  }

  .f-25-blue-bold,
  .f-25-green-bold {
    font-size: 17px;
    letter-spacing: 0px;
  }

  .f-68-white-reg {
    font-size: 48px;
    line-height: 48px;
  }

  .slider-description {
    font-size: 17px;
    margin: 30px 0px;
  }

  .swiper-slide .slider-bg-img {
    height: 768px;
  }

  .slider-links {
    flex-direction: column;
    align-items: start;
  }

  .about-side-contact-form {
    display: none;
  }

  .section-multi-technology .section-heading {
    font-size: 26px;
    line-height: 42px;
  }

  .section-multi-technology {
    margin-right: 0px;
  }

  .mission-card-heading p {
    font-size: 18px;
  }

  .available-heading p {
    font-size: 32px;
    text-align: center;
  }

  .sectiion-cpb-heading {
    font-size: 30px;
  }

  .colbratn-heading p,
  .visual-insight-title p {
    font-size: 30px;
    line-height: 50px;
  }

  .section-blog-detail .section-blog-detail-inner h1 {
    font-size: 32px;
  }

  .section-blog-detail {
    height: auto;
  }

  .post-navigation {
    padding: 30px 15px;
  }

  .requestouter-div {
    display: none;
  }

  .it-support-title p {
    font-size: 18px;
    text-align: center;
  }

  .contact-banner-title p {
    font-size: 30px;
  }

  .head-office {
    font-size: 30px;
  }

  .headoffice-title {
    font-size: 14px;
  }

  .vc_tta-title-text-2,
  .vc_tta-title-text {
    font-size: 12px;
  }

  .attachment-thumbnail {
    display: none;
  }

  .section-dicovery-consultant {
    padding: 50px 0px;
    background: #edf1f2;
  }

  .dicovery-session-heading p {
    font-size: 12px;
  }

  .news-detail-left-col {
    padding-right: 0px;
  }

  .social-share {
    display: none;
  }

  .slider-description-mbile {
    display: block;
    color: #fff;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
  }

  .slider-description {
    display: none;
  }

  .mySwiper .swiper-wrapper .swiper-slide {
    height: auto;
  }

  .swiper-content-col {
    padding: 100px 100px !important;
  }

  .colbr-title {
    font-size: 28px;
  }

  .network-bg-video video {
    display: none;
  }

  .news-post-image img {
    height: auto;
  }

  .section-network-safe,
  .section-orgautomation-detail {
    height: auto;
  }
}

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

  .f-25-blue-bold,
  .f-25-green-bold {
    font-size: 15px;
    letter-spacing: 0px;
  }

  .f-68-white-reg {
    font-size: 24px;
  }

  .slider-description {
    font-size: 14px;
    margin: 30px 0px;
  }

  .slide-content {
    top: 46%;
    left: 56%;
  }

  .main-logo {
    max-height: 20px;
  }

  .dicovery-session-title {
    font-size: 18px;
  }

  .cosultant-delivering-heading p {
    font-size: 22px;
    line-height: 40px;
  }

  .swiper-content-col {
    padding: 50px 25px !important;
  }

  .infrastructure-banner-content {
    padding: 52px 15px 20px;
  }

  .infr-bnr-title,
  .colbr-heading p {
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .section-news-title h6 {
    font-size: 14px;
  }

  .section-news-title h1,
  .sectio-data-center-heading p {
    font-size: 30px
  }

  .news-detail-content {
    padding: 34px 15px;
  }
}