@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');


html {
  scroll-behavior: smooth;
}
.navbar-dark {
  background-color:black;
  color: white;
}
.title {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size:1.1em;
}
.getConsultation {
  color: black;
  font-family: "Roboto", sans-serif;
}
.navs {
  padding: 5px;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  
}
.navs:hover {
  color: pink;
  cursor: pointer;
}
.mail-text-footer{
  font-family: 'Roboto Condensed', sans-serif;
  margin-left:10px;
  margin-top:5px;
}
.footernavs {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
}
.fa-envelope{
    font-size:1.2em;
    margin-left:5px;
}

.logo {
  width: 150px;
  object-fit: contain;
}
.footernavs:hover {
  cursor: pointer;
}
.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid lightgray;
  box-shadow: 1px 1px 10px lightgray;
  transition: all 250ms ease-in;
}
.iframe-container iframe:hover {
  transform: scale(1.08);
}
.youtube-gallary {
  width: 97.5%;
  padding: 20px;
  margin-bottom: 50px;
}
@media (max-width: 824px) {
  .youtube-gallary {
    width: 93%;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
  z-index: 1;
}

.icon-bar2 {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar2 a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar2 a:hover {
  background-color: #000;
}

.facebook2 {
  background: #3b5998;
  color: white;
}

.twitter2 {
  background: #55acee;
  color: white;
}

.google2 {
  background: #dd4b39;
  color: white;
}

.linkedin2 {
  background: #007bb5;
  color: white;
}

.youtube2 {
  background: #bb0000;
  color: white;
}

.content2 {
  margin-left: 75px;
  font-size: 30px;
}

/*GO TO TOP*/
