
.gradient.gradient-algaegreen-bottlegreen {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#88E3B6), to(#092E20));
    background-image: linear-gradient(to right top, #88E3B6, #092E20);
}

.gradient.gradient-black {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#111), to(#000000));
    background-image: linear-gradient(to right top, #111, #000000);
    /*background-color:#333;*/
}

.fsize14{
    font-size: 14px;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 240px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black!important;
}
.flip-card-front img{
  width:300px;height:240px;
}
.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-front .card-body, .flip-card-back .card-body{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 100%;
}

.stroke-contrast {
    color: #333!important;
}
.bold500{
    font-weight: 500;
    font-size: 20px;
}
.about-card-gradiant1 {
     background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.about-card-gradiant4 {
    background: #41295a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #2F0743, #41295a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #2F0743, #41295a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.about-card-gradiant3 {
    background: #FF512F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #F09819, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #F09819, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.about-card-gradiant2 {
    background: #c31432;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #240b36, #c31432);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.about-card-gradiant5 {
    background: #1e3c72;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2a5298, #1e3c72);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #2a5298, #1e3c72); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.about-card-gradiant6 {
background: #52c234;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #061700, #52c234);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #061700, #52c234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.about-card-gradiant7 {
background: #396afc;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #2948ff, #396afc);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #2948ff, #396afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.about-card-gradiant8 {
background: #141E30;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.blink{
		width:200px;
		height: 50px;
	    background-color: magenta;
		padding: 15px;	
		text-align: center;
		line-height: 50px;
		border-radius: 50px;
        color: #fff;
	}
.blink span{
		font-size: 25px;
		font-family: Caveat;
		color: #fff!important;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

ul.socialIcon {
    overflow: auto;
}
 
ul.socialIcon li {
    list-style-type: none;
    float: left;
}
 
ul.socialIcon li a i {
    /*background: #141E30;*/
    /*background: -webkit-linear-gradient(to bottom, #647d98, #141E30);*/
    /*background: linear-gradient(to bottom, #647d98, #141E30);*/
    color: #fff;
    width:30px;
    height:30px;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    margin-right: 0px;
    padding-top: 15%;
    transition: all 0.2s ease-in-out;
}

/*ul.socialIcon li a i.fa-facebook {*/
/*    background:#3b5998*/
/*} */
/*ul.socialIcon li a i.fa-linkedin {*/
/*    background:#007bb6*/
/*}*/
/*ul.socialIcon li a i.fa-twitter {*/
/*    background:#00aced*/
/*}*/
/*ul.socialIcon li a i.google-plus {*/
/*    background:#dd4b39*/
/*}*/
ul.socialIcon li a i:hover {
    opacity: .8;
}


.mobileOverlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.mobileOverlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  /*margin-top: 30px;*/
}

.mobileOverlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.mobileOverlay a:hover, .mobileOverlay a:focus {
  color: #f1f1f1;
}

.mobileOverlay .closebtn {
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .mobileOverlay a {font-size: 20px}
  .mobileOverlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.mobileNavTopPad{
        margin-top:90px;
    }
@media screen and (max-width: 767px) {
    .mobileNavTopPad{
        margin-top:90px;
    }
}

#zoomIcon .title3 {
  transition: transform .2s;
  width: 170px;
  height: 143px;
  margin: 0 auto;
}

#zoomIcon .title3:hover{
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

.black-overlay-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/parallax-img-bg.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

