.logo {
  width: 14%;
  height: auto;
}

.home-hero-section {
  background-size: cover;
  background-image: url(../images/home-bg.jpg);
  min-height: 717px;
}

.copyright {
  position: absolute;
  bottom: 5px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-brand {
  width: 40%;
  margin-right: 0!important;
}

.btn .top-menu {
  padding: 5px 20px;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.home-hero-sub-section {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/grey-texture-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  font-size: 38px;
  font-weight: 700;
}

.sub-title {
  font-weight: 700;
  font-size: 17px;
  color: #4a57cc;
}

h4.icon-title {
  font-weight: 700;
  font-size: 16px;
  padding-top: 15px;
}

.line {
  color: #4a57cc;
  opacity: 1;
  width: 5%;
  height: 5px!important;
}

.bi {
  color: #9c47fc;
  display: block;
  background: -webkit-linear-gradient(#9c47fc, #356ad2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 992px) {
  .copyright {
    position: relative;
    bottom: auto;
  }
  .home-hero-section {
    padding: 50px 15px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-brand img{
    height: 70px;
  }
}


@media screen and (max-width: 991px) and (min-width: 768px) {
  .navbar-brand img{
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand img{
    height: 65px;
  }
}

.start-header {
	opacity: 1;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
  background: #f8f8f8;
}
.start-header.scroll-on .navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
  width: auto;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-brand img{
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.navbar {
  padding-top: 1.5rem;
  -webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0a58ca;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 25px;
  -webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}