/* ========================================= ====
    Developer : Ahiduzzaman Shanto
=================================================*/

/*    banner style five css start here  */

.banner-section.banner-five {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.banner-section.banner-five .banner-top-title {
    color: #B19777;
    text-transform: uppercase;
}

.banner-section.banner-five .banner-title {
    color: #fff;
    font-size: 80px;
    line-height: 100px;
    padding: 10px 0 2px 0;
}

.banner-section.banner-five h2.banner-title {
    display: inline;
    color: #fff;
    font-size: 80px;
    line-height: 90px;
    padding: 0;
}

.banner-section.banner-five .banner-description {
    color: #fff;
    max-width: 58ch;
    margin-top: 2.5rem;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.banner-section.banner-five .banner-btns {
    margin-top: 50px;
}

.banner-section.banner-five .btn-primary {
    background-color: inherit;
    border-color: #b19777;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    padding: 1.0625rem 1.875rem;
}

.banner-section.banner-five .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -3%;
    width: 0;
    height: 100%;
    background: #b19777;
    border-radius: 33px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
}

.banner-section.banner-five .btn-primary:hover::before {
    width: 106%;
}

.banner-section.banner-five .call-btn i {
    width: 3.75rem;
    height: 3.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 1.25rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner-section.banner-five .call-btn span strong {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
}
/*    banner style five css end here  */

/*    Section title style two css start here  */

.section-title-wraper.style-two span.text-primary {
    text-transform: uppercase;
    color: #b19777 !important;
}

.section-title-wraper.style-two h2.section-title {
    margin: 0;
    padding: 8px 0 0 0;
    color: #fff;
    font-size: 42px;
}

.section-title-wraper.style-two h2.section-title-two {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 42px;
}

.section-title-wraper.style-two.text-start p {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    width: 97%;
}

.section-title-wraper.style-two.text-center p {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.contact-title-home5 .section-title-wraper.style-two.text-start p {
    width: 90%;
}

/*    Service Grid list style six css start here  */

.service-six {
    border-radius: 20px;
    padding: 40px 40px 60px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    background: #171818;
}

.service-six h3 {
    border-bottom: 2px solid #3D3D3D;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.service-six h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #b19777;
    border-radius: 0;
    transition: 0.5s;
    z-index: 1;
}

.service-six:hover h3::before {
    width: 100%;
}

.service-six h3 a {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #fff;
    transition: 0.5s;
    padding: 20px 0 16px 0;
}

.service-list.style-six {
    padding: 22px 0 0 0;
}

.service-list.style-six ul li {
    color: #fff;
    list-style: none;
    transition: 0.5s;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 0 0 0 26px;
}

.service-list.style-six ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #b19777;
    border-radius: 100%;
    background-image: url(http://localhost/constac/wp-content/uploads/2024/11/service-list-6-icon-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-area-six .service-three-icon-btn {
    width: 173px;
    height: 66px;
    background-color: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: translateY(0);
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #b19777;
    margin: 25px 0 0 0;
}

.service-area-six .service-three-icon-btn:hover {
    box-shadow: none;
}

.service-area-six .service-three-icon-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -3%;
    width: 0;
    height: 100%;
    background: #b19777;
    border-radius: 33px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
}

.service-area-six .service-three-icon-btn:hover::before {
    width: 106%;
}

.service-area-six .service-three-icon-btn i {
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: 600;
}


/* ======================  Icon Box Css Start here  =========================== */

.icon-box-section.option1 {
    transition: 0.4s;
    align-items: center;
    position: relative;
    display: flex;
    z-index: 1;
}

.icon-box-section.option1 .small-img {
    float: left;
    position: relative;
    padding: 0;
    width: 100px;
    height: 100px;
    line-height: 73px;
    background: #171818;
    border-radius: 100%;
    text-align: center;
    margin: 0 20px 0 0;
    z-index: 1;
    overflow: hidden;
}

.icon-box-section.option1 .small-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #b19777;
    border-radius: 100%;
    transition: 0.4s;
    z-index: -1;
}

.icon-box-section.option1:hover .small-img::before {
    width: 100%;
}

.icon-box-section.option1 .small-img img {
    filter: brightness(1)invert(0);
}

.icon-box-section.option1:hover .small-img img {
    filter: brightness(0)invert(1);
}

.icon-box-title h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    transition: 0.5s;
    color: #fff;
    padding: 0 0 10px 0;
}

.icon-box-description p {
    font-family: Roboto;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: left;
    transition: 0.5s;
    width: 80%;
}

/*   icon box option 2*/

.icon-box-section.option2 {
    transition: 0.5s;
    position: relative;
}


/*   Project option 4*/

