body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    min-width: 320px;
    background: #011f39;
}

/* Banner */

.site-banner {
    /* height: 760px; */
    background: url(../images/bg-banner.jpg) no-repeat top center;
    color: #ffffff;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

.inner-page .site-banner {}

.site-banner-content {
    margin-top: 16px;
}

.site-banner-description {
    text-align: center;
}

.site-banner-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.45);
}

.banner-btn {
    display: inline-block;
    background: #f7941d;
    width: 206px;
    height: 47px;
    padding: 0;
    border-radius: 10px;
    line-height: 47px;
    font-size: 20px;
    color: #fff;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.36);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
    text-align: right;
}

.banner-btn-text {}

.banner-btn-pricing {
    background: #c85b03;
    display: block;
    float: right;
    height: 100%;
    padding: 0 15px;
    margin-left: 15px;
    border-radius: 0 10px 10px 0;
}

.banner-btn:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: rgba(250, 207, 88, 0.432);
    border-radius: 10px 10px 0 0;
}

.banner-btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 6px 7px rgba(0, 0, 0, 0.5);
    transform: scale(1.07);
}

.site-logo {
    text-align: center;
    line-height: 170px;
    background: url(../images/bg-logo.png) no-repeat center top;
    z-index: 1;
    position: relative;
    margin-left: -60px;
    margin-right: -60px;
}

.site-banner-image {
    margin-top: 50px;
    margin-bottom: 50px;
}

.site-banner:before {
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    position: absolute;
    background: #0e2436;
    box-shadow: 0 2px 1px #3081a1a9;
}

.site-content {
    position: relative;
    /* background:yellow; */
}

.site-content:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 100%;
    top: -50px;
    /* height:200px; */
    bottom: 115px;
    transform: skewY(-3deg);
}

.site-content .container {
    position: relative;
    z-index: 1;
}

/* Gallery  */

.site-gallery {
    margin-top: 30px;
}

.hr-text {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.site-gallery .site-gallery-title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.hr-text>.site-gallery-title:before,
.hr-text>.site-gallery-title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #000;
}

.hr-text>.site-gallery-title:before {
    right: 100%;
    margin-right: 15px;
}

.hr-text>.site-gallery-title:after {
    left: 100%;
    margin-left: 15px;
}

.gallery-thumbnail {
    transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
}

.gallery-thumbnail:hover {
    /* box-shadow: 2px 6px 7px rgba(0,0,0,0.5); */
    transform: scale(1.07);
    cursor: pointer;
}

.screenshot-region {
    background-color: #ffffff;
    max-width: 360px;
    max-height: 254px;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 9px #8cc1ca7a;
    -moz-box-shadow: 1px 1px 9px #8cc1ca7a;
    box-shadow: 1px 1px 9px #8cc1ca7a;
    margin: 10px auto;
    display: block;
    position: relative;
}

.screenshot-region-text {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: rgba(41, 209, 211, 0.35);
    color: #fff;
    text-align: center;
    padding: 9px 15px;
    opacity: 1;
    height: auto;
    transition: all 0.12s linear;
}

.site-gallery .gallery-btn {
    margin-top: 20px;
    text-align: center;
}

.site-gallery p {
    font-size: 15px;
    color: #04537c;
    max-width: 780px;
    text-align: center;
    margin-top: 65px;
}

.gallery-btn {
    display: inline-block;
    background: #007af8;
    height: 36px;
    padding: 0;
    border-radius: 7px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.36);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
    text-align: right;
    padding: 0 15px;
}

.gallery-btn:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: rgba(162, 213, 255, 0.3);
    border-radius: 10px 10px 0 0;
}

.gallery-btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 6px 7px rgba(0, 0, 0, 0.5);
    transform: scale(1.07);
}

.modal-body {
    height:100%;
}
.modal-close{
    background-color: #0080ff;    
    color: #ffffff;
    padding: 0px;
    height: 30px;
    width: 30px;
    border: 0px;
    border-radius: 30px;
}

.modal-control{
    background-color: #0080ff; 
    height: 50px;
    width: 50px;
    border-radius: 50px;
    top: 50%;
}

.carousel-control-next.modal-control{
    right: 10px;
}

.carousel-control-prev.modal-control{
    left: 10px;
}


/* Features */

.site-features {
    margin: 60px 0;
    padding-top: 60px;
    border-top: solid #e5f7f4 4px;
}

.site-features .row {
    position: relative;
}

.site-features h3,
.site-features h4 {
    font-size: 30px;
    color: #0080ff;
}

.site-features p {
    font-size: 30px;
    line-height: 36px;
    color: #5fbebf;
}

.site-features ul {
    padding-left: 0;
}

.site-features ul li {
    list-style: none;
    padding-left: 24px;
    background: url(../images/bullet.png) no-repeat 0 5px;
    font-size: 15px;
    color: #04537c;
}

.vertical-line {
    border-right: none;
}

/* Footer */

.site-footer {
    background-color: #d0e0e2;
    color: #005b7f;
    font-size: 14px;
    min-height: 260px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.footer-container {
    padding-top: 56px;
}

.footer-image {
    margin-bottom: 20px;
}

.site-footer h3 {
    font-size: 18px;
    font-weight: bold;
    color: #002737;
}

.site-footer h4 {
    font-size: 18px;
    font-weight: 600;
}

.site-footer .social-links {
    margin-top: 40px;
}

.site-footer .social-links ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.site-footer .social-links li {
    display: inline;
}

.site-footer .social-links a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.site-footer .social-links p {
    margin-top: 30px;
}

/* Desktop */

@media (min-width: 576px) {}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
    .site-banner {
        height: 730px;
    }
    .inner-page .site-banner {
        height: 360px;
    }
    .site-banner-content {
        margin-top: 70px;
    }
    .site-banner-description {
        text-align: right;
    }
    .site-banner-description h2 {
        font-size: 32px;
    }
    .site-banner-image {
        margin-top: 0;
        /* text-align: right; */
    }
    .site-content:before {
        top: 150px;
    }
    .site-content:after {
        background: url(../images/bg1.svg) no-repeat center top;
        background-size: cover;
        content: '';
        display: block;
        position: absolute;
        top: 60px;
        width: 100%;
        height: 90%;
    }
    .inner-page .site-content:after {
        top: 70px;
    }
    .banner-badge {
        /* max-width: 500px; */
    }
    .site-gallery {
        margin-top: -155px;
    }
    .inner-page .site-gallery {
        margin-top: -200px;
    }
    .site-gallery .site-gallery-title {
        color: #fff;
    }
    .hr-text>.site-gallery-title:before,
    .hr-text>.site-gallery-title:after {
        background: #fff;
    }
    .screenshot-region {
        margin-bottom: 20px;
    }
    .screenshot-region-text {
        opacity: 0;
        height: 0;
        padding: 0 15px;
        transition: all 0.12s linear;
    }
    .gallery-thumbnail:hover .screenshot-region-text {
        opacity: 1;
        padding: 9px 15px;
        height: auto;
    }
    .vertical-line {
        border-right: solid #e5f7f4 4px;
    }
    .site-footer {
        text-align: left;
    }
    .site-footer .social-links {
        text-align: right;
    }
    
}

@media (min-width: 992px) {
    .site-banner-description h2 {
        font-size: 38px;
    }
    .site-footer .social-links {
        margin-top: 0;
    }
    .modal-carousel.modal-lg{
        max-width: 1280px;
    }
}