@import url(https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,700,900);

a, body, center, div, footer, h1, h2, h3, h4, h5, h6, header, html, i, img, li, nav, p, s, section, small, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

li, ul {
    padding: 0;
    margin: 0;
    list-style: disc;
    text-align: left
}

footer, header, nav, section {
    display: block
}

* {
    box-sizing: border-box
}

body, html {
    font-family: Poppins,sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0
}

ul {
    margin-bottom: 0
}

body, html {
    background: #fff;
    font-family: Poppins,sans-serif
}

::selection {
    background: #ff589e;
    color: #fff
}

::-moz-selection {
    background: #ff589e;
    color: #fff
}

.section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px
}

.center-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 50px
}

    .center-text p {
        font-size: 15px;
        color: #777;
        margin-bottom: 30px
    }

@media (max-width:991px) {
    body, html {
        overflow-x: hidden
    }
}

.header-area {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

    .header-area.header-sticky {
        min-height: 80px
    }

        .header-area.header-sticky .logo {
            margin-top: 25px
        }

        .header-area.header-sticky .nav {
            margin-top: 20px !important
        }

            .header-area.header-sticky .nav li a {
                color: #133963
            }

@media (max-width:991px) {
    .header-area {
        padding: 0 15px;
        height: 80px;
        box-shadow: none;
        text-align: center
    }

        .header-area .container {
            padding: 0
        }

        .header-area .logo {
            margin-top: 27px !important;
            margin-left: 30px
        }
}

.welcome-area {
    background-color: #b2dfff;
    height:100%;
}

.welcome-section {
    background-color: #b2dfff
}

.welcome-area .header-text {
    position: absolute;
    top: 20%;
    transform: translateY(-55%);
    text-align: center;
    width: 100%;
   
}

.header-text h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 1.4px;
    margin-top: 100px;
    margin-bottom: 50px;
    color: #133963;
    text-align:center
}

    .header-text h1.bl {
        color: #133963;
       text-align:center;
    }

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%
}

.welcome-area .header-text p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: .25px;
    margin-bottom: 40px;
    position: relative
}

@media (max-width:991px) {
    .welcome-area .header-text {
        top: 65% !important;
        transform: perspective(1px) translateY(-60%) !important;
        text-align: center
    }

        .welcome-area .header-text h1 {
            text-align: center;
            color: #fff;
            margin-bottom: 15px
        }

        .welcome-area .header-text p {
            text-align: center;
            color: #fff;
            margin-bottom: 20px
        }
}

@media (max-width:820px) {
    .welcome-area .header-text {
        top: 65% !important;
        transform: perspective(1px) translateY(-60%) !important
    }

        .welcome-area .header-text h1 {
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 15px
        }

        .welcome-area .header-text p {
            margin-bottom: 20px
        }
}

@media (max-width:765px) {
    .welcome-area {
        margin-bottom: 100px
    }

        .welcome-area .header-text {
            top: 50% !important;
            transform: perspective(1px) translateY(-50%) !important;
            text-align: center
        }

            .welcome-area .header-text h1 {
                font-weight: 600;
                font-size: 24px !important;
                line-height: 30px !important;
                margin-bottom: 30px !important
            }

            .welcome-area .header-text p {
                text-align: center;
                color: #fff;
                font-size: 14px;
                line-height: 22px;
                margin-bottom: 40px
            }
}

.features-small-item {
    display: block;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    margin-bottom: 30px
}

    .features-small-item .icon {
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 90px;
        height: 90px;
        line-height: 90px;
        margin: auto;
        position: relative;
        margin-bottom: 30px;
        background: #d2eefc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

        .features-small-item .icon i {
            font-size: 18px;
            color: #fff
        }

    .features-small-item .features-title {
        font-weight: 500;
        font-size: 18px;
        color: #133963;
        letter-spacing: .7px;
        margin-bottom: 15px;
        position: relative;
        z-index: 2
    }

    .features-small-item p {
        font-weight: 400;
        font-size: 13px;
        color: #777;
        letter-spacing: .5px;
        line-height: 25px;
        position: relative;
        z-index: 2
    }

    .features-small-item a {
        float: right;
        position: relative;
        z-index: 2
    }

.home-feature {
    padding-bottom: 0;
    padding-top: 30px;
    z-index: 9
}

@media (max-width:991px) {
    .home-feature {
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 0
    }
}

footer {
    background-color: #d2eefc;
    padding-top: 30px
}

    footer .copyright {
        text-align: center;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: 400;
        font-size: 12px;
        color: #133963;
        letter-spacing: .88px;
        text-transform: uppercase
    }

@media (max-width:991px) {
    footer .text {
        margin-bottom: 30px
    }

    footer h5 {
        margin-bottom: 15px
    }

    footer .footer-nav {
        margin-bottom: 30px
    }
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
