@font-face {
    font-family: VarelaRound;
    src: url("_apps/gravite2022/php_theme_includes/assets/Varela_Round/VarelaRound-Regular.ttf");
}
a:hover {
    color: var(--tertiary);
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 80%;
}

.bg-primary{
    background-color: var(--primary) !important;
}
i {
    min-width: 5px;
    display: inline-block;
}
body{
    font-family: Poppins  !important;
    margin: 0px;
  	background-color: var(--primary);
  	color: var(--primary-text);
    font-size: 26px;
}
.display-7{
    font-size: 1.3em !important
}
.display-8{
    font-size: 1.1em !important
}
.display-9{
    font-size: 0.9em !important
}
.display-10{
    font-size: 0.8em !important
}
.content{
    background-color: #fff;
    color: black;
    padding: 55px 0px;
    /* border-radius: 16px 16px; */
}

.blogpostcontent .content {
    box-shadow: 2px 10px 44px 12px rgba(0,0,0,0.75);
}
.small.breadcrumbs {
    margin-bottom: 0px;
}
.homepage {
    font-size: 1.2em !important
}
.navbar i{
    color: #fff;
}
.main {  
    margin-top: 85px;
    color: var(--primary-text);
  	background-color: var(--primary);
}
.main .btn, .main a{
    color: var(--primary-text);
}
.main .fa-caret-right{
    padding: 0px 10px;
}
.main .page-top{
    padding: 20px;
}
.main .text-light h1{
    color: #fff;
}
.main .btn {
    color: #000;
    background-color: white;
}

.main .btn:hover {
    color: black;
}


a > img{
    outline: none;
}
.imgcontainer img {
    max-width: 100%;
}
ul.pager li {
    display: inline-block;
    float: left;
    margin: 10px 4px;
    border: 1px SOLID black;
    line-height: 30px;
    padding: 5px;
}

ul.pager li.active {
    background-color: var(--tertiary);
    color: #fff;
}

ul.pager li a{
    padding: 10px;
    color: #000;
}

.nav-item ul {
    display: none;
    width: 100%;
}
.nav-item:hover ul {
    display: block;
    position: absolute;
    background-color: white;
    padding: 30px;
    width: 2000;
    margin: 0px -30px;
}
.blog h1.title{
    font-size: 40px;
    margin: 3vw;
}
.blog .breadcrumbs {
    color: #fff;
    margin-left: 15px;
}
.blog .breadcrumbs a {
    color: #fff;
}
.blog .page-body {
    margin-top: 80px;
}
.blog_col {
    color: #000;
    margin-top: 0px;
}
.blog_col a {
    color: #000;
}
.blog_col img {
    position: relative;
    top: -39px;
    border: 15px SOLID var(--primary);
    border-radius: 15px;
    background-color: var(--primary);
    border: 3px;
    box-shadow: 3px 5px 34px 4px black;
    transition: box-shadow 1s ease-out 100ms;
}
.blog_col img:hover {
    box-shadow: unset;
}
.blog_col span.excerpt {
    padding: 0px 35px 10px;
    text-align: center;
    display: inline-block;
    height: 210px;
    top: -10px;
    position: relative;
}

ul.pager li {
    background-color: white;
}

.navbar .logo-image img{
    display: none;
}
.navbar.top-nav-collapse .logo-image img{
    display: block;
}
.navbar.top-nav-collapse {
    border-bottom: 1px SOLID black;
}


.home {
    min-height: 33em;
    background-color: var(--primary);
    color: var(--secondary-text);
}
.home.homepage .home{
    background-color: unset;
}
.home .homecontainer {
    max-width: 50%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--primary);
    padding-top: 25px;
}
.home.banner .container .headline{  
    font-size: 3em;
    font-weight: lighter;
}
.home.banner .container .headline.red{  
   color: var(--tertiary);
}
.home.banner .container .headline:nth-child(1) {
    padding-left: 3vw;
}

.home.banner .container .headline:nth-child(2) {
    padding-left: 6vw;
}

.home.banner .container .headline:nth-child(3) {
    padding-left: 9vw;
}

.home.banner .container .headline:nth-child(4) {
    padding-left: 12vw;
}

.home.banner .container img {  
    margin-left: 18vw;
    width: 22em;
    max-width: 100%;
    top: -20px;
    position: relative;
}

.home.banner .container .btn {
    margin-left: 40vw;
    top: -20px;
    position: relative;
}

.information {
    border-bottom: 3px SOLID #000;
}

