body {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #777;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.form-container {
	background: #fff;
	padding: 25px;
	border-radius: 3px;
	margin-top: -100px;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: 1px 1px 8px #cccccc;
	box-shadow: 1px 1px 8px #cccccc;

}
.form-container div {
	margin: 20px 0;
}
.form-container input, .form-container select {
	border:;
	border-bottom: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif; font-weight:300;
	font-size: 12px;
	border-radius: 0px;
	-webkit-appearance: none;
	color: #000;
	letter-spacing: 1px

}
.package {
  letter-spacing: 5px;
  color: #82bfed;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 23px;
}
.showSm {
  display: inherit;
}
.showLg {
    display: none !important;
}

@media screen and (min-width: 992px) {
.package {
   padding-top: 0px !important;
}
}
@media screen and (min-width: 1279px) {
.package {
    padding-top: 24px !important;
}
}
.form-container option {
	margin: 0;
}
.form-container label {


}
.form-container h4 {
	margin: 0;
}

.main-content {
	padding-top: 25px;
}
.main-content .white-box {
	padding: 25px;
	margin: 25px 0
}

button {
  border: 3px;
  border-radius: 30px;
  border-style: solid;
  background-color: #1b76bb;
  border-color: #82bfed;
  margin-top: 25px;
  letter-spacing: 5px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px
}

button:hover {
  background-color: #13507f !important;
}

ol a {
  color: #444444 !important;
}

ol a:hover {
  color: #1b76bb !important;
}

a {
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: 'Montserrat', sans-serif;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 20px;
}

h3 {
  font-family: 'oxygen', cursive;
  font-size: 14px;
  color: #444444;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  padding-top: 10px;
}

h4 {
  font-family: 'oxygen', cursive;
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #1b76bb;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.contain {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 375px) {
  .contain {
    max-width: 350px;
  }
}

#black {
  background: rgba(0,20,70,0.2);
}

@media screen and (max-width: 768px) {
  p {
    margin: 25px;
  }
}

.title {
  font-family: 'Oxygen', sans-serif;
  color: #1b76bb !important;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 8px;
  padding-top: 30px
}

@media screen and (max-width: 768px) {
  .title-padding {
    padding-top: 30px !important;

  }
}

