@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Concert+One&display=swap');

/***********
font-family: 'Cardo', serif;
font-family: 'Concert One', cursive;
 *************/

*,
ul {
    margin: 0;
    padding: 0;
    outline: none;
}

img {
    max-width: 100%;
}

a:focus,
a:hover,
a:active,
a:visited,
button:focus,
button:hover,
button:active,
button:visited {
    outline: none;
    text-decoration: none
}

li {
    list-style: none;
}

img {
    max-width: 100%
}

html {
    background: #11121b;
}

body {
    max-width: 2560px;
    margin: 0 auto;
    font-family: 'Cardo', serif;
}

.p0 {
    padding: 0 !important
}

.m0 {
    margin: 0 !important
}


/****************** HEADER ***********************/
.header-full {
    position: absolute;
    width: 100%;
    z-index: 9;
    max-width: 2560px;
}

.header-full header {}

.header-full header .navbar .navbar-brand {
    padding: 0;
}

.header-full header .navbar .navbar-brand img {}

.header-full header .navbar {
    padding: 0 0;
}

.header-full header .navbar .navbar-nav.nav-rot .nav-item .nav-link {
    font-size: 16px;
    line-height: 17px;
    padding: 30px 0 30px;
    color: #000;
    position: relative;
    letter-spacing: 0.2px;
    font-family: 'Concert One', cursive;
}

.header-full header .navbar .navbar-nav.nav-rot .nav-item.active .nav-link {
    opacity: 1;
    color: #000;
}

.header-full header .navbar .navbar-nav.nav-rot .nav-item {
    margin: 0 0 0 43px;
}

.header-full header .navbar .form-inline .navbar-nav.nav-sqr .nav-item.register a {
    font-weight: 800;
    color: #28FE6C;
    display: inline-block;
    text-align: center;
    padding: 13px 5px;
    margin: 0 0 0 30px;
    font-size: 27px;
    line-height: 10px;
    height: 36px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    background: #161b2c;
    margin: 0;
    border-radius: 0;
    width: 250px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
    border-bottom: 1px dashed #424b6a;
    opacity: 1;
    font-size: 15px;
    line-height: 17px;
    padding: 15px 15px;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
    background: #101422;
}

#myHeader.sticky {
    background: #7f94ac;
    position: fixed;
    z-index: 9999;
}

.header-full header .navbar .navbar-nav.nav-rot .nav-item .nav-link.login-btn {
    text-align: center;
    padding: 12px 5px 0;
    display: inline-block;
}

.header-full header .navbar .navbar-nav.nav-rot .nav-item .nav-link.login-btn img {
    width: 25px;
}

/****************** CLOSE HEADER ***********************/
.container.main-banner {
    position: absolute;
    top: 167px;
    margin: 0 auto;
    width: 100%;
    right: 0;
    left: 0;
}

.industry-slider {
    padding: 0;
}

.industry-slider p {
    max-width: 700px;
    margin-bottom: 20px;
}

.industry-slider img {
    padding-top: 30px;
    display: block;
    margin: 0 auto;
}

main {
    position: relative;
    height: 100vh;
}

main img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

main h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 143% */
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

main a {
    background: #fff;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000;
    padding: 13px 0;
    float: none;
    display: block;
    width: 159px;
    font-family: 'Concert One', cursive;
    margin: 20px 0 0;
}

.h2-heading {
    font-size: 64px;
    color: #000;
    font-family: 'Concert One', cursive;
}

.white {
    color: #fff !important
}

#meet-new {
    background: #7f93a9;
}

.center-div {
    margin: 70px auto 0;
    max-width: 460px;
    text-align: center;
}

.center-div h4 {
    font-size: 24px;
    line-height: 19px;
    font-family: 'Concert One', cursive;
    margin: 20px 0;
}

.center-div p {
    padding: 0 15px;
}

.med-div {
    margin: 70px auto 0;
    max-width: 730px;
    text-align: center;
}

.med-div ul {}

.med-div li {
    display: inline-block;
    padding: 20px;
}

.med-div li a img {}

section {
    padding: 100px 0;
}

section#team {
    padding: 0;
}

#faq {
    padding: 0 0 100px;
}

#faq .h2-heading {
    border-bottom: 7px solid #E37043;
    display: inline-block;
    margin-bottom: 30px;
}

#faq .accordion-item {
    border: 0;
}

#faq .accordion-header {}

