/*
Theme Name: ixlayer child
Theme URI: https://marketingrevive.com/
Author: Marketing Revive
Description: This theme have develope for ixlayer.
Version: 1.3
Template: ixlayer
*/
.flex-div {
	display: flex;
}
* {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
body {
 overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 3px;
}

h2 {
    font-weight: unset;
    font-size: 28px;
    letter-spacing: unset;
}

h5 {
    font-weight: unset;
    line-height: unset;
    letter-spacing: unset;
    font-size: 18px;
}

p {
    line-height: 1.5;
    letter-spacing: unset;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

.d-flex {
    display: flex;
}
.no-gutter > [class*='col-xs-12'] {
     padding-right:0;
     padding-left:0;
 }
/*.col-xs-12 {*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/

.row.custom {
    display: flex;
    flex-wrap: wrap;
}

.row.custom > div {
    display: flex;
    justify-content: center;
}

.flex-height {
    display: flex;
    align-items: center;
}
.title {
	background-image: url("https://ocremodelingstudio.com/wp-content/uploads/2020/05/OCRS-Logo-Favicon.png");
}

.buttonRose {
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 50px;
    background-color: #A3815E;
    transition: 0.3s;
    display: block;
    /*border: 1px solid #fff;*/
    /*font-weight: bold;*/
    text-align: center;
    max-width: 220px;
    text-transform: uppercase;
}
.buttonRose:hover {
	background-color: #DDA27A;
}
.bottom-space {
    margin-bottom: 10px;
}

.mainImageVideo .projectName,
.servicesAndResult .servicesTitle,
.servicesAndResult .socialMediaName,
.textBlock .textBlock-title,
.remodelingService .remodelingService-title {
    color: #03415b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 32px;
}

.mainImageVideo .projectType-actual,
.projectType .projectType-selected,
.servicesAndResult .socialMediaPhrase {
    color: #dfa377;
    font-family: "Lato", serif;
    font-weight: 400;
}

.mainImageVideo,
.projectType,
.servicesAndResult,
.textBlock,
.imageOrVideo-placeholder,
.slider,
.dualImages,
.ourRecentProjects,
.otherProjects,
.remodelingService {
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 0px
}

.mainImageVideo {
    margin-top: 55px;
}

.mainImageVideo .projectName {
    margin: 15px 0 20px;
}

.mainImageVideo .projectType-actual {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
}

.mainImageVideo .mainImage {
    max-width: 94%;
    margin: 0 auto;
    height: 85vh;
    object-fit: cover;
}

.clientName {
    text-transform: uppercase;
}

.projectType {
    margin-top: 75px;
}
.button-prev {
    position: absolute;
    top: 29px;
    left: 1%;
    z-index: 1;
    color: white;
}
.button-next {
    position: absolute;
    top: 29px;
    right: 1%;
    z-index: 1;
    color: white;
}


.projectType-title,
.projectType-shareIt {
    font-size: 26px;
    text-transform: uppercase;
    color: #03415B;
}

.shareIt-links {
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}

.shareIt-links a {
    margin-right: 30px;
    font-size: 28px;
    color: #DDA27A;
    display: flex;
    align-self: flex-end;
    text-decoration: none;
}

.shareIt-links a:last-child {
    margin-right: 0;
}
.threeProject-wrapper img {
    
}

.shareIt-links a:hover {
    color: #1E2838;
}

.projectType-selected {
    font-size: 19px;
}

.projectType .logos {
    width: 20px;
    display: inline-block;
}

.projectType .projectSmallType-wrapper,
.projectType .shareIt-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.projectType .projectSmallType-wrapper {
    margin-bottom: 20px;
}

.projectType-description {
    line-height: 30px;
    color: #1e2838;
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 20px;
}

.projectType-content {
    display: flex;
    margin-bottom: 75px;
}

.projectType .reverseColumns .leftUp-image,
.projectType .reverseColumns .rightDown-image {
    width: 100%;
    height: 100%;

}


.leftUp-image {
    margin-bottom: 30px;
}

.rightImage {
    width: 100%;
    height: 730px;
    object-fit: cover;
}

.servicesAndResult img {
    max-height: 340px;
    width: 100%;
    object-fit: cover;
    padding: 0 0px;
}

.servicesAndResult .servicesTitle {
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
}

.servicesAndResult .servicesDescription {
    font-size: 16px;
}

.servicesAndResult .servicesPhrase {
    font-size: 18px;
}

.servicesAndResult .socialMediaPercentage {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.servicesAndResult .socialMediaPercent {
    font-size: 24px;
    text-transform: uppercase;
    color: #03415b;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 35px
}
.socialContainer {
    display: flex;
    justify-content: space-between;
}

.servicesAndResult .socialWrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.servicesAndResult .socialMediaName {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}


.servicesAndResult .socialMediaPhrase {
    font-size: 15px;
}

.textBlock {
    margin-top: 75px;
}

.textBlock .textBlock-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 32px;
}

.textBlock .textBlock-subPhrase {
    margin-bottom: 35px;
    font-size: 18px;
}

.textBlock .textBlock-description {
    font-size: 16px;
}

.swiper-container {
    width: 100% !important;
height: auto !important;
transition: none;
padding-bottom: 0px;
}

.gridColumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 10px
}

