html {
  scroll-behavior: smooth;
}

body {
  color: #3d3851;
  font-size: 15px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.container {
  max-width: 1920px;
  padding: 10px 100px;
}
h2 {
    position: relative;
    z-index: 1;
    font-size: 38px;
}
h1,
h2{
  font-weight: 800;
}
h3 {
  font-size: 22px;
  font-weight: 700;
}
a {
  color: #2d2b2c;
}
a:hover{
  color: #000;
  text-decoration: none;
}
section {
  position: relative;
}


/*.nav-bg-color{
    background-color: #6790AE;
}
.navbar {
    padding:0;
    z-index: 1000;
    background: #2F2E2A;
}
.top-line{
    width: 100%;
    height: 5px;
}
.navbar-light .navbar-nav .nav-link{
    color: #F8C552;
}
*/


.navbar {
  background: #F8C552;
  transition: all 0.6s;
  backface-visibility: hidden;
  box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}

.navbar-dark .navbar-nav {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
  outline: 0;
}

.navbar-dark .navbar-toggler {
  border-color: #444;
}

.navbar-dark .navbar-toggler:focus {
  background: none;
  outline: 0;
}

.navbar-dark .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
  background: #ccc;
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

.navbar-brand {
  width: 162px;
  height: 44px;
  background: url(../img/logo.png) left center no-repeat;
  border: 0;
  text-indent: -99999px;
}

.navbar-dark .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.home-banner .container {
    padding: 10px 15px;
    padding-top: 0px;
}
.text-on-img-landing{
    position: absolute;
    top: 20%;
    color: #000;
    width: 90%;
    left: 5%;
}
.navbar-collapse {
    padding-top: 50px;
}
.imag-logo{
    width: 60px;
    position: absolute;
    top: 12px;
}

.col-md-6.about-us1{
    border-left: 20px solid #F8C552;
    padding-top: 100px;
    padding-left: 60px;
    padding-bottom: 50px;
}
#bound-one {
  background: #d0d8db;
}
.about-gif{
  position: relative;
    left: -20px;
}

#bound-two {
  background: #dfcece;
}

#bound-three {
  background: #d0d6b3;
}

.scroll-bound {
  height: 500vh;
}
.scroll-bound .content {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scroll-bound video {
  width: 80%;
}

//////
 /* no circle */
.flickity-button {
    
  background: transparent;
}
.flickity-button:hover {
    
  background: transparent;
  color: black;
}

.flickity-prev-next-button {
  width: 100px;
  height: 100px;
}
.flickity-button-icon {
  fill: white;
}
.flickity-button:disabled {
  display: none;
}
    
.carousel {
  font-family: Arial, Helvetica, sans-serif;
  margin:auto;
  max-width: 750px;
  height: 400px;
  border-radius: 20%;
}
.carousel-cell {
     margin-top: 35px;
    margin-right: 35px;
    margin-bottom: 35px;
    float: right;
    max-width: 300px;
    width: 100%;
    height: 415px;
    border-radius: 15px;
    counter-increment: carousel-cell;
    transition: all .3s ease;
    opacity: 0.3;
    background: #b9b9b9;
    filter: blur(6px);
  
}
  .carousel-cell.is-selected {
    filter: blur(0);
    opacity: 1;
    background: white ;
    transform: scale(1.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .flickity-prev-next-button.next {
    right: 10px;
    top: 65%;
}
.flickity-prev-next-button.previous {
    left: 10px;
    top: 65%;
}
.flickity-prev-next-button {
    width: 50px;
    height: 50px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 22%;
    width: 60%;
    height: 50%;
}
    
    /* name */
.carousel-cell .n {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  color:black;
  counter-increment: carousel-cell;
}
    
    /* button */
.carousel-cell .b {
  cursor: pointer;
  margin: auto;
  width: 180px;
  padding: 1px;
  background: green;
  border: 1px solid green;
  border-radius: 15px;
  font-size: 15px;
  color: white;
  text-align: center;
  counter-increment: carousel-cell;
  transition: all .3s ease;
}

 /* picture */
.carousel-cell .p {
      border-radius: 15px;
    width: 100%;
    height: 420px;
    counter-increment: carousel-cell;
}
    
.carousel-cell .b:hover {
  background: #00e509;
  transform: scale(1.03);
  font-size: 16px;
}
    
.carousel-cell .b:active {
  background: white;
  color: green;
  transform: scale(0.9);
  font-size: 16px;
}
    
.carousel-cell .b-selected {
  cursor: pointer;
  margin: auto;
  width: 180px;
  padding: 1px;
  background: white;
  border: 1px solid green;
  border-radius: 15px;
  font-size: 15px;
  color: green;
  text-align: center;
  counter-increment: carousel-cell;
  transition: all .3s ease;
}

section.about .container {
    border-bottom: 50px solid #F8C552;
    padding-bottom: 0;
    padding-top: 50px;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    color: #000 !important;
}


#set-height {
  display: block;
}
#v0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
p font-family helvetica {
  font-size: 24px;
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
.slider {
  --slider-inner-width: 2500px;
  --slider-speed: 60s;
}

@keyframes scroll {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(calc((0px - var(--slider-inner-width)) - 5%));
  }
}
.slider {
  -webkit-transform: translate3d(0, 0, 0);
  animation: scroll linear infinite var(--slider-speed);
  width: calc(2 * var(--slider-inner-width));
  transition: animation-play-state ease .5s;
}
.slider:hover {
  animation-play-state: paused;
}

/* Main styles CSS */
.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: #000;
}

.slider-container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80%;
}
.slider-container .slider {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  width: 70%;
}
.slider-container .slider__slide {
  height: 100px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  width: 45%;
}
.slider-container .slider__slide:hover {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.slider-container .slider__slide .slide__content {
      height: 110px;
}



/* Main styles CSS2 */
.slider1 {
  --slider1-inner-width: 2000px;
  --slider1-speed: 60s;
}

@keyframes scroll1 {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(calc((var(--slider1-inner-width)) - 100px));
  }
}
.slider1 {
  -webkit-transform: translate3d(0, 0, 0);
  animation: scroll1 linear infinite var(--slider1-speed);
  width: calc(2 * var(--slider1-inner-width));
  transition: animation-play-state ease .5s;
}
.slider1:hover {
  animation-play-state: paused;
}