.gallery-item.four .thumb.four {
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.gallery-item.four .thumb.four img {
    height: auto;
}

.gallery-four .thumb.four img:nth-child(2){
    height: 470px;
}

.content.four h3 a {
    font-size: 20px;
    transition:0.4s;
}

.content.four h3 a:hover {
    color:#b19777;
}

.projec-details-item{
    padding-bottom:110px;
}

.service-details-item{
    padding-bottom:110px;
}


/*==================    button section css start here  =====================  */
svg {
    overflow: hidden;
    vertical-align: middle;
    height: 20px;
    width: auto;
}

/*   single Button css option 1  */

.single-button.option1 .button-content a {
    padding: 18px 30px 18px 30px;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    border-radius: 33px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #b19777;
    margin: 25px 0 0 0;
    text-transform: uppercase;
}

.single-button.option1 .button-content a:hover {
  color:#fff;
}

.single-button.option1 .button-content a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3%;
    width: 0;
    height: 100%;
    background: #b19777;
    border-radius: 33px;
    transition: 0.4s;
    z-index: -1;
}

.single-button.option1 .button-content a:hover:before {
  width:106%;
}

.single-button.option1 .button-content a i {
    padding: 0 0 0 10px;
    position: relative;
    top: 0;
    font-size: 13px;
    color: #fff;
    transition: 0.4s;
}

.single-button.option1 .button-content a:hover i {
  color: #fff;
}

.button-content a svg {
    height: 10px;
    position: relative;
    bottom: 2px;
    padding: 0 0 0 5px;
}

/*   single Button css option 2  */

.single-button.option2 .button-content a {
    padding: 18px 30px 18px 30px;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    border-radius: 33px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #b19777;
    margin:0;
    text-transform: uppercase;
}

.single-button.option2 .button-content a:hover {
    color:#fff;
}

.single-button.option2 .button-content a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3%;
    width: 0;
    height: 100%;
    background: #b19777;
    border-radius: 33px;
    transition: 0.4s;
    z-index: -1;
}

.single-button.option2 .button-content a:hover:before {
    width:106%;
}

/*   subscribe home5 css start here  */


.subscribe-form.home5 input {
    height: 50px;
    border: 1px solid #7d7d7d;
    border-radius: 25px;
    width: 100%;
    padding: 0 60px 0 20px;
    font-size: 16px;
    color: #fff;
    transition: 0.4s;
}

.subscribe-form.home5 input::placeholder{
    font-size: 16px;
    color: #B7B7B7;
}

.subscribe-form.home5 button {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
    background-color: #B19777;
    border-radius: 50%;
    text-transform: uppercase;
}

.subscribe-form.home5 button::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    height: 17px;
    width: 18px;
    border-radius: 100%;
    background-image: url(http://localhost/constac/wp-content/uploads/2024/11/email-icon1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*   Brand Logo css start here  */

.brand-logo-five {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    filter: grayscale(1);
    transition: 0.4s;
}

.brand-logo-five img {
    display: inline-block;
    max-height: 100%;
}

/*   Marquee css start here  */

.ticker-section.marquee-two {
    margin: 0 20px;
    background-color: #B19777;
}

.ticker-section.marquee-two .ticker-list li img {
    max-height: 100%;
}

.ticker-section.marquee-two .ticker-list li {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    font-family: 'Playfair Display';
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.ticker-section.marquee-two .ticker-list li.font-style-two {
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #fff;
}

/*   Blog style four css start here  */

.blog-one.style-two.style-four {
    background-color: #171818;
    border-radius: 20px;
    box-shadow: none;
    padding: 10px 0 0 0;
}

.blog-one.style-two.style-four .content {
    padding: 1.875rem 2.5rem 2rem 2.5rem;
}

.blog-one.style-two.style-four .blog-title a {
    margin-bottom: 0;
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    transition:0.4s
}

.blog-one.style-two.style-four .blog-title a:hover {
    color: #b19777;
}

.blog-one.style-two.style-four p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
}

.blog-one.style-two.style-four .btn {
    padding: 18px 30px 18px 30px;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    border-radius: 33px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #b19777;
    margin: 19px 0 0 0;
    text-transform: uppercase;
}

.blog-one.style-two.style-four .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3%;
    width: 0;
    height: 100%;
    background: #b19777;
    border-radius: 33px;
    transition: 0.4s;
    z-index: -1;
}

.blog-one.style-two.style-four .btn:hover:before {
    width: 106%;
}

.blog-one.style-two.style-four .btn i {
    padding: 0 0 0 10px;
    position: relative;
    top: 0;
    font-size: 13px;
    color: #fff;
    transition: 0.4s;
}