/*.swiper-button-next,*/
/*.swiper-button-prev {*/
/*    color: transparent !important;*/
/*}*/

/*.swiper-slide div img {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.cocoen {*/
/*    height: 100%;*/
/*}*/
.swiper-slide {
	padding: 2px;
}
.dualImages {
    margin-top: 75px;
}

.dualImages .image {
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
}

.dualImages .image.first-image {
    margin-bottom: 20px;
}
.ourRecentProjects {
    background-color: #F5F6F7;
    margin-top: 100px;
}
.image__wrapper {
    display: flex;
    justify-content: center;
}
.ourRecentProjects .ourRecentProjects-image{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 75px 0px 20px 0px;
}
.ourRecentProjects .ourRecentProjects-title {
    margin-bottom: 16px;
    text-transform: uppercase;
}

.ourRecentProjects .ourRecentProjects-description {
    margin-bottom: 50px;
}

.ourRecentProjects .singleProject {
    display: flex;
    margin-bottom: 100px;
}

.ourRecentProjects .singleProject img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 50%;
}

.ourRecentProjects .singleProject .singleProject-content .singleProject-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.otherProjects {
    background-color: #1F2938;
    padding: 50px 0;
    margin-top: 100px;
}

.otherProjects .otherProjects-title {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    color: #DDA27A;
    letter-spacing: 1px;
}

.otherProjects .otherProjects-link {
    display: block;
}

.otherProjects .otherProjects-link img {
    margin-bottom: 12px;
}

.otherProjects .otherProjects-link:hover {
    text-decoration: none;
}

.otherProjects .otherProjectLink-title {
    color: #fff;
    font-size: 18px;
}

.otherProjects .otherProjectLink-type {
    color: #DDA27A;;
    font-size: 14px;
}

.isotope-item:hover {
    cursor: pointer;
}
.portfolioTitle {
	margin-top: 10px;
	margin-bottom: 2px;
}
.portfolioType {
	padding-bottom: 15px;
}
.isotope-item:hover .portfolioTitle {
    color: #DFA377;
}

.upcomingProjects {
    padding: 80px 0;
    background-color: #12415B;
    /*border-top: 1px solid #5D7C89;*/
    /*border-bottom: 1px solid #5D7C89;*/
}


.upcomingProject-title {
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 31px;
}

.upcomingProject-phrase {
    color: #fff;
    font-size: 18px;
    letter-spacing: .6px;
}

.upcomingProject-button {
    margin-left: auto;
}

.upcomingProject-button:hover {
    text-decoration: none;
    color: #fff;
    transition: .4ms;
    background-color: #DDA27A;
}

.upcomingProjects .row-flex {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.remodelingService {
    margin: 100px auto 95px !important;
    max-width: 90%;
}

.remodelingService-title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.remodelingService-description {
	max-width: 900px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 75px;
    color: #996A52;
    font-weight: normal;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
}

.remodelingService-sideImage {
    /*height: 600px;*/
/*     width: 600px; */
    object-fit: cover;
    height: 100%;
}

.remodelingService-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.remodelingService-content.left {
    align-items: flex-start;
/*     margin-left: 5px; */
}

.remodelingService-contentTitle {
    font-size: 24px;
    margin-bottom: 15px;
/* 	margin-top: 70px; */
    text-transform: uppercase;
    letter-spacing: 0.5px;

}

.remodelingService-contentDescription {
    font-weight: 500;
    text-align: center;
/*     margin-bottom: -100px; */
	margin-bottom: 0;
    line-height: 25px;
    font-size: 17px;
/*     padding-bottom: 150px; */

}

.remodelingService-content.left .remodelingService-contentDescription {
    text-align: left;
}

.remodelingService-content.center .remodelingService-contentDescription {
	padding-top: 10px;
}
.remodelingService-contentButton {
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    text-transform: uppercase;
	margin-top: 40px;
}
/*.remodelingService-contentTitle_page3 {*/
/*    font-size: 30px;*/
/*    margin-bottom: 15px;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1px;*/
/*}*/

.remodelingService-contentButton:hover {
    color: #fff;
}

.ourClients {
	background-color: #212121;
    padding: 90px 5%;
}

.ourClients-title {
    color: #DDA27A;
    text-transform: uppercase;
    font-size: 34px;
}

.ourClientsLogo {
     padding: 5px;
 }

.ourClients-title-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 17%;
}

