
.staker_header.shortcode_header {
    padding: 0 100px;
}
.staker_header.shortcode_header,
.staker_header.shortcode_header.transparent .topbar,
.staker_header.shortcode_header .staker_menu,
.staker_header.shortcode_header .topbar_right li.request a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shortcode_header .staker_menu .menuzord-menu ul.dropdown li a,
.shortcode_header .search_area_modal button i,
.shortcode_header .search_area_modal .ion-android-close,
.shortcode_header .staker_header .staker_menu .menuzord-menu > li > a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shortcode_header .megamenu-3quarter-width {
    width: 75%!important;
}

/*--------header style-1---------*/

/*----main menu style-----*/
.staker_header.shortcode_header .staker_menu {
    padding: 25px 0;
    background: #1c1f2e;
}
.staker_header.shortcode_header .staker_menu .menuzord-brand {
    margin: 0;
    padding: 0;
}
.staker_header.shortcode_header .staker_menu .menuzord-menu > li {
    margin-left: 20px;
}
.staker_header.shortcode_header .staker_menu .menuzord-menu > li:first-child {
    margin-left: 0px;
}
.staker_header.shortcode_header .staker_menu .menuzord-menu > li > a {
    border: 1px solid transparent;
    color: #fff;
    font-family: lato;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 18px 7px;
    text-align: center;
    text-transform: capitalize;
    
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.staker_header.shortcode_header .staker_menu .menuzord-menu > li.active > a,
.staker_header.shortcode_header .staker_menu .menuzord-menu > li > a:hover {
    border: 1px solid #0fba97;
    color: #0fba97;
}


/*-----------dropdown menu style----------*/
.shortcode_header .staker_menu .menuzord-menu ul.dropdown,
.shortcode_header .staker_menu .menuzord-menu ul.dropdown li ul.dropdown {
    background: #fff;
    min-width: 250px;
}
.shortcode_header .staker_menu .menuzord-menu > li > .megamenu,
.shortcode_header .staker_menu .menuzord-menu ul.dropdown {
    top: 53px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1); /*----new modified */
}
.shortcode_header .staker_menu .menuzord-menu ul.dropdown li ul.dropdown {
    top: 0px;
}
.shortcode_header .staker_menu .menuzord-menu ul.dropdown li a {
    border-bottom: 1px solid rgba(216, 223, 229, 0.32);
    color: #666;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 12px 25px 12px 22px;
    text-transform: capitalize;
}
.shortcode_header .staker_menu .menuzord-menu ul.dropdown li a:hover {
    background: rgba(0, 0, 0, 0.05);
}
.shortcode_header .staker_menu .menuzord-menu ul.dropdown > li:last-child a {
    border-bottom: none
}
.shortcode_header .staker_menu .menuzord-menu li ul.dropdown li .indicator {
    top: 13px;
}
.shortcode_header .staker_menu .menuzord-menu ul.dropdown li a i.ion-ios-plus-outline {
    font-size: 18px;
    color: #d8d8d8;
}


/*---------mega menu style------------*/
.shortcode_header .staker_menu .menuzord-menu > li > .megamenu {
    border-bottom: medium none;
    border-top: medium none;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    left: inherit;
    overflow-x: hidden;
    padding: 50px 50px 30px;
    right: 0;
}
.shortcode_header .staker_menu .megamenu .single_item ul {
    margin-bottom: 24px;
}
.shortcode_header .staker_menu .megamenu .single_item h6{
    font-size: 15px;
    color: #000;
    padding-left: 0px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
}
.shortcode_header .staker_menu .megamenu .col3 {
    border-right: 1px solid #ebedf3;
    padding-left: 30px;
    padding-right: 15px;
	margin-left:0 !important;
    width: 25%!important;
}
.shortcode_header .staker_menu .megamenu .col3:first-child {
    border-left: none;
    padding-left: 0;
}
.shortcode_header .staker_menu .megamenu .col3:last-child {
    border-right: none;
}
.shortcode_header .staker_menu .megamenu .col3:first-child .single_item h6 {
    padding-left: 0;
}
.shortcode_header .staker_menu .megamenu .col3 li a {
    color: #666;
    display: block;
    font-family: lato;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    position: relative;
    border: none;
    margin-bottom: 5px;
}
/*----end new modified */

