#fixed-top {
	height: 60px;
	top:0px;
	position: fixed;
	z-index: 950;
	background: transparent;
	width: 100%;
		background: #fff;
	-webkit-box-shadow: 0px 3px 2px -5px rgba(82,82,82,1);
-moz-box-shadow: 0px 3px 2px -5px rgba(82,82,82,1);
box-shadow: 0px 3px 2px -5px rgba(82,82,82,1);
	
}

nav {margin-bottom: 60px;}


#hamburger {
	position: fixed;
	right: 20px;
	top:20px;
}

#logo_topp {
	position: absolute;
	left: 20px;
	top:10px;
}

#contact-us-icon {
	position: absolute;
	right: 80px;
	top:14px;
}


#navigator  {
	font-size: 18px;
	letter-spacing: -1px;
	position: absolute;
	background: #fff;
	top:60px;
	width: 100%;
	  -moz-transition:opacity 500ms ease-in;
	-webkit-transition:opacity 500ms ease-in;
	-o-transition:opacity 500ms ease-in;
    opacity: 0;
    z-index: -10;
    padding-bottom: 80px;
}

#navigator a:hover {
	color: #56cad4;
}

#navigator.show {
	opacity: 1;
    z-index: 900;
    position: fixed;
    top: 0px;
    padding-top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 100%;
    overflow: scroll;
    min-width: 100%;
    background: #fff;
}



.contents {
    position: relative;
    z-index: 801;
}

ul.navlist {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.padding-top-and-bottom {padding-top: 20px;margin-bottom: 40px;}


li.end:last-of-type {

}

ul.navlist li {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	position: relative;
}

.group-title {
 	 width: 90%;
    border-top: 1px solid #0b5472;
    text-align: center;
    margin-top: 40px;
    margin-left: 5%;
    margin-bottom: 40px;
    }
    
.group-title h6 {
    display: inline-block;
    position: relative;
    top: -20px;
    border: 1px solid #0b5472;
    background: #0b5472;
    color: #fff;
    padding: 13px 60px 10px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 13px;
    line-height: 13px;
} 

#navigator.show .group-title h6:hover {
	color: #fff;
	background: #56cad4;
}

.menu-info {
	    font-size: 12px;
    letter-spacing: 0;
    width: 90%;
    padding-left: 10%;
    margin-bottom: 10px;
    position: absolute;
    margin-top: -40px;
}

.navlist h7 {
	text-align: center;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1em;
} 


/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 9px;
}

#nav-icon1 span:nth-child(3) {
  top: 18px;
}

#nav-icon1.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



#under-nav-topp {
	position: fixed;
	z-index: 951;
	width: 80%;
	height: 60px;
	top:0px;
	text-align: center;
	margin-left: 10%;
}

#under-nav-topp.hide {
	opacity: 0;
}

ul.under-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 60px;
}

ul.under-nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
}

ul.under-nav li a:hover {
	color: #56cad4;
}



.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63,249,220);
  background: linear-gradient(0deg, rgba(63,249,220,0.1) 33%, rgba(63,249,220,1) 100%);
  animation: spin .8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  border-radius: 50%;
}

.spinner-wrapper {
	position: absolute;
	height: 100vh;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.spinner-box {
  width: 300px;
  height: 300px;

  background-color: transparent;

}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}




@media screen and (max-width:855px) {	
ul.under-nav li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0px;
}

#under-nav-topp {

}

#contact-us-icon {
	display: none;
}


.group-title {margin-bottom: 0px;}	

.navlist h7 {font-size: 28px;
	letter-spacing: -1px;
	
}

#logo_topp {
	left: 0;
	top: 0;
	
}
	
	}
	
	
	
.signup_text {
	color: #56cad4;
}

.signup_front {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}


.dark-blue {color:#0b5472;}



.es-field-wrap input  {
    width: 100%;
    border: 1px solid #56cad4;
    color: #56cad4;
    -webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-appearance: none;
    height: 50px;
}

.es-field-wrap  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#0b5472;
  opacity: 1; /* Firefox */
}

.es-field-wrap  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#0b5472;
}

.es-field-wrap  ::-ms-input-placeholder { /* Microsoft Edge */
  color:#0b5472;
}


.signup_front input[type=submit] {
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 0;
    width: 8.625rem;
    height: 3.125rem;
    font: inherit;
}


.signup_front input[type=submit] {
    display: inline-block;
    font-size: 11px;
    border: 1px solid #0b5472;
    background: #0b5472;
    text-transform: uppercase;
    letter-spacing: 3px;
    min-height: 50px;
    color: #fff;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    text-align: center;
}

.signup_front input[type=submit]:hover {
	background: black;
	color: #fff;
	}



.caldera-grid input[type=submit] {
    display: inline-block;
    font-size: 11px;
    border: 1px solid black;
    background: black;
    text-transform: uppercase;
    letter-spacing: 3px;
    min-height: 50px;
    color: #fff;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    text-align: center;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.send-wrap {
	width: 400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
   
}





