
section.contact-us-main {
    background-position: center bottom;
    background-size: cover;
    height: 90vh;
}

.cont-banner {
    padding: 246px 0 90px 0;
}

.cont-banner h1 {
    font-weight: 600;
    font-size: 69.6px;
    line-height: 117.5%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 44px;
}

.cont-banner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}



.mail-cont {
    background: #264ece;
    border-radius: 10px;
    padding: 47px 71px;
}
.con-inner .row {
    align-items: flex-start;
}
.con-inner {
    margin-top: 92px;
}


.mail-cont h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
    margin: 0;
}

.mail-cont p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #C9C9C9;
    padding-bottom: 48px;
}

.con-iconin ul span {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.con-iconin ul img {
    margin-right: 25px;
}

.con-iconin ul li {
    margin-bottom: 15px;
}

.social-meida ul a {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.social-meida ul {
    display: flex;
    margin: 0;
}
.social-meida ul li {
    margin-right: 24px;
}

.social-meida ul a i {
    color: #000;
}

.social-meida {
    margin-top: 50px;
}

.social-meida ul a i {
    z-index: 10;
}
.social-meida ul a:hover::before {
    width: 100%;
}
.social-meida ul a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 0;
    background: #000;
    transition: 500ms;
    z-index: 9;
}

.social-meida ul a:hover i {
    color: #fff;
}


/*contact form*/

.cont-form {
    padding-left: 50px;
}

.nam-lab {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
}

.comm-in::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
}
textarea.comm-in.msg {
    height: 50px;
}
.comm-in {
    width: 100%;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom:  1px solid #8D8D8D;
    margin-bottom: 45px;
    padding: 10px 0;
    color: #000;
    transition: 500ms;
}
input.wpcf7-submit.ct-sub {
    margin-top: 35px;
}
.ct-input.msg span.wpcf7-not-valid-tip {
    bottom: 25px !important;
}
input.comm-in:focus {outline: none;border-bottom: 1px solid #000;}

textarea.comm-in.msg:focus {
    outline: none;
    border-bottom: 1px solid #000;
}
.human-verification span.wpcf7-not-valid-tip {
    bottom: -45px !important;
}
.ct-sub {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #000;
    padding: 15px 48px;
    border: none;
    border-radius: 5px;
}

form.cont-form p{line-height: unset;}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232 !important;
    position: absolute !important;
    font-size: 14px !important;
    border: 1px solid #dc3232 !important;
    padding: 5px !important;
    border-radius: 3px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450;
    border: 1px solid #46b450 !important;
    padding: 5px !important;
    font-size: 14px;
    border-radius: 3px !important;
    display: inline-block;
}
span.cf7ic_instructions {
    font-size: 14px;
}
.captcha-image label > input + svg {
    max-width: 35px;
    height: 35px;
}
.captcha-image .cf7ic_instructions span {
    color: #00aa72;
}
 .wpcf7-form-control-wrap.cont-form .wpcf7-form-control-wrap {
    line-height: 25px !important;
}