@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap);

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #677284
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none
}

a:focus, a:hover {
    text-decoration: none
}

i, span, a {
    display: inline-block
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #3a424e;
    margin: 0
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #677284;
    margin: 0
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 25px;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background-color: #3698ee
}

@media (max-width: 767px) {
    .main-btn {
        padding: 0 15px;
        height: 45px;
        line-height: 45px;
        font-size: 14px
    }
}

.main-btn:hover {
    background-color: rgba(54, 152, 238, .8);
    color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.main-btn.main-btn-2 {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    line-height: 53px
}

@media (max-width: 767px) {
    .main-btn.main-btn-2 {
        line-height: 41px
    }
}

.main-btn.main-btn-2:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.section_title .title {
    font-size: 44px;
    font-weight: 700
}

@media (max-width: 767px) {
    .section_title .title {
        font-size: 32px
    }
}

.section_title p {
    margin-top: 25px
}

.slick-slide {
    outline: 0
}

.header_navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sticky {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sticky .navbar {
    padding: 10px 0
}

.navbar {
    padding: 25px 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.navbar-brand {
    padding: 0
}

.navbar-toggler {
    padding: 0
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px
}


@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
        box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
        padding: 5px 12px
    }
}

.navbar-nav .nav-item {
    margin-left: 20px;
    position: relative
}


@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0
    }
}

.navbar-nav .nav-item a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    padding: 4px 10px;
    position: relative
}


@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        color: #3a424e
    }
}

.navbar-nav .nav-item a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
    left: 110%;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: skewX(13deg);
    transform: skewX(13deg)
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a::before {
        display: none
    }
}


@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0
    }
}

.navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
    width: 100%
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}


@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #222
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #3698ee
}

.navbar-nav .sub-nav-toggler {
    display: none
}


@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px
}

.sticky .navbar-toggler .toggler-icon {
    background-color: #3a424e
}

.sticky .navbar-nav .nav-item a {
    color: #3a424e
}

.sticky .navbar-nav .nav-item a::before {
    background-color: rgba(54, 152, 238, .1)
}

.header_hero {
    position: relative;
    z-index: 5;
    background-position: bottom center;
    padding-top: 50px;
    height: 600px
}

@media (max-width: 767px) {
    .header_hero {
        height: auto
    }
}

.header_hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background-color: blueviolet;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat
}


.header_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 80%;
    z-index: 2
}

@media (max-width: 767px) {
    .header_image {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px
    }
}


.header_image .image {
    position: relative;
    margin-right: 20px;
    padding-bottom: 40px
}


.header_image .image .dots {
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: -1;
    -webkit-animation: dots 6s ease-out infinite;
    animation: dots 6s ease-out infinite
}


@media (max-width: 767px) {
    .header_image .image .dots {
        width: 100px
    }
}

@keyframes dots {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes dots {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@media (max-width: 767px) {
    .header_hero_content {
        padding-top: 50px
    }
}

.header_hero_content .header_title {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px
}

@media (max-width: 767px) {
    .header_hero_content .header_title {
        font-size: 30px
    }
}

.header_hero_content .header_title span {
    color: #3698ee
}

.header_hero_content p {
    margin-top: 35px;
    color: #fff
}

.header_hero_content ul {
    padding-top: 20px
}

.header_hero_content ul li {
    display: inline-block;
    margin-top: 15px
}

.header_hero_content ul li + li {
    margin-left: 13px
}

@media (max-width: 767px) {
    .header_hero_content ul li + li {
        margin-left: 8px
    }
}


.features_area {
    position: relative;
    z-index: 5
}

.single_features {
    background-color: #fff;
    padding: 60px 25px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-box-shadow: 0 3px 35px 0 rgba(158, 158, 158, .1);
    box-shadow: 0 3px 35px 0 rgba(158, 158, 158, .1)
}

.single_features:hover {
    -webkit-box-shadow: 0 3px 35px 0 rgba(158, 158, 158, .2);
    box-shadow: 0 3px 35px 0 rgba(158, 158, 158, .2)
}

.single_features:hover .features_icon i {
    border-radius: 50%
}

.single_features .features_icon i {
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_features .features_content {
    margin-top: 25px
}

.single_features .features_content .features_title {
    font-size: 24px;
    font-weight: 600;
    color: #3a424e;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_features .features_content p {
    margin-top: 15px
}

.single_features.features_1 .features_icon i {
    background-color: #f85146
}

.single_features.features_2 .features_icon i {
    background-color: #3698ee
}

.single_features.features_3 .features_icon i {
    background-color: #581ccb
}




.screenshot_area {
    position: relative;
    height: 600px;
    margin-top: 80px;
    margin-bottom: 160px
}

.screenshot_area::before {

}

.screenshot_content .main-btn {
    margin-top: 40px
}

.screenshot_slide {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}


@media (max-width: 767px) {
    .screenshot_slide {
        position: relative;
        width: 100%;
        margin-top: 25px;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}




.single_slider {
    padding: 25px
}

.single_slider img {
    -webkit-box-shadow: 0 0 15px 0 rgba(54, 152, 238, .16);
    box-shadow: 0 0 15px 0 rgba(54, 152, 238, .16)
}


.screenshot_active .slick-active img {
    border-radius: 25px
}

.screenshot_active .slick-arrow {
    position: absolute;
    bottom: -40px;
    left: 125px;
    z-index: 9;
    cursor: pointer
}

@media (max-width: 767px) {
    .screenshot_active .slick-arrow {
        left: auto;
        right: 50%;
        margin: 0 10px
    }
}

.screenshot_active .slick-arrow i {
    font-size: 24px;
    color: #677284;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.screenshot_active .slick-arrow.next {
    left: 170px
}

@media (max-width: 767px) {
    .screenshot_active .slick-arrow.next {
        right: auto;
        left: 50%
    }
}

.screenshot_active .slick-arrow:hover i {
    color: #3698ee
}

.testimonial_area {
    background-color: #f7f8f9;
    position: relative;
    overflow: hidden
}

.testimonial_shape {
    position: absolute;
    top: 50%;
    right: -15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .testimonial_shape {
        display: none
    }
}


.footer_area {
    position: relative;
    height: 600px;
}



.footer_area::before {

}

