/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.artSec .info-box-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.contCol2 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 0px #000;
}
.contCol1 .vc_column-inner {
    border-radius: 10px !important;
        box-shadow: 1px 2px 2px #000;
}
.contCol1 input {
    color: #fff;
    border-color: #ffffff42;
}

.contCol1 textarea {
    color: #fff;
    border-color: #ffffff42;
}

.contCol1 input#gform_submit_button_1 {
    background: #138397;
    border-radius: 10px;
}

.conpgCol {
    box-shadow: 0px 1px 2px 0px #000;
    border-radius: 15px !important;
    padding: 14px;
}

.conpgCol input#gform_submit_button_1 {
    background: #138397;
    border-radius: 10px;
}

.sociCon{
	display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
}
a.btn {
    text-transform: capitalize;
}











