html{
   font-family:sans-serif;
   -ms-text-size-adjust:100%;
   -webkit-text-size-adjust:100%
}

body{
   margin:0
}

*{
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   box-sizing:border-box
}

html{
   height:100%
}

body{
   margin:0;
   min-height:100%;
   background-color:#fff;
   font-family:Arial,sans-serif;font-size:14px;
   line-height:20px;
   color:#333
}

img{
   max-width:100%;
   vertical-align:middle;
   display:inline-block
}

h1{
   font-size:38px;
   line-height:44px;
   margin-top:20px
}

h2{
   font-size:32px;
   line-height:36px;
   margin-top:20px
}

h3{
   font-size:24px;
   line-height:30px;
   margin-top:20px
}

p{
   margin-top:0;
   margin-bottom:10px
}

.section {
  height: 345vh;
  background-color: red;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16334e), to(#071428));
  background-image: linear-gradient(180deg, #16334e, #071428);
}

.body {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16334e), to(#071428));
  background-image: linear-gradient(180deg, #16334e, #071428);
  background-clip: border-box;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("serenfishphone.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #316396;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  box-shadow: inset 0 18px 13px 0 rgba(0, 0, 0, 0.25);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("footer.png");
  background-position: 50% 0%;
  background-size: cover;
}

.heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 4.9em;
  line-height: 1em;
  font-weight: 600;
}

.heading.footer {
  font-size: 3.5em;
}

.heading-2 {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #81c1fc;
  font-size: 1.7em;
  line-height: 1em;
  font-weight: 600;
}

.heading-2.footer {
  font-size: 1.7em;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.7em;
  font-weight: 300;
}

.div-block-5 {
  display: block;
  width: 37%;
  margin-left: 15%;
}

.div-block-5.footer {
  width: auto;
  margin-left: 0px;
}

.button {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
}

.w-col{
   position:relative;
   float:left;width:100%;
   min-height:1px;
   padding-left:10px;
   padding-right:10px
}
.w-col .w-col{
   padding-left:0;
   padding-right:0
}

.w-col-1{
   width:8.33333333%
}

.w-col-2{
   width:16.66666667%
}

.w-col-3{
   width:25%
   }

.w-col-4{
   width:33.33333333%
}

.w-col-5{
   width:41.66666667%
   }

.w-col-6{
   width:50%
   }

.w-col-7{
   width:58.33333333%
}

.w-col-8{
   width:66.66666667%
}

.w-col-9{
   width:75%
}

.w-col-10{
   width:83.33333333%
}
.w-col-11{
   width:91.66666667%
}

.w-col-12{
   width:100%
}


.text-block {
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
}

.text-block.btfooter {
  margin-left: 0px;
  text-decoration: none;
}

.text-block-2 {
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
}

.text-block-2.btfooter {
  padding-left: 0px;
  text-decoration: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
}

.div-block-6.btfooter {
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  background-color: #5c94c8;
  text-decoration: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
}

.div-block-7.btfooter {
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  background-color: #5c94c8;
  text-decoration: none;
}

.columns {
  display: block;
  width: 60%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-8 {
  margin-top: 40px;
}

.div-block-9 {
  position: absolute;
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
}

.heading-3 {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.3em;
  font-weight: 600;
}

.paragraph-2 {
  width: 80%;
  font-family: Poppins, sans-serif;
  color: #81c1fc;
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 600;
}

.paragraph-2.section2 {
  color: #fff;
  font-size: 1.7em;
  line-height: 1.5em;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-3.iphone {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 90%;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-4.module {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image.imgfooter {
  position: static;
  left: 25%;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 275vh;
  right: 5%;
  bottom: 0%;
  width: 45%;
}

.image-3 {
  width: 80%;
}

.image-4 {
  height: 80%;
}

.image-5 {
  height: 80%;
}