body {
    margin: 0;
    font-family: 'Space Grotesk';
    background: #ffffff;
    font-size: 20px;
}
.logo{
    height: 85px;
}
.nav-item a{
    font-weight: 700;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 16px;
}
.ps-10{
    padding-left: 10%;
}
.width-80{
    width: 80%;
}
.list-group-item{
    background: none !important;
}
.footer-dark {
    background-color: #1A1424;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    background-size: cover;
}
.footer-dark .logo-footer:after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.footer-dark .logo-footer img{
    margin-bottom: 55px;
    max-width: 186px;
    padding-bottom: 30px;
    position: relative;
}
.footer-dark .footer-top {
    padding: 120px 0px 90px 0px;
}
.footer-top .widget {
    margin-bottom: 20px;
}
.footer-dark .ftr-list {
    list-style: none;
}
.footer-dark .widget-title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}
.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget_services ul li {
    display: block;
    width: 100%;
    padding: 2px 0px;
    border: 0px;
    overflow: hidden;
}
.widget_services ul li a {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 0px 0px 10px 0px;
    display: block;
    margin-left: 0px;
    transition: 0.5s all ease;
    font-size: 16px;
    font-weight: 300;text-decoration: none;
}

.footer-dark .social-icons {
    margin: 0px;
}
.footer-dark .social-icons li {
    display: inline-block;
}
.footer-dark .social-icons li a {
    height: 45px;
    width: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 45px;
    border-radius: 50%;
    padding: 0px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 22px;
    text-align: center;
    margin-right: 3px;
}

.footer-dark .footer-bottom {
    background-color: #120F18;
    padding: 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
.footer-dark .footer-bottom .footer-bottom-info {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
    align-items: center;
}
.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 600;
}
button.scroltop {
    height: 40px;
    width: 40px;
    background: #1d1b18;
    border: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    color: #fff;
}
button.scroltop span {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

.hero {

    height: 100vh;
    min-height: 1300px;

    position: relative;

    background: url('../images/Top.png') center center no-repeat;

    background-size: cover;

    overflow: hidden;

}

.hero::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .28);

}

.hero-content {

    position: relative;
    z-index: 5;

    color: #fff;

    padding-bottom: 70px;

}

.hero h1 {

    font-size: 44px;

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 25px;
    color: #fff;

}

.hero p {

    font-size: 24px;

    line-height: 1.6;


    color: #ffffff;
        max-width: 963px;
            text-align: center;
            margin: AUTO;

}

/* Floating Labels */

.tag {

    position: absolute;

    color: #fff;

    font-size: 22px;

    letter-spacing: 1px;

    font-weight: 500;

    z-index: 4;

}

.tag1 {
    top: 90px;
    left: 60px;
}

.tag2 {
    top: 55px;
    left: 48%;
}

.tag3 {
    top: 210px;
    right: 80px;
}

.tag4 {
    bottom: 250px;
    left: 42%;
}

.tag5 {
    bottom: 160px;
    right: 120px;
}
.research h4{
    font-weight: 700;
}
.twm-advertisment {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    padding: 50px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    color: #fff;
    min-height: 430px;
    background-color: #1A1424;
}

.comments-area .comment-form .comment-form-author input[type=text],
.comments-area .comment-form .comment-form-email input[type=text],
.comments-area .comment-form .comment-form-comment input[type=text] {
    width: 100%;
    height: 50px;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: transparent;
    background-color: transparent;
    border-radius: 0px;
}
.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
    font-size: 16px;
    font-family: "Alegreya Sans", sans-serif;
    color: #1A1424;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    display: block;
    overflow: hidden;
    top: 16px;
}
.comments-area .comment-form .comment-form-author label span,
.comments-area .comment-form .comment-form-email label span,
.comments-area .comment-form .comment-form-comment label span {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.comments-area .comment-form .comment-form-author label span:before,
.comments-area .comment-form .comment-form-email label span:before,
.comments-area .comment-form .comment-form-comment label span:before {
    position: absolute;
    content: "";
    width: 15px;
    left: 0px;
    height: 1px;
    background-color: #ddd;
    top: 12px;
}
.comments-area .comment-form .comment-form-author label span:after,
.comments-area .comment-form .comment-form-email label span:after,
.comments-area .comment-form .comment-form-comment label span:after {
    position: absolute;
    content: "";
    width: 1000px;
    left: calc(100% + 10px);
    height: 1px;
    background-color: #ddd;
    top: 12px;
}

/* Responsive */

@media(max-width:992px) {

    .hero {

        height: 700px;

    }

    .hero h1 {

        font-size: 42px;

    }

    .hero p {

        font-size: 20px;

    }

    .tag {

        font-size: 16px;

    }

    .tag1 {

        top: 40px;
        left: 20px;

    }

    .tag2 {

        top: 25px;
        left: 45%;

    }

    .tag3 {

        right: 20px;
        top: 150px;

    }

    .tag4 {

        left: 30%;
        bottom: 170px;

    }

    .tag5 {

        right: 20px;
        bottom: 120px;

    }

}

@media(max-width:768px) {

    .hero {

        height: 650px;

    }

    .hero h1 {

        font-size: 32px;

    }

    .hero p {

        font-size: 18px;

    }

    .tag {

        display: none;

    }

    .hero-content {

        padding-bottom: 40px;

    }

}