.contactbox{border-top-right-radius:5%;padding
:50px;border-top-left-radius:5%;background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(233,220,190,1) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(233,220,190,1) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(233,220,190,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9dcbe",GradientType=1);}
.contacthome{height:auto;max-width:500px;min-width:200px;box-shadow:0 1px 11px #ccc;padding:3px;margin-top:10%;border-radius:10px;background:#fff;}
.contacthome input{width:70%;border:0px;border-radius:0px;border-bottom:2px solid #555;}
.contacthome textarea{width:70%;border:0px;border-radius:0px;border-bottom:2px solid #555;}
.contacthome img{width:100%;height:auto;}
.contacthome h4{text-align:left;padding-left:16%;color:#222;}
.contacthome h4 a{font-size:.6em;}
@import url(//fonts.googleapis.com/css?family=Lato:300:400);

body {
  margin:0;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight:300;
  letter-spacing: 2px;
  font-size:48px;
}
p {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size:14px;
  color: #333333;
}

.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

figure.snip1204 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;display:inline-block;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1204 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1204 img {
  max-width: 100%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-right: 5px;
  display: block;
  z-index: 1;
  position: absolute;
  right: 50%;
}
figure.snip1204 blockquote {
  margin: 0;
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 30px 50px 65px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 -40px;
  line-height: 1.6em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1204 blockquote:before,
figure.snip1204 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1204 blockquote:before {
  top: 35px;
  left: 20px;
}
figure.snip1204 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 35px;
}
figure.snip1204 .author {
  margin: 0;
  height: 80px;
  display: block;
  text-align: left;
  color: #ffffff;
  padding: 0 35px;
  position: relative;
}
figure.snip1204 .author h5,
figure.snip1204 .author span {
  left: 50%;
  position: absolute;
  opacity: 0.3;
  padding: 3px 5px;
}
figure.snip1204 .author h5 {
  text-transform: uppercase;
  bottom: 50%;
  margin: 0;
  font-weight: 800;
  color: #000000;
}
figure.snip1204 .author span {
  font-size: 0.8em;
  color: #ff0000;
  top: 50%;
}


.underline {
   margin: 10;
  display: inline-block;
  position: relative;
}
.underline:after {
  content: '';
  position: absolute;
  display: block;
  height: .35em;
  width: 80%;
  margin-left: -60%;
  left: 50%;
  bottom: -.35em;
  border-radius: 50%;
  z-index: -1;
  background: white;
}
.underline:before {
  content: '';
  position: absolute;
  display: block;
  height: .3em;
  width: 90%;
  margin-left: -55%;
  left: 50%;
  bottom: -.22em;
  border-radius: 50%;
  z-index: -2;
  background: white;
  background: linear-gradient(to right, white 25%,red 100%);
}
.logogrid {
	 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	 grid-auto-rows: 75px;
	 grid-gap: 4rem;
}
 .logogrid__item {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .logogrid__img {
	 object-fit: cover; 
	 max-width: 80px;
	 max-height: 60px;
	
 
}
 .logogrid__img:hover {
	 filter: grayscale(0) contrast(100%);
}

.container {
  width:90%;
  max-width: 1000px;
  margin: 1%;
}
.Industrycontainer {
  display: flex;height:auto;
  width:100%;overflow:scroll;
  margin: auto;
}.Industrycontainer a{text-decoration:none;}

.card {
  background-color: #fff;
  border-radius: 10px; margin:20px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); 
  overflow: hidden;
  width: 300px;
}
.card:hover{ background-color: #ffffee;}
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body { 
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;margin:20px;
  min-height: 250px;
}
.tag {
  background-color: #ccc;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  padding: 2px 10px;
  text-transform: uppercase;
}
.tag-teal {
  background-color: #92d4e4;
}
.tag-purple {
  background-color: #3d1d94;
}
.tag-pink {
  background-color: #c62bcd;
}
.card-body h4 {
  margin: 10px 0;
}
.card-body p {
  font-size: 14px;
  margin: 0 0 4px 0;
  font-weight: 500;
  color: rgb(70, 68, 68);
}
.user {
  display: flex;
  margin-top: auto;
}
.user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #888785;
}
@media (max-width: 940px) {
  .container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}


p{text-align:justify}
@media screen and (max-width: 1049px){
  .SecondaryBoxHome p{width:80%;}
   
    .GetbesPitch{
        width:100%;
        height:auto;
        background:#ffc65c;
        
    }
    .GetbesPitch img{
        width:80%;
        margin-top:60px;
       height:340px;
        
    }
     #webhome{display:none;}
     .webview{display:none;}
       #webview{display:none;}

.Industrycontainer {flex-direction: column; }

}
@media screen and (min-width: 1050px){
   
   p{margin:10px;max-width:90%; 
   }
.phonebutton{display:none;}
    .GetbesPitch{
        width:100%;
        height:auto;
        padding:4%;
         display: -webkit-flex;     
      display: flex;
      background:#ffc65c;
    }
    .GetbesPitch img{
        width:400px;
     height:400px;
         display: -webkit-flex;     
      display: flex; 
    }
   
    #phoneview{display:none;} 
 
  #phonehome{display:none;} 

}
#myBtn {
 /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: black; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 1em; /* Increase font size */
}

#myBtn:hover {
  background-color: #aaa; /* Add a dark-grey background on hover */
}