.slider-description{
	font-size: 20px;
    background: rgba(51, 51, 51, 0.7);
    color: rgb(255, 255, 255);
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 50px;
    position: absolute;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    z-index: 1;
    padding: 10px;
    letter-spacing: 2px;
    text-align: center;
    font-style: italic;
}

.slider-title-first-word{
	font-family:'Poppins',sans-serif;
	font-size:84px;
	font-weight:900;
	letter-spacing:0.5em;
}

.slider-title-other-words{
	font-size:60px;
	font-family:'Poppins',sans-serif;
	font-weight:900;
	letter-spacing:0.5em;
}

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 100%;
}

.stretched #gotoTop {
    bottom: 30px;
}

a.work-details:hover{
	color:inherit !important;
	opacity:0.8;
}

.portfolio-menu {
    margin-bottom: 20px;
}

.ekko-lightbox .modal-header{
	background: rgba(41, 41, 41, 0.9) !important;
    padding: 5px;
    display: inline-block;
}

.ekko-lightbox .modal-title{
	color: #fff !important;
    font-weight: normal;
    font-size: 13px;
    float: left !important;
}

.ekko-lightbox .modal-footer {
    display: inline-block;
}

.ekko-lightbox .modal-footer p{
   font-size: 12px;
    color: #000;
    letter-spacing: 1px
}

.ekko-lightbox .close{
	font-size: 24px !important;
    font-weight: normal;
    line-height: 24px;
    margin: -2px -2px -2px auto;
    padding: 2px;
}


#section-portfolios{
	background:#333;
}

.portfolio-slider{
	padding:15px;
}

.portfolio-slider .owl-controls{
	display:none;
}

.portfolio-slider::before{
	border-top: solid #DC143C 5px;
    border-left: solid #DC143C 5px;
    width: 20px;
    border-left: 2px solid;
    border-top: 2px solid;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #DC143C;
}

.portfolio-slider::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 0;
    content: "";
    height: 150px;
    position: absolute;
    right: 0;
    width: 150px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color:#DC143C;
}

.footer-area a{
	padding:5px;
}

.testmonial-author-details .name-and-title span{
	color: #808080;
    font-weight: bold;
}

@media (max-width: 991px) and (min-width: 768px){
	#jssor_1 {
		margin-top: 70px !important;
	}
}

.img-fluid{
	width:100%;
}

.input-group-text{
	width:50px;
}
