body {
    position: relative;
    font-family: font3;
}

@font-face {
    font-family: font1;
    src: url(../fonts/Poppins-Medium.ttf)
}

@font-face {
    font-family: font2;
    src: url(../fonts/Poppins-Regular.ttf)
}

@font-face {
    font-family: font3;
    src: url(../fonts/Poppins-SemiBold.ttf)
}

@font-face {
    font-family: font4;
    src: url(../fonts/Roboto-Black.ttf)
}

@font-face {
    font-family: font5;
    src: url(../fonts/Roboto-Bold.ttf)
}

.font-15 {
    font-size: 15px !important;
}

.imgsize {
    width: 100%;
}

.imgsize img {
    width: 100%;
}

.bg-yellow {
    background-color: #f3c016;
}

.cl-black {
    color: #000;
}

.padding40 {
    padding: 40px 0px;
}

.padding50 {
    padding: 50px 0px;
}

.lh-14 {
    line-height: 1.4;
}

.ls-12 {
    letter-spacing: 1.2px;
}


/* footer */

#footer {
    padding: 20px 0px;
    position: relative;
    width: 100%;
}

.call {
    position: relative;
    width: 100%;
}

.call h3 span {
    margin-right: 15px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 50%;
}

.call h3 span i {
    color: #f3c016;
}

.call h3 a {
    color: #000;
    font-weight: 700;
}

.email h3 a {
    color: #000;
    text-align: center;
    font-weight: 700;
}

.social a {
    margin-left: 15px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 50%;
}

.social a {
    color: #f3c016;
}

.social:hover a {}


/* header */

.logo {
    position: relative;
    width: 100%;
}

.logo img {
    position: relative;
    width: 100%;
}

.top-bar-hdr-full {
    padding: 120px 0px 80px 0px;
}

.header-text h4 {
    font-family: font1;
    line-height: 1.4;
    letter-spacing: 1.2px;
}


/* index */

.sub-text h4 {
    font-family: font1;
}

.sub-text h4 span {
    margin-left: 20px;
}

.section-divider {
    border-top: 1px solid #f3c016;
    width: 90%;
    margin: auto;
}

.sharebtn {
    display: inline-block;
    border: 2px solid #f3c016;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
}

.sharebtn a {
    color: #000;
}

.main .container .shadow {
    box-shadow: 0 4px 30px -5px rgb(0 0 0 / 20%);
    border-radius: 15px;
    background-color: #fff;
}

.main {
    background-image: url('../img/skyscraper.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.modal-dialog .modal-content {
    border-radius: 15px;
    padding: 20px;
}