/* Desktop css */
.cform input, .cform textarea {
    color: #999;
    border: 1px solid #000 !important;
}
.contact-sec-title {
    font-size: 55px !important;
    text-shadow: 3px 3px 7px #000;
}
.contact-sec-p {
    font-size: 15px;
    color: #FFF;
    line-height: 1.6em;
    text-align: right;
    text-transform: none;
    text-shadow: 3px 3px 7px #000;
}
.pt-0{
    padding-top: 0px !important;
}
/* media query mobile */
@media only screen and (min-width: 200px) and (max-width: 767px) {
    .flex-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .sze{
        font-size: 18px !important;
    }
    .dual-imga {
        height: 300px !important;
        width: 100% !important;
        top: 0rem !important;
    }
    .dual-content-right .dual-img {
        height: 300px !important;
    }
    .dual-img {
        background-size: cover !important;
        width: 100% !important;
        float: none !important;
        position: relative !important;
        height: 300px !important;
    }
    .s1 {
        margin-bottom: 4rem !important;
    }
    .bttn {
        margin: 20px 0px 20px 0px !important;
    }
    .about-team-header3 {
        background-position: center !important;
    }
    .contact-form button {
        margin-top: 15px !important;
    }
    .contact-sec-title {
        font-size: 45px !important;
    }
    .contact-sec-p {
        font-size: 20px;
        font-weight: 600px;
    }
    .p1 {
        margin-bottom: -595px !important;
    }
    .t1 {
        margin-bottom: 0rem !important;
    }
    .page-content.about-icon-box {
        padding-bottom: 10% !important;
    }
    .pding {
        margin-bottom: 0px !important;
    }
    .dual-content-right {
        position: relative;
        display: flex !important;
        flex-flow: column-reverse !important;
    }
    .col-mob{
        margin-top: 150px;
    }
}

/* media query tablet */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sze{
        font-size: 35px !important;
    }
    .dual-imga {
        height: 400px !important;
        top: 0rem !important;
    }
    .dual-img {
        background-size: cover !important;
        width: 100% !important;
        float: none !important;
        position: relative !important;
        height: 400px !important;
    }
    .dual-info {
        width: 100% !important;
        padding: 70px 70px !important;
    }
    .s1 {
        margin-bottom: 4rem !important;
    }
    .about-team-header3 {
        background-position: center !important;
    }
    .contact-sec-title {
        font-size: 50px !important;
    }
    .p1 {
        margin-bottom: -595px !important;
    }
    .t1 {
        margin-bottom: 0rem !important;
    }
    .page-content.about-icon-box {
        padding-bottom: 10% !important;
    }
    .pding {
        margin-bottom: 0rem !important;
    }
    .page-content.about-icon-box {
        padding: 40px 20px 20px 40px !important;
    }
    .dual-content-right {
        position: relative;
        display: flex !important;
        flex-flow: column-reverse !important;
    }
    .m-tb {
        margin-bottom: 75px !important;
        margin-top: 20px !important;
    }
}


figcaption .m-0{
    margin: 0px !important;
}

.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-size: 16px;
    margin: 35px 10px 10px;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #D7B854;
}

.snip1533 figcaption {
    padding: 5%;
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #D7B854;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}

.snip1533 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
}
