:root {
  --color-primary:#166898;
  --color-gradient-start:#166898;
  --color-gradient-stop:#166898;
}

body {
 font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.75em;
  font-size: 18px;
  color: #9e9e9e;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Poppins', sans-serif;
  color: #282828;
  font-weight: 500;
}
.font2
{
	font-family: 'Lobster Two', cursive;
}

.h1, h1 {
  font-weight: 700;
  line-height: 1.6363em;
  font-size: 55px;
}

.h2, h2 {
  line-height: 1.111em;
  font-size: 45px;
}

.h3, h3 {
  line-height: 1.111em;
  font-size: 37px;
}

.h4, h4 {
  line-height: 1.7em;
  font-size: 24px;
}

.h5, h5 {
  line-height: 1.9em;
  font-size: 20px;
}

.h6, h6 {
  line-height: 1.8em;
  font-size: 16px;
}

.main-nav > li > a {
  font-weight: 500;
  color: #252525;
}

.main-nav > li > a.is-active > a,
.main-nav > li > a.current-menu-item > a,
.main-nav > li > a:hover > a,
.main-nav > li > a > a:hover {
  color: #ff6faf;
}

.main-footer {
  color: #92959b;
}

.main-footer a:not(.btn) {
  color: #92959b;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #ffffff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a {
    color: #353535 !important;
  }
  .mainbar-wrap.is-stuck .social-icon a:hover,
  .mainbar-wrap.is-stuck .main-nav > li > a:hover {
    color: #ff6faf !important;
  }
}
.socialicon
{
	width: 50px; height: 50px; z-index: 999;    
    border-radius:50%; position: fixed;
}
.bounce 
{    
    bottom: 20px;
    right: 20px;	
}

.facebook 
{
    bottom: 80px;
    right: 20px;
}

.instagram 
{
    bottom: 140px;
    right: 20px;
}

.twitter
{
    bottom: 200px;
    right: 20px;
}

.featureicon
{
	width: 100px !important; height: auto !important;
}
.galleryborder
{
	border: 2px solid #337ab7;
}

html
{
scrollbar-color:#166898 #FFFFFF;
scrollbar-width: thin !important;
}
html::-webkit-scrollbar {width: 4px;height:10px;border-radius: 20px;background-color:transparent;}
html::-webkit-scrollbar-thumb {background: #166898;border-radius: 20px;}

#jpreOverlay {
background-color: #000000;
position:absolute;
width:100%;
height:100%;
}
#jpreSlide{
font-size:22px;
color:#ccc;
text-align:center;
width:50%;
height:30%;
}
#jpreLoader{
width:400px;
height:2px;
background:#111;
border-radius:25px;
-moz-border-radius:25px;
-webkit-border-radius:25px;
}

#jpreBar {
background:#222;
border-radius:25px;
-moz-border-radius:25px;
-webkit-border-radius:25px;
}

#jprePercentage {
color:#000;
z-index:-1;
font-family:Arial,Helvetica,sans-serif;
text-align:center;
margin-top:10px;
font-size:64px;
margin-top:-15px;
}

#jSplash{
line-height:200%;
}

#jSplash section{
padding:0;
display:block;
background:none !important;
}
#jpreBar{
background-color:#166898 !important;
}



