.sec-padding{
	padding: 100px 80px;
}

.krttx-ressy * {
	box-sizing: border-box;
}

.krttx-ressy .k-project-item-image-wrap {
	display: flex;
	align-items: center;
	height: 100%;
}

.krttx-ressy .k-project-item-big {
	width: 65%;
	overflow: hidden;
	margin-right: 10px;
}

.krttx-ressy img {
	vertical-align: middle;
	transition: ease-in-out 0.3s;
}

.krttx-ressy img:hover {
	scale: 1.03;
	transition: ease-in-out 0.3s;
}

.krttx-ressy img.size-full {
	height: auto;
	max-width: 100%;
}

.krttx-ressy .k-project-item-big img {
	height: 450px;
	object-fit: cover;
	width: 1200px;
	transition: 0.3s;
}

.krttx-ressy .k-project-item-small {
	width: 35%;
	height: 100%;
}

.krttx-ressy .k-project-item-small-indi {
	margin: 10px 0px;
	overflow: hidden;
}

.krttx-ressy .k-project-item-small img {
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.krttx-ressy .ktitle{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}

.krttx-ressy .ksub{
	margin-top: 0;
}

.mt-60{
	margin-top: 60px;
}

.mt-50{
	margin-top: 50px;
}

.mt-40{
	margin-top: 40px;
}

.mt-30{
	margin-top: 30px;
}

.mt-20{
	margin-top: 20px;
}

.mt-10{
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.sec-padding{
		padding: 100px 40px;
	}
	.krttx-ressy .k-project-item-small{
		display: none;
	}

	.krttx-ressy .k-project-item-big {
		width: 100%;
		height: 270px;
	}
}

.popup .popuptext {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
}

.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
	from {opacity: 0;} 
	to {opacity: 1;}
}
@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
}

.kfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index: 99;
}

.kfloat i{
	position: relative;
	bottom: 12px;
	right: -1px;
	font-size: 40px;
}

.my-kfloat{
	margin-top:22px;
}

.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

.k-flex{
	display: flex !important;
    flex-direction: column;
    align-items: center;
}

.gdlr-core-portfolio-modern{
	margin-top: 30px;
}

.gdlr-core-portfolio-modern img{
	width: 100%;
}