body {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

a {
  color: red;
  text-decoration: none;
}

ul.no-list {
  list-style: none;
}

.title {
  margin-bottom: 30px;
}

.title h1 {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 3em;
  position: relative;
}

.title h1 span {
  color: #850110;
}

.title h1.center:after {
  content: "";
  width: 80px;
  height: 2px;
  background: red;
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  bottom: -15px;
}

.title h1.left:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #850110;
  display: inline-block;
  left: 0%;
  position: absolute;
  bottom: -15px;
}

.btn {
  padding: 7px 25px;
  border-radius: 6px;
  display: inline-block;
  color: white;
  font-size: 18px;
  cursor: pointer;
  border: 0px;
}

.btn.btn-1 {
  background-color: #6598ff;
}

.btn.btn-2 {
  background-color: #10256c;
  color:#ddd;
  margin-left: 2px;
}

.btn.btn-2:hover{
  background-color: #001043;
  color:#6598ff;
}

/*-----============= Header =============---------*/

header {
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
  width: 100%;
  padding: 0 2em;
}

.logo img {
  max-width: 130px;
}

.navbar-nav li {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 10px;
  letter-spacing: 0.5px;
}

/*-----============= Partners =============---------*/
.slider {
  max-height: 200px !important;
  /* background: linear-gradient(to bottom right, #1294ff 0%, #0b65af 100%); */
  margin: auto;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.slider::before,
.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 27s linear infinite;
  display: flex;
  width: calc(282px * 14) !important;
}

.slider .slide {
  display: flex;
  align-items: center;
  height: 200px;
  width: 250px;
  margin: 0 2rem;
}
.slider:hover .slide-track {
  animation-play-state: paused;
}
.play-animation{
  animation-play-state: running !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-282px * 15 - 3rem));
  }
}

/*-----============= About =============---------*/

#about {
  background: #999 url(img/about-bg.png) no-repeat left top;
  position: relative;
  z-index: -2;
}

.about-image:before {
  position: absolute;
  content: "";
  height: 350px;
  width: 350px;
  border: 60px solid #b1b1b1;
  transform: rotate(45deg);
  background: transparent;
  z-index: -1;
  left: 70px;
}

/*-----============= Consulting =============---------*/

#consulting {
  background: url(img/bg-shape1.png) no-repeat left top;
}

.cons-image {
  position: relative;
  display: inline-block;
  margin-left: auto;
  z-index: 1;
}

.cons-image:before {
  position: absolute;
  content: "";
  left: -15px;
  bottom: -15px;
  background-color: #6598ff;
  z-index: -1;
  height: 180px;
  width: 180px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.cons-image img {
  border: 11px solid #fff;
  box-shadow: 0 13px 30px rgb(0 0 0 / 7%);
}

/*-----============= Telecom =============---------*/

#telecom {
  background: url(img/Server-1.jpeg) fixed no-repeat center;
  background-size: cover;
  background-position: 0 100px;
}

#telecom .overlay-blue {
  background: rgba(102, 153, 255, 0.9);
}

#itsecurity{
  background: url(img/IT.jpg) fixed no-repeat center;
  background-size: cover;
  background-position:center;
  z-index: 1000;
  position: relative;
}

#itsecurity .overlay-blue{
  background: rgba(102, 153, 255, 0.9);
}

.tele-image {
  position: relative;
  display: inline-block;
  margin-left: auto;
  z-index: 1;
}

.tele-image:before {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -15px;
  background-color: #fff;
  z-index: -1;
  height: 180px;
  width: 180px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.tele-image img {
  border: 11px solid #555;
  box-shadow: 0 13px 30px rgb(0 0 0 / 7%);
}

/*-----============= Testimonial =============---------*/

#testimonial {
  background: #f3f3f3 url(img/bg-shape2.png) no-repeat right top;
}
.home-testimonial-bottom .col-md-6.style-3 {
  height: auto;
}

.home-testimonial-bottom .tour-item {
  height: 100%;
}

.home-testimonial-bottom .tour-text.color-grey-3.text-center {
  /* height: 62%; */
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin: 0 0 2rem 0;
}
/*==============Testimonial=================*/

.home-testimonial-bottom {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.home-testimonial h3 {
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-testimonial-bottom .col-md-6.style-3 {
  max-height: max-content;
  min-height: 100%;
}
.home-testimonial-bottom .col-md-6 .tour-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-testimonial h2 {
  color: white;
  font-size: 28px;
  font-weight: 700;
}

.testimonial-pos {
  position: relative;
  top: 24px;
}

.testimonial-inner .tour-desc {
  border-radius: 5px;
  padding: 40px;
  height: 100%;
}

.color-grey-3 {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  color: #6c83a2;
}

.testimonial-inner img.tm-people {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

.link-name {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  color: #6c83a2;
}

.link-position {
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  color: #6c83a2;
}

.divider:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #444;
}

/* Scroll Top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(39, 39, 39, 0.507);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  width: 50px;
  height: 50px;
}

#myBtn:hover {
  background-color: #555;
}


.grid-logos {
  display: flex;
  flex-wrap: wrap;
}
.grid-logos__item {
  align-self: center;
  border: dotted 1px #ddd;
  height: 150px;
  flex-basis: 100%;
  text-align: center;
}
@media (min-width: 450px) {
  .grid-logos__item {
    flex-basis: 50%;
  }
}
@media (min-width: 900px) {
  .grid-logos__item {
    flex-basis: 25%;
  }
}
.grid-logos img {
  max-height: 100px;
  max-width: 200px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


















@media only screen and (max-width: 1200px) {
  /*Tablets [601px -> 1200px]*/
}
@media only screen and (max-width: 600px) {
  /*Big smartphones [426px -> 600px]*/
  /* Header */
  header {
    padding: 0 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  .logo img {
    max-width: 80px;
  }

  /* hero */
  #hero {
    height: 100vh;
    max-height: 600px;
  }

  /* consulting */
  #consulting {
    padding: 0 1rem;
  }
  #consulting .col-lg-6.wow.bounceIn {
    padding: 2rem 0 0 0;
  }

  /* About */
  #about {
    overflow: hidden;
  }
  #about > div > div {
    margin: 0;
  }
  #about > div > div > div.col-4 {
    width: 100%;
    margin: 0;
    padding: 0 1rem;
  }
  #about > div > div > div.col-4 > img {
    width: 100%;
  }
  #about > div > div > div.col-md-8.p-80.bg-red.mtb-60.wow.slideInRight {
    margin: 0;
    padding: 1rem;
  }

  /* Utility */
  .p-sm-16 {
    padding: 1rem !important;
  }

}
@media only screen and (max-width: 425px) {
  /*Small smartphones [325px -> 425px]*/
}
.sticky-top {
 
  position: fixed!important;
  top: 0 ;
  z-index: 1020;
}
