/*~~~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~~~~~~~~*/
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky + #hero {
	margin-top: 36px!important;
	background-color: black;
}

.backimg{
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
/*~~~~~~~~~~~~~ENDHEADER~~~~~~~~~~~~~~~~~~~~~~*/

.portfolio .owl-dots{
	text-align: center;
	padding-top: 20px;
}

.portfolio .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio .owl-dot.active {
  background-color: #5c9f24 !important;
}


/*/////////////////UNDERHEADER//////////////////*/

.start1{
	padding: 0 22px;
}

.start2{
	padding: 13px 0;
	max-width: 1100px;
	margin: 0 auto;
}

.start2 .logo img {
	max-height: 100px;
	width: auto;
}

.start2 .logo {
	display: inline-block;
	margin-right: 20px;
	float: left;
}
.start2 .site-name{
	color: rgb(206, 173, 122);
	font-size: 28px;
	font-weight: 700;
	margin-top: 25px;
}

.everyday{
	font-size: 14px;padding-bottom: 6px;color: #6e6e6e;
}

.phonenum{
	font-size: 19px;padding-bottom: 7px;
}

.situation{
	font-size: 12px;color: #6e6e6e;
}

/*/////////////////////////~~~~~END UNDERHEADER~~~~~////////////////*/

.paddiv{
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding-top: 50px;
	padding-bottom: 50px;
}


.titlemg{
	font-size: 23px;
	color: #5c9f24;
	padding: 0 0 20px;
}

.mar4{
	margin-bottom: 4rem;
}

.portfolio{
	background-color: #f1f1f1;
}

.conicon i {
	font-size: 25px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~ART~~~~~~~~~~~~~~~~~~~~~~~~~~START~~~~~~~~~~~~~~~*/

.art{
	background-image: url('../../images/artback3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 90px;
	padding-top: 90px;
}

.art .icon-box {
    margin-top: 25px;
}

.art .icon-box i {
    font-size: 48px;
    float: left;
    color: #5c9f24;
}

.art .icon-box p {
    font-size: 15px;
    margin-left: 60px;
}

.afterart .icon {
    display: flex;
    justify-content: center;
}

.afterart .icon i {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #5c9f24;
    font-size: 40px;
    overflow: hidden;
    padding-top: 20px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.afterart .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.afterart .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
}

.afterart .title::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #5c9f24;
    bottom: 0;
    left: calc(50% - 25px);
}

.afterart .description {
    line-height: 24px;
    font-size: 14px;
}

.soglas{
	margin-top: 50px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~ART~~~~~~~~~~~~~~~~~~~~~~~~~~~~END~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 950px) {

	.mobiled{
		float: left;
		width: 88%;
	}

}

@media (max-width: 1197px){
	#header .logo {
		font-size: 25px;
	}
}

@media (max-width: 500px) {
	
	.mar10{
		margin-top: 10px;
	}

	.mar20{
		margin-top: 20px;
	}

	.mar4{
		margin-bottom: 0px;
	}

	.start2 .site-name {
		font-size: 21px;
		margin-top: 35px;
	}

	.mobiled{
		margin-top: 3px;
	}

	.everyday{
		padding-top: 10px;
		font-size: 13px;
		padding-bottom: 2px;
	}

	.phonenum{
		padding-bottom: 2px;
	}

	.situation{
		font-size: 11px;
	}

	.start1 > .start2 .col-md-4{
		text-align: center!important;
	}

	.about .content {
		padding: 30px 0;
	}
}

@media (max-width: 442px) {

	.start2 .site-name {
		font-size: 18px;
		margin-top: 39px;
	}
}

/* for MOBILES */
@media (max-width: 480px){
	#header .logo {
		font-size: 22px;
		letter-spacing: 0px;
	}

	.imgrecon{
		width: 100%!important;
	}
}


/* for IPHONES */
@media (max-width: 380px){
	.start2 .site-name {
		margin-top: 27px;
	}

	#header .logo {
		font-size: 18px;
	}
}

