:root {
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 167, 218, 1);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid rgba(0, 167, 218, 1);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: rgba(0, 167, 218, 1);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(rgba(0, 167, 218, 1), 0.85);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-style: normal;
  /* letter-spacing: .03125rem; */
  font-weight: 500;
}

.bg-darkColor {
  background: rgba(0, 0, 0, 1);
}
.bg-blue {
  background: rgba(0, 167, 218, 1);
}

.text-blue {
  color: rgba(0, 167, 218, 1);
}

.bg-ul-blue,
.accordion-button:not(.collapsed) {
  background: rgba(39, 176, 230, 1);
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
/* linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../img/cta-bg.jpg") center center */

.accordion-body {
  margin: 10px 0;
  border-radius: 5px;
}
.content-section p,
.content-section h6 {
  font-size: 18px;
  /* line-height: 33px; */
}

.content-section ul li {
  font-size: 18px;
  line-height: 30px;
}

.content-section ul li {
  padding-left: 0;
  /* margin-left: -14px; */
}

.size-25 {
  font-size: 25px !important;
}

.size-20 {
  font-size: 20px;
}

.font-50 {
  font-size: 50px;
}

.font-32 {
  font-size: 32px !important;
}

.font-40 {
  font-size: 40px !important;
}

.content-section a,
.text-lightbule {
  color: rgba(0, 167, 218, 1);
}

.custom-border-1 {
  border: 0.5px solid rgba(0, 167, 218, 1) !important;
}
@media (min-width: 765px) {
}
/* header */

.top-header .navbar-brand img {
  width: 6.5em;
}

.top-header .navbar-nav .nav-link.active {
  color: rgba(255, 0, 0, 1);
}

nav.top-header .navbar-nav li a {
  font-size: 18px;
}

nav.top-header ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
  text-align: left;
  padding-top: 30px;
}

nav.top-header ul.dropdown-menu {
  border: 0px solid gray;
  /* padding-top: 20px; */
}

.top-header ul.dropdown-menu .dropdown-item:active {
  background-color: rgba(255, 0, 0, 0.05);
  color: white;
}
.top-header .dropdown-item.active,.top-header .dropdown-item:active{
  background-color: rgba(255, 0, 0, 0.05);
  color: rgba(255, 0, 0, 1);
}

nav.top-header ul.navbar-nav li .nav-link:hover,
nav.top-header ul.dropdown-menu li a:hover {
  color: rgba(255, 0, 0, 1);
}

.nav-link .small-img {
  mix-blend-mode: luminosity;
}

.nav-link:hover .small-img {
  mix-blend-mode: unset;
}

.small-img {
  width: 2em;
}

@media (min-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  nav.top-header ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

@media (max-width: 992px) {
  nav.top-header ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    padding-top: 10px;
  }
  nav.top-header ul.navbar-nav li.dropdown ul.dropdown-menu {
    display: block;
    padding-top: 10px;
  }
  nav.top-header ul.navbar-nav {
    padding-bottom: 30px;
  }
}
/* @media (min-width: 991px) {
  .top-header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .top-header.dropdown:hover .dropdown-menu {
    display: none;
    margin-top: auto;
  }
} */

/* end header */

/* form input */

form input.form-control,
footer.form-control.bg-dark form input.form-control:focus {
  background: rgba(217, 217, 217, 0.3) !important;
  background-color: rgba(217, 217, 217, 0.3) !important;
  border: none;
  border-radius: 5px;
}

.inline-contact form input.form-control,
.inline-contact form input.form-control:focus {
  background: white;
  color: black !important;
}

form span.input-group-text {
  border: none;
  border-radius: 5px;
  /* font-size: 18px; */
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.line-dec {
  width: 20%;
  background: gray;
  height: 1px;
  margin: 20px auto;
}

/* end form */

/* footer */

footer .nav .nav-item a {
  font-size: 20px;
  line-height: normal;
}

footer .nav .nav-item a.text-muted:hover {
  color: #fff !important;
}
/* end footer */

/* blog */
.bg-img-section {
  background-repeat: no-repeat;
  background-size: cover;
  height: 65%;
  background-position: right;
  /* background-attachment: fixed; */
  background-color: white;
}

.background-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.bg-img-section p {
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 36px;
  width: 70%;
  font-size: 30px;
}

/* end blog */

/* dynatrace */
.contact-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}
.custom-div .div-section {
  width: 80%;
  margin: auto;
}
.custom-div small {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.custom-tab ul.our-solution li button img {
  max-width: 200px;
}

.custom-tab ul li .nav-link.active img {
  mix-blend-mode: unset;
}

img {
  height: auto;
}

.section-2 img {
  object-fit: contain;
  width: 80% !important;
  aspect-ratio: 4;
  margin: auto;
}

.custom-tab ul li button img {
  max-width: 290px;
  object-fit: cover;
  aspect-ratio: 3/2;
  mix-blend-mode: luminosity;
  /* width: 100%; */
  height: auto;
  background: #fff;
  padding: 10px 20px;
}

.custom-tab ul li button p {
  color: #000;
  display: table;
  padding: 0 10px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-radius: 5px;
  margin: auto;
}

.custom-tab ul li .nav-link.active img,
.custom-tab ul li .nav-link.active p {
  background-color: rgba(39, 176, 230, 1);
  color: #fff;
}

.custom-tab ul.nav li {
  /* margin-left: 0px;
  margin: 20px 50px;
  margin-bottom: 10px; */
}
.custom-tab .nav-pills .nav-link.active {
  background-color: transparent;
}

.custom-tab .nav.nav-pills {
  background: rgba(217, 217, 217, 1);
  margin: auto;
}

@media (max-width: 765px) {
  /* .custom-tab .nav.nav-pills, */
  .custom-div .div-section,
  .bg-img-section p {
    width: 100%;
  }
  .bg-img-section p {
    font-size: 20px;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }
  .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .size-25 {
    font-size: 20px !important;
  }
  .content-section p,
  .content-section h6 {
    font-size: 16px;
  }
}
/* end dynatrace */

/* slider banner */
.loading .carousel .carousel-caption {
  text-align: start !important;
  max-width: 50%;
  bottom: 6rem;
}

.our-tabs .nav.nav-pills {
  background: rgba(55, 55, 55, 0.5);
}

.our-tabs .nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.our-tabs .nav-pills .nav-link.active,
.our-tabs .nav-pills .show > .nav-link {
  background-color: transparent;
  color: white;
}

.our-tabs .nav-pills .nav-link.active span {
  border-bottom: 1px solid white;
}

#solutions-section,
#solutions-section-2 {
  background-repeat: no-repeat;
  background-size: cover;
}

