@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Open+Sans:400,400i,700");
body {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

html, body {
    position: relative;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    color: #5e5e5e;
    font-weight: 400;
    line-height: 1;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p, a, li, blockquote, label, span {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    color: #999999;
    margin-bottom: 0;
}

p {
    line-height: 30px;
}

.navbar-easyisland .navbar-brand {
    color: #fff;
}

.navbar-easyisland .navbar-brand:hover, .navbar-easyisland .navbar-brand:focus {
    color: #fff;
}

.navbar-easyisland .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-easyisland .navbar-nav .nav-link:hover, .navbar-easyisland .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-easyisland .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-easyisland .navbar-nav .show>.nav-link, .navbar-easyisland .navbar-nav .active>.nav-link, .navbar-easyisland .navbar-nav .nav-link.show, .navbar-easyisland .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-easyisland .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-easyisland .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-easyisland .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-easyisland .navbar-text a {
    color: #fff;
}

.navbar-easyisland .navbar-text a:hover, .navbar-easyisland .navbar-text a:focus {
    color: #fff;
}

.bg-easyisland {
    background-color: #52BDB2 !important;
}

a.bg-easyisland:hover, a.bg-easyisland:focus, button.bg-easyisland:hover, button.bg-easyisland:focus {
    background-color: #2A79AF !important;
}

.main-nav {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.transition, .main-nav, .main-nav .navbar-brand {
    transition: .3s ease;
}

.main-nav .navbar-brand {
    padding: 0;
}

.main-nav .navbar-nav .nav-item {
    position: relative;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.large {
    padding-top: 25px;
    padding-bottom: 25px;
}

.small {
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner {
    padding: 170px 0 145px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.bg-1 {
    background: url(../images/bg-1.jpg) no-repeat;
    background-size: cover;
}

.bg-2 {
    background: url(../images/bg-2.jpg) fixed no-repeat;
    background-size: cover;
}

.bg-3 {
    background: url(../images/bg-3.jpg) fixed no-repeat;
    background-size: cover;
}

.bg-4 {
    background: url(../images/bg-4.png) no-repeat;
    background-size: cover;
}

.bg-5 {
    background: url(../images/bg-5.png) no-repeat;
    background-size: cover;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 768px) {
    .mini .image-block {
        text-align: center;
        margin-bottom: 30px;
    }
}

.mini .mini-block .mini-item {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
}

.mini .mini-block .mini-item.active {
    background: #52BDB2;
}

.mini .mini-block .mini-item.active .icon i {
    color: #fff;
}

.mini .mini-block .mini-item.active .content h5, .mini .mini-block .mini-item.active .content p {
    color: #fff;
}

.mini .mini-block .mini-item .icon {
    width: 50px;
}

.mini .mini-block .mini-item .icon i {
    font-size: 48px;
    color: #52BDB2;
}

.mini .mini-block .mini-item .content {
    margin-left: 30px;
}

.mini .mini-block .mini-item .content h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.mini .mini-block .mini-item:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .mini .content {
        text-align: center;
    }
}

.section {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 85px;
}

.section-title h2 {
    font-size: 48px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    font-weight: 300;
}

.section-title p {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}

.mini .content h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.mini .mini-slider .item {
    padding: 20px;
}

.mini .mini-slider .owl-dots .owl-dot:hover span {
    background: #52BDB2;
}

.mini .mini-slider .owl-dots .owl-dot.active span {
    background: #52BDB2;
}

.shadow, .mini .mini-block .mini-item, .screenshots .screenshot-slider .image img, .counter .counter-item, .team-member, .service .service-box, .founder img, .team-sm .image img, .post-sm, .job-list .block, .privacy .block, .user-login .block .image img, .coming-soon .block .count-down .syotimer-cell {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}

.feature .feature-item .icon {
    margin-bottom: 25px;
}

.feature .feature-item .icon i {
    font-size: 48px;
    color: #52BDB2;
}

.feature .feature-item .content h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature .feature-item:not(:last-child) {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .feature .feature-item {
        margin-bottom: 80px;
    }
}

.feature .app-screen {
    margin: 40px 0;
}

.feature .feature-content h2, .feature .feature-content p {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .feature .feature-content h2, .feature .feature-content p {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .feature .testimonial {
        text-align: center;
    }
}

.feature .testimonial p {
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 10px;
    font-style: italic;
    color: #242424;
}

.feature .testimonial ul.meta li {
    font-size: 12px;
    margin-right: 10px;
}

.feature .testimonial ul.meta li img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.overlay:before {
    content: '';
    background: rgba(82, 189, 178, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promo-video {
    position: relative;
}

.pricing-table {
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 0;
    margin-bottom: 80px;
}

.pricing-table.featured .price p {
    color: #ff698d;
}

.pricing-table.featured .action-button .btn-main-rounded {
    background: #ff698d;
}

.pricing-table .title {
    margin-bottom: 30px;
}

.pricing-table .title h5 {
    text-transform: uppercase;
    font-weight: 600;
}

.pricing-table .price {
    margin-bottom: 30px;
}

.pricing-table .price p {
    font-size: 36px;
    font-weight: bold;
    color: #52BDB2;
}

.pricing-table .price p span {
    font-size: 16px;
    font-weight: 400;
}

.pricing-table .action-button {
    margin-top: 30px;
}

ul.feature-list {
    margin: 0;
    padding: 0;
}

ul.feature-list li {
    list-style: none;
    margin: 15px 0;
    font-size: 16px;
}

@media (max-width: 768px) {
    .cta-subscribe .image {
        margin-bottom: 30px;
        text-align: center;
    }
}

.cta-subscribe .content {
    margin-left: 25px;
}

@media (max-width: 768px) {
    .cta-subscribe .content {
        text-align: center;
    }
}

.cta-subscribe .content .title {
    margin-bottom: 25px;
}

.cta-subscribe .content .title h2 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
}

.cta-subscribe .content .description {
    margin-bottom: 40px;
}

.cta-subscribe .content .subscription-tag {
    margin-top: 25px;
}

.cta-subscribe .content .subscription-tag p {
    color: #52BDB2;
    letter-spacing: .1em;
}

.footer-main {
    padding: 50px 0;
    background: #52BDB2;
}

@media (max-width: 768px) {
    .footer-main {
        text-align: center;
    }
}

.footer-main .footer-logo {
    margin-bottom: 15px;
}

.footer-main .copyright p {
    color: #fff;
}

.footer-main .copyright a {
    color: #fff;
    font-weight: 600;
    transition: all .2s ease;
}

.footer-main .copyright a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .footer-main ul.social-icons {
        margin-top: 30px;
    }
}

.footer-main ul.footer-links {
    margin-top: 44px;
}

@media (max-width: 768px) {
    .footer-main ul.footer-links {
        margin-top: 20px;
    }
}

.footer-main ul.footer-links li a {
    color: #fff;
    padding: 0 10px;
    display: block;
}

.footer-classic {
    background: #fafafa;
    text-align: center;
    padding: 110px 0;
}

.footer-classic ul.social-icons {
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .footer-classic ul.social-icons li {
        margin-bottom: 10px;
    }
}

.footer-classic ul.social-icons li a {
    padding: 0 20px;
    display: block;
}

.footer-classic ul.social-icons li a i {
    font-size: 25px;
    color: #000;
}

.footer-classic ul.footer-links li a {
    padding: 0 10px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}