/******Contact-Page-CSS******/
.contact-wrap .contact-form { box-shadow: 0px 1px 10px rgba(0,0,0,0.2); padding: 20px 30px; background: #fff;border-radius: 10px;}
.contact-wrap .contact-form h3{color: #333; font-size: 30px;line-height: 28px;}
.contact-wrap .contact-form p{margin-bottom: 20px;}
.contact-wrap .contact-form p, .contact-wrap .contact-form h3{text-align: center;}
section.contact-info-wrap {
    background: #f1f1f1;
    padding: 180px 40px 50px;
    text-align: center;
    margin-top: -160px;
}
.contact-wrap .contact-form form label {
    font-size: 13px;
    color: #acacac;
}
.contact-wrap .contact-form form input, .contact-wrap .contact-form form select, .contact-wrap .contact-form form textarea {
    font-size: 15px;
    color: #6a6a6a;
    background: #fafafa;
    border: 1px solid #d7d7d7;
    border-radius: 0;
}
.contact-info-wrap {
    background: #f5f5f5;
    padding: 25px 25px 20px;
    margin-top: 0px;
}
.contact-info-wrap > h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    color: #000;
}
.contact-form h3{font-weight: 500;}
.contact-info-wrap > h3:before {
    content: '';
    background: #000;
    height: 2px;
    width: 40px;
    position: absolute;
    top: 10px;
    left: -50px;
}
.contact-info-wrap > h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    font-size: 16px;
}
.contact-info-l {
    float: left;
}
.contact-info-r {
    display: inline-block;
    width: 85%;
    padding-left: 18px;
}
.contact-info {
    margin-bottom: 18px;
}
.contact-info-wrap .contact-info:last-child {
    margin-top: 30px;
    margin-bottom: 0;
}
.contact-info h4 {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 4px;
}
.contact-info p {
    font-size: 18px;
    line-height: 22px;
}
.contact-submit {
    text-align: left;
    margin-top: 18px;
}
.contact-submit img {
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
}
.contact-submit button {
    color: #000;
    background: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
}
.contact-submit button:hover {
    background: #999;
}
.contact-share {
    position: relative;
}
.contact-share:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #cecece;
    width: 41%;
    height: 1px;
    top: 50%;
    left: 0;
}
.contact-share:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #cecece;
    width: 41%;
    height: 1px;
    top: 50%;
    right: 0;
}
.contact-share ul li {
    display: inline-block;
    list-style: none;
    margin: 0 6px;
    background: #c42026;
    border-radius: 50px;
    width: 30px;
    height: 30px;
}
.contact-share ul li:hover {
    background: #000;
}
.contact-share ul li a {
    color: #fff;
    font-size: 17px;
    padding: 3px 0 0 0;
    display: block;
}
.contact-form form input[type="file" i] {
    padding: 3px 0 0 3px;
}
.contact-info a {
    color: #333;
    text-decoration: none;
}   
.contact-form {
    background: #000;
    color: #fff;
    padding: 60px 50px;
    margin-bottom: 22px;
    margin-left:10px;
}
.contact-form h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
}
.contact-form h3:before {
    content: '';
    background: #fff;
    height: 50px;
    width: 2px;
    position: absolute;
    top: -60px;
    left: 3px;
}
.contact-form p {
    margin-bottom: 34px;
}
.contact-form form input, .contact-form form textarea {
    border-radius: 0;
    font-size: 14px;
    background: #e1e1e1;
    color: #000;
    padding: 10px 10px;
}
.contact-form form input::placeholder, .contact-form form textarea::placeholder {
    color: #000;
}
section#contact-wrap .container .row #main-column .row .col-md-6:last-child {
    padding-left: 0;
}
section#contact-wrap .container .row #main-column .row .col-md-6:first-child {
    padding-right: 0;
}
.contact-submit .btn {
    padding: 8px 20px;
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}
.contact-submit .btn:hover,
.contact-submit .btn:active,
.contact-submit .btn:focus{
    background: #fff!important;
    color: #000!important;
}
.contact-form {
 
    margin-bottom: 80px;
}
/*16 DEC 2020*/
.wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output {
       color: #fff  !important;
   }
 
/******RESPONSIVE-CSS******/
@media (max-width: 480px) {
.contact-share:before, .contact-share:after{width: 14% !important;}    
}
@media (max-width: 767px) {
.contact-form { 
    margin-bottom:0px;
}
.contact-wrap .contact-form form label { margin-bottom: 2px;}
.contact-submit button { margin-top: 20px;}
section.contact-info-wrap{padding-top: 160px;}
.contact-share:before, .contact-share:after{width: 20%;}
.inner-wrapper.contact-bg { background-position:right top;background-image: url(../images/bg-dots-sm.jpg);}
.contact-info-wrap { margin-top: 0;padding: 30px 25px;margin-bottom: 25px;}
.contact-info-r {  padding-left: 0;}
.contact-info-l { float: none; margin-bottom: 13px; text-align: center;}
.contact-info-wrap > h4{text-align: center;}
.contact-info-wrap > h3 {  font-size: 21px;}
.contact-info{text-align: center;}
.contact-info p {  margin-bottom: 10px;text-align:center;}
.contact-info-wrap .contact-info:last-child { margin-top: 0; margin-bottom: 0;}
.contact-info-wrap > h3, .contact-form h3{font-size: 25px;}
.contact-info-wrap > h3{padding-left: 30px;}
.contact-info-wrap > h3:before{width: 40px;left: -24px;top:13px;}
.contact-submit img { width: 100%; margin-bottom: 0px;}
.contact-form {  padding: 60px 20px 24px;}
section#contact-wrap .container .row #main-column .row .col-md-6:last-child {
    padding-left: 15px;
}
section#contact-wrap .container .row #main-column .row .col-md-6:first-child {
    padding-right: 15px;
}
}/* media css ends here*/
@media (min-width: 768px) and (max-width: 992px) {
.contact-share:before, .contact-share:after{width: 36%;}
}