.shortcode_header .staker_menu .megamenu .col3 li a:hover {
    background: none;
    color: #0fba97;
}
.shortcode_header .staker_menu .megamenu .col3 li:last-child a {
    border: none;
}
.shortcode_header .staker_menu .megamenu .col3 li a i {
    font-size: 14px;
    margin-right: 8px;
}



/*-------dark version--------*/
.staker_header.shortcode_header.dark .staker_menu {
  background: #1d1b24;
}

.staker_header.shortcode_header.dark .staker_menu .menuzord-menu ul.dropdown li a {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.staker_header.shortcode_header.dark .staker_menu .menuzord-menu > li > .megamenu,
.staker_header.shortcode_header.dark .staker_menu .menuzord-menu ul.dropdown,
.staker_header.shortcode_header.dark .staker_menu .menuzord-menu ul.dropdown li ul.dropdown {
    background: #15131b;
}
.staker_header.shortcode_header.dark .staker_menu .megamenu .single_item h6 {
    color: #fff;
}
.staker_header.shortcode_header.dark .staker_menu .megamenu .col3 {
  border-right-color: rgba(255, 255, 255, 0.1);
}
.staker_header.shortcode_header.dark .staker_menu .megamenu .col3 li a {
  color: #fff;
}
.staker_header.shortcode_header.dark .staker_menu .megamenu .col3 li a:hover {
  color: #0fba97;
}


/*------------transparent version------------*/
.staker_header.shortcode_header.sticky_menu,
.staker_header.shortcode_header.transparent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.staker_header.shortcode_header.sticky_menu .topbar,
.staker_header.shortcode_header.transparent .topbar {
    background: rgba(0, 0, 0, 0.6);
}
.staker_header.shortcode_header.sticky_menu .staker_menu,
.staker_header.shortcode_header.transparent .staker_menu {
    background: transparent;
    padding: 20px 0;
}
.shortcode_header.sticky_menu.add_bgc .staker_menu,
.shortcode_header.transparent.add_bgc .staker_menu {
  background: #1c1f2e;
}
.staker_header.shortcode_header.transparent.add_bgc .topbar {
    background: rgba(0, 0, 0, 1);
}
.staker_header.shortcode_header.sticky_menu .topbar_right li.request a:hover,
.staker_header.shortcode_header.transparent .topbar_right li.request a:hover {
    border-color: #0fba97;
    color: #0fba97;
}
.staker_header.shortcode_header.sticky_menu .topbar_left li a:hover,
.staker_header.shortcode_header.transparent .topbar_left li a:hover {
  color: #0fba97;
}


/*---------sticky menu-----------*/
.staker_header.shortcode_header.sticky_menu{
    position: fixed;
}
.staker_header.shortcode_header.sticky_menu.sticky {
    background: #1d1b24;
    top: -57px;
}




/*-----------------------responsive style--------------------*/
@media (max-width: 1400px) {
    .staker_header.shortcode_header {
      padding: 0 30px;
    }
    .shortcode_header .staker_menu .menuzord-menu > li > .megamenu {
        padding: 20px 20px 20px;
    }
    .shortcode_header .staker_menu .megamenu .col3 {
        padding-left: 15px;
    }
    
    
}

@media (max-width: 1199px) {
    .staker_header.shortcode_header {
        padding: 0 0px;
    }
    .shortcode_header .megamenu-3quarter-width {
        width: 100%!important;
    }
    .staker_header.shortcode_header .staker_menu .menuzord-menu > li {
        margin-left: 5px;
    }
    
    
    
} /*---992px-1199px---*/


@media (max-width: 991px) {
    .staker_header.shortcode_header {
        padding: 0 0px;
    }
    .staker_header.shortcode_header.sticky_menu.sticky {
      top: -56px;
    }
    .staker_header.shortcode_header.sticky_menu .staker_menu,
    .staker_header.shortcode_header.transparent .staker_menu {
        padding: 8px 0;
    }
    .staker_header.shortcode_header .staker_menu {
        padding: 15px 0;
    }
    .staker_header.shortcode_header .staker_menu ul li a:hover {
       color: #0fba90!important;
    }
    .staker_header.shortcode_header .staker_menu .menuzord .showhide em {
        background: #fff;
        margin: 5px 2px 0 20px;
        width: 28px;
    }
    .staker_header.shortcode_header .staker_menu .menuzord .showhide {
        padding: 8px 0 0;
    }
    .staker_header.shortcode_header .staker_menu .menuzord-brand {
        margin: 5px 0 0;
    }
    .staker_header.shortcode_header .staker_menu .menuzord-menu > li > a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3)!important;
        border-top: 1px solid rgba(255, 255, 255, 0.07)!important;
        border-right: none!important;
        border-left: none!important;
        padding: 9px 18px 9px 14px;
        text-align: left;
        line-height: 25px;
    }
    .staker_header.shortcode_header .staker_menu .menuzord-menu > li {
        margin-left: 0;
    }
    .staker_header.shortcode_header .staker_menu .menuzord-responsive .menuzord-menu {
        margin-top: 12px;
    }
    .staker_header.shortcode_header .staker_menu .menuzord-responsive .menuzord-menu li .indicator {
        border-left: 1px solid rgba(0, 0, 0, 0.4);
        height: 45px;
    }
    
    .staker_header.shortcode_header.transparent .staker_menu .menuzord-responsive .menuzord-menu {
      background: #1c1f2e;
    }
    
    
    /*---dropdown----*/
    .shortcode_header .staker_menu .menuzord-menu ul.dropdown,
    .shortcode_header .staker_menu .menuzord-menu ul.dropdown li ul.dropdown {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        min-width: auto;
    }
    
    .shortcode_header .staker_menu .menuzord-menu > li > .megamenu,
    .shortcode_header .staker_menu .menuzord-menu ul.dropdown {
        box-shadow: none;
    }
    .shortcode_header .staker_menu .menuzord-menu ul.dropdown li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        color: #fff;
        padding: 10px 25px 10px 22px;
    }
    .shortcode_header .staker_menu .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a,
    .shortcode_header .staker_menu .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
        padding-left: 30px !important;
    }
    .shortcode_header .staker_menu .menuzord-menu ul.dropdown li a:hover {
        background: inherit;
    }
    
    .shortcode_header .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a,
    .shortcode_header .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 50px !important;
    }
    
    .shortcode_header .staker_menu .menuzord-menu li ul.dropdown li .indicator {
        top: 1px;
    }
    .shortcode_header .staker_menu .menuzord-menu ul.dropdown li a i.ion-ios-plus-outline {
        display: inline-block;
        padding-top: 4px;
    }
    
    
    /*---megamenu----*/
    .shortcode_header .staker_menu .menuzord-menu > li > .megamenu {
        background: rgba(0, 0, 0, 0);
        border-bottom: none;
        padding: 0 0 20px;
    }
    
    .shortcode_header .staker_menu .menuzord-menu > li > .megamenu.home,
    .shortcode_header .staker_menu .menuzord-menu > li > .megamenu.shortcode {
        padding-top: 20px;
    }
    
    .shortcode_header .staker_menu .megamenu .col3 {
      border-right: medium none;
    }
    .shortcode_header .staker_menu .megamenu .col3 li a {
        color: #fff;
    }
    .shortcode_header .staker_menu .megamenu .col3 li:last-child a {
        border-left: none;
        border-right: none;
    }
    .shortcode_header .staker_menu .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"] {
        margin-top: 0;
    }
    .shortcode_header .staker_menu .megamenu .col3 li a::before {
        left: 27px;
    }
    .shortcode_header .staker_menu .megamenu .col3 li a:hover::before {
        left: 33px;
    }
    
    /*---new modified*/
    .shortcode_header .staker_menu .megamenu .col3:first-child,
    .shortcode_header .staker_menu .megamenu .col3 {
        padding-left: 30px;
    }
    .shortcode_header .staker_menu .megamenu .single_item h6 {
        padding-bottom: 12px;
        margin-top: 30px;
        color: #fff;
    }
    
    .staker_header.shortcode_header.sticky_menu .staker_menu .menuzord-responsive .menuzord-menu {
        background: #1c1f2e;
    }
    
    
    
} /*---768px-991px---*/




