/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* header */
.btn {
    text-transform: capitalize;
}
.head-soc a.wd-social-icon {
    background: #D13222 !important;
}


.site-logo img {
    max-height: 400px !important;
    height: 200px;
    position: relative;
    left: 42%;
    bottom: 12px;
}



/* header end */


/* services start  */

.serviNfo .info-box-content {
    background: #032B56;
    padding: 30px;
    border-radius: 10px !important;
    box-shadow: 1px 2px 4px 2px #000;
    position: relative;
    bottom: 37px;
}


/* services end */

/* work sec */

.woriNfo {
    display: flex !important;
    flex-direction: column-reverse !important;
    background: #fff;
    padding: 35px;
    border-radius: 10px !important;
}

.woriNfo .info-box-content {
    padding-top: 80px;
}

.woriNfo .info-box-content:before {
    content: ' ';
    background: url(/wp-content/uploads/2024/09/bef.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 21px;
    top: 0;
    left: 67%;
}


/* workd sec end */


/* blogs start */

.article-body-container {
    text-align: left !important;
}

p.read-more-section a {
    color: red !important;
}

/* blogs end */

/* contact sec start*/

.contSec {
    background: linear-gradient(180deg, transparent 50%, #032B56 50%);
}

.contRow1 {
    background: #D13222;
    padding: 36px;
    border-radius: 25px !important;
}
.contCol2 {
    padding: 60px;
}

.contCol2:before {
    content: ' ';
    border-right: 2px solid #032B56;
    position: absolute;
    width: 100%;
    height: 400px;
    right: 93%;
}

.contCol2 input {
    background: #fff;
    border-radius: 10px;
}

.contCol2 textarea#input_1_3 {
    background: #fff;
    border-radius: 10px;
}

.contCol2 input#gform_submit_button_1 {
    background: #032B56;
    color: #fff;
    text-transform: capitalize;
}


/* contact sec end */

/* footer start */

.footMenu a {
    color: #fff;
    font-size: 14px;
}

.copyrights-wrapper {
    color: #fff;
    border-top: 1px solid #fff !important;
}

/* footer end */

/* cont pages */

.contpg {
    background: #D13222;
    padding: 50px;
    border-radius: 25px !important;
}

.contpg input {
    background: #fff;
    border-radius: 10px;
}

.contpg textarea#input_1_3 {
    background: #fff;
    border-radius: 10px;
}

.contpg input#gform_submit_button_1 {
    background: #032B56;
    color: #fff;
    text-transform: capitalize;
}







