/*=======Home section css content=======*/
.container-fluid {
    margin: 0;
    padding: 0;
    background: #353353;
}

#Home{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	margin: 0;
	z-index: 1;
	background: #353353;
}

.Hmin_cnt{
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.home_content{
	transform: translate(0%,30%);
	padding: 20px;
}

.home_content img{
	width: 100px;
  position: relative;
  border-radius: 50%;
}

.home_content  h2{
	font-size: 35px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: .8px;
	text-transform: capitalize;
}

.home_content  h3{
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .8px;
	text-transform: capitalize;
}

.home_content .social ul{
	display: flex;
	position: relative;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.home_content .social ul li{
	list-style: none;
	width:50px;
	height: 50px;
	border:none;
	border-radius: 50%;
	margin: 5px;
	background: none;
	transition: 1s;
	/*box-shadow: 0px 5px 20px 0px rgba(249, 215, 76, 0.5);*/
}

.home_content .social ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	transition: 1s;
}

.home_content .social ul li:hover{
	box-shadow: 0px 0px 5px 10px rgba(249, 215, 76, 0.5);
}

.home_content .social ul li:hover a{
	color: #FFD15C;
}
/*======scroll Down===*/
.scrill a {
  padding-top: 60px;
}
.scrill a span {
  position: absolute;
  top: 0;
  /*left: 50%;*/
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  transform: translate(0%,900%);

}
.scrill a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.scrill a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*====end======*/

/*-------------------portfolio image hover----------------*/
.work_cnt{
	padding: 30px 20px;
}

.work_cnt  h2{
  color: #fff;
	font-size: 35px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: .8px;
	text-transform: capitalize;
}

.work_cnt .row {
    margin-right: 0px;
    margin-left: 0px;
}

.portfolio-filter ul li {
    border: medium none;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* border: 1px solid #ddd; */
    font-size: 14px;
    font-weight: 400;
    margin: 0 6px;
    padding: 6px 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.portfolio-filter ul {
    margin-bottom: 30px;
}

.portfolio-filter ul li:hover,
.portfolio-filter ul li.current {
    background: #FF4C60;
    border: none;
    color: #fff;
    border-radius: 5px;
    transition: .6s;
}

.portfolio-area .item-mb {
    margin-bottom: 30px;
    position: relative;
}

.portfolio-area .item-mb img {
    width: 100%;
}
.hoverta .image-box-area .img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /*cursor: pointer;
    margin-bottom: 20px;*/
}
.hoverta .image-box-area .img-box img {
    width: 100%;
    height: 100%;
    transition: .3s;
}
.img-box-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.image-box-area:hover .img-box-overlay .icon-item-top{
    top: 0;
}
.hoverta .img-box-overlay .icon-item-top{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: -100%;
    background: #353353;
    opacity: 0.5;
    /* -webkit-transform: skew(0deg, -7deg) translateY(-21px);
    -moz-transform: skew(0deg, -7deg) translateY(-21px);
    transform: skew(0deg, -7deg) translateY(-21px); */
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hoverta .img-box-overlay .icon-item-top .search-icon{
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    color: #ff724c;
    background: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 24px;
    /* -webkit-transform: skew(0deg, 7deg) translateY(0px);
    -moz-transform: skew(0deg, 7deg) translateY(01px);
    transform: skew(0deg, 7deg) translateY(0px); */
}
.hoverta .img-box-overlay .icon-item-top .search-icon a{
    color: #353353;
}
.hoverta .img-box-overlay .project-bottom{
    position: absolute;
    background: transparent;
    opacity: 0.8;
    bottom: 0px;
    width: 100%;
    padding: 15px 50px;
    background: #353353;    
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
 .hoverta .img-box-overlay .project-bottom .project-button .project-btn{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
} 
/* .hoverta .image-box-area:hover .img-box-overlay .project-bottom{
    bottom: 20px;
} */

.image-box-area{
	position: relative;
	margin-bottom: 20px;
}

/*====contact===*/
#contact{
	position: relative;
	width: 100%;
	height: 100%;
}

#contact .row {
    margin-right: 0px;
    margin-left: 0px;
}
.cont_cnt{
	padding: 30px 20px;
}
.cont_cnt .left_cnt{
	padding: 10px;
}

.cont_cnt .left_cnt h2{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 20px;
	text-align: justify;
}
.cont_cnt .left_cnt h3{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 35px;
	margin-bottom: 20px;
	text-align: justify;
}

.cont_cnt .left_cnt p{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 50px;
	text-align: justify;
}

.cont_cnt .left_cnt p a{
	text-decoration: none;
	color: #FF4C60;
	font-size: 18px;
	font-weight: 600;
}

.form-box{
	border-radius: 30px;
	padding: 30px;
	background: #302f4e !important;
}

.form-box form table{
	width: 100%;
}

.form-box form input{
	border-radius: 35px;
	padding: 25px 30px 25px;
	border: none;
  margin-bottom: 1rem;
}

.form-box form textarea{
	border-radius: 35px;
	padding: 25px 30px 25px;
	border: none;
}

.form-box .submit-btn{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-transform: capitalize;
	padding: 5px 30px;
	letter-spacing: .6px;
	border:none;
	border-radius: 15px;
	background:#FF4C60 ;
	position: relative;
	margin-top: 20px;
}

.form-box label{
  display: none;
}