.flex-container1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  background: #000;
}

.slider-container1 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider-container1 .slider1 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  width: 70%;
}
.slider-container1 .slider__slide1 {
  height: 100px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  width: 45%;
}
.slider-container1 .slider__slide1:hover {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.slider-container1 .slider__slide1 .slide__content1 {
      height: 110px;
}



@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
.slider {
  --slider-inner-width: 2500px;
  --slider-speed: 60s;
}

@keyframes scroll {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(calc((0px - var(--slider-inner-width)) - 5%));
  }
}
.slider {
  -webkit-transform: translate3d(0, 0, 0);
  animation: scroll linear infinite var(--slider-speed);
  width: calc(2 * var(--slider-inner-width));
  transition: animation-play-state ease .5s;
}
.slider:hover {
  animation-play-state: paused;
}

/* Main styles CSS */
.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  background: #000;
}

.slider-container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider-container .slider {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  width: 70%;
}
.slider-container .slider__slide {
  height: 100px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  width: 45%;
}
.slider-container .slider__slide:hover {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.slider-container .slider__slide .slide__content {
      height: 110px;
}


img.logos {
    height: 90px;
}

.description {
  font-size: 1.2rem;
  max-width: 65ch;
  padding: 2rem;
  margin: 5rem 2rem 0;
  background: white;
  border-radius: 1rem;
}
.description p {
  margin-bottom: 2em;
}
.description ul {
  margin-top: -1.5rem;
}
.description ul li {
  margin-top: 1rem;
}

.footer{
    background: #000;
    color: #fff;
}
.footer-heading{
    color: #F8C552;
    font-size: 26px;
    font-weight: 600;
}
section.contact .container {
    padding: 10px 15px;
    margin-top: 70px;
    padding-bottom: 0;
}
.contact-heading1{
    background: #000;
}
.contact-heading2{
    background: #333333;
    color: #fff;
    padding: 50px 20px;
    padding-left: 120px;
}
.contact-heading{
    font-size: 70px;
}
.map{
    position: relative;
    top: -100px;
    }    
.location{
    font-size: 20px;
    font-weight: 600;
}
.contact-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer-icons{
    padding-right: 10px;
}


.video-container {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
.what-we-do-gif{
    width: 120%;
    position: relative;
    top: -75px;
}

.video-container1 {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.video-container1 .video-wrapper1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container1 video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper1 #circle-play-b1 {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper1 #circle-play-b1 svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

.last-text{
    bottom: 0;
    position: absolute;
    font-size: 20px;
}
.portf-bttn{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
button.button-solution {
    background: #F8C552;
    border: none;
    padding: 10px 50px;
    border-radius: 15px;
}

.heading-about{
    font-size: 30px;
}

.para-about{
    font-size: 18px;
}



.single-view-content {
  background: none;
  width: 40%;
  overflow-y: auto;
  position: relative;
}


.swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 100px;
}

.btn.btn-main {
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border: none;
  position: relative;
  padding: 15px 40px;
}
.btn.btn-main:before {
  content: "";
  width: 5px;
  background: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.flex-box-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

* {
  box-sizing: border-box;
}

.main-single-view {
  flex-basis: 500px;
  width: 60%;
}

.swiper-slide {
  width: 500px;
}

.team-info {
  padding: 0;
  list-style: none;
  position: relative;
}

.team-info .team-info-item {
  font-size: 22px;
  padding: 15px 30px;
  display: none;
  position: absolute;
}

.team-info .team-info-item.active {
  display: block;
}

@-webkit-keyframes team-info-item {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(30, 0, 0) !important;
  }
}

.team-info-item.active .heading,
.team-info-item.active .content {
  -webkit-animation-name: team-info-item;
  animation-name: team-info-item;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
}
.team-info-item.active .content {
  -webkit-animation-delay: 0.2s;
}
.heading {
  margin: 0;
}
.content {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  margin-top: 15px;
}

.fsocial {
  list-style: none;
  padding: 0;
  display: flex;
}

.fsocial li {
  margin: 5px 15px;
  margin-bottom: 50px;
}
.fsocial li:first-child {
  margin-left: 0;
}

.fsocial li img {
  width: 30px;
  filter: invert(1);
}

.exp-time {
  list-style: none;
  padding-left: 20px;
  margin-left: 0px;
  line-height: 15px;
}
.exp-time li {
  position: relative;
  margin-bottom: 20px;
}
.exp-time li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #000;
  display: block;
  position: absolute;
  left: -26px;
  top: 2px;
}

.fw300 {
  font-weight: 300;
}

.exp-time h4,
.exp-time h2,
.exp-time p {
  margin: 0;
}

.swiper-slide:hover {
  cursor: ew-resize;
}
.arrow-box {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 5px 50px;
}
.arrow-box .slideNext,
.arrow-box .slidePrev {
  transition: all 0.3s;
  cursor: pointer;
}

.arrow-box .slidePrev:hover {
  transform: translateX(-10px);
}
.arrow-box .slideNext:hover {
  transform: translateX(10px);
}
.arrow-box svg {
  width: 30px;
}

section.services .container{
    background: #5656563b;
}

/*home-carousel*/
/*div img {
  object-fit: cover;
  max-width: 100%;
}*/
#owl-demo .item {
  padding: 30px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.card{
    background: unset;
    padding-top: 20px;
    padding-bottom: 20px;
}

article.content p {
    line-height: 25px;
}
/* 
*   Core Owl Carousel CSS File
*   v1.3.3
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-item img{
        width: 80%;
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.hoverable:hover{
        transform: scale(1.1);
}

/*services slider*/
.device {
  width: 100%;
  background: #ffffff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: -1px 24px 41px -6px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: -1px 24px 41px -6px rgba(0, 0, 0, 0.27);
  box-shadow: -1px 24px 41px -6px rgba(0, 0, 0, 0.27);
}

/* start section css */

/* first div */
.planet {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
img.main_pictures {
  width: 40%;
  margin-left: 30px;
}

/* second div */
.mountains {
  margin: 40px;
  position: relative;
  width: 400px;
  height: 200px;
  right: 20px;
}
.mountains_img {
  width: 67%;
}

/* third div */
.paper {
  margin: 30px;
  position: relative;
  width: 400px;
  height: 220px;
}
.paper_img {
  width: 60%;
}
.border {
  position: absolute;
  top: 30px;
  left: 3px;
  width: 320px;
}
.lines {
  position: absolute;
  top: 88px;
  width: 33%;
  left: 64px;
}

/* END MAIN IMAGES */

.orbit_1 {
  position: absolute;
  top: 26px;
  left: 33px;
  width: 230px;
  height: auto;
  z-index: 2;
}
.orbit_2 {
  position: absolute;
  top: 23px;
  right: 14px;
  width: 240px;
  height: 200px;
  z-index: 1;
}
img.pictures {
  width: 90%;
}

/* MID */
.mid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 9rem;
  display: inline-block;
}
.mid h1 {
    color: #000;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}
.mid p {
  text-align: left;
    font-size: 18px;
    color: #000;
    padding-left: 20px;
}
.paper_img {
  z-index: 1;
}
.lines {
  animation: lines_moves 1.5s ease-in-out infinite;
  z-index: 2;
}
.btm {
  position: relative;
  height: 10rem;
}
.services{
  display: block;
}
.mob-services{
  display: none;
}
.copyright{
    position: absolute;
    bottom: -60px;
}


@media (max-width: 1600px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {


}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
  .container {
    padding: 10px 20px;
}
  .what-we-do-gif {
    width: 80%;
    position: relative;
    top: -100px;
}
section.home-banner .container {
    padding: 10px 15px;
    padding-top: 70px;
    padding-bottom: 0;
}
.video-home{
      padding-top: 200px;
      background: #000;
}
.mob-slid{
      top: -110px;
    z-index: 1000;
}
.last-text {
    position: unset;
    font-size: 17px;
    padding-top: 20px;
}
img.logos {
    height: 40px;
}
.slider-container {
    padding-top: 20px;
}
.slider-container1 {
    padding-top: 20px;
}
.col-md-6.about-us1 {
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.footer {
    text-align: center;
}
.mob-icon{
  padding-top: 20px;
}
  .contact-heading1 {
    padding: 0;
}
.map {
    top: 0;
}
.contact-heading2 {
    padding-left: 30px;
}
.services-heading{

}
.contact-heading {
    font-size: 50px;
}
.mob-down{
    padding-bottom: 300px;
    text-align: center;
    padding-top: 30px;
}
.services{
  display: none;
}
.mob-services{
  display: block;
}
.mob-points{
  color: #000;
  list-style: none;
  text-align: left;
  padding-left: 20px;

}
.slider-container .slider{
    width: 100%;
}
.heading-about{
    font-size: 25px;
}
.para-about {
    font-size: 16px;
}

}

@media (max-width: 525px) {
  .infra-item-monitor {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
  }