﻿body {
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;

}
.fixed-top {
    position: absolute!important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar {
    border-bottom: 0px solid rgba(255, 255, 255, 0.2)!important;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.banner-bg {
    background: rgb(0, 9, 49);
    background: linear-gradient(90deg, rgba(0, 9, 49, 1) 0%, rgba(22, 130, 185, 1) 100%);
}

/*section.demo-page {
            padding-top: 60px !important;
            }*/
section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.herotext {
    padding-bottom: 0px !important;
}

.herotext h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 85px;
}

.herotext h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 75px;
}

.herotext h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    color: #454545;
    padding-top: 0px;
}

.herotext h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #007bff;
    padding-bottom: 6px;
}


.demo-page .grid .info {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 16px;
}

.demo-page .grid .info h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    padding: 0px!important;
    margin: 0px!important;
   
}
.demo-page .grid .info h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color:#545454;
}

.demo-page .grid .info p {
    font-size: 14px;
    padding: 0px!important;
    margin: 0px!important;
    color:#545454;
}
/*figure.item.block.isotope-item {
    border: solid 20px #fff;
    border-radius: 40px;
}*/

.demo-page .grid .block {
    position: relative;
    margin-bottom: 0px;
}

.demo-page .grid .block {

    border-radius: 38px;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    padding: 10px;
    /* box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1); */
    transform: translateY(0);
    background-color: #f5f5f5;
    transition: transform 0.3s, box-shadow 0.3s;
    border: solid 20px #fff;
    margin-bottom: 20px;
  

}

.portfolio-grid .picture {
    border-radius: 12px;
    -webkit-transition: all 0.3s;
  
    -moz-transition: all 0.3s;
  
    transition: all 0.3s;
  
    position: relative;
  
  }
  
  .portfolio-grid .item:hover img {
   
    -webkit-transition: all 0.3s;
  
    -moz-transition: all 0.3s;
  
    transition: all 0.3s;
  
  }








.demo-page .grid .block span {
    position: absolute;
    z-index: 999999;
    top: 4px;
    right: 4px;
    background-color: #ff0000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    padding: 4px 14px 4px 14px;
    border-radius: 38px;
}

.demo-page .grid .block img {
    border-radius: 12px;
}

.portfolio-grid figure.item {
    padding-top: 20px;
    margin-bottom: 6px !important;
    text-align: center;
}


.join-us ul {
    padding: 0px;
    margin: 0px;
}

.join-us ul li {
    display: inline;
    list-style-type: none;
    padding-left: 4px;
    padding-right: 4px;
}

.join-us ul li .btn {
    background-color: #007bff;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 46px 12px 46px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 30px 30px 30px 30px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .herotext h1 {
        font-size: 45px;
        font-weight: 700;
        line-height: 55px;
    }

    .herotext h2 {
        font-size: 45px;
        font-weight: 700;
        line-height: 55px;
    }

    .herotext h3 {
        font-size: 26px;
        font-weight: 400;
        line-height: 42px;
        color: #454545;
        padding-top: 15px;
    }
}

@media (max-width: 766px) {
    section.demo-page {
        padding-top: 40px !important;
    }

    .banner img {
        position: relative;
    }

    .demo-page .grid h2 {
        font-size: 16px;
        font-weight: 500;
        /* text-transform: uppercase; */
        letter-spacing: 0px
    }

    .demo-page .grid .block {
        position: relative;
        margin-bottom: 40px;
    }

    .herotext h6 {
        padding-bottom: 0px;
    }

    .herotext h1,
    .herotext h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 32px;
    }

    .herotext h3 {
        font-size: 18px;
        padding-top: 0px;
    }

    .join-us ul li .btn {
        padding: 10px 30px;
        font-size: 15px;
    }
}