.blog-one.style-two.style-four .thumb {
    position: relative;
    height: auto;
    border-radius: 0;
    overflow: hidden;
}

.blog-one.style-two.style-four .blog-meta {
    padding: 20px 0 20px 40px !important;
    margin: 0;
    background-color: #171818;
    border-radius: 0 0 20px 20px;
}

.blog-one.style-two.style-four .blog-meta li i {
    color: #b19777;
}

.blog-one.style-two.style-four .blog-meta li span {
    margin-bottom: 0;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    transition: 0.4s;
}

.blog-one.style-two.style-four .blog-meta li span a {
    color: #fff;
    transition: 0.4s;
}

.blog-one.style-two.style-four .blog-meta li span a:hover {
    color: #b19777;
}

/*   Counter style three css start here  */

.overview-item.counter-three {
    padding: 19px 0 0 0;
    margin: 0;
    height: 150px;
    width: 300px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    bottom: 94px;
    right: 9.7%;
    z-index: 2;
}

.overview-item.counter-three .icon {
    height: 55px;
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
}

.overview-item.counter-three .counter-small-img {
    display: inline-block;
    background: #D9A14C;
    padding: 0;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
}

.overview-item.counter-three .amount {
    font-family: Playfair Display;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #23262d;
    margin: 0;
    display: inline-block;
    top: 12px;
    position: relative;
}

.overview-item.counter-three p {
    color: #7d7d7d;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    padding: 15px 0 0 0;
}

/*   Counter style 4 css start here  */

.overview-item.counter-four {
    transition: 0.4s;
    align-items: center;
    position: relative;
    display: flex;
    z-index: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    height: inherit;
    border-radius: 0;
    background:inherit;
}

.overview-item.counter-four .icon {
    height: 80px;
}

.overview-item.counter-four .counter-small-img {
    float: left;
    position: relative;
    padding: 0;
    width: 80px;
    height: 80px;
    line-height: 61px;
    background: inherit;
    border-radius: 100%;
    text-align: center;
    margin: 0 20px 0 0;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #b19777;
}

.overview-item.counter-four .amount {
    font-family: Playfair Display;
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    margin: 0;
    color:#fff;
}

.overview-item.counter-four p {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 4px 0 0 0;
}

/*   service section option 1 css start here  */

.service-section.option1 {
    position: relative;
    transition: 0.4s;
    background: #171818;
    padding: 40px 40px 40px 40px;
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
}

.service-section.option1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #b19777;
    transition: 0.4s;
    z-index: -1;
    border-radius: 20px;
}

.service-section.option1:hover::before {
    height: 100%;
}

.service-section.option1 .service-number h5 {
    font-family: Playfair Display;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 11px;
    display: inline-block;
    color: #454646;
    transition: 0.4s;
}

.service-section.option1:hover .service-number h5 {
    color: #c1ac92;
}

.service-section.option1 .service-number {
    display: inline-block;
    padding: 0 80px 0 0;
}

.service-section.option1 .srv-nmbr-title {
    display: flex;
    align-items: center;
}

.service-section.option1 .service-title h1 {
    line-height: 0;
}

.service-section.option1 .service-title h1 a {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    transition:0.4s;
    color: #fff;
}

.service-section.option1 .srv-desc-btn {
    display: flex;
    align-items: center;
}

.service-section.option1 .service-description {
    width: 72%;
}

.service-section.option1 .service-description p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
    margin: 0;
}

.service-section.option1 .service-button {
    position: relative;
    display: inline-block;
    width: 18%;
}

.service-section.option1 .service-button a {
    color: #fff;
    position: absolute;
    z-index: 1;
    transition: 0.4s;
    right: 0;
    top: 0;
}

.service-section.option1 .service-button a::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    height: 24px;
    width: 72px;
    background-image: url(http://localhost/constac/wp-content/uploads/2024/11/home5-service-btn-img-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*   about section css start here  */

.home5-about-img-left{
    position:relative;
    z-index: 1;
    transition: 0.4s;
}

.home5-about-img-left::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    height: 435px;
    width: 376px;
    border-radius: 20px;
    border: 2px solid #b19777;
    background: inherit;
    z-index: -1;
    transition: 0.4s;
}

.home5-about-img-left:hover::before {
    height: 400px;
    width: 350px;
    left: 30px;
}

.home5-about-img-right{
    position:relative;
    z-index: 1;
    transition: 0.4s;
}

.home5-about-img-right::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 6px;
    height: 435px;
    width: 376px;
    border-radius: 20px;
    border: 2px solid #b19777;
    background: inherit;
    z-index: -1;
    transition: 0.4s;
}

