/*
  Theme Name: WebsMakers
  Theme URI : https://websmakers.in
  Description: This Theme For Only WebsMakers
  Author: Brajesh Saini
  Author URI: https://thebrajeshsaini.com
  Version: 1.0.0
 */
 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}
.mb-0 {
    margin-bottom: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

#menu-top-right-menu{
    float: right;
    position: relative;
    top: 7px;
}

.post_thumb.img-thumbnail img{
    max-width: 100%;
    min-height: 207px;
    height: auto;
}

.current-menu-item a {
    color:#afafaf!important;
}

.read_more_btn{
    display: block;
    width: auto;
    text-align: center;
}

#wpcf7-f35-p36-o1 label
{
    width: 100%;
    font-weight: 400;
}
#wpcf7-f35-p36-o1 input[type="text"],
#wpcf7-f35-p36-o1 input[type="email"],
#wpcf7-f35-p36-o1 textarea{
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;    
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

#wpcf7-f35-p36-o1 textarea{
    height: 150px;
}


#wpcf7-f35-p36-o1 input[type="submit"]{
    border: solid 2px #dfdfdf;
    background: none;
    font-size: 13px;
    padding: 9px 11px;
    text-align: left;
    min-width: 140px;
    line-height: 17px;
    transition: all ease 0.3s;
    color: #000;
    float: right;

}

#wpcf7-f35-p36-o1 input[type="submit"]:hover{
    background: #000;
    color: #fff;
    border-color: #000;
    transition: all ease 0.3s;
}

#wpcf7-f35-p36-o1 form  p:nth-child(6):after {
    font-family: FontAwesome;
    content: "\f178";
    color: #000;
    float: right;
    position: relative;
    top: 6px;
    right: -120px;
}


/* Change color of the :after pseudo-element when hovering over the paragraph */
#wpcf7-f35-p36-o1 form p:nth-child(6):hover:after {
    color: #fff;
}