#solutions-section,
#solutions-section-2 {
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position-y: center !important;
}

.overlap-section {
  overflow: hidden;
}
/* end slide banner */

/* .contact-section */

.contact-section-2 p {
  font-size: 25px !important;
  padding: 30px;
  max-width: 80%;
}

/* constact form */

.contact-form input:focus ~ label,
.contact-form textarea:focus ~ label,
.contact-form input:valid ~ label,
.contact-form textarea:valid ~ label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.contact-form .styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

.loading .carousel .carousel-item img {
  filter: brightness(0.3);
}

@media only screen and (max-width: 768px) {
  .contact-form .styled-input {
    width: 100%;
  }

  .inline-contact .background-overlay {
    padding: 15px;
  }
}

.loading .carousel .carousel-caption {
  /* max-width: 100%;
    bottom: 6rem; */
  left: 36%;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  bottom: 1.25rem;
}
.loading .carousel .carousel-item img {
  height: 100%;
  object-fit: cover;
}

.contact-form .styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.contact-form .styled-input.wide {
  width: 650px;
  max-width: 100%;
}

.contact-form input,
.contact-form textarea {
  padding: 30px;
  border: 1px solid rgba(134, 134, 134, 1);
  width: 100%;
  font-size: 1rem;
  background-color: white;
  color: gray;
  border-radius: 4px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
}

.contact-form input:focus ~ span,
.contact-form textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

.contact-form textarea {
  width: 100%;
  min-height: 15em;
}

.contact-form .input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}

.contact-form .submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}

.carousel-control-prev-icon {
  display: block;
}

.desktop-view,
.desktop-view1 {
  display: block;
}
.mobile-view,
.mobile-view1 {
  display: none;
}

@media (max-width: 768px) {
  .contact-form .submit-btn {
    width: 100%;
    float: none;
    text-align: center;
  }
  .carousel-item .carousel-caption h1 {
    font-size: 25px;
  }

  .carousel-item .carousel-caption h3,
  .carousel-item .carousel-caption h2 {
    font-size: 18px !important;
  }

  .section-2 img {
    width: 80% !important;
  }
  .desktop-view1 {
    display: none;
  }
  .mobile-view1 {
    display: block;
  }
}

.contact-form input[type="checkbox"] + label {
  color: #ccc;
  font-style: italic;
}

.contact-form input[type="checkbox"]:checked + label {
  color: #f00;
  font-style: normal;
}

/* slider */

.custom-tab #carousel-tabs {
  display: flex !important;
  overflow-x: scroll !important;
  overflow-y: hidden;
  flex-wrap: nowrap !important;
}

/* .custom-tab #carousel-tabs::-webkit-scrollbar {
  display: none;
} */

@media (max-width: 1025px) {
  .mobile-view-large-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .loading .carousel .carousel-item img {
    height: 60%;
    object-fit: cover;
  }
  .loading .carousel .carousel-caption {
    top: 35% !important;
    right: 0 !important;
    max-width: 100%;
  }
  .carousel-control-prev-icon {
    display: none;
  }
  .custom-div small {
    font-size: 14px;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .contact-form .styled-input label {
    padding: 0.4rem 10px 0.3rem 10px;
  }
  .contact-form input,
  .contact-form textarea {
    padding: 14px;
  }

  .bg-img-section {
    height: 50%;
    background-position: center;
  }
  .custom-div .div-section,
  .bg-img-section p {
    width: 100%;
  }
  .contact-section-2 p {
    font-size: 20px !important;
    padding: 30px;
    max-width: 100%;
  }
  .font-40 {
    font-size: 30px !important;
  }
}