.home5-about-img-right:hover::before {
    height: 400px;
    width: 350px;
    right: 30px;
}

.home5-about-progress .elementor-progress-percentage {
    bottom: 16px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    right: 0;
    position: absolute;
}

/*   accordion style 2 css start here  */

.accordion-item.accordion-two {
    background: #171818;
    border-radius: 30px;
}

.accordion-item.accordion-two .accordion-header {
    margin-bottom: 0;
    border-radius: 30px;
}

.accordion-item.accordion-two .accordion-header .accordion-button:not(.collapsed) {
    background-color: #171818;
    color: #ffffff;
    border-radius: 30px;
    box-shadow: none;
    outline: 0;
    border: none;
    padding: 20px 30px 20px 30px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

.accordion-item.accordion-two:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 30px;
}

.accordion-item.accordion-two .accordion-header .accordion-button.show:not(.collapsed) {
    padding: 20px 30px 20px 30px;
}

.accordion-item.accordion-two .accordion-body {
    padding: 0 30px 30px 30px;
    background: #171818;
    border-radius: 30px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #B7B7B7;
}

.accordion-item.accordion-two .accordion-header .accordion-button {
    background-color: #171818;
    color: #ffffff;
    border-radius: 30px;
    box-shadow: none;
    outline: 0;
    border: none;
    padding: 20px 30px 20px 30px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

.accordion-item.accordion-two .accordion-header .accordion-button::after {
    font-size: 13px;
    top: 30px;
    position: absolute;
    right: 30px;
    color: #ffffff;
}

.accordion-item.accordion-two .accordion-header .accordion-button.collapsed::after {
    top: 17px;
    color: #b19777;
}

/* ======================  Contact css start here  =========================== */

.testimonial-four-slider-area {
    padding: 60px 60px 45px 60px;
    background-color: #0C0C0C;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid #b19777;
}

.testimonial-four-slider-area .content .icon {
    padding: 0 0 16px 0;
}

.testimonial-four-slider-area .content .icon i {
    color: #b19777;
    font-size: 3.4rem;
    font-weight: 600;
}

.testimonial-four-slider-area .testimonial-client {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}

.testimonial-four-slider-area .testimonial-client .client-img {
    width: 60px;
    height: 60px;
}

.testimonial-four-slider-area .testimonial-client .client-details {
    width: calc(100% - 70px);
    padding-inline-start: 1.25rem;
}

.testimonial-four-slider-area .testimonial-four p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
}

.testimonial-four-slider-area .testimonial-client .client-details h3 {
    margin-top: 0.3125rem;
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.testimonial-four-slider-area .testimonial-client .client-details p {
    margin-top: 0.3125rem;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.testimonial-four-slider-area ul.slick-dots {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.testimonial-four-slider-area ul.slick-dots li {
    list-style: none;
    display: inline-block;
    padding: 0 14px 0 14px;
    margin: 0;
}

.testimonial-four-slider-area ul.slick-dots li button {
    position: relative;
    z-index: 1;
    font-size: 0;
}

.testimonial-four-slider-area ul.slick-dots li button::before {
    background: #b19777;
    height: 10px;
    width: 10px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
}

.testimonial-four-slider-area ul.slick-dots li.slick-active button::after {
    background: inherit;
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: 1;
    top: -6px;
    left: -6px;
    border: 2px solid #b19777;
}



/* ======================  Contact css start here  =========================== */

.main-form-section {
    border-radius: 20px;
    border: 1px solid #b19777;
    padding: 37px 40px 7px 40px;
}

.main-form-section .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.main-form-section .form-group .contact-label {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 0 0 10px 0;
}

.main-form-section .form-group {
    padding: 0 0 20px 0;
}

.main-form-section .contact-button input {
    height: 60px;
    background: #b19777;
    color: #fff !important;
    width: 100%;
    padding: 0;
    border: 0;
    margin: 5px 0 0 0;
    border-radius: 30px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    transition: 0.4s;
}

.main-form-section .contact-button input:hover {
    background: #D9A14C;
}

.main-form-section .contact-button input[type=submit]:focus {
    border:1px solid #ffffff;
    background: inherit;

}

.main-form-section .form-control {
    border:1px solid #515252;
    color: #fff; 
}

.main-form-section .form-control:focus {
    background-color: inherit;
    color: #fff;
    border-color: #B19777 !important;
}

.main-form-section .form-control input[type=email]:focus:focus {
    outline: none;
    box-shadow: none;
    border-color: #b19777;
}

.main-form-section input::placeholder {
    color: #A2A3A3 !important;
    font-size: 16px;
}

.main-form-section textarea::placeholder {
    color: #A2A3A3 !important;
    font-size: 16px;
}
