.abouttopsec {
    width: 100%;
    margin: 0;
    padding: 120px 0;
    overflow: hidden;
    background: #000 url(../../images/citybanner.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.abouttopsec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.abouttopsec .container {
    position: relative;
    z-index: 1;
}
.abouttopsec h1 {
    color: #fff;
}
.abouttopsec .shrtdesc p {
    color: #fff;
}
.titlesamll {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #fff;
    font-family: var(--font-oswald);
}
.titleblck {
    display: block;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
    font-weight: 800;
    font-family: var(--font-oswald);
}
.titleblcklarge {
    display: block;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 0rem;
    color: var(--primary-color);
    font-family: var(--font-oswald);
}
.abouttopsec .titlesnail {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--primary-color);
}
.abouttopsec .shrtdesc p {
    font-size: 0.95rem;
    color: #524e4e;
}
.contactbg {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    overflow: hidden;
}
.contactformbg {
    width: 100%;
    overflow: hidden;
}
.contactformbg .titleblcklarge {
    font-weight: 600;
}
.contactformbg input[type="text"],
.contactformbg input[type="email"],
.contactformbg input[type="number"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 3.4rem;
    border-radius: 0;
    background: #f9f9f9;
    border: 1px solid #efefef;
    margin: 10px 0;
    font-size: 1rem;
    color: #000;
}
.contactformbg input[type="file"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    line-height: 1.8rem;
    border-radius: 0;
    background: #f9f9f9;
    border: 1px solid #efefef;
    margin: 10px 0;
    font-size: 1rem;
    color: #000;
}
.contactformbg textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    line-height: 1.2rem;
    border-radius: 0;
    background: #f9f9f9;
    border: 1px solid #efefef;
    margin: 10px 0;
    font-size: 1rem;
    color: #000;
}
.contactformbg input[type="submit"] {
    display: inline-block;
    margin-top: 15px;
    padding: 0 25px;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    line-height: 3.7rem;
    background: #121f32;
    border-left: 3px solid #3e557a;
    color: var(--whitecolor);
    text-shadow: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    float: right;
}
.contactformbg input[type="submit"]:hover {
    background: #3e557a;
    border-left: 3px solid #121f32;
}
.contactsidebar {
    width: 100%;
    overflow: hidden;
    border-top: 5px solid #212529;
    box-sizing: border-box;
    padding: 50px 15px;
    background: #f7f7f7;
}
.contactsidebar .customtext {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #777;
}
.contactsidebar .infotext {
    display: block;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
    color: var(--primary-color);
    font-weight: 600;
}
.socialcontact {
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 1rem;
}
.socialcontact ul li {
    display: inline-block;
    float: left;
    margin-right: 1rem;
}
.socialcontact ul li:last-child {
    margin-right: 0;
}
.socialcontact ul li a {
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #212529;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.fontsemibold {
    font-weight: 500 !important;
}
.gorupcompany {
    width: 100%;
    margin: 0;
    padding: 70px 0;
    overflow: hidden;
    background: #121f32;
}
hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.gorupcompany .title {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.gorupcompany .groupcmpbx {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 15px;
    height: 100%;
    background: #fff;
    border-top: 5px solid #91a9e3;
}
.gorupcompany .groupcmpbx .countrybame {
    display: block;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    font-weight: 500;
    color: var(--primary-color);
}
.gorupcompany .customtext {
    display: block;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #777;
}
.gorupcompany .infotext {
    display: block;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.6rem;
    color: var(--primary-color);
    font-weight: 500;
}
.iframesection{
    display:block;
    width:100%;
}
.iframesection iframe{
    width:100%;
    height:450px;
}
@media screen and (max-width: 991px) {
    .contactsidebar {
        margin-top: 1.5rem;
    }
}