/*----------------------shortcode banner style-------------------------*/
.shotrtcode_banner {
    background: #14151b url("../images/shortcode_bannerBg1.png") no-repeat center center / cover;
}
.shotrtcode_banner.header-banner {
    background: #14151b url("../images/header-banner-bg.jpg") no-repeat center center / cover;
}
.shotrtcode_banner.header-banner .overlay {
    background: rgba(0,0,0,0.5);
}
.shotrtcode_banner .shortcode_content {
    height: 700px;
}
.shotrtcode_banner .shortcode_content h5{
    width: 100%;
}
.shotrtcode_banner .shortcode_content h5 code {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    padding: 0 4px;
}
.shotrtcode_banner span i {
    font-size: 35px !important;
    margin-bottom: 25px;
}
.shotrtcode_banner .shortcode_content i {
    color: #fff;
    display: block;
    font-size: 50px;
    line-height: initial;
}
.shortcode_content .version-dec {
    display: block;
    font-size: 35px;
    line-height: 53px;
}
/*-----section title style-------*/
.shortcode_section_title h2 {
    line-height: 40px;
}
.shortcode_section_title .d_block {
    background: #444444 none repeat scroll 0 0;
    height: 3px;
    margin: 0 auto;
    width: 30px;
}
.shortcode_section_title .d_block::after,
.shortcode_section_title .d_block::before {
    background: #e2e2e2 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    top: 0.5px;
    width: 30px;
}
.shortcode_section_title .d_block::before {
    left: -48px;
}
.shortcode_section_title .d_block::after {
    right: -48px;
}


