@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

@import url('https://fonts.googleapis.com/css?family=Raleway:700,900');

* {
	font-family: 'Open Sans';
  }

body{
    margin: 0;
    padding: 0;
}

.main{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #111111;
    margin-top: 85px;
}

@media screen and (max-width: 1118px) {
	.main{
		position: relative;
		margin-top: 3.4rem;
	}
}

.nav__logo img{
    width: 150px;
}

.nav__logofooter img{
    width: 250px;
    filter: drop-shadow(7px 7px 5px #000000);
}

.sec_title{
    position: relative;
    width: 100%;
    text-align: center; 
    padding: 3px 0px;
}

.sec_title h2{
    position: relative;
    font-size: 1.7em;
    color: #ffffff;
}

.office_desks{
    position: relative;
    width: 90%;
    height: auto;
    display: flex;
    /* flex-direction: row; */
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 21px 55px;
    margin-left: 5%;
}

.item{
    position: relative;
    width: 230px;
    height: 250px;
    background-color: #ffffff;
    border-radius: 11px;
    overflow: hidden;
    margin: 0px 21px 35px 21px;
    border: 1px solid #ffffff;
    box-shadow: 11px 11px 1px #000000;
}

.decor{
    position: absolute;
    width: 300px;
    height: 105px;
    transform: rotate(-14deg);
    bottom: -60px;
    right: -50px;
    background-color: #000000;
    z-index: 3;
}

.item .card{
    position: relative;
    width: 100%;
    height: 100%;
}

.item .card .content{
    position: relative;
    width: 100%;
    height: 100%;
}

.item .card .content div{
    position: relative;
    width: 90%;
    height: 150px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 0px 5%;
}

.item .card .content div img{
    position: relative;
    width: auto;
    height: 100%;
    z-index: 1;
}

.item .card .content h2{
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    text-shadow: 3.0px 3.0px 1.0px #8f868685;
    margin-bottom: 11px;
    mix-blend-mode: difference;
    z-index: 3;
    font-size: 1.3em;
}

.sec_title h2 hr{
    position: relative;
    width: 77px;
    color: #ffffff;
    margin: 5px auto;
}

.card_btn{
    position: relative;
    width: 30%;
    height: 17px;
    padding: 5px 11px;
    background-color: #222222;
    font-size: 0.75em;
    margin: 3px 35%;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    z-index: 3;
}

@media screen and (min-width: 1400px) {
	.office_desks{
		position: relative;
		width: 85%;
		padding: 21px 55px;
		margin-left: 7.5%;
	}
	
	.item{
		position: relative;
		width: 230px;
		height: 250px;
		margin: 0px 11px 35px 11px;
		aspect-ratio: 23 / 25;
	}
}

@media screen and (min-width: 1500px) {
	.office_desks{
		position: relative;
		width: 85%;
		padding: 21px 55px;
		margin-left: 7.5%;
	}
	
	.item{
		position: relative;
		width: 250px;
		height: auto;
		margin: 0px 17px 35px 17px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 170px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.4em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 19px;
		padding: 5px 11px;
		font-size: 0.80em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 320px;
		height: auto;
		bottom: -60px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 1600px) {
	.office_desks{
		position: relative;
		width: 85%;
		padding: 21px 55px;
		margin-left: 7.5%;
	}
	
	.item{
		position: relative;
		width: 260px;
		height: auto;
		margin: 0px 21px 35px 21px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 180px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.5em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 19px;
		padding: 5px 11px;
		font-size: 0.85em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 320px;
		height: auto;
		bottom: -60px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 1700px) {
	.office_desks{
		position: relative;
		width: 80%;
		padding: 21px 55px;
		margin-left: 10%;
	}
	
	.item{
		position: relative;
		width: 260px;
		height: auto;
		margin: 0px 21px 35px 21px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 180px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.5em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 19px;
		padding: 5px 11px;
		font-size: 0.85em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 320px;
		height: auto;
		bottom: -60px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 1750px) {
	.office_desks{
		position: relative;
		width: 80%;
		padding: 21px 55px;
		margin-left: 10%;
	}
	
	.item{
		position: relative;
		width: 270px;
		height: auto;
		margin: 0px 23px 35px 23px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 190px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.55em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 19px;
		padding: 5px 11px;
		font-size: 0.90em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 325px;
		height: auto;
		bottom: -60px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}

	.sec_title h2{
		position: relative;
		font-size: 1.9em;
	}

	.sec_title h2 hr{
		width: 99px;
	}
}

@media screen and (min-width: 1850px) {
	.office_desks{
		position: relative;
		width: 80%;
		padding: 21px 55px;
		margin-left: 10%;
	}
	
	.item{
		position: relative;
		width: 285px;
		height: auto;
		margin: 0px 25px 35px 25px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 205px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.65em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 21px;
		padding: 5px 11px;
		font-size: 1.0em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 330px;
		height: auto;
		bottom: -55px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 1950px) {
	.office_desks{
		position: relative;
		width: 90%;
		padding: 21px 55px;
		margin-left: 5%;
	}
}

@media screen and (min-width: 2050px) {
	.office_desks{
		position: relative;
		width: 90%;
		padding: 21px 55px;
		margin-left: 5%;
	}
	
	.item{
		position: relative;
		width: 290px;
		height: auto;
		margin: 0px 21px 35px 21px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 210px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.70em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 23px;
		padding: 5px 11px;
		font-size: 1.1em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 330px;
		height: auto;
		bottom: -60px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 2050px) {
	.office_desks{
		position: relative;
		width: 88%;
		padding: 21px 55px;
		margin-left: 6%;
	}
	
	.item{
		position: relative;
		width: 290px;
		height: auto;
		margin: 0px 27px 35px 27px;
		aspect-ratio: 23 / 25;
	}
}

@media screen and (min-width: 2150px) {
	.office_desks{
		position: relative;
		width: 88%;
		padding: 21px 55px;
		margin-left: 6%;
	}
	
	.item{
		position: relative;
		width: 290px;
		height: auto;
		margin: 0px 29px 35px 29px;
		aspect-ratio: 23 / 25;
	}

	.sec_title h2{
		position: relative;
		font-size: 2.1em;
	}

	.sec_title h2 hr{
		width: 111px;
	}
}

@media screen and (min-width: 2200px) {
	.office_desks{
		position: relative;
		width: 86%;
		padding: 21px 55px;
		margin-left: 7%;
	}
}

@media screen and (min-width: 2250px) {
	.office_desks{
		position: relative;
		width: 86%;
		padding: 21px 55px;
		margin-left: 7%;
	}
	
	.item{
		position: relative;
		width: 300px;
		height: auto;
		margin: 0px 29px 35px 29px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 215px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.75em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 23px;
		padding: 5px 11px;
		font-size: 1.15em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 335px;
		height: auto;
		bottom: -60px;
		right: -40px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 2350px) {
	.office_desks{
		position: relative;
		width: 84%;
		padding: 21px 55px;
		margin-left: 8%;
	}
	
	.item{
		position: relative;
		width: 310px;
		height: auto;
		margin: 0px 31px 35px 31px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 220px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.80em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 25px;
		padding: 5px 11px;
		font-size: 1.17em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 340px;
		height: auto;
		bottom: -59px;
		right: -37px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 2450px) {
	.office_desks{
		position: relative;
		width: 82%;
		padding: 21px 55px;
		margin-left: 9%;
	}
}

@media screen and (min-width: 2500px) {
	.office_desks{
		position: relative;
		width: 82%;
		padding: 21px 55px;
		margin-left: 9%;
	}
	
	.item{
		position: relative;
		width: 320px;
		height: auto;
		margin: 0px 31px 35px 31px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 233px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.80em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 25px;
		padding: 5px 11px;
		font-size: 1.18em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 345px;
		height: auto;
		bottom: -59px;
		right: -30px;
		aspect-ratio: 300 / 105;
	}

	.sec_title h2{
		position: relative;
		font-size: 2.3em;
	}

	.sec_title h2 hr{
		width: 121px;
	}
}

@media screen and (min-width: 2550px) {
	.office_desks{
		position: relative;
		width: 82%;
		padding: 21px 60px;
		margin-left: 9%;
	}
	
	.item{
		position: relative;
		width: 320px;
		height: auto;
		margin: 0px 35px 35px 35px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 233px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.80em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 25px;
		padding: 5px 11px;
		font-size: 1.18em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 345px;
		height: auto;
		bottom: -59px;
		right: -30px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 2650px) {
	.office_desks{
		position: relative;
		width: 80%;
		padding: 21px 60px;
		margin-left: 10%;
	}
	
	.item{
		position: relative;
		width: 325px;
		height: auto;
		margin: 0px 37px 35px 37px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 235px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.83em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 27px;
		padding: 5px 11px;
		font-size: 1.2em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 345px;
		height: auto;
		bottom: -59px;
		right: -30px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 2700px) {
	.office_desks{
		position: relative;
		width: 80%;
		padding: 21px 60px;
		margin-left: 10%;
	}
	
	.item{
		position: relative;
		width: 325px;
		height: auto;
		margin: 0px 41px 35px 41px;
		aspect-ratio: 23 / 25;
	}

	.sec_title h2{
		position: relative;
		font-size: 2.5em;
	}

	.sec_title h2 hr{
		width: 121px;
	}
}

@media screen and (min-width: 2750px) {
	.office_desks{
		position: relative;
		width: 79%;
		padding: 21px 60px;
		margin-left: 10.5%;
	}
}

@media screen and (min-width: 2850px) {
	.item{
		position: relative;
		width: 330px;
		height: auto;
		margin: 0px 45px 35px 45px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 240px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.84em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 29px;
		padding: 7px 11px;
		font-size: 1.21em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 350px;
		height: auto;
		bottom: -59px;
		right: -27px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 2900px) {
	.item{
		position: relative;
		width: 340px;
		height: auto;
		margin: 0px 45px 35px 45px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 250px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.85em;
	}
	
	.card_btn{
		position: relative;
		width: 33%;
		height: 29px;
		padding: 7px 11px;
		font-size: 1.23em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 360px;
		height: auto;
		bottom: -59px;
		right: -27px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (min-width: 2950px) {
	.item{
		position: relative;
		width: 340px;
		height: auto;
		margin: 0px 47px 35px 47px;
		aspect-ratio: 23 / 25;
	}
}

@media screen and (min-width: 3000px) {
	.item{
		position: relative;
		width: 350px;
		height: auto;
		margin: 0px 49px 35px 49px;
		aspect-ratio: 23 / 25;
	}

	.item .card .content div{
		position: relative;
		width: 90%;
		height: 255px;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.86em;
	}
	
	.card_btn{
		position: relative;
		width: 34%;
		height: 31px;
		padding: 7px 11px;
		font-size: 1.24em;
		margin: 3px 35%;
	}

	.decor{
		position: absolute;
		width: 370px;
		height: auto;
		bottom: -59px;
		right: -27px;
		aspect-ratio: 300 / 105;
	}
}

@media screen and (max-width: 1300px) {
	.office_desks{
		position: relative;
		width: 96%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 1250px) {
	.sec_title h2{
		position: relative;
		font-size: 1.7em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 35px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 220px;
		height: auto;
		margin: 0px 21px 35px 21px;
		aspect-ratio: 23 / 25;
	}
	
	.decor{
		position: absolute;
		width: 295px;
		height: auto;
		bottom: -60px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}
	
	.item .card .content div{
		position: relative;
		width: 90%;
		height: 145px;
		margin: 0px 5%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.3em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 30%;
		height: 17px;
		padding: 5px 11px;
		font-size: 0.75em;
		margin: 3px 35%;
	}
}

@media screen and (max-width: 1150px) {
	.sec_title h2{
		position: relative;
		font-size: 1.65em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 25px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 220px;
		height: auto;
		margin: 0px 14px 35px 14px;
		aspect-ratio: 23 / 25;
	}
}

@media screen and (max-width: 1070px) {
	.sec_title h2{
		position: relative;
		font-size: 1.65em;
	}
	
	.office_desks{
		position: relative;
		width: 90%;
		padding: 21px 25px;
		margin-left: 5%;
	}
	
	.item{
		position: relative;
		width: 220px;
		height: auto;
		margin: 0px 25px 35px 25px;
		aspect-ratio: 23 / 24;
	}
	
	.decor{
		position: absolute;
		width: 295px;
		height: auto;
		bottom: -60px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}
	
	.item .card .content div{
		position: relative;
		width: 90%;
		height: 150px;
		margin: 0px 5%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.3em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 30%;
		height: 17px;
		padding: 5px 11px;
		font-size: 0.75em;
		margin: 3px 35%;
	}
}

@media screen and (max-width: 970px) {
	.sec_title h2{
		position: relative;
		font-size: 1.65em;
	}
	
	.office_desks{
		position: relative;
		width: 96%;
		padding: 21px 25px;
		margin-left: 2%;
	}
	
	.item{
		position: relative;
		width: 220px;
		height: auto;
		margin: 0px 17px 35px 17px;
		aspect-ratio: 22 / 23;
	}
	
	.decor{
		position: absolute;
		width: 295px;
		height: auto;
		bottom: -60px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}
	
	.item .card .content div{
		position: relative;
		width: 94%;
		height: 150px;
		margin: 0px 3%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.3em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 30%;
		height: 17px;
		padding: 5px 11px;
		font-size: 0.75em;
		margin: 3px 35%;
	}
}

@media screen and (max-width: 870px) {
	.sec_title h2{
		position: relative;
		font-size: 1.65em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 7px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 210px;
		height: auto;
		margin: 0px 17px 35px 17px;
		aspect-ratio: 22 / 24;
	}
	
	.decor{
		position: absolute;
		width: 295px;
		height: auto;
		bottom: -65px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}
	
	.item .card .content div{
		position: relative;
		width: 94%;
		height: 150px;
		margin: 0px 3%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.3em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 30%;
		height: 17px;
		padding: 5px 11px;
		font-size: 0.75em;
		margin: 3px 35%;
	}
}

@media screen and (max-width: 770px) {
	.sec_title h2{
		position: relative;
		font-size: 1.65em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 7px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 190px;
		height: auto;
		margin: 0px 11px 35px 11px;
		aspect-ratio: 22 / 24;
	}
	
	.decor{
		position: absolute;
		width: 295px;
		height: auto;
		bottom: -75px;
		right: -50px;
		aspect-ratio: 300 / 105;
	}
	
	.item .card .content div{
		position: relative;
		width: 96%;
		height: 130px;
		margin: 0px 2%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.3em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 30%;
		height: 17px;
		padding: 5px 11px;
		font-size: 0.75em;
		margin: 3px 35%;
	}
}

@media screen and (max-width: 670px) {
	.sec_title h2{
		position: relative;
		font-size: 1.55em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 7px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 170px;
		height: auto;
		margin: 0px 11px 35px 11px;
		aspect-ratio: 21 / 23;
	}
	
	.decor{
		position: absolute;
		width: 290px;
		height: auto;
		bottom: -70px;
		right: -50px;
		aspect-ratio: 300 / 97;
	}
	
	.item .card .content div{
		position: relative;
		width: 100%;
		height: 120px;
		margin: 0px 0%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.25em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 35%;
		height: 11px;
		padding: 3px 11px;
		font-size: 0.75em;
		margin: 3px 35%;
	}
}

@media screen and (max-width: 610px) {
	.sec_title h2{
		position: relative;
		font-size: 1.45em;
	}
	
	.office_desks{
		position: relative;
		width: 90%;
		padding: 21px 7px;
		margin-left: 5%;
	}
	
	.item{
		position: relative;
		width: 170px;
		height: auto;
		margin: 0px 21px 35px 21px;
		aspect-ratio: 21 / 23;
	}
	
	.decor{
		position: absolute;
		width: 290px;
		height: auto;
		bottom: -70px;
		right: -50px;
		aspect-ratio: 300 / 97;
	}
	
	.item .card .content div{
		position: relative;
		width: 100%;
		height: 120px;
		margin: 0px 0%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.25em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 35%;
		height: 11px;
		padding: 3px 11px;
		font-size: 0.75em;
		margin: 3px 35%;
	}
}

@media screen and (max-width: 490px) {
	.sec_title h2{
		position: relative;
		font-size: 1.35em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 7px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 160px;
		height: auto;
		margin: 0px 25px 35px 25px;
		aspect-ratio: 21 / 23;
	}
	
	.decor{
		position: absolute;
		width: 285px;
		height: auto;
		bottom: -70px;
		right: -50px;
		aspect-ratio: 300 / 97;
	}
	
	.item .card .content div{
		position: relative;
		width: 100%;
		height: 105px;
		margin: 0px 0%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.25em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 35%;
		height: 11px;
		padding: 3px 11px;
		font-size: 0.75em;
		margin: 3px 35%;
	}
}

@media screen and (max-width: 450px) {
	.sec_title h2{
		position: relative;
		font-size: 1.35em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 7px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 160px;
		height: auto;
		margin: 0px 17px 35px 17px;
		aspect-ratio: 21 / 23;
	}
	
	.decor{
		position: absolute;
		width: 285px;
		height: auto;
		bottom: -70px;
		right: -50px;
		aspect-ratio: 300 / 97;
	}
	
	.item .card .content div{
		position: relative;
		width: 100%;
		height: 105px;
		margin: 0px 0%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.20em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 35%;
		height: 11px;
		padding: 3px 11px;
		font-size: 0.75em;
		margin: 3px 35%;
	}
}

@media screen and (max-width: 420px) {
	.sec_title h2{
		position: relative;
		font-size: 1.35em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 7px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 150px;
		height: auto;
		margin: 0px 17px 35px 17px;
		aspect-ratio: 21 / 23;
	}
	
	.decor{
		position: absolute;
		width: 285px;
		height: auto;
		bottom: -75px;
		right: -50px;
		aspect-ratio: 300 / 97;
	}
	
	.item .card .content div{
		position: relative;
		width: 100%;
		height: 100px;
		margin: 0px 0%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.15em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 35%;
		height: 11px;
		padding: 3px 11px;
		font-size: 0.75em;
		margin: 3px 30%;
	}
}

@media screen and (max-width: 390px) {
	.sec_title h2{
		position: relative;
		font-size: 1.30em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 0px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 150px;
		height: auto;
		margin: 0px 14px 35px 14px;
		aspect-ratio: 21 / 23;
	}
	
	.decor{
		position: absolute;
		width: 285px;
		height: auto;
		bottom: -75px;
		right: -50px;
		aspect-ratio: 300 / 97;
	}
	
	.item .card .content div{
		position: relative;
		width: 100%;
		height: 100px;
		margin: 0px 0%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.15em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 35%;
		height: 11px;
		padding: 3px 11px;
		font-size: 0.75em;
		margin: 3px 30%;
	}
}

@media screen and (max-width: 370px) {
	.sec_title h2{
		position: relative;
		font-size: 1.30em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 0px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 150px;
		height: auto;
		margin: 0px 9px 35px 9px;
		aspect-ratio: 21 / 23;
	}
	
	.decor{
		position: absolute;
		width: 285px;
		height: auto;
		bottom: -75px;
		right: -50px;
		aspect-ratio: 300 / 97;
	}
	
	.item .card .content div{
		position: relative;
		width: 100%;
		height: 100px;
		margin: 0px 0%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.15em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 35%;
		height: 11px;
		padding: 3px 11px;
		font-size: 0.75em;
		margin: 3px 30%;
	}
}

@media screen and (max-width: 350px) {
	.sec_title h2{
		position: relative;
		font-size: 1.30em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 0px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 145px;
		height: auto;
		margin: 0px 8px 35px 8px;
		aspect-ratio: 21 / 23;
	}
	
	.decor{
		position: absolute;
		width: 285px;
		height: auto;
		bottom: -75px;
		right: -50px;
		aspect-ratio: 300 / 97;
	}
	
	.item .card .content div{
		position: relative;
		width: 100%;
		height: 95px;
		margin: 0px 0%;
	}

	.item .card .content h2{
		position: relative;
		font-size: 1.15em;
	}
	
	.sec_title h2 hr{
		position: relative;
		width: 77px;
	}
	
	.card_btn{
		position: relative;
		width: 35%;
		height: 11px;
		padding: 3px 11px;
		font-size: 0.75em;
		margin: 3px 30%;
	}
}

@media screen and (max-width: 320px) {
	.sec_title h2{
		position: relative;
		font-size: 1.30em;
	}
	
	.office_desks{
		position: relative;
		width: 98%;
		padding: 21px 0px;
		margin-left: 1%;
	}
	
	.item{
		position: relative;
		width: 145px;
		height: auto;
		margin: 0px auto 35px auto;
		aspect-ratio: 21 / 23;
	}
}





























.footer-distributed{
	background: #131313;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #ffffff;
	font-size: 14px;
	font-weight: normal;
    text-shadow: 6px 6px 3px #000000;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #000000;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center i.fa-phone{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center i.fa-map-marker{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #ffffff;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 35px;
    
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	/* background-color:  #33383b; */
	border-radius: 2px;

	font-size: 60px;
	color: #000000;
	text-align: center;
	line-height: 35px;
    margin-right: 20px;
	margin-bottom: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

.footer-copyright {
    position: relative;
	background-color: #222;
	color: #fff;
	padding: 5px;
  text-align: center;
}

.footer-copyright-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 0;
}

.footer-copyright-link {
	color: #fff;
	text-decoration: none;
}

.csh{
    font-size: 18px;
	background: -webkit-linear-gradient(#4f67ca, #a76cb5);
  background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	text-shadow: 0 0 0 transparent, 
	0 0 10px transparent, 
	0 0 20px #a76cb5 , 
	0 0 40px #a76cb5, 
	0 0 100px #a76cb5, 
	0 0 200px #4f67ca, 
	0 0 300px #4f67ca, 
	0 0 500px #4f67ca, 
	0 0 1000px #4f67ca;
	
  }
  .copyright{
	color: #656565;;
  }


  