@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

body{
    background-color: #EAEAEA !important;
}
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ----------------------NAVBAR-------------------------- */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

.navbar-light {
  background-color: #ffffff;
  color: blue;
  font-weight: 600;
  /* font-size: 15px; */
}


.navbar-brand img{
  max-height: 60px;
  /* margin-right: 20px; */
}

.nav-item{
  padding-right: 3px;
}


/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ----------------------Carousel------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

.carousel-inner{
  max-height: 600px;
}


.header-card{
  position: relative;
  text-align: center;
  /* font-size: calc(48px + 10 * ((100vw - 320px) / 680));; */
  font-size: 6vw;
  color: white;
  font-weight: 600;
  font-family: Montserrat;


}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ----------------------MAIN---------------------------- */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */



/* ------------------------------------------------------ */
/* ----------------------HOME---------------------------- */
/* ------------------------------------------------------ */
.AboutBalting{
  margin-top: 10px;
  padding: 15px;
  color: black;
  background-color: white;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.about_text{
  margin-left: 6vw;
  margin-right: 6vw;
  font-family: Montserrat;
  /* font-size: 24px; */
  font-size: calc(16px + 1 * ((100vw - 320px) / 680));
  /* font-size: calc(14px + (26 - 16) * ((100vw - 300px) / (1600 - 300))); */
  text-align: justify;
}

.about_h2{
  color: orange;
  /* font-family: Montserrat; */
  font-style: normal;
  font-weight: bold;
  /* font-size: 42px; */
  font-size: calc(24px + 7 * ((100vw - 320px) / 680));
  /* line-height: 49px; */
  text-align: center;
}
/* ------------ */

/* about seo */
#MainInfo{
  background-color: white;
  margin-bottom: 35px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: calc(16px + 2.5 * ((100vw - 320px) / 680));

}

.n{
  font-weight: 500;
  /* padding-right: 30px; */
  font-family: Montserrat;
  font-size: calc(16px + 2.5 * ((100vw - 320px) / 680));
  /* font-size: 21px; */

}

#SEO-block{
  margin-top: 2vh;
}


.seo{
  /* max-width: 320px; */
  width:100%;
  height: auto;
}

.img-thumbnail{
  width: 100%;
  height: auto;
}



/* ------------------------------------------------------ */
/* ----------------------FOR ALL------------------------- */
/* ------------------------------------------------------ */

.development-text{
  font-size: calc(20px + 3
     * ((100vw - 320px) / 680));
  font-family: Montserrat;
  margin-left: 6vw;
  margin-right: 6vw;

}
.text-card{
  margin-top: 3vw;
  margin-bottom: 3vw;

}


.list-card{
  font-size: calc(20px + 4 * ((100vw - 320px) / 680));
  font-family: Montserrat;
  margin-left: 7vw;
  margin-right: 7vw;

}
h3{
   font-size: calc(20px + 3 * ((100vw - 320px) / 680));
}



#MainInfo{
  background-color: white;
  margin-bottom: 35px;
}


/* ------------------------------------------------------ */
/* ----------------------SEMINARS------------------------ */
/* ------------------------------------------------------ */


.seminars-text{
  font-size: calc(20px + 3
     * ((100vw - 320px) / 680));
  font-family: Montserrat;
  margin-left: 5vw;
  margin-right: 5vw;

}

/* ------------------------------------------------------ */
/* ----------------------SOLUTION------------------------ */
/* ------------------------------------------------------ */

#solution{
  margin-left: 5vw;
  margin-right: 5vw;
}

.solution-text{
  font-size: calc(16px + 3
     * ((100vw - 320px) / 680));
  font-family: Montserrat;
  margin-left: 5vw;
  margin-top: 1vw;
  margin-bottom: 3vw;
  margin-right: 5vw;


}

/* ------------------------------------------------------ */
/* ----------------------CONTACTS------------------------ */
/* ------------------------------------------------------ */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;

}


.responsive {
  width: 100%;
  height: auto;
}


/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ----------------------GRID---------------------------- */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */


/* heading  */
h1{
  text-align: center;
}

.card{
  margin-top: 24px;
  border-radius: 10px;
  border: 0px;
  position: relative;
  /* text-setting */
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 24px;

}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
}

.card{
  box-shadow: 0px 2px 2px  rgba(0, 0, 0, 0.25);
  transition: 200ms;
}

.card:active{
  opacity: 0;
  transform: scale(1.1);
}

.card:hover{
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}


#services_img{
  border-radius: 10px;
}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ----------------------FOOTER-------------------------- */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

#sticky-footer{
  margin-top: 20px;
}