/*-------------------------responsive style-------------------*/
@media (max-width: 1600px) {
    
}
@media (max-width: 1400px) {
    .shotrtcode_banner .shortcode_content {
        height: 500px;
    }
    
    
}


@media (max-width: 1199px) {
    
    /*-----*/
    .shotrtcode_banner .shortcode_content {
        height: 400px;
    }
    .shotrtcode_banner.header-banner .shortcode_content {
        height: 500px;
    }
    .shotrtcode_banner h1.title_60 {
        font-size: 50px;
        line-height: 65px;
    }
    
    
    .shotrtcode_banner.header-banner h1.title_60 {
        margin-top: 60px;
    }
    
}


@media (max-width: 991px) {

    /*============= banner respnsive style ===============*/
    .shotrtcode_banner .shortcode_content i {
        font-size: 50px;
    }
    .shortcode_content .version-dec {
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    
    .shortcode_content .version-dec {
        font-size: 19px;
        line-height: 29px;
    }
    .shotrtcode_banner .shortcode_content {
        height: 300px;
    }
    .shotrtcode_banner .shortcode_content i {
        font-size: 40px;
    }
    .shotrtcode_banner h1.title_60 {
        font-size: 30px;
        line-height: 40px;
    }
    .shotrtcode_banner.header-banner h1.title_60 {
        margin-top: 100px;
    }
    
}


@media (max-width: 575px) {
    
    .shotrtcode_banner.header-banner .shortcode_content h2{
        line-height: 40px;
        font-size: 32px;
        width: 100%;
    }
    .shortcode_content .version-dec {
        font-size: 14px;
        line-height: 22px;
    }
    .search_area_modal {
        min-width: 290px;
        width: 90%;
    }
    .shotrtcode_banner .shortcode_content i {
        font-size: 30px;
    }
    .shotrtcode_banner h1.title_60 {
        margin-top: 30px;
    }
    
    .shotrtcode_banner .shortcode_content {
        height: 200px;
    }
}




/*----------------preview page style--------------*/
.preview_hero {
    background: url(../images/preview-img/preview-hero-bg.jpg) no-repeat fixed center center / cover;
    overflow: hidden;
}
.preview_hero .preview_hero_img {
    position: absolute;
    right: -95px;
    bottom: -190px;
    max-width: 1220px;
}
.preview_hero .preview_content {
    height: 100vh;
    min-height: 750px;
    padding-left: 100px;
}

.preview_hero .preview_content .purchase_btn{
    margin-top: 70px;
}
.preview_hero .preview_content .purchase_btn li {
    margin-right: 25px;
}
.preview_hero .preview_content .purchase_btn a {
    width: 220px;
    height: 60px;
    line-height: 57px;
    border: 2px solid #2dc77d;
    color: #2dc77d;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    border-radius: 5px;
}
.preview_hero .preview_content .purchase_btn li.explore_now a {
    background: #2dc77d;
    color: #fff;
}
.preview_hero .preview_content .purchase_btn li.explore_now a:hover {
    background: transparent;
    color: #2dc77d;
}
.preview_hero .preview_content .purchase_btn li.buy a:hover {
    background: #2dc77d;
    color: #fff;
}


/*--------------feature section----------------*/
.staker_feature {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #eeeaf7;
}
.staker_feature .single_feature {
    flex: 1;
    text-align: center;
    padding: 80px 20px;
    border-right: 1px solid #eeeaf7;
    align-self: stretch;
}
.staker_feature .single_feature h4 {
    padding-top: 30px;
}



/*---------------staker templates---------------*/
.portfolio_common.preview_template .portfolio_menu li:first-child {
    padding-left: 0;
}
.portfolio_common.preview_template .portfolio_menu li:last-child {
    padding-right: 0;
}
.portfolio_OT.preview_template {
    padding: 100px 100px 100px;
}
.portfolio_OT.preview_template .plr_20 {
    padding: 0 20px;
}
.portfolio_OT.preview_template .single_item a {
    overflow: visible;
    position: relative;
}
.portfolio_OT.preview_template .single_item img {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 5px 51px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio_OT.preview_template .single_item img:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.14);
}
.portfolio_OT.preview_template .single_item a:hover img {
    transform: inherit;
}

