/*
Theme Name: Erizo
Author: Erizo.pl
*/

html{overflow-x: hidden;}
body{background: #fbfaf5;overflow-x: hidden;}
li{color: #333; line-height: 1.5;}
section{background: #fbfaf5;padding: 75px 0;}
.double-pad-top{padding-top: 150px;}
.double-pad-bottom{padding-bottom: 150px;}
.double-pad{padding:150px 0;}
*:focus{outline: none}
a:hover{text-decoration: none;}
img {max-width: 100%}
body{font-family: 'Spartan', sans-serif;margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{
    margin: 0;padding: 0;
}
/* ************* */
/* Titles */
/* ************* */
h1{
    font-size: 56px;
    text-transform: uppercase;
    color: #453e3b;
    font-weight: 400;
}
h2{
    color: #453e3b;
    font-size: 26px;
    margin-bottom: 60px;
    font-weight: 400;
}
h4{
    font-size: 18px;
    color: #453e3b;
    font-weight: 700;
    margin-bottom: 60px;
}
h6{
    color:  #3b6c67;
    font-size: 16px;
    text-transform:uppercase;
    margin-bottom: 60px;
    font-weight: 400;
}
p{
    color: #333;
    line-height: 1.5;
    font-size: 14px;
}

@media screen and (max-width:992px){
    h2, h6 {
		margin-bottom:30px;
	}
    section{padding: 30px 0;}
   .double-pad-top{padding-top: 75px;}
   .double-pad-bottom{padding-bottom: 75px;}
   .double-pad{padding:75px 0;}
}




/* ************* */
/* Buttons*/
/* ************* */

.color-btn-arrow{
    background:#3b6c67;
    color: #fbfaf5;
    border-radius: 50px;
    display: inline-block;
    width: max-content;
    padding: 16px 75px;
    border: 2px solid #3b6c67;
    margin: 60px 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 100%;
}
.border-btn-arrow{
    background:none;
    color: #3b6c67;
    border-radius: 50px;
    display: inline-block;
    width: max-content;
    padding: 16px 75px;
    border: 2px solid #3b6c67;
    margin: 60px 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 100%;
}
.white-border-btn-arrow{
    background:#3b6c67;
    color: #fbfaf5;
    border-radius: 50px;
    display: inline-block;
    width: max-content;
    padding: 16px 75px;
    border: 2px solid #3b6c67;
    margin: 60px 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 100%;
}
.btn-full-col{
    padding: 15px;
    text-align: center;
    display: block;
    width: 100%;
}
.color-btn-arrow>i{
    content: url('img/arrow-btn.png');
    width: 15px;
    margin-left: 10px;
    transition: 0.5s;
}
.border-btn-arrow>i{
    content: url('img/arrow-btn-color.png');
    width: 15px;
    margin-left: 10px;
    transition: 0.5s;
}
.white-border-btn-arrow>i{
    content: url('img/arrow-btn.png');
    width: 15px;
    margin-left: 10px;
    transition: 0.5s;
}
.white-border-btn-arrow:hover>i,
.color-btn-arrow:hover>i,
.border-btn-arrow:hover>i
{
    margin-left: 35px;
}
@media screen and (max-width:768px){
    a img{margin-top:0!important;}
    .color-btn-arrow,
    .border-btn-arrow{
        margin: 60px 0 90px;
    }
}


/* ************* */
/* Color icons */
/* ************* */

.color-icon-tick{
    background: #3b6c67;
    border-radius: 50%;
    width: 50px;
    max-width: 100%;
    height: 50px;
    position: relative;
    margin:auto;
}
.color-icon-tick::after{
    content: "";
    background-image: url('img/tick.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 30%;
    top: 0;
    bottom: 0;
    margin: auto;
}


.color-icon-1{
    background: #3b6c67;
    border-radius: 50%;
    width: 50px;
    max-width: 100%;
    height: 50px;
    position: relative;
    margin:auto;
}
.color-icon-1::after{
    content: "";
    background-image: url('img/white-icon-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}



/* ************* */
/* For all */
/* ************* */
a,a:hover{text-decoration: none;}
.rel{position: relative;}
.flex-align-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
.uppercase{text-transform: uppercase;}
.bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.white-text *,.white-text {color: #fbfaf5!important;}
.mgb-60{margin-bottom: 60px;}
.w100{width: 100%;}


@media screen and (max-width:768px){
    .flex-reverse-mobile-768{flex-direction: column-reverse;}
    .mobile-mgbot-0{margin-bottom: 0;}
}
@media screen and (max-width:992px){
    .mobil992-mgt-60{
        margin-top: 60px;
    }
    .mobil992-mgb-60{
        margin-bottom: 60px;
    }
    .less992-text-center{
        text-align: center;
    }
}

/* slick */
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-dots li button:before{
    content: "";
    border: 2px solid #3b6c67;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button:before{
    background: #3b6c67;
}
.slick-dots{bottom: -60px;}

/* ************* */
/* About us */
/* ************* */
.about-us img{width: 100%;}
.about-us-img-bg{
    min-height: 440px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:768px){
    .about-us img{margin-top: 60px;}
    
}
.about-us-new{
    
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.about-us-new::after{
    z-index: -1;
    position: absolute;
    content: "";
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 1;
}

/* ************* */
/* Banner */
/* ************* */

@keyframes arrowAnimation {
    0%   {transform:translateY(-30px) ;}
    30% {transform:translateY(0) ;}
    100% {transform:translateY(-30px) ;}
}
.banner{
    background-position: center;
    width: 100%;
   height: 450px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
}
.call-action{
    position: relative;
    z-index: 0;
}
/* .banner::after,.call-action::after{
    background:#333;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
    bottom: 0;
    right: 0;
    position: absolute;

} */
.call-action-v1::after{
    opacity: 1;
}
.banner h2{
    color: #fbfaf5;
    text-transform: uppercase;
}
.banner-text *{
    font-size: 20px;
    font-weight: 400;
}
.banner-text p{
    margin: 0;
}
.banner h1{
    margin-bottom: 60px;
}
.banner .white-border-btn-arrow{
    background-color: transparent;
    border-color: #fff;
}
.banner-scroll-btn{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    
    animation-duration: 2s;
    animation-name: arrowAnimation;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.scroll-btn-arrow{
    height: 20px;
    width: 2px;
    background: #3b6c67;
    position: relative;
    margin: auto;
}
.scroll-btn-arrow::after{
    position: absolute;
    content: "";
    background: #3b6c67;
    width: 2px;
    height: 13px;
    bottom: -4px;
    right: -4px;
    transform: rotateZ(45deg);
}
.scroll-btn-arrow::before{
    position: absolute;
    content: "";
    background: #3b6c67;
    width: 2px;
    height: 13px;
    bottom: -4px;
    left: -4px;
    transform: rotateZ(-45deg);
}
.scroll-btn-elements{
    display: inline-block;
    border: 2px solid #3b6c67;
    border-radius: 50px;
    padding: 15px 12px;
}
@media screen and (max-width:992px){
    .banner h1{font-size: 36px;}
}
.parallax-banner{
    background-size: 190%!important;
    background-position-y: 100%;
}
@media screen and (max-width:992px){
    .parallax-banner{
        background-size: 350%!important;
    }
}

/* ************* */
/* Banner  v4 2btns*/
/* ************* */
.banner-v4 h1,
.banner-v4 p,
.banner-v4 div{color: #fbfaf5;}
.banner-v4 h2{font-weight: 400;}

.banner-v4 .scroll-btn-arrow,
.banner-v4 .scroll-btn-arrow::after,
.banner-v4 .scroll-btn-arrow::before{background: #fbfaf5;}

.banner-v4 .scroll-btn-elements{border-color: #fbfaf5;}
.banner-v4 .banner-text{margin-bottom: 30px;}
@media screen and (max-width:768px){
    .banner-v4 a{
        margin: 60px 0 0;
    }
}

/* ************* */
/* Services */
/* ************* */
.services{background-color: #f1f1f1;}

.services .services-container h6{
    font-weight: 700;
    color: #333;
    text-transform: none;
}
.services .services-container img{
    height: 60px;
}
.services-container {
    margin-top: 60px;
}
.services-text{font-size: 14px;line-height: 1.4;}
.services-header-text{
    font-size: 14px;
    line-height: 1.4;
}
/* ************* */
/* Services v3*/
/* ************* */
.services-v3 .services-container h6{
    margin: 30px 0 15px;
}
.services-v3 .services-white-box{
    background: #fbfaf5;
    padding: 60px 30px;
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.06);
}
.services-v3 .services-container{
    margin-top: 30px;
}
/* ************* */
/* Team */
/* ************* */
.team-text{
    font-size: 14px;
    margin-bottom: 60px;
}
/* ************* */
/* Team v6*/
/* ************* */
.team-v6 .team-photo{
    width: 100%;
    height: 100%;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.team-v6 .team-container{
    background-color: #fbfaf5;
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.06);
    padding: 60px 15px;
    height: 100%;
}
.team-v6 .team-name{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.team-v6 .team-workplace{
    font-size: 14px;
    margin-bottom: 30px;
}
.team-v6 .team-social ul{
    display: flex;
    list-style: none;
}
.team-v6 .team-social ul li{
    padding:0 10px;
}
.team-v6 .team-social ul li a{
    color: #333;
    transition: 0.5s;
}
.team-v6 .team-social ul li a i{
    transition: 0.5s;
}
.team-v6 .team-social ul li a:hover i{
    color: #3b6c67!important;
}
.team-v6 .no-pd-l{padding-left: 0;}
.team-v6 .no-pd-r{padding-right: 0;}

.team-v6 .team-desc{
    font-size: 14px;
    color: #999;
    text-align: justify;
    margin-bottom: 30px;
}
.team-v6 .team-photo *{
    color: #fbfaf5;
}

/* ************* */
/* Contact form */
/* ************* */
.contact-container{
    text-align: center;
    margin-top: 60px;
}
.contact-container  img{
    position: relative;
    float: left;
    top:-14px;
    margin-right: 5px;
    width: 60px;
}
.contact-container a,.contact-container{color: #999;}
@media screen and (max-width:992px){
    .contact-container{
        text-align: left;
    }
}
.wpcf7-not-valid-tip {
    margin-bottom: 30px;
    margin-top: -20px;
}
.contact-form input,
.contact-form textarea{
    width: 100%;
    border: none;
    background: none;
    transition: 0.5s;
    resize: none;
}
.contact-form input:focus,
.contact-form textarea:focus
{outline: none;}

.contact-form-container{position: relative;}
input:-webkit-autofill {background-color:#fbfaf5!important;}
.contact-label-up{top: 0!important;}
/*Change autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}
/* ************* */
/* Contact form v6*/
/* ************* */
.contact-form-v6 input,
.contact-form-v6 textarea
{
    border-bottom: 1px solid #3b6c6765;
    font-size: 12px;
    color: #333;
    padding: 30px 20px;
    margin-bottom: 10px;
}
.contact-form-v6 label{
    position: absolute;
    top:20%;
    left: 0;
    transition: 0.5s;
    font-weight: 700;
    font-size: 12px;
    color: #333;
}
.contact-form-v6 input:focus,.contact-form-v6 textarea:focus{border-color: #3b6c67;}

.contact-form-v6 button[type="submit"]{
    background: none;
    font-weight: 700;
    cursor: pointer;
    width: unset;
    border: 1px solid #3b6c67;
    border-radius: 50px;
    padding: 20px 60px;
    color: #3b6c67;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
.contact-form-v6 button[type="submit"]:hover>i{
    margin-left: 30px;
}
.contact-form-v6 button>i{
    content: url('./img/arrow-btn-color.png');
    width: 15px;
    margin-left: 10px;
    transition: 0.5s;
}
.contact-form-v6 iframe{
    width: 100%;
    min-height: 300px;
    height: 100%;
    filter: grayscale(1);
}
.contact-form-v6 .contact-form-box{
    padding-top: 60px;
/*     padding-bottom: 60px; */
}
/* ************* */
/* Call action */
/* ************* */
.call-action *{
    color: #fbfaf5!important;
}
.call-action .white-border-btn-arrow{
    margin: 0;
}
.call-action-text{font-size: 20px;}
.call-action{background-color: #fbfaf5;}
.call-action h2{color: #fbfaf5;}
@media screen and (max-width:992px){
    .call-action h1{font-size: 30px;}
}
@media screen and (max-width:768px){
    .call-action h1{font-size: 30px;}
    .call-action .white-border-btn-arrow{
        margin: 60px 0 20px;
    }
}

/* ************* */
/* Call action v3*/
/* ************* */
.call-action-v3 a{margin-top: 30px;}
.call-action-v3{
    background-attachment: fixed;
}
/* ************* */
/* Numbers */
/* ************* */
.numbers{background-color: #f4f6fc;}
.numbers-text{
    margin-bottom: 60px;
}
.numbers .color-number{
    color: #3b6c67;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 30px;
}
.numbers img{height: 65px;margin-bottom: 30px;}
@media screen and (max-width:992px){
    .color-number{margin-top: 60px;}
    .numbers img{margin: 60px 0 0;}
}
/* ************* */
/* Numbers v2 */
/* ************* */
.numbers-v2 .color-number{margin:0;}
.numbers-v2 .number-text *{font-size: 12px;}
@media screen and (max-width:992px){
    .numbers-v2 img{margin: 0;}
}
@media screen and (max-width:768px){
    .numbers-v2 img{margin: 60px 0 30px;}
    .numbers-v2 .color-number{margin-bottom: 30px;}

}
/* ************* */
/* Services v3*/
/* ************* */
.services-v3 .services-container h6{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 15px;
}
.services-v3 .services-white-box{
    background: #fbfaf5;
    padding: 60px 30px;
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.06);
}
.services-v3 .services-container{
    margin-top: 30px;
}
/* ************* */
/* Price */
/* ************* */
.price-btn>i{
    content: url('img/arrow-btn.png');
    width: 15px;
    margin-left: 10px;
    transition: 0.5s;
}
.price-btn{
    background-color: #3b6c67;
    border: 2px solid #3b6c67;
    color: #fbfaf5;
    transition: 0.5s;
    padding:15px 30px;
    display: inline-block;
    border-radius: 50px;
}
/* ************* */
/* Price v4*/
/* ************* */
.price-v4 .price-title-1{
    font-size: 16px;
    color: #3b6c67;
    margin: 30px 0;
}
.price-v4 .price-title-main{
    color:#999;
}
.price-v4 .price-container{
    margin-bottom: 30px;
}
.price-v4  .price-value{
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #3b6c67;
    font-weight: 700;
    font-size: 26px;
}
.price-v4 .price-line{
    height: 100%;
    border-bottom: 1px solid #99999980;
}
.price-v4 .price-title-hide{
    font-size: 16px;
    background-color: #f7f7f7;
    padding: 30px 60px 30px 30px;
    position: relative;
    border-bottom: 1px solid #999;
}
.price-v4 .price-btn-x{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    cursor: pointer;
    top: 30%;
    opacity: 0.7;
    transition: 0.5s;
}
.price-v4 .price-btn-x::after,.price-v4 .price-btn-x::before{
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #3b6c67;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.price-v4 .price-btn-x::before{
    transform: rotateZ(90deg);
}
.price-btn-transform{
    transform: rotateZ(45deg);
    opacity: 1;
}
.price-v4 .price-el{
    display: none;
}
@media screen and (max-width:768px){
    .price-v4 .price-line{
        margin-top: 15px;
        height: unset;
    }
    .price-v4  .price-value{
        margin-top: 15px;
    }
}

/* ************* */
/* Custom gallery */
/* ************* */

.custom-gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.custom-gallery-photo{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 100%;
}
.gallery-column{
    padding: 15px;
}

.gl-1 > div{flex-basis: 100%;}
.gl-2 > div{flex-basis:50%;padding:15px;max-width: 50%;}
.gl-3 > div{flex-basis:33.3%;padding:15px;max-width: 33.3%;}
.gl-4 > div{flex-basis:25%;padding:15px;max-width: 25%;}
.gl-5 > div{flex-basis:20%;padding:15px;max-width: 20%;}
.gl-6 > div{flex-basis:16.6%;padding:15px;max-width: 16.6%;}
.gl-7 > div{flex-basis:14.2%;padding:15px;max-width: 14.2%;}
.gl-8 > div{flex-basis:12.5%;padding:15px;max-width: 12.5%;}
.gl-9 > div{flex-basis:11.1%;padding:15px;max-width: 11.1%;}
@media screen and (max-width:1199px){
    .gl-9 > div,
    .gl-8 > div,
    .gl-7 > div,
    .gl-6 > div{
        flex-basis: 20%;
        max-width: 20%;
    }
}
@media screen and (max-width:992px){
    .gl-9 > div,
    .gl-8 > div,
    .gl-7 > div,
    .gl-6 > div,
    .gl-5 > div{
        flex-basis:25%;
        max-width: 25%;
    }
}
@media screen and (max-width:768px){
    .gl-9 > div,
    .gl-8 > div,
    .gl-7 > div,
    .gl-6 > div,
    .gl-5 > div,
    .gl-4 > div,
    .gl-3 > div{
        flex-basis:50%;
        max-width: 50%;
    }
}
.reviews-v7 .reviews-icon {margin-top: 30px;}
.reviews-v7 .reviews-container{
    border-radius: 10px;
}
.reviews-v7 .reviews-icon img{
    width: 70%;
}
.reviews-v7 i{
    color: #3b6c67;
    font-size: 65px;
    text-align: center;
    margin-bottom: 30px;
    text-align: right;
}
.reviews-v7 .reviews-text-box{
    color: #666;
    font-size: 12px;
    text-align: justify;
    line-height: 1.8;
}
.reviews-v7 .reviews-author{
    color: #3b6c67;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}
.reviews-v7 .reviews-workplace{
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}
.reviews-v7 .reviews-rev{flex-direction: row-reverse;}
@media screen and (max-width:992px){
    .reviews-v7 .reviews-icon i{
        margin-bottom: 30px;
    }
}
/* ************* */
/*Reviews */
/* ************* */
.reviews-icon img{width: 100%;}
.reviews-text{margin-bottom: 30px;}
@media screen and (max-width:992px){
    .about-us-new::after{
        left: 0!important;
    }
}
.logo-box{
    height: 200px;
    padding: 20px;
    position: relative;
}
.logo-bg{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.logo-bg a{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
.banner-box{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.call-action::after{
    background:linear-gradient(90deg, #56635991 0%, #56635991 20%, rgba(255,255,255,0) 100%);
    content: "";
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
    bottom: 0;
    right: 0;
    position: absolute;

}

/* ************* */
/* Stages*/
/* ************* */
.stages{
    background-color: #f4f6fc;
}
.stages h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
.stage-box-arrow::after{
    position: absolute;
    content: url(img/arrow-btn-black.png);
    width: 15px;
    height: auto;
    right: -16px;
    top: 15%;
}
.stage-text{
    margin-bottom: 60px;
}
@media screen and (max-width:992px){
    .stage-box-arrow::after{
        content: none;
    }
}



/* ************* */
/* Stages v2*/
/* ************* */
.stage-box-v2-icon img{
    width: 60px;
    display: block;
    margin:auto;
    margin-top: 30px;
}
.stage-box-v2{
    background: #fbfaf5;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0px 4px 42px 5px rgba(0,0,0,0.04);
}
.color-bg{
    background-color: #f3eee8;
}
.justify-content-center{
    justify-content: center;
}
.offer-rev{
    flex-direction: row-reverse;
}

.services-white-box{
    position: relative;
    z-index: 0;
}
.services-white-box a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

/* ************* */
/* Team */
/* ************* */
.team-text{
    font-size: 14px;
    margin-bottom: 60px;
}
/* ************* */
/* Team v4*/
/* ************* */
.team-v4 .team-photo{
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin:0 auto 30px;
}
.team-v4 .team-container{
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.06);
    padding: 30px;
}
.team-v4 .team-name{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 60px;
}
.team-v4 .team-workplace{
    font-size: 14px;
}
.team-v4 .team-desc{
    font-size: 14px;
    color: #999999;
    text-align: justify;
}

.zespol-btn {
    background: none !important;
    color: #3b6c67;
    border-radius: 50px;
    display: inline-block;
    width: max-content;
    padding: 10px 20px;
    border: 2px solid #3b6c67;
    margin: 15px 0 0px;
    font-size: 14px;
    font-weight: 700;
    max-width: 100%;
    text-transform: none;
}

@media screen and (max-width:992px){
    .team-v4 .team-photo{
        width: 60%;
        padding-top: 60%;
    }
}

/* ************* */
/* Blog*/
/* ************* */
.blog .blog-container{
    padding: 15px;
    background-color: #fbfaf5;
    border-radius: 10px;
    margin: 15px 0;
    box-shadow: 0px 9px 17px -16px rgba(61,61,61,0.6);
    position: relative;
}
.blog .blog-container > a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    bottom: 0;
}
.blog .post-title{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0;
}
.blog .post-text{
    font-size: 14px;
    margin-bottom: 30px;
}
.blog .post-date{
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}
.blog .blog-post-bg{
    background-position: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog .btn-full-col{
    margin: 60px 0 30px;
}
.blog-single img{width: 100%;}
.blog .post-text{
    min-height: 75px;
}
.blog .post-title{
    min-height: 40px;
}

/* ************* */
/* Blog v3*/
/* ************* */
.blog-v3 .blog-post-bg{
    height: 140px;
}

.blog-v3 .btn-full-col{
    margin-bottom: 0;
}
@media screen and (max-width:768px){
    .blog-v2 .title-big-post{
        margin-top: 15px;
    }
    .blog-v3 .blog-post-bg{
        height: 300px;
    }
}

.team-v4 .team-social ul{
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0px;
}
.team-v4 .team-social ul li{
    padding:0 10px;
}
.team-v4 .team-social ul li a{
    color: #333;
    transition: 0.5s;
}
.team-v4 .team-social ul li a:hover{
    color: #3b6c67;
}

/* ************* */
/* Blog v5*/
/* ************* */

.blog-v5 .blog-post-bg{
    min-height: 250px;
    height: 100%;
}
.blog-v5 .post-btn a{
    color: #333;
    font-size: 16px;
    transition: 0.5s;
}
.blog-v5 .post-btn a:hover{
    color: #3b6c67;
}
.blog-v5 .blog-container{
    padding: 30px;
    background: #f1f4ed;
}
.blog-v5 .post-title{
    margin-top: 0;
}
@media screen and (max-width:768px){
    .blog-v5 .post-title{
        margin-top: 30px;
    }
}

/* ************* */
/* Price v3*/
/* ************* */
.price-v3 .price-title-1{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
.price-v3 .price-container{
    margin-bottom: 30px;
}
.price-v3  .price-value{
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #967D72;
    font-weight: 700;
    font-size: 26px;
}
.price-v3 .price-line{
    height: 100%;
    border-bottom: 2px solid #e2e3e8;
}
@media screen and (max-width:768px){
    .price-v3 .price-line{
        margin-top: 15px;
        height: unset;
    }
    .price-v3  .price-value{
        margin-top: 15px;
    }
}

.home-banner-new{
    position: relative;
    height: 650px!important;
}
.home-banner-new h6 {
    color: #fff;
}
.home-banner-new::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 0 115vw 100vw;
    border-color: transparent transparent #fbf8f3;
    z-index: 5;
}
@media screen and (max-width:768px) {
	.home-banner-new h6{
		text-align: center;
	}
	.home-banner-new p {
		text-align: center;
	}
}

.home-banner-new{
    padding: 120px 0;
}
.team-img-box{
    padding: 5px;
    height: 100%;
}
.team-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 330px;
    height: 100%;
}
.team-desc-box{
    padding: 60px 30px 60px 0;
    background-color: #fff;
}
.team-box{
    background-color: #fff;
    box-shadow: 0px 9px 17px -16px rgb(61 61 61 / 60%);
}
.team-title-1{
    color: #453e3b;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.team-title-2{
    font-size: 12px;
    margin-bottom: 30px;
    color: #453e3b;
}
.team-desc p{
    font-size: 12px;
    text-align: justify;
    color: #999;
}
.team-social{
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-social li{
    padding-right: 30px;
}
.team-social a{
    color: #000;
    transition: 0.5s;
}
.team-social a:hover{
    color: #3b6c67;
}
.team-desc{
    min-height: 140px;
}

/* ************* */
/*Reviews v8 */
/* ************* */
.reviews-v8 .reviews-icon {margin-top: 30px;}
.reviews-v8 .reviews-container{
    border-radius: 10px;
}
.reviews-v8 .reviews-icon img{
    width: 70%;
}
.reviews-v8 i{
    color: #fff;
    margin-bottom: 30px;
    font-size: 60px;
    text-align: center;
    margin-bottom: 30px;
    text-align: right;
}
.reviews-v8 .reviews-text-box{
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.8;
}
.reviews-v8 .reviews-author{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px;
}
.reviews-v8 .reviews-workplace{
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.reviews-v8 .reviews-rev{flex-direction: row-reverse;}
.reviews-v8{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 170px;
}
/* slick */
.reviews-v8 .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.reviews-v8 .slick-dots li button:before{
    content: "";
    border: 2px solid #fff;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.reviews-v8 .slick-dots li.slick-active button:before{
    background: #fff;
}
.reviews-v8 .slick-dots{bottom: -60px;}
.slick-dots li.slick-active button:before{
    opacity: 1;
}
.about-us{
    position: relative;
}
.abs-img-srt{
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.spr{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.spr h6{
    margin-bottom: 0;
    margin-top: 30px;
    color: #fff;
}
.spr h2{
    margin-bottom: 0;
    margin-top: 30px;
    color: #fff;
}
.spr-icon i{
    color: #fff;
    font-size: 40px;
}

@media screen and (max-width:992px) {
    .team-box{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:768px) {
    .home-banner-new::after{
        display: none;
    }
    .team-desc-box{
        padding:60px 30px 60px 30px;
    }
    .team-img{
        height: 450px;
    }
    .about-us-new::after{
        background-color: #ffffffe3;
    }
    .abs-img-srt{
        right: 0;
        z-index: -1;
    }
    .color-header {
        top: -70px;
    }
    .top-contact-info ul li *{
        font-size: 10px!important;
    }
    .home-banner-new h1{
        font-size: 32px;
		text-align:center;
    }
}
.call-action .white-border-btn-arrow{
    background-color: transparent;
    border:2px solid #fff;
    margin-top: 30px;
}
.blog-single{
    margin-top: 150px;
}

#gallery-1 img{
    height: 100%;
}

.title-formy h2{
    margin-bottom: 20px;
}