.con-sec1 .head {
	font-weight: bold;
}
.sub-page-links, .sub-page-links .item {
    display: inline-block;
    width: 100%;
}
.sub-page-links .item {
    border-top: 2px solid #a3c7bf;
    padding: 25px 0;
}
.sub-page-links .item:first-child {
    border-top: 0px solid #a3c7bf;
}
.sub-page-links .item .image {
    float: left;
    width: 34%;
}
.sub-page-links .item a.thumb:hover {
    box-shadow: 0 0 10px #9b9b9b;
}
.sub-page-links .item .info {
    float: left;
    width: 66%;
    padding-left: 30px;
}
.sub-page-links .title {
    font-size: 32px;
    margin-bottom: 15px;
}
.sub-page-links .title a, .sub-page-links a.more {
    color: #141b2e;
}
.sub-page-links .title a:hover, .sub-page-links a.more:hover {
    color: #5d8b81;
}
.con-sec2 {
    background-image: url(../images/contact-bg.jpg);
    background-position: center bottom;
    background-size: cover;
}
.conform .left, .conform .right {
    float: left;
    width: 40%;
}
.conform .right {
    margin: 0 0 0 35px;
}
.conform input[type="text"], .conform select, .conform button, .conform textarea {
    display: inline-block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 20px;
    border: none;
    margin: 10px 0;
    font-weight: 600;
}
.conform label {
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0 20px 0;
    display: inline-block;
}
.conform button {
    background-color: #ffcd47;
    color: #000;
    font-weight: 600;
}
.conform button:hover {
    background-color: #1e2944;
    color: #fff;
}
.con-sec3 {
    background-color: #3754a4;
    color: #fff;
}
.conform.form2 .right {
    margin-top: 55px;
}
.sub-page-links.wnew .item .image {
    width: 24%;
}
.sub-page-links.wnew .item .info {
    width: 76%;
}



@media screen and (max-width: 1362px) {
	.sub-page-links .title {	
	    font-size: 24px;
	}
}
@media screen and (max-width: 992px) {
	.z-default-subpage-right-panel {
	    border-left: none;
	}
	.z-default-subpage-left-panel {
		padding-left: 30px;
	    padding-bottom: 0;	
	}
}
@media screen and (max-width: 767px) {
	.conform .left, .conform .right {	
	    float: left;
	    width: 47%;
	}
}
@media screen and (max-width: 479px) {
	.sub-page-links .item .image, .sub-page-links .item .info, .sub-page-links.wnew .item .image, .sub-page-links.wnew .item .info {
		width: 100%;	
	}
	.sub-page-links .item .info {
	    padding: 20px 0 0 0;
	}
	.sub-page-links .item {
	    padding: 25px 0 10px 0;
	}
	.conform .left, .conform .right {
	    width: 100%;
	    margin: 0;
	}
	.conform input[type="text"], .conform select, .conform button, .conform textarea {
	    padding: 10px;
	    margin: 0 0 15px 0;
	}
	.conform label {	
	    font-size: 18px;
	    padding: 10px 0;
	}
	.conform.form2 .right {	
	    margin-top: 0;	
	}
}