.services li::after {
    display: flex;
    content: " ";
    border-bottom: 1px SOLID #bdb9b9;
    margin: 10px 0px;
}
.services li:last-child::after {
    border-bottom: 0px;
}
.sub-page-solutions ul{
    display: flex;
}  
.sub-page-solutions li {  
    flex: 1;
    width: 240px;
    float: left;
}
.sub-page-solutions p {  
    margin: 0px;
}
.work .card{  
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 4px 1px 3px 5px var(--secondary);
    margin: 10px auto;
    display: block;
    background-color: var(--primary-light);
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;

}


.card {  
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 4px 1px 3px 5px var(--secondary);
    margin: 10px auto;
    display: block;
    background-color: var(--primary-light);
    color: var(--primary-light-text);
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;

} 

.headingCard{  
    width: 100%;
    background-color: var(--primary);
    padding: 35px !important;
    margin: 0px;
    color: white;
}

.sub-page-solutions li span{  
    width: 28%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 4px 1px 3px 5px var(--secondary);
    margin: 10px 3%;
    display: block;
    background-color: var(--primary-light);
    color: var(--primary-light-text);
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;

}
.sub-page-solutions li span {  
    width: 90%;
}

.escalators .card {  
    height: 100%;
}
.sub-page-solutions li i {  
    font-size: 30px;
    color: #db1d49;
    margin: 15px;
}
/* .blueprint, .launchpad, .discovery, .enterprise { 
    width: 100%;
    margin: 0px;
    max-width: unset;
    padding: 20px 10%;
}
.blueprint {  
    background-color: #5e539f;
}
.launchpad {  
    background-color: #732d70;
}
.discovery {  
    background-color: #b0227a;
}
.enterprise {  
    background-color: #db1d49;
} */

