
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1.4px; }

*, *:before, *:after{
	margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #32333c;
  margin: 0px; }

h1 {
  font-size: 45px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #64686b;
  margin: 0px; }
  @media (max-width: 767px) {
    p {
      font-size: 15px; } }


.nav {
	/*border-bottom: 2px solid #ffa37a;*/
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.05);
}

.nav .logo img {
	float: left;
}

.nav .navbar {  
	text-align: center;  
	padding: 14px 16px; 
	font-size: 17px;
	/*float: right;*/
	float: center;

}

.nav .navbar a {
	color: #828282;
	text-decoration: none;
	padding: 12px;
	padding-bottom: 18px;
}

.nav .navbar a:hover {
	background: #66c6e8;
	color: white;
}

.nav .logo .main-btn {
	text-decoration: none;
    color: white;
    background: #66c6e8;
    text-align: center;
    white-space: narr;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #66c6e8;
    padding: 6px;
    /* padding-top: 3px; */
    font-size: 15px;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
}

.nav .logo .main-btn:hover {
	color: #66c6e8;
    background:white;
}

.home{
	padding-top: 75px;
}

.header-image {
    max-width: 430px;
    margin: 0 auto;
    position: relative;
}

.container{
  margin-top: 50px;
  margin-bottom: 50px;
}


.container .home{
  background-image: url("images/bg03.jpg");
  width: 100%;
  height: 515px;
}

.container .home .row{
  float: right;
  padding-right: 180px;
  padding-top: 70px;
}

.exp{
  text-decoration: none;
  display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #66c6e8;
    padding: 0 35px;
    font-size: 17px;
    line-height: 48px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(118, 78, 249, 0.55);
    -moz-box-shadow: 0px 5px 8px 0px rgba(118, 78, 249, 0.55);
    box-shadow: 0px 5px 8px 0px rgba(136, 224, 255, 0.9);
    background-color: #66c6e8;
    text-transform: uppercase;
    
}

.exp:hover {
  color: #66c6e8;
  background:#f7fcff;
  border: 1px solid #66c6e8;
  box-shadow: 0px 5px 8px 0px rgba(136, 224, 255, 0.9);
}

.container2{
  margin-top: 20px;
  text-align: center;
}

.container2 .row{
  display: flex;
}

.container2 .column img {
  height: 300px;
}

.container2 .column .buy{
  text-decoration: none;
  display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #e56d51;
    padding: 0 35px;
    font-size: 17px;
    line-height: 48px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(118, 78, 249, 0.55);
    -moz-box-shadow: 0px 5px 8px 0px rgba(118, 78, 249, 0.55);
    box-shadow: 0px 5px 8px 0px rgba(299, 109, 81, 0.55);
    background-color: #e56d51;
    text-transform: uppercase;
}





* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation 
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}*/

.footer{
  text-align: center;
    background-color: #1f4552;
    padding: 30px;
    margin-top: 20px;
}

.footer p{
  color: white;
}