body{
	/*background-image: url(../images/12.jpg);
	background-repeat: repeat;
	background-position: 0 100px;*/
	/*background-color: #F3F3F3;*/
}
.navbar-brand{
	font-size: 27px;
    font-family: cursive;
}
img{
	width: 100%;
}
.card-wrap{
	margin-bottom: 30px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  transition: all 0.5s ease;
  background: white;
}
.card-wrap img{
	height: 
}
.desc-wrap{
	padding: 14px;
	position: relative;
}
.description{
	font-size: 16px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.org-name{
	color: grey;
	font-size: 13px;
}
.card-wrap:hover{
	/*opacity: 0.5;*/
}
.card-wrap:hover .desc-wrap:before{
	content: '';
  position: absolute;
  border-bottom: 2px solid red;
  bottom: 0;
  width: 100%;
  left: 0;
}
.head-link{
	padding: 10px;
	/*background: #F7F5F5;*/
	/*border-radius: 4px;*/
}
#my-work{
	padding: 30px 0 0;

	    background: #00ff9c;
	    background: #596963;
   /* background: -moz-linear-gradient(45deg, #00ff9c 0%, #00c2eb 100%);
    background: -webkit-linear-gradient(45deg, #00ff9c 0%, #00c2eb 100%);
    background: linear-gradient(45deg, #00ff9c 0%, #00c2eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff9c', endColorstr='#00c2eb',GradientType=1 );*/
}
/*#my-work:before{
	content: '';
	    background-image: url(images/12.jpg);
    background-size: 100%;
    background-position: 0 0;
    height: 10px;
    width: 10px;
}*/
.head-link:hover, .head-link:active, .head-link:visited, .head-link:focus{
	text-decoration: none;
	border-bottom: 2px solid red;
	padding-bottom: 15px;
}
.footer{
	background: #000000;
}
.top-section{
	/* background-color: black;
	color: white;
	padding: 100px 0;
	text-align: center;
	height: 600px;
	display: table;
	width: 100%;
	position: relative; */
  /* padding-top: 50px; */
  width: 100%;
  overflow: hidden;
}
.top-section .title{
	/* display: table-cell;
	vertical-align: middle; */
}

.strokeme
{
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    font-size: 5em;
}
.contact-section{
   /* background: #00ff9c;
    background: -moz-linear-gradient(45deg, #00ff9c 0%, #00c2eb 100%);
     background: -webkit-linear-gradient(45deg, #00ff9c 0%, #00c2eb 100%); 
     background: linear-gradient(45deg, #00ff9c 0%, #00c2eb 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff9c', endColorstr='#00c2eb',GradientType=1 );*/
        display: table;
    width: 100%;
    height: 200px;
    text-align: center;
    padding: 6.25rem 0;
    position: relative;
    color: white;
    /*background: #db26be;*/
    background: #131213;
    /*background: -moz-linear-gradient(45deg, #00ff9c 0%, #00c2eb 100%);
    background: -webkit-linear-gradient(45deg, #00ff9c 0%, #00c2eb 100%);
    background: linear-gradient(45deg, #db26be 0%, #28a1d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff9c', endColorstr='#00c2eb',GradientType=1 );*/
}
.contact-content{
	display: table-cell;
	vertical-align: middle;
}
.phone, .email{
	font-size: 20px;
}
/* .navbar{
	transition: all 0.5s ease;
	position: fixed;
    top: 0;
    width: 100%;
     background: black; 
    border-bottom: 1px solid #2a2a2a;
    z-index: 1;
} */
/* .navbar-brand, .head-link{
	    background: -webkit-linear-gradient(#eee, #228f26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-right{
	padding: 6px 0;
} */
.work-logo-wrap{
	width: 75px;
    display: inline-block;
    padding: 15px;
}

.profile-pic{
	    width: 140px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.profile-pic img{
	border-radius: 50%;
}

.anim-text{
	color: white;
	font-size: 5em;
	    background: -webkit-linear-gradient(#eee, #228f26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
/*    -webkit-animation: animation 5s infinite; 
    animation: animation 5s infinite;*/

}
.my-name{
	padding-top: 10px;
	font-size: 18px;
	 background: -webkit-linear-gradient(#eee, #228f26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.arrow {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  
  background-size: contain;
}
.arrow a:before{
	content: '';
	position: absolute;
	bottom: -20px;
    top: -5px;
    right: -20px;
    left: -20px;
}
.arrow .fa{
	    font-size: 60px;
    background: -webkit-linear-gradient(#eee, #228f26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.social-icons a{
	font-size: 23px;
    color: white;
    padding: 0 5px;
}


/*media query*/
@media (min-width: 1200px){
	.container {
	    width: 970px;
	}
}
.section--title h2:before {
  bottom: 0;
  width: 100px;
  padding: 4px 0 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #737373;
}
.section--title h2:after, .section--title h2:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.container:before{
  display: table;
  content: " ";
}
.container:after{

}
.slider{
  position: relative;
}
.slick-initialized .slick-slide{
  position: relative;
}
.slider-content1, .slider-content2{
  position: absolute;
  top: 24%;
  left: 16%;
}
.slick-dots{
  bottom: 30px;
  z-index: 111;
}