h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #173050;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

p {
    color: #173050;
}

.bg_grey{
    background: #f9f9f9;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.mb-30{
    margin-bottom: 30px!important;
}

.max_550{    
    max-width: 550px;
}

.max_750{    
    max-width: 750px;
}

.bg_white {
    background: #fff;
}

.bg_grey {
    background: #f4f5fa;
}

.sec_title{
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.sec_title p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
}

.btn_demo {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 25px;
    color: #1b2838;
    border: 2px solid #1b2838;
    font-weight: 600;
    min-width: 150px;
}

.buy_btn {
    margin-left: 5px;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 25px;
    background-color: #00a03d;
    border: 2px solid #00a03d;
    color: #fff;
}

.btn_demo:hover,
.btn_demo:focus {
    background-color: #1b2838;
    color: #fff;
}

.buy_btn:focus,
.buy_btn:hover {
    background-color: transparent;
    color: #1b2838;
}

.content-text ul li, .content-text ul li a, .details-text ul li{
    font-size: 17px;
    color: #173050;
    margin-bottom: 5px;
}

.col-flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.details-text p{
    margin-bottom: 15px;
}

.title_one {
    line-height: 45px;
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 700;
}
.content-text p{
    margin-bottom: 15px;
}
.feature{
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgb(38 59 94 / 10%);
    margin-bottom: 30px;
}
.feature_content{
    padding: 25px 35px;
    transition: all 0.3s linear;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    height: 100%;
}
.feature_content .number,
.feature_content .card-title,
.feature_content p{
    width: 100%;
}
.feature_content p{
    margin-bottom: 0;
}
.flex-wrap li{
    width: 50%;
}
.check_list{
    padding-left: 0 !important;
}
.check_list li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.check_list.choose_list li{
    margin-bottom: 10px;
}
.check_list .check_icon2{
    color: #39ab76;
    background: rgb(57 171 118 / 20%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 22px;
    margin-top: 3px;
}
.check_list span{
    margin-left: 12px;
    font-size: 17px;
    flex: 1;
    color: #173050;
}

.embed_vdo iframe{
    position: relative;
    width: 100%;
    height: 312px;
}

/*===========================
    Banner Css
==============================*/

.banner_img_part {
    position: relative;
    transition-duration: 0.4s;
}

.banner_img_part .btn_area {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition-duration: 0.4s;
}

.banner_inner {
    text-align: center;
}

.banner .banner_inner h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    color: #173050;
    margin: 0;
}

.banner .banner_inner h1 span{
    color: #f96b28;
}

.banner .banner_inner p {
    font-size: 19px;
    line-height: 30px;
    margin: 30px 0;
    color: #173050;
}

.banner .vdo-link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    background: #f96b28;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
}

/*testimonial*/

