@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');




/* css */
body{
	  font-family: "DM Serif Display", serif;
}


p,a,td{
	font-family: "Lexend Deca", sans-serif;
}


.space {
	padding:70px 0px;
}
/*.services-section {*/
/*		padding-left:90px;*/
/*}*/
/* Services */
.service-box figure {
    position: relative;
    overflow: hidden;
    height: 378px;
    margin: 0;
    margin-bottom: 30px;
}

.service-box figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.service-box figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 78%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(78%, rgba(0,0,0,0.78)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 78%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 78%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 78%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 78%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.service-box figcaption h4 {
    color: #fff;
    margin-bottom: 8px;
    font-family: DM Serif Display;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.service-box figcaption p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}


.link-btn {
    color: #A28D5B;
    display: flex;
    align-items: center;
    width: fit-content;
    border: 1px solid #A28D5B;
    padding: 12px 30px;
    font-family: Lexend Deca;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    text-align: left;
    transition: 0.6s;
}

.link-btn img {
    width: 18px;
}


.services-section {
    position: relative;
}

.services-section:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/bg-icon.svg);
    z-index: -1;
}





.services-boxes {
    display: flex;
    /*flex-wrap: nowrap;*/
    /*gap: 20px;*/
    /*overflow-x: auto;*/
}
.owl-carousel .owl-item .services-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.service-box {
    flex: 0 0 360px;
}
.services-boxes .owl-nav button:focus{
    outline:none;
}
.link-btn:hover {
    text-decoration: none;
    background: #A28D5B;
    color: #fff;
}



.services-boxes::-webkit-scrollbar {
  height: 6px;
  background-color: #A28D5B38;
}
.services-boxes::-webkit-scrollbar-thumb {
  background-color: #A28D5B;
}
.services-boxes::-webkit-scrollbar-button {
  display: none;
}

.services-icon {
    width: 80px;
    height: 80px;
    background: #A28D5B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 10px;
}




/* portfolio */
 .tab-menu ul {
     margin:0;
     padding:0;
     list-style:none;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     flex-direction: column;
	 gap:10px;
}
 .tab-menu ul li {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
     text-align:center;
}
.tab-menu ul li a {
    color: #1C1D20;
    letter-spacing: 0.44px;
    padding: 12px 15px;
	padding-left:20px;
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    background: #fff;
    border-bottom: 0;
    font-family: Lexend Deca;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .tab-menu ul li a:hover {
     background: #A28D5B;
     color:#fff;
     text-decoration:none;
}
 .tab-menu ul li a.active {
     background: #A28D5B;
     color: #ffff;
     text-decoration:none;
}
 .tab-box {
     display:none;
}
 .tab-teaser {
     width:100%;
}
.tab-main-box {
    padding: 10px 50px;
    padding-left: 60px;
}

.portfolio-row {
    background: #fff;
    padding: 30px;
    clear: both;
}

.portfolio-section {
    background: #FCF7F3;
}

.portfolio-main {
    clear: both;
    display: inline-block;
}

.portfolio-left {
    flex: 0 0 360px;
    height: 500px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
    width: 360px;
    float: left;
}

.portfolio-left:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/tab-bg.png);
    content: "";
    display: block;
    width: 84%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
}

.tab-menu {
    width: 100%;
    position: relative;
    z-index: 2;
}

.portfolio-slider figure{
	overflow:hidden;
	height:auto;
	position:relative;
	
    margin-bottom: 15px !important;
}

.portfolio-slider figure img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.portfolio-right {
    width: calc(100% - 360px);
    float: right;
}

.portfolio-slider figcaption .port-icon img{
	width: 16px;
}

.portfolio-slider figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.portfolio-slider figcaption h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    font-family: 'Lexend Deca';
    margin: 0;
}

.tab-menu ul li a > img {
    opacity: 0;
	transition:0.6s;
}

.tab-menu ul li a.active > img {
	opacity:1;
}

.portfolio-slider figcaption p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    color: #5E5E5E;
	margin:0;
}

.portfolio-slider .port-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-slider .owl-nav button span, .services-boxes  .owl-nav button span{
    display: none;
}

.portfolio-slider .owl-nav button.owl-prev, 
.portfolio-slider .owl-nav button.owl-next,
.services-boxes .owl-nav button.owl-prev, 
.services-boxes .owl-nav button.owl-next{
	background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
    width: 44px;
    height: 21px;
	position:relative;
	outine:none;
	box-shadow:none;
}


.portfolio-slider .owl-nav button.owl-prev {
	background-image:url(../images/left.svg) !important;
	left:-50px;
}
.portfolio-slider .owl-nav button.owl-next{
	background-image:url(../images/right.svg) !important;
	right:-50px;
}

.portfolio-slider .owl-nav,  .services-boxes .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translatey(-50%);
}

.services-boxes .owl-nav button.owl-prev {
	background-image:url(../images/arrow-right.svg) !important;
	left: -50px;
    height: 40px;
    background-color: #fff !important;
    width: 40px;
    background-size: 40px !important;
    
    transform: translatey(-40%);
    transform: rotate(180deg);
}
.services-boxes .owl-nav button.owl-next{
	background-image:url(../images/arrow-right.svg) !important;
	right:-50px;
	height: 40px;
    background-color: #fff !important;
    width: 40px;
    background-size: 40px !important;
     transform: translatey(-40%);
}
@media (max-width:767px){
	.services-section {
		padding-left: 0px;
	}
	.portfolio-left {
		float:none;
	}
	.portfolio-left:after {
		width:100%;
	}
	.portfolio-row {
		padding:0;
	}
	.portfolio-left {
		padding: 30px;
		height:auto;
		width:auto;
	}
	.tab-main-box {
		padding: 0;
		padding-left: 0;
	}
	.portfolio-right {
		width: calc(100% - 0px);
		float: none;
	}
	.portfolio-slider figure {
		    height: 250px;
	}
	.tab-box {
		margin-top: 40px;
	}
	.portfolio-slider figcaption {
		    padding: 0px 20px;
	}
	.portfolio-slider .owl-nav button.owl-prev,
	.portfolio-slider .owl-nav button.owl-next,
	.services-boxes .owl-nav button.owl-prev,
	.services-boxes .owl-nav button.owl-next{
		left:0;
		right:0;
	}
	.tab-menu ul li a > img {
		    width: 30px;
	}
}

.portfolio-slider figcaption .port-head {
    width: calc(100% - 70px);
}
.portfolio-slider .owl-nav button:focus {
    outline: none;
}