.ourClientsLogo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ourClientsLogo-container {
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.threeProjects {
	background-color: #1F2938;
    padding: 100px 0;
}

.threeProjects-title {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #DDA27A;
    letter-spacing: 1px;
}

.threeProjects-description {
    text-align: center;
    font-weight: 500;
/*     color: #12415A; */
	color: #fff;
    line-height: 30px;
    font-size: 18px;
    max-width: 880px;
    margin: 0 auto 35px;
}

.threeProjects-container {
    /*display: flex;*/
    /*flex-direction: column;*/
    margin-bottom: 20px;
    margin-top: 3px;
}

.threeProjects-container-title {
/*     color: #000; */
	color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.threeProjects-container-title:hover {
    color: #DFA377 !important;
}

.threeProjects-container-description {
/*     color: #12415A; */
	color: #DDA27A;
    font-weight: 500;
    font-size: 17px;
}


.mainWithForm {
    background-position: center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    /*height: 60vh;*/
    height: 700px;
/*     width: 90%;
    margin: 0 5%; */
}

.mainWithForm-contentWrapper {
    height: 700px;
    max-width: 540px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mainWithForm-contentTitle {
    margin-top: -20%;
    font-weight: bold;
	color: #fff;

}

.imageOrVideo-placeholder {
    margin-top: 75px;
}

.slider {
    margin-top: 55px;
}

.beforeAfterSlider {
    margin-top: 20px;
}

.estimateForm-wrapper {
    display: flex;
    justify-content: flex-end;
    height: 700px;
    /*align-items: center;*/
    margin-right: -24px;
}

/* contact form */
.estimate-form {
    margin-top: 100px;
    background-color: #12415B;
    padding: 30px;
    border-radius: 5px;
    max-width: 460px;
    box-shadow: 0 0 10px 0;
}
.contact-us-form {
	background-color: white;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*For IE*/
select::-ms-expand {
    display: none;
}

.project-type {
    position: relative;
}

.project-type:after {
    content: '';
    position: absolute;
    top: 27%;
    right: 12px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.two-fields-wrapper {
    display: flex;
    justify-content: space-between;
}

.two-fields-wrapper label {
    width: 48%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.two-fields-wrapper label input,
.two-fields-wrapper label select,
.single-field-wrapper input,
.single-field-wrapper select,
.single-field-wrapper select {
    width: 100%;
    border-radius: 4px;
    height: 32px;
    border: none;
    color: #000;
    padding: 2px 5px;
}

.single-field-wrapper textarea {
    width: 100%;
    border-radius: 4px;
    border: none;
    color: #000;
    padding: 2px 5px;
}

.single-field-wrapper select {
    color: #000;
    background-color: #fff;
}

.single-field-wrapper label {
    width: 100%;
    margin-bottom: 15px;
}

.two-fields-wrapper label > span,
.single-field-wrapper label > span {
    margin-bottom: 3px;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.estimate-form .contact-form-text {
    text-align: center;
}

.estimate-form .contact-form-text .contact-title {
    color: #fff;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 27px;
}
.contact-us-form .contact-form-text .contact-title {
	color: #011D5C;
	font-weight: 700;
	text-transform: uppercase;
}

.estimate-form .contact-form-text .contact-description {
    color: #DDA27A;
    margin-bottom: 22px;
    letter-spacing: -0.15px;
    font-size: 14px;
}

.contact-us-form .contact-form-text .contact-description {
}
.contact-us-form .two-fields-wrapper label > span, .contact-us-form .single-field-wrapper label > span {
	color: #011D5C;
}
.contact-us-form .two-fields-wrapper label input, .contact-us-form .single-field-wrapper input, 
.contact-us-form .two-fields-wrapper select {
	border: 1px solid #707070;
	outline:none;
}
.contact-us-form .single-field-wrapper textarea {
	border: 1px solid #707070;
	outline:none;
}
.contact-us-form .single-field-wrapper select {
 	outline:none; 
 	border: 1px solid #707070;
}
.contact-us-detail h3 {
	color: #011D5C;
}
.contact-us-detail p {
	margin-bottom: 0;
	color: #292929;
}
.contact-us-detail span {
	color: #CF3095;
}
.estimate-form .contact-request-button {
    margin: 0 auto;
}

.estimate-form .contact-request-button:hover {
    background-color: #DDA178;
}

.estimate-form .contact-request-button input {
    background-color: transparent;
    font-size: 15px;
    border: none;
    outline: none;
}

.estimate-form .ajax-loader {
    display: none !important;
}

.estimate-form ~ .wpcf7-response-output {
    display: none !important;
}

.remodelingPortfolio {
    padding: 85px 0 55px;
    border-top: 1px solid #939393;
}

.remodelingPortfolio-title {
    text-transform: uppercase;
    text-align: center;
    color: #12415A;
	font-size: 34px;
}

.remodelingPortfolio hr {
    width: 300px;
    height: 1px;
    background-color: #DBA27D;
    margin: 20px auto;
    text-align: center;
}

.singleProject-description {
    font-size: 16px;
}

.mainWithForm-description {
    margin-top: 18px;
    font-size: 16px;
	color: #fff;
}

.fullHeight {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 5%;
}

.fullHeight .reverse {
    display: flex;
    align-items: center;
}

.fullHeight .transparentImage {
    margin-left: auto;
    padding-top: 90px;
}

.fullHeight .container-fluid {
    width: 100%;
}

.fullHeight .fullHeight-content {
    padding: 60px 40px;
}

.fullHeight .fhTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 42px;
    color: #12415A;
    margin-top: 60px;
}

.fullHeight .fhDescription {
    font-size: 20px;
    margin-bottom: 60px;
    text-align: center;
    line-height: 35px;
}

.fullHeight .fcButton {
    text-transform: uppercase;
    max-width: 280px;
    font-size: 18px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin: 0 auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullHeight .fcButton:hover {
    background-color: #9D2894;
    color: #fff;
}

.remodelingServiceSimple {
    margin-top: 100px;
}

.like-logo {
    max-width: 60px;
    margin: 0 auto 40px ;
    display: block;
}
.socialDirection {
    display: flex;
    justify-content: space-between;
}
.simpleTitle {
    position: relative;
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #12415A;
}

/*.simpleTitle:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -80px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background: transparent;*/
/*    left: calc(50% - 10px);*/


.simpleContent {
    margin-bottom: 95px;
    display: flex;
    flex-direction: column;

}/*    border-radius: 50%;*/
/*    border: 2px solid #ccc;*/

/*}*/

.simpleDescription {
    color: #8D593F;
    font-size: 18px;
    text-align: center;
    max-width: 860px;
    margin: 0 auto 70px;
}

.simpleContent-wr {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;

}

.simpleContent img {
    height: auto;
    width: 100%;
    object-fit: cover;
    margin-bottom: 35px;
    padding: 0 0px 0 0;
}

.singleSimpleTitle {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;

}


.singleSimpleDescription {
    font-size: 18px;
    margin-bottom: 50px;
    flex-grow: 1;
    width: 100%;
}

.singleSimpleButton {
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    /*box-shadow: 0 0 12px -5px #000;*/
    display: inline-block;
}

.singleSimpleButton:hover {
    color: #fff;
}

.remodelingServiceNoImage {
    background-color: #F0F0F0;
    padding: 100px 0 40px;
}

.singleNoImageTitle {
    text-transform: unset;
    font-size: 24px;
    margin-bottom: 20px;
}

.singleNoImageButton {
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
}

.singleNoImageButton:hover {
    color: #fff;
}

.singleNoImageButton.odd {
    background-color: #667896;
    width: max-content;
}

.singleNoImageButton.even {
    background-color: #E67CF4;
    /*width: fit-content;*/
    width: max-content;

}

.simpleSection {
    padding: 125px 0;
}

.simpleSection-title {
    font-size: 32px;
    text-transform: uppercase;
	text-align: center;
	line-height: 40px;
    margin-bottom: 40px;
    letter-spacing: 0px;
    color: #12415A;
}

.simpleSection-description {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 50px;
    color: #905D42;
}

.simpleSection-img {
    object-fit: cover;
    width: 100%;
    max-height: 600px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2)
}
.singleSimpleButton__wrapper {
    margin-top: 0px;
}

.simpleSection-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 85%;
}

.simpleSection-button {
    text-transform: uppercase;
    border: 1px solid #12415A;
    border-radius: 50px;
    padding: 12px 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #12415A;
}

.simpleSection-button:hover {
    background-color: #DDA178;
    color: #fff;
    border: 1px solid #fff;
}

.textSection {
    padding: 80px 0;
    background-color: #1F2938;
}

.textSection-title {
    color: #fff;
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.textSection-description > h2 {
    color: #B78A6D !important;
}

.textSection-description > p {
    color: #B78A6D;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.right-0 > img {
    margin-left: auto;
    height: auto;
}

.left-0 > img {
    margin-right: auto;
    height: auto;
}

.portfolioFilter a.current {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #DBA27D !important;
    border-radius: 0 !important;
    padding: 4px 6px !important;
}

.remo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.remo-no-image {
    width: 46%;
    display: flex;
    justify-content: center;
}

/*.remo-no-image .simpleContent {*/
/*}*/

/* responsive */
@media only screen and (min-width: 992px) {

    .right-0 {
        padding-right: 0;
       
    }

    .left-0 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 2560px) {
	.estimate-form {
        margin-right: 250px;
    }
/*     .left-0 > img{
        width: 90%;
    }
    .right-0 > img{
        width: 90%;
    }
    .simpleContent img {
        width: 100%;
    }
    .remodelingService-content.left{
        margin-left: 20px;


    } */
    .remodelingService-contentDescription {

    }
    .ourClients-title-wrapper{
        margin-left: 34%;
    }
    .ourClientsLogo{
        padding: 0px;
    }
    .ourClientsLogo-container{
        padding: 10px;
    }
    .remodelingService-contentTitle{

    }
}
@media only screen and (min-width: 1440px){
    .remodelingService-description {
    }
    .fullHeight .fhTitle {
        font-size: 24px;
        margin-bottom: 20px;
		font-weight: 1000;
    }
    .fullHeight .fhDescription {
        margin-bottom: 40px;
    }
    .remodelingService-contentDescription {

    }
}


@media only screen and (max-width: 1320px) {
	.remodelingService-contentDescription { 
		line-height: 20px
	}
    .estimate-form {
        right: 12%;
    }

    .fullHeight .fullHeight-content {
        margin-top: unset;
    }

    .fullHeight .fhTitle {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .fullHeight .fhDescription {
        font-size: 21px;
    }

    .remodelingService-contentTitle {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .remodelingService-contentDescription {
        font-size: 12px;
/*         margin-bottom: 8px */
    }

    .remodelingService-contentButton {
        font-size: 14px;
    }
}
.up-contact-btn {
	padding-top: 38px;
}
.projectType-wrap {
	padding-right: 10px;
}
.mobile-tel {
	display: none!important;
}
.desktop-tel {
	display: block!important;
}
@media only screen and (max-width: 991px) {
	.remodelingService-contentButton {
		margin-top: 10px
	}
	.isotope-item {
		padding-left: 0px;
		padding-right: 0px;
	}
	.mobile-tel {
		display: block!important;
	}
	.desktop-tel {
		display: none!important;
	}
	.contact-tel {
		display: none;
	}
	.flex-div  {
		display: block;
	}
	.remodelingService-contentDescription {
		
	}
	.portfolioFilter {
		padding-top: 5px!important;
	}
	.remodelingService-contentDescription {
		padding-bottom: 0;
	}
	.projectType-wrap {
		padding-right: 0x;
	}
	.up-contact-btn {
		padding-top: 0;
	}
    .upcomingProjects {
        padding: 60px 0;
    }
    .button-next, .button-prev {
        top: 14px;
    }

    .upcomingProjects .row-flex {
        display: unset;
        align-items: unset;
        flex-wrap: unset;
    }

    .upcomingProjects .upcomingProject-title {
        text-align: center;
    }

    .upcomingProjects .upcomingProject-phrase {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .upcomingProjects .upcomingProject-button {
        margin: 0 auto !important;
    }

    section.mainWithForm {
        margin: unset;
        height: auto;
/* 		height: 250px; */
        width: 100%;
        /*margin-bottom: 530px;*/
        background-position: top;
        background-size: 100% 250px;
        background-repeat: no-repeat;
    }

    .mainWithForm-contentWrapper {
        height: unset;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 100px;
    }

    .mainWithForm-contentTitle {
        margin-top: unset;
        font-size: 20px;
        text-align: center;
    }

    .estimate-form {
        position: relative;
        top: unset;
        margin: 100px auto 0;
        right: unset;
    }

    .remodelingService {
        margin: unset;
    }

    .remodelingService .d-flex {
        display: flex;
    }

    .remodelingService-sideImage {
/*         margin: 0 auto 25px; */
    }

    .remodelingService-content {
		padding: 20px
/*         margin-bottom: 50px; */
    }

    .ourClients {
        padding: 50px 0;
    }

    .ourClients .d-flex {
        display: block;
    }

    .ourClients-title-wrapper {
        margin-left: unset;
        justify-content: center;
    }

    .ourClientsLogo-wrapper {
        justify-content: center;
    }

    .threeProject-wrapper {
        display: block;
        margin-bottom: 30px;
    }
    .threeProject-wrapper img {

    }

    .fullHeight .fhTitle {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 26px;
	    font-weight: 700;
    }

    .fullHeight .fhDescription {
        font-size: 15px;
        margin-bottom: 30px;
        text-align: center;
        line-height: 24px;
		margin-top: 20px;
    }

    .fullHeight .fcButton {
        max-width: 280px;
        height: 38px;
    }

    .mainWithForm-contentWrapper {
        flex-direction: column;
        margin-top: 40px;
        max-width: unset;
    }

    .simpleContent {
        text-align: center;
    }

    .simpleSection .d-flex {
        flex-direction: column-reverse;
    }

    .simpleSection-content {
        max-width: unset;
        margin-top: 30px;
    }

    .estimateForm-wrapper {
        justify-content: center;
        margin-top: 170px;
        margin-bottom: unset;
        height: unset;
        margin-right: 0!important;
    }
	..remodelingService-contentDescription {
/* 		padding-bottom: 10px */
	}
    .remo-no-image {
        width: 100%;
    }

    .remo-no-image .simpleContent {
        max-width: 100%;
        display: flex;
        align-items: center;
    }
    .button-next, .button-prev {
        top: 35px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .right-0 {
        padding-right: 0;
    }

    .left-0 {
        padding-left: 0;
    }
	.remodelingService-contentTitle {
		font-size: 14px;
	}
	.remodelingService-contentDescription {
		line-height: 16px;
	}
	.flex-div {
		display: flex;
	}

}

@media only screen and (max-width: 767px) {
    .mainImageVideo .projectName,
    .servicesAndResult .servicesTitle,
    .servicesAndResult .socialMediaName,
    .textBlock .textBlock-title,
    .remodelingService .remodelingService-title {
        font-size: 24px;
    }

    .mainImageVideo .mainImage {
        max-width: 100%;
    }

    .projectType .reverseColumns {
        display: flex;
        flex-direction: column-reverse;
    }




    .projectType .rightDown-image {
        margin-bottom: 10px;
    }

    .servicesAndResult .socialMediaPercentage {
        flex-direction: row;
        justify-content: unset;
        flex-wrap: wrap;
        margin-top: -10px;
        margin-bottom: 15px;
        margin-left: 10px;
    }

    .servicesAndResult .socialWrapper {
        flex-basis: 40%;
    }


    .servicesAndResult .spaceOnMobile {
        margin-bottom: 20px;
    }

    .dualImages .image {
        height: 500px;
    }

    .otherProjects .space {
        margin-bottom: 30px;
    }

    .otherProjects .space:last-child {
        margin-bottom: 0;
    }

    .ourClientsLogo-container {
        width: 44%;
    }

    header {
        height: 72px;
    }

    .threeProjects {
        padding: 30px 0;
    }

    .remodelingService {
        margin: unset !important;
        max-width: unset !important;
    }

    .ourRecentProjects {
        margin-top: 55px;
    }

    .servicesAndResult .socialWrapper {
        flex-basis: 48%;
        width: 48%;
    }

    .servicesAndResult .socialMediaName,
    .servicesAndResult .socialMediaPercent {
        font-size: 22px;
    }

    .fullHeight .fullHeight-content {
        max-width: unset;
    }

    .fullHeight {
        padding: 0px 0px 0px;
    }

    .fullHeight .reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .fullHeight-content {
        padding: 20px 0;
    }

    .remodelingService-title,
    .simpleTitle,
    .simpleSection-title,
    .textSection-title {
        font-size: 24px;
        margin-bottom: 19px
    }

    .remodelingService-description,
    .simpleDescription,
    .textSection-description {
        margin-bottom: 35px;
        font-size: 18px;
    }

    .textSection,
    .simpleSection,
    .remodelingServiceNoImage {
        padding: 55px 0;
    }

    .mainImageVideo .mainImage {
        height: auto;
    }

    .remodelingService-unflex {
        display: block !important;
    }

    .remodelingServiceSimple {
        margin-top: 90px;
    }

    .simpleTitle:after {
        top: -55px;
        width: 40px;
        height: 40px;
    }
    .button-next, .button-prev {
        display: none;
    }
}
@media only screen and (max-width: 540px) {
    .remodelingService-sideImage {
/*         margin-bottom: -30px; */
/*         width: 375px; */
    }

    .threeProjects-title {
        margin-bottom: 5px;
    }

    .threeProjects-description {
        line-height: 25px;
    }

    .ourClientsLogo-container {
        margin: 25px 5px 5px 5px;
    }

    .remodelingPortfolio {
        padding: 45px 0 55px;
    }

    .portfolioFilter {
        padding: 0px 0 70px!important;
    }

    .remodelingService-contentButton {
        margin-bottom: 40px;
    }

    .remodelingServiceNoImage {
        padding: 80px 0 100px 0;
    }

    .simpleSection-title {
        text-align: center;
    }

    .simpleContent img {
        margin-bottom: 30px;
    }

    .simpleContent {
        margin-bottom: 70px;
    }

    .remo-wrapper .remo-no-image:last-child .simpleContent {
        margin-bottom: 0;
    }

    .singleSimpleDescription {
        margin-bottom: 40px;
    }

    .simpleContent-wr {
        padding-right: 0;
    }

    .remodelingServiceSimple {
        margin-top: 80px;
    }

    .fullHeight .transparentImage {
        padding-top: 60px;
    }

    .remodelingService-content {
        padding: 20px;
        margin-bottom: 0;
    }

    .remodelingService-title {
        font-size: 24px;
    }

    .estimate-form .contact-form-text .contact-title {
        font-size: 24px;
    }

    .estimate-form .contact-form-text .contact-description {
        font-size: 11px;
    }

    .two-fields-wrapper label > span, .single-field-wrapper label > span {
        font-size: 11px;
    }

    .projectType-content {
        flex-direction: column-reverse;
    }

    .projectType-wrap {
        display: flex;
        justify-content: space-between;
    }

    .shareIt-wrapper {
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .shareIt-wrapper a {
        margin: 0 5px;
    }

    .projectType {
        margin-top: 30px;
    }

    .leftImage {
        height: 550px;
    }

    .servicesAndResult,
    .textBlock,
    .imageOrVideo-placeholder,
    .slider,
    .dualImages,
    .ourRecentProjects,
    .otherProjects,
    .textBlock {
        margin-top: 0px;
    }

    .servicesAndResult .servicesPhrase {
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .swiper-button-prev:before, .swiper-button-next:before {
        margin-top: -35px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        margin-top: 0;

    }

    .ourRecentProjects .singleProject {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    .ourRecentProjects .singleProject img {
        width: 80px;
        height: 80px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .ourRecentProjects .ourRecentProjects-image {
        width: 80px;
        height: 80px;
    }

    .otherProjects {
        padding: 45px 0;
    }

    .otherProjects-title {
        font-size: 20px;
    }

    .upcomingProjects {
        padding: 30px 0;
    }

    .upcomingProjects .upcomingProject-title {
        font-size: 26px;
    }

    .textSection-description > p {
        font-size: 16px;
    }

    .upcomingProject-phrase {
        font-size: 14px;
    }

    section.mainWithForm {
        margin-bottom: 0;
    }

    .remodelingService-title {
        margin-top: 50px;
    }

    .remodelingService-title,
    .remodelingService-contentTitle,
    .threeProjects-title {
        font-size: 21px;
    }
	.remodelingService-contentTitle {
		margin: 20px 0 10px 0
	}
	.remodelingService-contentDescription {
		line-height: 25px;
	}
    .remodelingService-description,
    .remodelingService-contentDescription,
    .threeProjects-description {
        font-size: 16px;
        margin-bottom: 40px;
        width: 100%;
		margin-left: 0;
    	margin-right: 0;
    }

    .servicesAndResult .socialWrapper {
        flex-basis: 100%;
        width: 100%;
    }

    .mainImageVideo {
        margin-top: 25px;
    }

    .projectType-title, .projectType-shareIt {
        font-size: 17px;
    }

    .projectType-selected {
        font-size: 14px;
    }

    .shareIt-links a {
        font-size: 16px;
        margin: 0 8px;
    }

    .shareIt-links {
        margin-left: 0px;
        margin-top: 5px;
    }

    .projectType-description {
        font-size: 16px;
    }

    .projectType-content {
        margin-bottom: 55px;
    }

    .servicesAndResult .servicesTitle,
    .textBlock .textBlock-title {
        font-size: 28px;
    }

    .estimate-form {
        margin-top: 40px !important;
    }

    .gridColumns {
        grid-row-gap: 9px;
        grid-column-gap: 10px;
    }

    .ourRecentProjects .singleProject {
        margin-bottom: 50px;
    }

    .singleSimpleTitle {
        font-size: 25px;
    }

    .rightImage {
        width: 450px;
        height: 450px;
        padding-bottom: 20px;
    }

    .button-next, .button-prev {
        display: none;
    }
    .textBlock .textBlock-subPhrase {
        line-height: 1.5;
    }
    .leftUp-image {
        margin-bottom: 20px;
    }
    .textBlock .textBlock-title {
        margin-bottom: 10px;
        margin-top: 30px;
    }
}


@media (min-width: 1700px) {
	.container {
		width: 1670px;
	}
}
p {
	margin: 0;
}
.whoweareContent {
	padding-top: 90px;
}
.about-me-description {
	padding-left: 50px;
}
.about-me-title  {
	color: #A3815E;
	font-size: 28px;
	margin-bottom: 30px;
}
.w-100 {
	width: 100%;
}
.schedule-title {
	margin: 150px 0 45px 0;
	font-size: 32px;
	color: #304247;
}
.wpcf7-spinner {
	display: none;
}
ul.blogList li .blogContent .btn {
	background: #A3815E;
}
ul.blogList li .blogContent .btn:hover {
	background: #DDA27A;
}
.betheknowForm .frow input[type="submit"] {
	background: #A3815E;
}
.betheknowForm .frow input[type="submit"]:hover {
	background: #DDA27A;
}
.blogContent.blogDetail {
	width: 100%;
}
.plenShape.blogShape.blogDetailContainer {
	background: #F6F2EE;
}
.detail_content {
	padding: 20px 75px;
	margin-top: -200px;
}
.postnav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.postnav-container .WSidebar-title {
	flex-grow: 1;
	margin-left: 15px;
    margin-right: 15px;
}
.postnav a {
	font-weight: 500;
}
.postnav-container .WSidebar-title span {
	color: #333366;
	font-size: 22px;
	font-weight: medium;
}
.about-me-container {
	padding-left: 50px;
	padding-right: 50px;
}
.homepage-services-description .container {
	padding-left: 100px;
	padding-right: 100px;
}
body.page-id-3091 .mainWithForm .estimateForm-wrapper {
	width: 100%;
	margin-right: 0;
	height: auto;
	display: block;
	max-width: 500px;
/* 	flex-direction: column; */
}
body.page-id-3091 .mainWithForm .row {
	display: flex;
	align-items: center;
	justify-content: center;
}
.textSection-description {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.sidebar .widget-container img.banner-img {
	width: 100%;
}
body.page-id-3122 .mainWithForm .col-lg-6 {
	width: 100%;
}
body.page-id-3122 .mainWithForm .mainWithForm-contentWrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
    text-align: center;
}
body.page-id-3122 .mainWithForm .mainWithForm-description {
	color: #202A38;
}
body.page-id-3122 .mainWithForm .estimateForm-wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -300px!important;
	margin-bottom: 100px;
	height: auto;
}
.socialList.follow li.tw a {
	background-color: #f70000;
}
.plenShape.blogShape.blogDetailContainer .container {
	max-width: 1360px;
}
.estimateForm-wrapper .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-select-service .am-select-service-title {
	margin-top: 15px;
	margin-bottom: 40px!important;
}
.estimateForm-wrapper .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog.am-mobile-collapsed .am-select-service {
	padding: 30px 40px 50px!important;
}
.amelia-app-booking #amelia-booking-wrap h3, #am-modal.am-modal.am-in-body h3 {
	color: #FFF!important;
	text-align: center;
	font-size: 21px!important;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog.am-active-picker .am-select-date {
	padding: 30px 40px!important;	
}
.amelia-app-booking #amelia-booking-wrap .el-button{
	border-radius: 40px!important;
}
.estimateForm-wrapper .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-details > div {
	margin-right: 0;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirm-booking-data > .el-col-sm-24:first-child {
	width: 100%;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirm-booking-data > .el-col-sm-24 {
	width: 50%;
}
.mr-180 {
	margin-right: 180px;
}
.ml-180 {
	margin-left: 180px;
}
body.single .WSidebar-title span {
	background: #F6F2EE;
}
@media only screen and (max-width: 991px) {
	.flex-height {
		display: block;
	}
	.about-me-title {
		margin-top: 50px;
	}
	.about-me-description {
		padding-left: 0;
	}
	ul.blogList li .blogContent .btn {
		margin-top: 30px;
	}
	.whoweareContent {
		padding-top: 30px;
	}
	.about-me-container {
		padding-left: 0;
		padding-right: 0;
	}
	.homepage-services-description .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	body.page-id-3122 .mainWithForm .estimateForm-wrapper {
		margin-top: 0!important;
		margin-bottom: 0;
	}
	#menu-main-menu .sub-menu:after, #menu-main-menu .sub-menu:before {
		content: none;
	}
	body.page-id-3091 .mainWithForm .estimateForm-wrapper {
		margin-left: auto;
		margin-right: auto!important;
	}
	body.page-id-3091 .mainWithForm .row {
		display: block;
	} 
	.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirm-booking-data > .el-col-sm-24 {
		width: 100%;
	}
	.detail_content {
		padding: 20px 20px;
	}
}
@media (max-width: 600px) {
	.detail_content {
		margin-top: 0;
	}
}