#faq .accordion-header button {
    font-family: 'Concert One', cursive;
    font-size: 24px;
    color: #000;
    padding: 15px 0;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.accordion-body {
    padding: 0;
}

footer {
    background: #7f93a9;
    text-align: center;
    padding: 100px 0 50px;
}

footer .footer-section {}

.footer-section ul {
    margin: 20px 0 0;
}

.footer-section ul li {
    display: inline-block;
    margin: 10px;
}

.footer-section ul li a {
    font-size: 16px;
    line-height: 17px;
    padding: 30px 0 30px;
    color: #fff;
    position: relative;
    letter-spacing: 0.2px;
    font-family: 'Concert One', cursive;
    text-decoration: none;
}

.footer-section ul li a img {
    width: 36px;
}

.footer-section h3 {
    font-size: 16px;
    line-height: 17px;
    padding: 25px 0 0;
    color: #fff;
    position: relative;
    letter-spacing: 0.2px;
    font-family: 'Concert One', cursive;
}

.full-div {}

.twt-post {
    background: #FAFAFA;
    margin: 15px 0;
    padding: 30px 20px 15px;
}

.twt-post-header-pro {
    float: left;
    width: 80px;
}

.twt-post-header-pro img {}

.twt-post-header-logo {
    padding: 18px 0 0;
}

.twt-post-header-logo img {}

.twt-post-header-text {
    float: left;
    text-align: left;
    width: calc(100% - 80px);
    margin: 10px 0 0;
}

.twt-post-header-text h3 {
    font-size: 19px;
    font-family: 'Concert One', cursive;
    margin: 0;
}

.twt-post-header-text span {
    color: #858383;
}

.twt-post-header {}

.twt-post-body {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
}

.twt-post-header-left {
    width: 80%;
    float: left;
}

.twt-post-header-right {
    float: right;
    width: 20%;
    text-align: right;
}

.twt-post-header-right img {
    width: 30px;
}

.twt-post-body p {}

.twt-post-body img {}

.twt-post-footer {}

.twt-post-footer ul {
    margin: 10px 0 0;
}

.twt-post-footer ul li {
    display: inline-block;
    padding: 0 15px 0 0;
}

.twt-post-footer ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.twt-post-footer ul li a span {
    color: #858383;
    font-size: 14px;
    margin: 0 0 0 1px;
}

.twt-post-footer ul li img {
    width: 14px;
}

.twt-post-footer ul li:last-child {
    float: right;
    padding: 0;
}

/********** media ************/
@media(min-width: 992px) and (max-width: 1024px) {
    .h2-heading {
        font-size: 50px;
    }

}

@media(min-width: 768px) and (max-width: 1024px) {
    main {
        height: 600px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .h2-heading {
        font-size: 40px;
    }

    .header-full header .navbar .navbar-nav.nav-rot .nav-item {
        margin: 0 0 0 30px;
    }

    .twt-post-footer ul li a span {
        display: none;
    }

    .twt-post-header-logo {
        padding: 5px 0 0
    }

    .twt-post-header-pro {
        width: 40px;
    }

    .twt-post-header-text {
        float: left;
        text-align: left;
        width: 100%;

    }
}

@media(min-width: 100px) and (max-width: 767px) {
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .header-full header {
        margin: 10px 0;
    }

    #myHeader.sticky {
        position: relative;
    }

    .footer-section ul li {
        margin: 10px 7px;
    }

    .navbar-collapse {
        display: none;
    }

    .navbar-collapse.show {
        display: block;
    }

    .navbar-toggler-icon {
        background: url(../images/menu-bg.png);
        width: 30px;
        height: 31px;
        float: right;
        background-size: cover;
    }

    .navbar-collapse.show {
        background: #fff;
    }

    .header-full header .navbar .navbar-nav.nav-rot .nav-item {
        margin: 0;
    }

    .header-full header .navbar .navbar-nav.nav-rot .nav-item .nav-link {
        padding: 15px 20px;
    }

    .header-full header .navbar .navbar-nav.nav-rot .nav-item .nav-link.login-btn {
        padding: 20px;
    }

    #myHeader.sticky {
        position: absolute;
        width: 100%;
        z-index: 9;
        background: transparent;
    }

    .h2-heading {
        font-size: 30px;
    }

    br {
        display: none;
    }

    .container.main-banner {
        top: 100px;
    }

    main {
        height: 450px;
    }

    .center-div,
    .med-div,
    #faq .h2-heading {
        margin-top: 30px;
    }
}