.portfolio_OT.preview_template .single_item .title {
    border-bottom: none;
}
.portfolio_OT.preview_template .single_item .title h5 a {
    color: #6c6d91;
    text-transform: capitalize;
}
.portfolio_OT.preview_template .coming .single_item > a:before {
    content: "Coming Soon";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.portfolio_OT.preview_template .coming .single_item a {
    user-select: none;
    cursor: not-allowed;
}


/*--------------why choose----------*/
.why_choose {
    background: #f4f3fb;
    padding: 150px 0 120px;
}
.why_choose .section_title {
    margin-bottom: 110px;
}
.why_choose .section_title h5 {
    max-width: 580px;
    margin: 0 auto;
}
.why_choose .single-item {
    padding: 50px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.why_choose .single-item h3 {
    color: #6033e0;
}


/*------blog portfolio---------*/
.blog_portfolio {
    overflow: hidden;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 65px;
}
.blog_portfolio .img_area {
    width: 50%;
}
.blog_portfolio .content_area {
    text-align: right;
    width: 50%;
    padding-right: 100px;
}
.blog_portfolio .content_area h1 {
    color: #7831db;
    text-transform: uppercase;
    font-weight: 900;
}
.blog_portfolio .content_area h4 {
    padding-top: 55px;
    max-width: 440px;
    margin-left: auto;
}


/*---------call to action---------*/
.preview_cta {
    padding: 180px 0;
    background-image: -moz-linear-gradient( 14deg, rgb(66, 22, 132) 1%, rgb(153, 35, 126) 100%);
    background-image: -webkit-linear-gradient( 14deg, rgb(66, 22, 132) 1%, rgb(153, 35, 126) 100%);
    background-image: -ms-linear-gradient( 14deg, rgb(66, 22, 132) 1%, rgb(153, 35, 126) 100%);
}
.preview_cta .cta_conten .cta_purchase_btn {
    width: 270px;
    background: #2dc77d;
    height: 60px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    line-height: 54px;
    border-radius: 5px;
    margin: 50px auto 0;
    border: 2px solid #2dc77d;
}
.preview_cta .cta_conten .cta_purchase_btn:hover {
    color: #2dc77d;
    background: transparent;
}


/*---------------preview responsive-----------------*/
@media (max-width: 1600px){
    .preview_hero .preview_hero_img {
        right: -115px;
        bottom: -120px;
        max-width: 1080px;
    }
    .staker_feature .single_feature {
        padding: 60px 20px;
    }
    
}/*---1501px-1600px----*/


@media (max-width: 1500px){
        
    .preview_hero .preview_hero_img {
        max-width: 980px;
    }
    .preview_hero .preview_content {
        padding-left: 30px;
    }
    .preview_hero .preview_content .purchase_btn a {
        width: 200px;
        height: 56px;
        line-height: 54px;
        font-size: 18px;
    }
    
    .staker_feature .single_feature {
        padding: 50px 20px;
    }
    .staker_feature .single_feature img {
        width: 65px;
    }
    .staker_feature .single_feature h4 {
        font-size: 20px;
    }
    
    .portfolio_OT.preview_template {
        padding: 100px 40px 50px;
    }
    .why_choose .section_title {
        margin-bottom: 70px;
    }
    
    .why_choose {
        padding: 110px 0 90px;
    }
    
    .preview_cta {
        padding: 110px 0 120px;
    }
    .preview_cta .cta_conten .cta_purchase_btn {
        width: 230px;
        height: 56px;
        line-height: 48px;
    }
    
    
    
}/*---1400px-1500px----*/



@media (max-width: 1399px){
    .preview_hero .preview_hero_img {
        max-width: 890px;
        right: -125px;
        bottom: -30px;
    }
    
    .preview_hero .preview_content h1 {
        font-size: 42px;
        line-height: 58px;
    }
    
    .preview_hero .preview_content {
        max-width: 560px;
        width: 100%;
    }
    .preview_hero .preview_content h1.subtitle {
        line-height: 48px;
        margin-top: 12px;
    }
    .preview_hero .preview_content .purchase_btn a {
        width: 180px;
        height: 52px;
        line-height: 48px;
        font-size: 16px;
    }
    
    /*------*/
    .staker_feature .single_feature img {
        width: 55px;
    }
    .staker_feature .single_feature h4 {
        font-size: 18px;
        padding-top: 16px;
    }
    
    .portfolio_OT.preview_template {
        padding: 100px 5px 50px;
    }
    .portfolio_OT.preview_template .plr_20 {
        padding: 0 10px;
    }
    
    /*------------*/
    .portfolio_common.preview_template .portfolio_menu li {
        padding: 0 16px;
    }
    
    /*------------*/
    .blog_portfolio .img_area {
        width: 60%;
    }
    .blog_portfolio .content_area {
        width: 40%;
        padding-right: 40px;
    }
    .blog_portfolio .content_area h1 {
        font-size: 38px;
        line-height: 55px;
    }
    .blog_portfolio .content_area h4 {
        padding-top: 30px;
    }
    
    
}/*----1200-1399-----*/


@media (max-width: 1199px){
    .preview_hero .preview_content {
        height: auto;
    }
    .preview_hero .preview_hero_img {
        max-width: 730px;
        bottom: -17px;
    }
    .preview_hero .preview_content .purchase_btn a {
        width: 170px;
    }
    
    .portfolio_common.preview_template .portfolio_menu li {
        padding: 0 14px;
        font-size: 14px;
    }
    
    /*------*/
    .why_choose {
        padding: 80px 0 70px;
    }
    .why_choose .single-item {
        padding: 35px 15px;
    }
    
    
    /*---------*/
    .blog_portfolio {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .blog_portfolio .img_area {
        width: 55%;
    }
    .blog_portfolio .content_area {
        width: 45%;
    }
    .blog_portfolio .content_area h1 {
        font-size: 35px;
        line-height: 50px;
    }
    
    
    /*-----------*/
    .preview_cta {
        padding: 80px 0 80px;
    }
    
    
}/*-----992-1199px-----*/




@media (max-width: 991px){
    .preview_hero .preview_hero_img {
        display: none;
    }
    .preview_hero .preview_content {
        height: 600px;
        min-height: auto;
        max-width: 100%;
        text-align: center;
        padding: 70px 15px;
        align-items: center;
    }
    .staker_feature .single_feature h4 {
        font-size: 16px;
        padding-top: 20px;
        line-height: 25px;
    }
    .staker_feature .single_feature {
        padding: 40px 15px;
    }
    .portfolio_OT.preview_template {
        padding: 70px 5px 50px;
    }
    .portfolio_common.preview_template .portfolio_menu li.is-checked span.icon {
        bottom: -5px;
    }
    .portfolio_common.preview_template .portfolio_menu li {
        margin-bottom: 20px;
    }
    
    .why_choose .single-item {
        padding: 20px 15px;
    }
    
    
    /*-----*/
    .preview_cta .cta_conten h1 {
        font-size: 36px;
        line-height: 50px;
    }
    .preview_cta .cta_conten h3 {
        font-size: 26px;
        line-height: 38px;
        margin-top: 10px;
    }
    .preview_cta .cta_conten .cta_purchase_btn {
        width: 180px;
        height: 50px;
        line-height: 43px;
        font-size: 20px;
    }
    .blog_portfolio .content_area h1 {
        font-size: 26px;
        line-height: 38px;
    }
    .blog_portfolio .content_area h4 {
        font-size: 20px;
        line-height: 25px;
        padding-top: 20px;
    }
    
    
}/*-------768px-991px=---------*/


@media (max-width: 767px){
    .portfolio_common.preview_template .portfolio_menu li {
        margin-bottom: 20px;
        display: inline-block;
    }
    
    .staker_feature {
        display: block;
        border-bottom: none;
    }
    .staker_feature .single_feature {
        padding: 30px 15px;
        border-right: none;
        border-bottom: 1px solid #eeeaf7;
    }
    
    .portfolio_OT.preview_template {
        padding: 70px 5px 20px;
    }
    
    /*-----*/
    .why_choose .section_title h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .blog_portfolio {
        display: block;
    }
    .blog_portfolio .img_area {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .blog_portfolio .content_area {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .blog_portfolio .content_area h4 {
        margin: 0 auto;
    }
    
    /*-------*/
    .preview_cta {
        padding: 45px 0 60px;
    }
    .preview_cta .cta_conten .cta_purchase_btn {
        margin: 30px auto 0;
    }
    
    
} /*----576px-767px------*/


@media (max-width: 575px){
    .preview_hero .preview_content h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .preview_hero .preview_content h1.subtitle {
        line-height: 42px;
        margin-top: 12px;
        font-size: 32px;
    }
    .preview_hero .preview_content .purchase_btn li {
        margin-right: 0px;
        display: block;
        margin-bottom: 15px;
    }
    .preview_hero .preview_content .purchase_btn {
        margin-top: 45px;
    }
    
    .why_choose .section_title h2 {
        font-size: 30px;
        line-height: 44px;
    }
    
    .portfolio_OT.preview_template .single_item img {
        width: auto;
        margin: 0 auto;
        display: block;
    }
    
    
} /*----320-575----*/