.testimonial_part .carousel-control.left,
.testimonial_part .carousel-control.right{
    background: transparent;
}
.testimonial_part .carousel-inner{
    width: 80%;
    margin: 0 auto;
}
.testimonial_part .carousel-indicators li {
    background-color: rgb(12 12 12);
    border: 1px solid #333;
}
.testimonial_part .carousel-indicators li.active{
    background-color: transparent;
}
.testimonial_part .carousel{
    margin-bottom: 40px;
}
@media (min-width: 768px){
    .testimonial_part .carousel-indicators {
        bottom: -40px;
    }
}
.client_comment {
    font-weight: 500;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial_item {
    text-align: center;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    color: #060606;
}

.testimonial_bg {
    background: url(../../assets/images/world-map.png) no-repeat;
    background-size: contain;
}

.testimonial_part .quotation-icon {
    text-align: center;
    color: #ececec;
}

.testimonial_part .quotation-icon i {
    font-size: 60px;
}

@media(max-width:575px) {
    .client_comment {
        line-height: 26px;
        font-size: 22px;
    }
}

/*============================================
================license_area css =============
=============================================*/

.license_block .license_title {
    color: #05133e;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.license_block .purchase_btn {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s linear;
    position: relative;
    z-index: 1;
    width: 100%;
    background: #0fb95b;
}

.license_content .fade {
    transform: translateY(10px);
    transition: all 0.3s linear;
}

.license_content .fade.show {
    transform: translateY(0px);
}

.license_content .license_block {
    text-align: center;
    position: relative;
    transition: all 0.2s linear;
    padding: 35px 40px 40px;
    border-radius: 10px;
    background: #fff;
    width: 410px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    border: 1px solid #ddd;
}

.license_content .license_block > * {
    width: 100%;
}

.license_content .license_block .tag {
    position: absolute;
    font-size: 14px;
    color: #fff;
    background: #e00606;
    padding: 19px 32px;
    top: -10px;
    left: -39px;
    transform: rotate(-45deg);
}

.license_content .license_block .tag span {
    position: relative;
    top: 11px;
}

.license_content .license_block p {
    font-size: 16px;
    line-height: 22px;
    color: #677294;
    font-weight: 300;
    margin-bottom: 0px;
}
.license_content .license_block .price {
    border-bottom: 1px solid #e9e9f4;
    padding: 15px 0px 40px;
    font-size: 50px;
    font-weight: 700;
    line-height: 30px;
}

.license_content .license_block .price span {
    font-size: 25px;
    vertical-align: top;
    line-height: 20px;
}

.license_content .license_block .price sub {
    color: #677294;
    bottom: 0;
}

.license_content .license_block .p_list {
    padding: 30px 0px 20px;
}

.license_content .license_block .p_list li {
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    color: #252833;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.license_content .license_block .p_list li span{
    text-align: left;
}

.license_content .license_block .p_list li.not-available {
    color: #e8516d;
}

.license_content .license_block .p_list li .ti-check {
    color: #00d410;
}

.license_content .license_block .p_list li .ti-close {
    color: #f0002d;
    font-size: 13px;
}

.license_content .license_block .price_btn:hover {
    color: #fff;
    background: #00c156;
}

.license_content .license_block:hover {
    box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}

.license_content .license_block.regular {
    margin-left: auto;
}

.license_content .regular .price {
    color: #4652e4;
}

.license_content .extended .price {
    color: #a54100;
}

.license_content .regular .purchase_btn {
    background: #4652e4;
}

.license_content .extended .purchase_btn {
    background: #a54100;
}

.license_content .recommended {
    font-size: 15px;
    margin-bottom: 15px;
    background: #4652e4;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 3px 20px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    border-radius: 3px;
}

.license_block.regular .purchase_btn:hover,
.license_block.regular .purchase_btn:focus,
.license_block.extended .purchase_btn:hover,
.license_block.extended .purchase_btn:focus{
    background: #1a1a1a;
}

.package_area .custom_order_img{
    display: block;
    box-shadow: 0 10px 40px 0 rgb(64 1 9 / 6%);
}

/*===========================
    FAQ Section
=============================*/

.faq_inner .panel-default > .panel-heading {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
}

.faq_inner .panel-group .panel {
    margin-bottom: 10px;
    border: 0;
}

.faq_inner .panel-group .panel .panel-title a i {
    float: right;
    font-size: 12px;
}

.faq_inner .social {
    margin: 25px 0;
}

.faq_inner .social ul li a {
    border: 1px solid #afafaf;
    border-radius: 5px;
}

.faq_inner .social ul li a:hover {
    border: 1px solid #37a000;
    border-radius: 5px;
}

@media(min-width: 992px) {
    .align-center-lg{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
}
@media(max-width: 991px) {
    .demo_inner .align-center,
    .faq_inner .align-center {
        display: block;
    }
    .faq_inner .header-title {
        text-align: center;
        margin-bottom: 35px;
    }
    .embed_vdo iframe{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .license_content .license_block{
        margin-left: auto;
        margin-right: auto;
        padding: 25px 15px;
    }
    .license_content .license_block.regular{
        margin-bottom: 25px;
    }
}
@media(max-width: 575px) {
    .banner .banner_inner h1{
        font-size: 26px;
        line-height: 32px;
    }
}