html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
	color: #626262;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: "kern" 1;
	-moz-font-feature-settings: "kern" 1;
}
@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: var(--gray-dark);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-collapse.open {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem); /* Account for horizontal padding on navbar */
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: var(--blue);
}

.nav-underline .active {
  font-weight: 500;
  color: var(--gray-dark);
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: var(--purple); }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.text-shadow { text-shadow: 0 .25rem .75rem rgba(0, 0, 0, .3); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }
html, body {
	height: 100%;
}
body.mobile {
	position: relative;
}
body.pace-primary .pace .pace-progress {
	background-color: #6d5cae;
}
body.pace-success .pace .pace-progress {
	background-color: #10cfbd;
}
body.pace-complete .pace .pace-progress {
	background-color: #48b0f7;
}
body.pace-warning .pace .pace-progress {
	background-color: #f8d053;
}
body.pace-danger .pace .pace-progress {
	background-color: #f55753;
}
body.pace-dark .pace .pace-progress {
	background-color: #000000;
}
body.pace-white .pace .pace-progress {
	background-color: #ffffff;
}
.small-header{
	min-height:100px;
}

.mobile-wrapper {
	height: 100%;
	width: 100%;
}
.mobile-wrapper>.swiper-wrapper>.swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: initial;
	display: block;
}


.pace .pace-progress {
	background-color: #6d5cae;
}
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: 300;
	color: #2c2c2c;
}
h1 {
	font-size: 44px;
	line-height: 55px;
	letter-spacing: -0.009em;
}
h1.mega {
	font-size: 110px;
	line-height: 89px;
}
h2 {
	font-size: 31px;
	line-height: 42px;
}
h3 {
	font-size: 27px;
	line-height: 40px;
}
h4 {
	font-size: 22px;
	line-height: 31.88px;
	letter-spacing: -0.0045em;
	-webkit-text-stroke-width: 0.24px;
}
h5 {
	font-size: 18px;
	line-height: 25.88px;
}
h3 small, h4 small, h5 small {
	font-weight: 300;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
	padding-bottom: 10px;
}
.block-title {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
a {
	text-shadow: none!important;
	color: #3a8fc8;
	transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}
a:focus, a:hover, a:active {
	color: #48b0f7;
}
a, a:focus, a:hover, a:active {
	outline: 0!important;
	text-decoration: none;
}
p{
	letter-spacing: 0.166667px;
}
br {
	line-height: normal;
	clear: both;
}
.header{
	transition:all .5s;
}
.header {
    height: 100px !important;
}
.header.minimized {
    height: 60px !important;
}
.header li > a{
	font-weight:bold;
}
.header.dark {
    background-color: rgba(18,44,61,0.87) !important;
}

.nav-item{
	text-transform: uppercase;
}

.dropdown:hover .dropdown-menu {
display: block;
}

.dropdown-menu{
	top:75%;
}
#education{
	background-color:rgb(240, 240, 240);
}
.contactShare {
    margin: 0px;
    padding: 0px
}

.contactShare li {
    list-style: none;
    padding: 0px 10px 20px 10px;
    display: inline-block
}

.contactShare li a:before, .contactShare li a {
    width: 64px;
    height: 64px;
    display: block;
    text-indent: 999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 64px 128px;
    -webkit-background-size: 64px 128px;
    -o-background-size: 64px 128px;
    -moz-background-size: 64px 128px
}

.contactShare li a:before {
    content: '';
    background-position: 0 -64px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.contactShare li:hover a:before {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.contactShare li a.facebook {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_facebook.png)
}

.contactShare li:hover a.facebook:before {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_facebook.png)
}

.contactShare li a.youtube {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_youtube.png)
}

.contactShare li:hover a.youtube:before {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_youtube.png)
}

.contactShare li a.twitter {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_twitter.png)
}

.contactShare li:hover a.twitter:before {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_twitter.png)
}

.contactShare li a.google {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_google.png)
}

.contactShare li:hover a.google:before {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_google.png)
}

.contactShare li a.rss {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_rss.png)
}

.contactShare li:hover a.rss:before {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_rss.png)
}

.contactShare li a.dribbble {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_dribbble.png)
}

.contactShare li:hover a.dribbble:before {
    background-image: url(/prx/000/http/studentwebhosting.com/media/themes/studentwebhosting/images/soc_dribbble.png)
}