* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  position: relative;
}
body {

}
.navbar-inner {
  background-color: transparent !important;
}
.main {
  min-height: 100vh; 
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 100px;
  /* background: -webkit-linear-gradient(
    to right,
    #71b280,
    #134e5e
  ); 
  background: linear-gradient(to right, #71b280, #134e5e); */
  /* background: rgb(37,41,38);
  background: linear-gradient(90deg, rgba(37,41,38,1) 0%, rgba(29,156,84,1) 54%, rgba(0,212,255,1) 100%); */
  background: rgb(24,60,33);
  background: linear-gradient(90deg, rgba(24,60,33,1) 0%, rgba(56,111,80,1) 54%, rgba(0,212,255,1) 100%);
  /* background-color: #f6fba2;
  background-image: linear-gradient(315deg, #f6fba2 0%, #71b280 74%); */
  

}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em;
  background: rgb(53, 53, 53);
  color: white;
  text-align: center;
  
}
.row.heading h1 {
  color: #fff;
  font-size: 60.52px;
  line-height: 95px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
  padding-bottom: 20px;
  
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.heading.heading-icon {
  display: block;
}
.padding-lg {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}
.practice-area.padding-lg {
  padding-bottom: 55px;
  padding-top: 55px;
}
.practice-area .inner {
  border: 1px solid #999999;
  text-align: center;
  margin-bottom: 28px;
  padding: 40px 25px;
}

.practice-area .inner h3 {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding: 10px 0;
}
.practice-area .inner p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.practice-area .inner img {
  display: inline-block;
}

.our-webcoderskull .cnt-block {

  float: left;
  width: 100%;
  height: 300px;
  background: #dadada;
  padding: 30px 10px;
  text-align: center;
  border: 2px solid #d5d5d5;
  margin: 0 0 28px;
  border-radius: 15px 50px 30px;
  opacity: 0;
  transform: scale(0);
}
.our-webcoderskull .cnt-block figure {
  width: 148px;
  height: 148px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img {
  width: 148px;
  height: 148px;
  border-radius: 100%;
}
.our-webcoderskull .cnt-block h3 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 0;
  text-transform: uppercase;
}
.our-webcoderskull .cnt-block h3 a {
  text-decoration: none;
  color: #2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover {
  color: #337ab7;
}
.our-webcoderskull .cnt-block p {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.our-webcoderskull .cnt-block .follow-us {
  margin: 20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li {
  display: inline-block;
  width: auto;
  margin: 0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa {
  font-size: 24px;
  color: #767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover {
  color: #025a8e;
}

#congrats {
  font-family: "Patua One", cursive;
  transform: translateY(-200px);
  opacity: 0;
  background: #fffc00;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ffffff, #fffc00);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffffff, #fffc00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005757', endColorstr='#008080',GradientType=1 ); /* ie6-9 */
background-size: 400% 400%;
-webkit-animation: Gradient 15s ease infinite;
-moz-animation: Gradient 15s ease infinite;
animation: Gradient 15s ease infinite;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#99DAFF',GradientType=1 ); /* ie6-9 */
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}




.font_30 {
  font-size: 30px;
}

.cornsilk {
  color: cornsilk;
}

.underline {
  text-decoration: underline;
}

.card-img {
  opacity: 1;

}

#thank_you {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  transform: translateY(-200px);
  opacity: 0;
}

@media only screen and (max-width: 1366px) {
  #thank_you {
    font-size: 2em;
    padding: 0;
    margin: 0 !important;
  }
  #congrats {
    padding: 0;
    margin: 0;
  }

  .row.heading h1 {
    color: #fff;
    font-size: 38.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    
  }

}
@media only screen and (max-width: 600px) {
  .row.heading h1 {
    color: #fff;
    font-size: 38.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    
  }
  .card-img {
    margin-top: 50px;
  }

}

