.ml-auto {
    margin-left: auto
}

.form-group textarea.form-control {
    resize: vertical
}

section.contact-us-main-sec {
    padding-top: 45px;
    position: relative
}

section.contact-us-main-sec>img {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    object-fit: cover;
    object-position: center
}

.contact-us-main-content-blk {
    position: relative;
    padding: 45px 0 40px
}

.contact-us-main-content-blk .main-heading-box {
    text-align: initial;
    margin: 0 0 70px;
    max-width: 600px
}

.contact-us-main-content-blk .main-heading-box p {
    margin-bottom: 10px
}

.contact-us-main-content-blk .main-heading-box h6 {
    font-size: 18px;
    color: #636678;
}

.contact-blk figure {
    width: 80px;
    height: 80px;
    margin-bottom: 20px
}

.contact-blk figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center
}

.contact-blk figcaption h4 {
    font-size: 20px;
    color: #181b1b;
    ;
    margin-bottom: 5px
}

.contact-blk figcaption a {
    font-size: 16px;
    color: #0151c1;
}

.contact-form-header {
    margin-bottom: 40px
}

.contact-form-header h4, .contact-form-header h2 {
    font-size: 40px;
    margin-bottom: 10px
}

.contact-form-header p {
    font-size: 20px
}

.contact-awards-block {
    background: #f5f8fb;
    border-radius: 10px;
    padding: 50px
}

.contact-awards-block ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.contact-awards-block ul li {
    max-width: calc(50% - 10px);
    height: 100px;
    width: 100%;
    margin: 5px
}

.contact-awards-block ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.contact-awards-block h4 {
    font-size: 22px;
    color: #181b1b;
    text-align: center;
    margin-bottom: 30px
}

section.contact-form-sec {
    padding-bottom: 0
}

.contact-form-inner .send-btn-form #btnSubmit {
    background: #637A92;
    box-shadow: 
    .contact-awards-block {
    background: #f5f8fb;
    border-radius: 10px;
    padding: 35px 20px;
};
    color: #fff
}

.main-heading-box {
    max-width: 770px;
    margin: auto;
    text-align: center;
    margin-bottom: 60px
}

.main-heading-box h5 {
    font-size: 18px;
    color: #f89b20;
    ;
    margin-bottom: 0
}

.main-heading-box h3 {
    font-size: 40px;
    color: #181b1b;
    margin-bottom: 10px
}

.main-heading-box p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px
}

.heading-with-btn {
    display: flex;
    justify-content: space-between
}

.heading-with-btn .main-heading-box {
    margin-left: 0
}

.btn-link-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    ;
    color: #0151c1
}

.btn-link-arrow img {
    width: 30px
}

.btn-link-arrow:after {
    content: "";
    height: 2px;
    width: 0%;
    background: #0151c1;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s
}

.btn-link-arrow:hover:after {
    width: 100%
}

.cta-animation video {
    width: 100%
}

.cta-2 .d-flex {
    align-items: center;
    justify-content: center
}

.cta-2 .d-flex a {
    margin-left: 30px;
    min-width: 150px;
    text-align: center
}

.cta-2 .d-flex h4 {
    font-size: 22px;
}

.cta-2 {
    margin: 30px 0
}

.cta-animation {
    background: #181818
}

.cta-animation-in {
    padding-bottom: 60px;
    padding-top: 30px
}

.cta-animation .main-heading-box h3,
.cta-animation .main-heading-box p {
    color: #fff
}

.connect-with ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.connect-with li {
    padding: 0 20px
}

@media only screen and (min-width:1024px) and (max-width:1169px) {}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .contact-blk figcaption h4 {
        font-size: 16px
    }
    .contact-blk figcaption a {
        font-size: 14px
    }
    .contact-form-sec .col-md-5 {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .col-md-4.contact-blk {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }
    .contact-blk article {
        text-align: center
    }
    .contact-blk figure {
        margin: 0 auto 20px
    }
    .contact-form-sec .col-md-6,
    .contact-form-sec .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%
    }
    .contact-form-sec .container>.row>.col-md-6 {
        margin-bottom: 40px
    }
    
.contact-us-main-content-blk {
    position: relative;
    padding: 0 0 40px;
}
.contact-awards-block {
    padding: 35px 20px;
}
.main-heading-box h3 {
    font-size: 30px;
    color: #181b1b;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 5px;
}
}