.blueprint li i {  
    color: #5e539f;
    background-image: linear-gradient(#5e539f, #5e539f) !important;
}
.launchpad li i {  
    color: #732d70;
    background-image: linear-gradient(#732d70, #732d70) !important;
}
.discovery li i {  
    color: #b0227a;
    background-image: linear-gradient(#b0227a, #b0227a) !important;
}
.enterprise li i {  
    color: #db1d49;
}
.blueprint li i.fa-brands,
.launchpad li i.fa-brands,
.discovery li i.fa-brands,
.enterprise li i.fa-brands{
    background-image: unset !important;
}
.features .pills li {
    background-color: white;
    color: black;
    background-color: #212d37;
    color: white;
}

.blueprint .features .pills li {
    background-color: #5e539f;
}
.launchpad .features .pills li {
    background-color: #732d70;
}
.discovery .features .pills li {
    background-color: #b0227a;
}
.enterprise .features .pills li {
    background-color: #db1d49;
}
.features h2{
    background-color: var(--primary);
    padding: 25px 20px;
    color: white;
    text-align: left;
    margin: 0px !important;
    border-radius: 10px 10px 0px 0px;
}
.sub-page-solutions li .title {
    line-height: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

.sub-page-solutions li .desc {
    font-size: 17px;
    line-height: 22px;
    display: inline-block;
    opacity: 0.7;
    padding-bottom: 25px;
}

.workImage{
    border-radius: 4%;
    margin-left: 20%;
    box-shadow: 5px 5px 0px 0px var(--secondary);
    width: 75%;
}
.contact img {
    max-width: 70%;
}
.slider-container img{
    box-shadow: 5px 5px 0px 0px var(--secondary);
    border-radius: 10px;
}
.testimonial-card{
    border: none !important;
}
.services .card{
    border-radius: 10px;
}

.main .blog,
.main.landingpage {
    margin-top:50px; 
    padding-top: 30px;
}

.casestudies .card img {
    width: 250px !important;
    margin: 20px auto !important;
    position: relative;
}
.casestudies .spacelist.lined {
    margin: 20px;
    border: 0px;
    padding: 15px;
    box-shadow: unset;
    transition: box-shadow 1s ease-out 50ms;
    display: flex;
    right: 0px;
    position: absolute;
    bottom: -10px;
}
.casestudies .spacelist.lined li{
    background-color: var(--primary);
    color: white;
}
.spacelist li{
    margin-bottom: 20px;
}
.spacelist.lined li{
    margin: 20px;
    border: 3px SOLID var(--primary);
    padding: 15px;
    box-shadow: 0px 2px 23px 4px #212d37;
    transition: box-shadow 1s ease-out 50ms;
}

.spacelist.lined li:hover{
    box-shadow: none;
}
.casestudy-example{
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: initial;
    min-height: 1000px;
}
.casestudy.main .page-top h1 {
    font-size: 50px;
}
.casestudy .content2{
    padding-top: 0px;
}
.casestudy.main .page-top{
    padding-top: 0px;
}
.casestudy .text-1{
    font-size: 24px;
    font-weight: 500;
}
.casestudy .text-2, 
.casestudy li span{
    font-size: 18px !important;
}

.casestudy .page-top {
    font-size: 50px;
}
.requirementsimage img, .keyimage img {
    max-width: 30vw;
    display: inline-block;
    margin: 30px;
}
.solutionimage img{
    display: inline-block;
    margin: 30px;
}
.casestudy .bg-white {
    color: black;
}
.casestudy .header {
    width: 100%;
    background-color: var(--primary);
    padding: 20px;
    color: white;
    font-size: 30px;
    text-align: center;
}
.casestudy ul {  
    margin-left: 80px;
}
.casestudy li {  
    list-style-type: circle;
}
.casestudy .content-box {
    padding: 40px;
}
.casestudy p {
    padding: 0px 55px;
}
.casestudies .description img{
    border: 10px SOLID #fff;
    border-radius: 10px;
}
.casestudies .solutionimage {
    margin-top: 15px;
}

.blog_col.card{
    box-shadow: 5px 5px 0px 0px var(--secondary);
    margin-bottom: 15px;
}

.blogpost{
    
}
.blogpost .breadcrumbs .breadcrumbs{
    padding: 15px;
}
.blogpostcontent p{
    margin: 15px 0px;
}

.blogpostcontent{
    padding:25px 0px;
}
.text-left {
    text-align: left;
}
.pills li {
    font-size: 22px;
    line-height: 41px;
    background-color: white;
    color: black;
    margin: 10px 0px;
    border-radius: 10px;
    text-align: center;
    padding: 5px 20px;
    float: left;
    margin-right: 20px;
}

.FeaturesTable {
    font-size: 20px;
    background-color: var(--primary-light);
    border-radius: 15px;
    margin: 20px 0px;
    color: var(--primary-light-text);
}
.FeaturesTable .description {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: lighter;
}

.page-top {
    justify-content: center;
}
/* .page-top h1 {
    max-width: 50%;
    margin: 30px auto 140px;
    font-size: 45px;
} */
.page-body img.mainImage {
    width: 80%;
    margin: 70px auto 0px;
    display: block;
    position: relative;
    top: -110px;
    border-radius: 10px;
    box-shadow: 3px 5px 34px 4px black;
}
.page-body {
    background-color: white;
    color: black;
    line-height: 40px;
    -webkit-box-shadow: 2px 36px 46px 12px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 36px 46px 12px rgba(0,0,0,0.75);
    box-shadow: 2px 36px 46px 12px rgba(0,0,0,0.75);
    max-width: 1200px;
    margin: auto;
    padding: 10px 100px;
    border-radius: 15px;
}
.page-body .container {
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    max-width: unset;
}
.page-body-content {
    top: -60px;
    position: relative;
}
.btn-outline-info:hover {
    color: var(--secondary-text) !important;
    background-color: var(--secondary);
    border-color: unset;
}
.footer p {
    margin: 0px;
}
#submitMessage p {
    color: var(--primary-light-text);
    padding: 20px;
}
.features {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    margin: 10px;
    color: black;
    width: 99%;
    display: flex;
}
.sub-page-solutions li {
    width: 100%;
}
.sub-page-solutions li span {
    text-align: left;
    max-height: 90px;
    min-height: 90px;
    margin: 10px 0px;
    min-width: 100%;
}
.description-text{
    font-size: 30px;
}
.blueprint .description,
.launchpad .description,
.discovery .description,
.enterprise .description {
    padding: 70px !important;
}
.main .blog .page-body a {
    color: black;
    font-weight: bold;
}
@media only screen and (max-width: 1390px) { 
    .card {
        width: 100%;
        font-size: 26px;
    }
    .blog .breadcrumbs {
        margin: 15px;
    }
    .blog_col span.excerpt {
        font-size: 18px;
        padding: 3px !important;
    }
    .blog .page-body {
        padding: 30px !important;
        font-size: 20px;
        line-height: 25px;
    }
    .casestudypage, .landingpagetop{
        margin-top: 100px !important;
    }
    .blogpostcontent {
        max-width: 100%;
        margin: 0px;
    }
    .blogpostcontent p{
        margin-bottom: 35px;
    }
    .main .blog, .main.landingpage{
        margin-top: 0px;
        padding-top: 10px;
    }
    .workImage{
        margin: auto !important;
        width: 100%;
        max-height: unset;
    }
    
    .home .homecontainer {
        width: 100% !important;
        max-width: 90%;
        padding-top: 1em;
    }
    .home.banner .container .btn {
        margin-left: 1em;
        width: 95%;
    }
    .escalators-cards.spacelist.lined li {
        margin: 10px 0px;
        padding: 10px;
        font-size: 16px;
    }
    .content {
        padding: 35px 0px;
    }
    .landingpage.main.contactus {
        margin-top: 65px;
    }
    .casestudies .spacelist.lined {
        display: none;
    }
        
    .casestudy .text-1{
        font-size: 24px;
    }
    .casestudy .text-2, 
    .casestudy li span{
        font-size: 18px !important;
    } 
    .casestudy .text-1,
    .casestudy .text-2{
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 1200px) { 
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 100%;
    }
    
    .home .homecontainer {
        width: 100% !important;
        max-width: 80%;
        padding-top: 1em;
    }
    
    
}

@media only screen and (max-width: 990px) { 
    .home .homecontainer {
        width: 100% !important;
        max-width: unset;
        padding-top: 1em;
    }
    .home{
       min-height: 31em;
    }
    .home.banner .container .headline{
        display: inline-block;
        width: 100%;
        text-align: left;
        font-size: 1.5em;
    }

    .home.banner .container .headline:nth-child(1) {
        padding-left: 1em;
    }

    .home.banner .container .headline:nth-child(2) {
        padding-left: 2em;
    }

    .home.banner .container .headline:nth-child(3) {
        padding-left: 3em;
    }

    .home.banner .container .headline:nth-child(4) {
        padding-left: 4em;
    }

    .home.banner .container img {
        margin-left: 0vw;
        max-width: 100%;
        top: 10px;
    }

    .home.banner .container .btn {
        width: 80%;
        margin: 10%;
    }
    div#navbarsExampleDefault {
        margin-top: 40px !important;
    }
    .navbar .logo-image img {
        display: block;
    }
    .nav-link {
        font-size: 33px;
        line-height: 35px;
    }
    .FeaturesTable tr{
        display: grid;
    }
        
    .sub-page-solutions li {
        width: 50%;
    }
    .sub-page-solutions li span {
        text-align: center;
        max-height: unset;
        min-height: unset;
        margin: 10px 0px;
        min-width: unset;
        width: 95%;
    }
    .cardrow {
        margin: -12px;
    }
    .description, .description-text{
        font-size: 20px;
    }
    .features {
        padding: 20px;
        margin: 20px 0px;
        width: 100%;
    }
    .casestudy-example {
        min-height: 58vw;
    }
    
    .casestudy .d-flex{
        display: grid !important;
    }
    .casestudy .content-box{
        padding: 0px;
    }
    .casestudy p{
        padding: 0px;
    }
    .casestudy ul{
        margin-bottom: 15px;
    }
    .casestudy .requirementsimage.ms-3, .keyimage.ms-3 {
        margin: 0px !important;
    }
    .casestudy .requirementsimage img, .keyimage img {
        max-width: 100%;
        margin: 0px auto 10px auto !important;
        display: block;
    }
    .solutionimage img {
        max-width: 70%;
        margin: 0px auto 10px auto;
        display: inherit;
    }
    .casestudies .row > .row {
        margin: 0px;
        padding: 0px;
    }
        
    .blueprint .description,
    .launchpad .description,
    .discovery .description,
    .enterprise .description {
        padding: 0px 20px !important;
    }
    .FeaturesTable tr {
        display: flow-root;
    }
    .FeaturesTable td {
        margin-top: 0px;
        width: 25%;
        float: left;
        display: block;
    }
    .FeaturesTable span {
        font-size: 3vw;
    }
    .FeaturesTable th {
        border: 2px SOLID black !important;
        display: block;
        margin: 10px 0px 0px;
        padding: 20px !important;
    }
    .nav-item ul{
        display: none !important;
    }
    .pills li {
        width: 100%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) { 
    .main h1 {
        font-size: 30px;
    }
    .about, .services, .plans, .work, .contact{
        min-height: unset;
    }
    .sub-page-solutions li{  
        width: 50%;
    }
    .sub-page-solutions li .desc {
        font-size: 14px;
        line-height: 20px;
    } 
    .workImage{
        margin-left: 0%;
        width: 100%;
    }
    p.para-light {
        font-size: 20px;
    }
    .blogpost{
        margin-top:115px; 
    }
    .blogpostcontent{
        padding:25px 0px;
    }
    .main .blog{
        margin-top: 0px;
        padding-top: 0px;
    }
    .main .blogpost .page-top{
        margin-top: 20px;
    }
    
    .main .blog h1{
        text-align: center;
    }
    .blog_col.card h2 {
        font-size: 20px;
        padding-top: 10px;
    }
    
    .blog_col.card p {
        font-size: 16px;
        padding-top: 10px;
    }
}