
.sec-pad {
    padding: 0px 0 0;
    margin: 20px 0;
}

.contact-sec {
    display: flex
}

.contact-sec .container {
    background: linear-gradient(to bottom, #3232aa 0%, #100842 100%);
    padding: 46px;
    border-radius: 5px;
    width: 100%;
    border-radius: 5%;
    color: white;
    margin-top: 25px;
}

.contact-sec .contact-ul li,
.contact-ul b {
    font-size: 20px;
    margin: 10px 0;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    word-wrap: break-word;
    color: white;
}

.contact-sec .contact-ul i {
    font-size: 28px;
    border-radius: 50%;
}

.contact-detail a {
    color: #000;
    text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
    color: #f93;
}

.contact-sec .contact-ul li .fa-location-dot {
    color: #bbb42f;
    border: 2px solid #c49e3790;
}

.contact-sec .contact-ul li .fa-phone {
    color: #197934;
    border: 2px solid #39b17590;
}

.contact-sec .contact-ul li .fa-envelope {
    color: #ff6347;
    border: 2px solid #ff634790;
}

.contact-sec .contact-ul li,
.contact-ul b {
    font-size: 16px;
}


.contact-detail span {
    width: 200px;
    display: flex;
    justify-content: center;
}

.contact-detail span a {
    font-size: 20px;
    padding: 6px 12px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px;
}

.contact-detail span .fb {
    color: #3b5998;
    border: 3px solid #3b5998;
}

.contact-detail span .fb:hover {
    color: #fff;
    background-color: #3b5998;
}

.contact-detail span .insta {
    color: #a22352;
    border: 3px solid  #a0169c;
}

.contact-detail span .insta:hover {
    color: #fff;
    background-color: #a0169c;
}

.contact-detail span .twitter {
    color: #00acee;
    border: 3px solid #00acee;
}

.contact-detail span .twitter:hover {
    color: #fff;
    background-color: #00acee;
}

ul {
    list-style: none;
}

.section-title {
    position: relative;
    font-size: 40px;
    font-weight: 600px;
    height: auto;
    font-family: "Poppins", sans-serif;
    margin: 0 0 30px;
    margin-right: 12rem;
}

input {
    overflow: hidden;
}



form.contFrm {
    max-width: 396px;
    margin: auto;
}

.inptFld {
    width: 100%;
    height: 50px;
    border: 0;
    margin: 0 0 10px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
}

.inptFld:focus {
    outline-offset: -4px;
    outline: 1px solid #f93;
}

.contFrm textarea {
    height: 75px;
    padding-top: 5px;
}

.inptBtn {
    height: 50px;
    border: 0;
    background: #1f347d;
    font-size: 14px;
    color: #fff;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}
.map_tag {
    max-width: 100%;
    height: 30rem;
    overflow: hidden;
    color: red;
    width: 100rem;
}

#embedmap-canva {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
