.seperator-10
{
	height: 10px;
}
.seperator-20
{
	height: 20px;
}
.seperator-30
{
	height: 30px;
}
.seperator-40
{
	height: 40px;
}
.seperator-50
{
	height: 50px;
}
/**********************************snow effect***************************************/
 .winter-is-coming, .snow {
  z-index: 100;
  pointer-events: none;
}

.winter-is-coming {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
/*  background: #333;*/
}

.snow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: falling linear infinite both;
          animation: falling linear infinite both;
  -webkit-transform: translate3D(0, -100%, 0);
          transform: translate3D(0, -100%, 0);
}
.snow--near {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
  background-size: contain;
}
.snow--near + .snow--alt {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.snow--mid {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  background-image: image-url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png");
  background-size: contain;
}
.snow--mid + .snow--alt {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.snow--far {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  background-image: image-url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png");
  background-size: contain;
}
.snow--far + .snow--alt {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}



@-webkit-keyframes falling {
  0% {
    -webkit-transform: translate3D(-7.5%, -100%, 0);
            transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(7.5%, 100%, 0);
            transform: translate3D(7.5%, 100%, 0);
  }
}

@keyframes falling {
  0% {
    -webkit-transform: translate3D(-7.5%, -100%, 0);
            transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(7.5%, 100%, 0);
            transform: translate3D(7.5%, 100%, 0);
  }
}
/***********************************end snow effect************************************/
 .arrow {
    width: 30px;
    height: 30px;
    border-top: 1px solid #d4d9dc;
    border-right: 1px solid #d4d9dc;
    display: table-cell;
    text-indent: -99em;
    background: none;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: calc(35%);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}
.bg-white
{
	background: #fff;
}
/*==================================================
 * Effect 5
 * ===============================================*/
.one-edge-shadow {
  box-shadow: 0 28px 19px -18px rgba(0,0,0,0.4)
}
.gmd-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
a.head-btn
{
background: #009cde;
    background-image: none;
background-image: none;
background-image: linear-gradient(90deg, #009cde 0, #0079C2 100%);
color: #fff !important;
padding: 10px 33px;
text-align: center;
border-radius: 54px;
position: relative;
top: -32px;
width: 192px
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.shadow-none {
    box-shadow: none !important;
}

.section-about
{
	padding: 4rem 0;
}
.bg-grey
{
	background: #F5F7FA;
}
#mainNav {
   padding: 15px 10px;
/*  height:70px;*/
}
#mainNav .navbar-brand
{
	float: left;
}
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f056";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f055";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.btn-solid-white
{
	border: 1px solid #fff;
	background: #fff;
	color: #000 !important;
	border-radius: 50px;
	padding: 8px 25px !important;
	font-size: 12px !important;
	text-transform: unset !important;
	font-weight: 100px !important;

}
.btn-solid-blue
{
	border: 1px solid #0072BD;
	background: #0072BD;
	color: #fff !important;
	border-radius: 50px;
	padding: 8px 25px !important;
	font-size: 12px !important;
	text-transform: unset !important;
	font-weight: 100px !important;

}
.btn-line-white
{
	border:1px solid #fff;
	background:transparent;
	color:#fff;
	border-radius: 50px;
	padding:8px 25px !important;
	font-size: 12px !important;
	text-transform: unset !important;
	font-weight: 100px !important;
	margin-right: 10px;
	margin-left: 30px;
}
.btn-line-white:hover, .btn-solid-white:hover
{
text-decoration: none;
}
.btn-line-blue
{
	border:1px solid #0072BD;
	background:transparent;
	color:#0072BD;
	border-radius: 50px;
	padding:8px 25px !important;
	font-size: 12px !important;
	text-transform: unset !important;
	font-weight: 100px !important;
	margin-right: 10px;
	margin-left: 30px;
}
.btn-line-white.lg
{
	padding: 14px !important;
    font-size: 14px !important;
}
.header-text
{
	margin-top: 70px;
}
.panel-info .panel-heading1
{
  background: #009cde;
  background-image: none;
  background-image: linear-gradient(90deg, #009cde 0, #0079C2 100%);
  color:#fff;
  padding: 20px 10px;
}
.panel-info .panel-heading2
{
	background: #0079C2;
	background-image: none;
	background-image: linear-gradient(90deg, #0079C2 0, #0055A5 100%);
	color:#fff;
	padding: 20px 10px;
}
.panel-info .panel-heading3
{
	background: #0055A5;
    background-image: none;
    background-image: linear-gradient(90deg, #0055A5 0, #003188 100%);
	color:#fff;
	padding: 20px 10px;
}
.blue-bg
{
	background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
    color: #fff;
    min-height: 60px;
}
.middile-box
{
	border-left:1px solid rgba(255,255,255,0.3);
	border-right:1px solid rgba(255,255,255,0.3);
} 

#slogan
{
	display: block;
}
#footer
{
	 background: #677987 url('../../assets/img/footer.png') !important;
}
#footer p a
{
	color:#fff;
	padding: 0 13px;
	border-right:1px solid #fff;
}
.address-box
{
	padding:33px 39px
}
.address-box h4
{
text-transform: uppercase;
margin-bottom: 20px;
color:#1F3D7C;
font-weight: 600;
}
.address-box p
{
	color:#212529;
}
.map img
{
	border:1px solid rgba(0,0,0,0.1);
}
/********************social Icon**********************/

/********************endsocial Icon**********************/
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
ul.social-network li a
{

 background-color: #D3D3D3;   

}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/**********************************************************************/
.head-mob-img
{
position: absolute;
width: 76%;
right: 0;
top: 0;
}
.app {
    display: inline-block;
   
    height: 40px;
    width: 135px;
    background: url("../../assets/img/mobile/appbadges_2x_sprite.png") no-repeat 0 0;
        background-size: auto auto;
    background-size: 135px 800px;
}
a.apple:hover
{
	background-position: 0 -40px;
}
.android
{
	background-position: 0 -80px;
}
a.android:hover
{
	background-position: 0 -120px;
}
.mobbtn
{
display:none;
}
.mobile-head
{
	height: 70vh !important;
}
.mobile-text
{
	padding: 100px 15px;
	width: 50%;
}
.mob-img img
{
	width: 50%;
}
.mobile-rt-img {
	text-align: right;
	float: right;
    width: 50%;
}
.mobile-rt-img img
{
	width: 50%;
}
.text-masthead
{
	height: 30vh;
}
/*******************************Profile css****************************************/
.user-wrapper {
    max-width: 480px;
    margin: 0;
    background: #fff;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(184,184,184,0.6);
    -moz-box-shadow: 0px 0px 20px 2px rgba(184,184,184,0.6);
    box-shadow: 0px 0px 20px 2px rgba(184,184,184,0.6);
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
.profile-header
{
	padding: 20px;
	text-align: center;
	color:#fff;
}

.profile-header.green {
   /* background: linear-gradient(180deg,#53d9b5 0,#376737 100%);
    background: -o-linear-gradient(-90deg,#53d9b5 0,#376737 100%);*/
      background: linear-gradient(45deg,#58b4d3 0,#695fb5 100%);
    background: -o-linear-gradient(45deg,#58b4d3 0,#695fb5 100%);
}
.profile-img
{
	width:100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
	background:url('../img/user.jpg');
    margin:0 auto 20px;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 5px 12px 0 rgba(2,2,2,.3);

}
.profile-header h5
{
	margin-bottom: 0;
	font-size: 16px;
}
 .profile-header p
{
	margin-bottom: 0;
	font-size: 14px;
}
.profile-body
{
background: #fff;
padding: 0 10px;
}
.amount-number {
    display: inline-block;
    color: #6c7378;
    font-weight: 300;
    font-size: 58px;
    line-height: initial;
    outline: 0;
    border: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    width:300px;
    background-color: transparent;
    margin-top: -.25em;
}
.amount-number sup
{
	font-size: 24px;
	top:-20px;
}
.mar-0
{
	margin:0;
}
.amount
{
	
	color:#6c7378;
}
.profile-btn
{
	font-style: 13px;
	width: 300px;
	font-weight: 400;
	padding: 10px;
	background: none repeat 0 0 #0070ba;
}
/********************************end profile css***************************************/
/*********************************form-wizard************************************************/
/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}
input.invalid {
  background-color: #ffdddd;
}
#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
/***********************************end form wizard********************************************/
.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}
.sticky-footer
{
	/*position: relative;
	width: 100%;
	bottom: 0;*/

}
.signup-box
{
	min-height: 500px; 
	/*margin-bottom: 120px;*/
}
.center-body {
    display: table;
    width: 100%;
    
}
.verticle-middile {
    height: 76vh;
    display: table-cell;
    vertical-align: middle;
    padding: 40px;
    margin-bottom: -142px; 
    
}
a.text-secondary:hover span, a.text-secondary:hover i
{
	color:#0097DA;
}
.navbar-shrink #clr
{
	display: block !important;
}
@media (max-width: 768px) {
.webbtn
{
display:none;
}
.mobbtn
{
display:block;
}
#clr
{
	display: block !important;
}
header.masthead
{
	margin-top: 79px;
	padding-bottom:0;
	height: auto;
	background-position: -475px !important;
}
.mobile-head
{
	height: auto !important;
}
.header-text
{
	margin-top: 0;
}
.home-header
{
	padding: 50px 10px !important;
}
section
{
	padding: 3rem 0;
}
#footer p a
{
	float: left;
	display: block;
	width: 100%;
	border-right:none;
}
.head-mob-img
{
	width: 100%;
	position: relative;
	margin: 20px 0;
}
.mobile-text
{
	padding: 30px 15px;
	width: 100%;
	float: left;
}
.mob-img
{
	text-align: center;
}
.mobile-rt-img {
	text-align: center !important;
	width: 100%;
}
.sticky-footer
{
	position: relative;
}
.navbar>.container,.navbar>.container-fluid {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 }
#slogan
{
	display: none;
}
.header-text h1
{
	font-size: 15px;
	margin-top: 80px;

}
.mob-cen-t
{
	text-align: center;
}
}
@media (max-width: 1024px) {
.address-box {
    padding: 10px 22px;
}
}