.cta {
  line-height: 50px !important;
  padding-bottom: 60px;
  font-size: 36px;
  font-family: 'Oxygen', sans-serif;
  color: #1b76bb !important;
  text-transform: uppercase;
  letter-spacing: 8px;
  padding-top: 30px;
}
.cta-title{
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
  font-weight: bold;
  color: #1b76bb !important;
  text-transform: uppercase;
  letter-spacing: 8px;
  padding-top: 50px;
}
.subtitle {
    font-size: 26px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

@media screen and (max-width: 768px) {
  .cta, .cta-title {
    font-size: 26px;
    line-height: 40px !important;
  }
}

.paper-roll {
  background-image: url('http://axiscg.com/images/paper-roll.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 200px;
}

.paper-roll-longer {
  background-image: url('http://axiscg.com/images/longer.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 200px;
}

.sm-pkg {
  background-image: url('http://axiscg.com/images/axis-pkg-04.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.lg-pkg {
  background-image: url('http://axiscg.com/images/images/taller.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.billion {
  height: 270px;
}

@media screen and (max-width: 768px) {
  .billion {
    height: 135px;
  }
}
.trillion {
  height: 480px;
}

@media screen and (max-width: 768px) {
  .trillion {
    height: 180px;
  }
}

.four {
  height: 480px;
}

@media screen and (max-width: 768px) {
  .four {
    height: 240px;
  }
}

.seven {
  height: 480px;
}

@media screen and (max-width: 768px) {
  .seven {
    height: 280px;
    padding-top: 30px;
  }
}
.cover {
  height: 1200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.cover a {
  color: #1b76bb;
}
.cover a:hover {
  color: white;
}
.cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cover > .contain {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1920px) {
  .cover {
    height: 1000px;
  }
}
@media screen and (max-width: 1366px) {
    .cover {
      height: 700px;
    }
}

@media screen and (max-width: 768px) {
  .cover {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .cover {
    height: 350px;
  }
}

@media screen and (max-width: 320px) {
  .cover {
    height: 350px;
  }
}

.cover .display-quote,
.cover .cover-quote {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cover .display-quote,
  .cover .cover-quote {
    height: 600px;
  }
}
.cover.cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .cover.cover-sm {
    height: 400px;
  }
}
.cover.cover-sm .display-quote,
.cover.cover-sm .cover-quote {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cover.cover-sm .display-quote,
  .cover.cover-sm .cover-quote {
    height: 400px;
  }
}
.cover.cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .cover.cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.cover.cover-xs .display-quote,
.cover.cover-xs .cover-quote {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cover.cover-xs .display-quote,
  .cover.cover-xs .cover-quote {
    padding: 3em 0;
    height: inherit !important;
  }
}
.cover p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px !important;
  font-weight: 300;
}

form label {
  font-weight: normal !important;
}


.background {
  background-image: url('http://axiscg.com/images/axis-conluting-group-banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*@media screen and (max-width: 581px) {
  .background {
    background-image: url('http://clients.murie.com/axis/test/mobile/images/mobile.png');
  }
}*/
/*@media screen and (min-width: 1069px) {
  .background {
    background-image: url('http://clients.murie.com/axis/test/images/3.png');
  }
}

@media screen and (max-width: 726px) {
  .background {
    background-image: url('http://clients.murie.com/axis/test/images/smaller-square-bg.png');
  }
}

@media screen and (min-width: 1798px) {
  .background {
    background-image: url('http://clients.murie.com/axis/test/images/smaller-square-bg.png');
  }
}*/

#facts-counter .counter{
  font-size: 50px;
  margin-bottom: 10px;
  color: #1b76bb;
  font-weight: 100;
  display: block;
  background-image: url('http://axiscg.com/images/paper-roll.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 200px;
}

#facts-counter .countertwo {
  font-size: 50px;
  margin-bottom: 10px;
  color: #1b76bb;
  font-weight: 100;
  display: block;
  background-image: url('http://axiscg.com/images/longer.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 200px;
}

#facts-counter .counterthree {
  font-size: 50px;
  margin-bottom: 10px;
  color: #1b76bb;
  font-weight: 100;
  display: block;
  background-image: url('http://axiscg.com/images/axis-pkg-04.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
}

#facts-counter .counterfour {
  font-size: 50px;
  margin-bottom: 10px;
  color: #1b76bb;
  font-weight: 100;
  display: block;
  background-image: url('http://axiscg.com/images/taller.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 600px;
}
#facts-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}

#bottom-footer,
.section {
  padding: 7em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  #bottom-footer,
  .section {
    padding: 2em 0;
  }
}

#bottom-footer.border-bottom,
.section.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.white {
  color: #ffffff !important;
}
.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #1b76bb;
}
.feature-left .feature-copy {
  float: right;
  width: 80%;
}
.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.heading {
  margin-bottom: 5em;
}
.heading.heading-sm {
  margin-bottom: 2em;
}
.heading h2 {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .heading h2 {
    font-size: 26px;
    padding-top: 30px;
  }
}

.heading p {
  font-size: 20px;
  line-height: 1.5;
  color: gray;
}

#bottom-footer {
  background-color: #333333;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#bottom-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#bottom-footer .bottom-footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
#bottom-footer .bottom-footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}
#bottom-footer .bottom-footer-links li a {
  text-decoration: none;
}
#bottom-footer .bottom-footer-links li a:hover {
  text-decoration: underline;
}
#bottom-footer .future-plugin {
  margin-bottom: 30px;
}
#bottom-footer .future-plugin h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
#bottom-footer .future-plugin .contact {
  padding: 0;
  margin: 0;
}
#bottom-footer .future-plugin .contact li {
  padding: 0;
  margin: 0 20px 10px 0px;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#bottom-footer .future-plugin .contact li i {
  width: 30px;
  float: left;
  font-size: 18px;
  position: relative;
  margin-top: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#bottom-footer .footer-logo span {
  color: #1b76bb;
}
#bottom-footer .copyright {
  color: #666666;
  padding-top: 3em;
  margin-top: 3em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  #bottom-footer .copyright .pull-left,
  #bottom-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#bottom-footer .copyright .block {
  display: block;
  color: #252525;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 46px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 15px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #1b76bb;
}

.rower {
  padding-bottom: 4em !important;
}

.js .animate-box {
  opacity: 0;
}

.grow {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);

}
.grow :hover
{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}
.animate-zoom {
  animation: animatezoom 0.6s

}
.display-topright {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    cursor: pointer;
}
  .lgFont {
    font-size: 18px !important
}
.contain {
  padding: 0.01em 16px
}

.wrapper {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.whiteIcon {
	max-width: 160px;
	max-height: 160px;
	display: block;
  margin: auto;
}

.modal {
    z-index: 3;
    display: none;
    padding: 100px 0px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    overflow-y: scroll;

}
  .modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 15px;
    outline: 0;
    min-width: 250px;
    max-width: 960px;
}
  .modal-content-two {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 15px;
    outline: 0;
    min-width: 300px;
    max-width: 600px;
}
  .modal-dialog {
    overflow-y: initial !important;
}

.vert-offset-top-20{
    margin-top: 20em;
}

.vert-offset-top-2{
    margin-top: 2em;
}
