/*
Theme Name: Cinco Cocke
Theme URI: http://www.wordpress.org
Description: Matt Gibson Theme
Version: 1.0
Author: Gibson Design.
Author URI: http://www.gibsonads.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syncopate:wght@400;700&display=swap');

html,
body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    /*font-family: "Syncopate", sans-serif;*/
}

h1 {
    font-size: 48px;
    color: #24353e;
    font-weight: 300;
    font-family: "Syncopate", sans-serif;
    text-align: center;
}

h2 {
    font-size: 36px;
    color: #24353e;
    font-weight: 300;
    font-family: "Syncopate", sans-serif;
}

h3 {
    font-family: "Syncopate", sans-serif;
}

a {
    outline: none;
    transition: all 0.5s;
}

a:hover {
    color: #ca6436;
    text-decoration: none;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

p {
    font-size: 18px;
    line-height: 30px;
    color: #24353e;
    font-weight: normal;
}

img {
    max-width: 100%;
    border: 0px;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

iframe {
    max-width: 100%;
    border: 0px;
    width: 100%;
}

.wrapper {
    display: block;
    width: 100%;
    position: relative;
}

.container {
    max-width: 1410px;
}

.wrp-logobar {
    position: absolute;
    z-index: 9;
    padding: 25px 0px;
}

.home header::before {
    position: absolute;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9999999999999999) 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
}
header::before {
    position: absolute;
    width: 100%;
    height: 600px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9999999999999999) 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
}

.header-navigation {
    font-family: "Syncopate", sans-serif;
}

.nav-header {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.wrp-page-img img {
    width: 100%;
}

.wrp-main-title-home {
    padding: 90px 0px;
}

.intro-home p {
    margin: 0px;
}

.wrp-main-title-home h1 {
    margin-bottom: 20px;
}

.left-about-cnt {
    background-color: #f8f3ec;
    border: 1px solid #ca6436;
    padding: 45px;
    text-align: right;
}

.left-about-cnt h2 {
    margin-bottom: 20px;
}

.abt-inner-cnt a {
    border: 1px solid #ca6436;
    font-size: 24px;
    line-height: 30px;
    color: #24353e;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 20px;
}

.abt-inner-cnt a:hover {
    background: #ca6436;
    color: #fff;
}

.links-outer {
    padding: 0px;
    margin: 0px;
}

.links-outer:nth-child(2) {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #fff;
}

.links-outer:nth-child(1) {
    border-right: 2px solid #ffffff;
}

.links-outer:nth-child(3) {
    border-left: 2px solid #ffffff;
}

.tit-div {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    right: 0;
}
.tit-div h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	padding: 0px 100px;
}

.wrp-home-about {
    padding-bottom: 90px;
}

.main-test {
    border: 1px solid #ca6436;
    margin: 10px;
    padding: 20px;
}

.main-test img {
    width: auto !important;
    margin-top: 10px;
}

.content-test {
    padding: 15px 0px;
}

.customer-de h6 {
    font-size: 24px;
    color: #24353e;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Syncopate", sans-serif;
}

.customer-de span {
    font-size: 24px;
    color: #24353e;
    font-weight: 300;
}

.wrp-testimonials .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    font-size: 25px;
}

.wrp-testimonials .owl-prev {
    left: -40px;
    position: absolute;
    font-size: 50px !important;
}

.wrp-testimonials .owl-next {
    right: -40px;
    position: absolute;
    font-size: 50px !important;
}

.wrp-testimonials {
    padding: 90px 0px;
}

.wrp-testimonials h2 {
    margin-bottom: 50px;
}



.slider-wrap {
    margin: 0 auto;
    overflow: hidden;
}

/* base slide */
.slide-box {
    height: 280px;
    background: #dcdcdc;
    position: relative;
}

/* center slide bigger */
.owl-item.center .slide-box {
    height: auto;
}

/* text center */
.photo-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: #fff;
}

.photo-text b {
    color: #000;
}

/* align vertically */
.peek-slider .owl-stage {
    display: flex;
    align-items: center;
}
.wrp-project-img h3 {
	font-size: 48px;
	color: #24353e;
	font-weight: 300;
	margin-bottom: 20px;
}
.wrp-project-img p {
	font-size: 18px;
	line-height: 30px;
	color: #24353e;
	font-weight: 400;
}
.project-box a {
	font-size: 24px;
	line-height: 30px;
	color: #24353e;
	font-weight: 300;
	border: 1px solid #ca6436;
	padding: 15px 30px;
	display: inline-block;
	margin-top: 20px;
}
.owl-control-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: center;
    margin-top: 20px;
}
.control-owll i {
	font-size: 55px;
	color: #24353e;
	padding: 0px 20px;
}
.wrp-project-img {
	padding-bottom: 90px;
}
.inner-details-fo span {
	font-size: 24px;
	line-height: 48px;
	color: #24353e;
	font-weight: 300;
	display: block;
}
.inner-details-fo {
	font-size: 18px;
	line-height: 1.5;
	color: #24353e;
	font-weight: 300;
    margin-bottom: 30px;
}
.menubar li a {
	font-size: 24px;
	line-height: 48px;
	color: #24353e;
	font-weight: 300;
	text-transform: uppercase;
}
.menubar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.inner-details-fo a {
	color: #24353e;
}
.inner-details-fo a:hover {
	color: #ca6436;
}
.socialbar ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
.socialbar ul li a {
	color: #ca6436;
	font-size: 40px;
}
.wrp-footer {
	background-color: #f8f3ec;
	padding: 60px;
}

.wrp-copyright {
	background-color: #24353e;
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	padding: 20px 0px;
}
.wrp-copyright p {
	color: #fff;
    margin: 0px;
}
.wrp-copyright a {
	color: #fff;
}
.wrp-about {
	font-size: 18px;
	line-height: 30px;
	color: #24353e;
	font-weight: 100;
	padding: 90px 0px;
}
.wrp-about h1 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.wrp-eduction {
	padding: 90px 0px;
	background-color: #f8f3ec;
}
.wrp-eduction h2 {
	margin-bottom: 20px;
}
.wrp-history {
	background-image: url('./images/about.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    padding: 90px 0px;
	background-attachment: fixed;
}
.page-template-tpl-construction .wrp-history,.page-template-tpl-real-estate .wrp-history {
	background-image: url('./images/construction.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    padding: 90px 0px;
	background-attachment: fixed;
}
.wrp-history h2, .wrp-history p {
	color: #fff;
}
.orange-btn {
	font-size: 24px;
	line-height: 30px;
	color: #24353e;
	font-weight: 300;
	border: 1px solid #ca6436;
	padding: 15px 30px;
	display: inline-block;
	margin-top: 20px;
	color: #ffff;
}
.orange-btn:hover,.project-box a:hover{
    background-color: #ca6436;
    color: #fff;
}
.terms-con {
	font-size: 18px;
	line-height: 30px;
	color: #24353e;
	font-weight: 300;
	margin-top: 40px;
	display: block;
}
.wrp-construction {
	padding: 90px 0px;
}
.wrp-construction h5 {
	font-size: 24px;
	color: #24353e;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: "Syncopate", sans-serif;
	min-height: 60px;
}
.outer-contstr p {
	font-size: 18px;
	line-height: 30px;
	color: #24353e;
	font-weight: 300;
}
.outer-contstr {
	margin-top: 60px;
}
.wrp-real-estate {
	padding: 60px 100px;
}
.right-bg {
	background-image: url('./images/contact.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px;
}
.gform-theme input[type="text"],.gform-theme input[type="tel"],.gform-theme input[type="email"],.gform-theme textarea {
	border: 1px solid #ca6436 !important;
	font-size: 16px !important;
	line-height: 30px !important;
	color: #9d9d9d !important;
	font-weight: 300 !important;
	font-family: "Montserrat" !important;
	padding: 22px 20px !important;
}
.gfield p {
	font-size: 12px;
	line-height: 30px;
	color: #24353e;
	font-weight: 300;
}
.gform-footer .gform_button {
	border: 1px solid #ca6436 !important;
	background: transparent !important;
	border-radius: 0px !important;
	font-size: 24px !important;
	line-height: 30px !important;
	color: #24353e !important;
	font-weight: 300 !important;
	font-family: "Montserrat" !important;
	text-align: center !important;
	text-transform: uppercase !important;
	padding: 10px 50px !important;
}
.gform_title {
	margin-bottom: 30px;
}
.contact-details-fo a {
	font-size: 24px;
	line-height: 30px;
	color: #24353e;
	font-weight: 300;
	font-family: "Syncopate";
}
.contact-details-fo {
	margin-top: 40px !important;
	display: block;
}
.close-model-my {
	position: absolute;
	right: 10%;
	top: 10%;
	background: transparent;
	border: none;
    outline: none;
}
.social-icons {
	display: flex;
	justify-content: flex-end;
	margin-top: -50px;
}
.wrp-default {
	padding: 90px 0px;
}
.wrp-default h1{
    margin-bottom: 50px;
}
.img-div img {
	width: 100%;
}
.owl-testimonials .item {
	display: flex;
	flex: 1 0 auto;
	/* display: flex; */
	/* flex: 1 0 auto; */
	height: 100%;
}
.owl-testimonials .owl-stage {
	display: flex;
}
.img-div{
    transition: all 0.5s;
}
.img-div:hover {
	filter: grayscale(20);
	transition: all 0.5s;
}
.wrp-about {
	text-align: justify;
}
.modal-content{
	background-color: transparent !important;
}
.tit-new {
	font-size: 36px;
	color: #ca6436;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	padding-bottom: 60px;
}
.owlclient .item a {
	border: 2px solid #ca6436;
	display: inline-block;
}
.wrp-edu-cleint {
	padding: 60px 0px;
}

.owlclient .owl-nav {
	position: absolute;
	z-index: 9;
	top: 35%;
	font-size: 30px;
	width: 100%;
	font-weight: 500;
}
.owlclient .owl-prev {
	position: absolute;
	left: -70px;
	border: 2px solid #000 !important;
	width: 40px;
	border-radius: 50% !important;
	height: 40px;
}
.owlclient .owl-next {
	position: absolute;
	right: -70px;
	border: 2px solid #000 !important;
	width: 40px;
	border-radius: 50% !important;
	height: 40px;
}
.owlclient .owl-prev span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
}
.owlclient .owl-next span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
}
.img-cinco {	display: flex;	text-align: center;	margin-top: 100%;	justify-content: center;}
.img-cinco img {	max-width: 40px;	display: flex;	margin-top: 50px;}
.owlClass  .item img {
	display: inline-block !important;
	width: auto !important;
	margin: 0 auto;
}
.owlClass .item {
	text-align: center;
}
.owlClass .item a > span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	margin-top: 30px;
	font-weight: 300;
}
.owlClass .owl-nav {
	position: absolute;
	top: 35%;
	width: 100%;
}
.owlClass .owl-prev {
	left: -20px;
	position: absolute;
}
.owlClass .owl-next {
	right: -20px;
	position: absolute;
}
.wrp-class {
	padding: 60px 0px;
	background: #d2e8ed;
}
.wrp-class h3 {
	margin-bottom: 50px;
}