/*=================== Start blog main page ====================*/
.cms-get-inspired  .page-main {
    max-width: 100% !important;
    padding: 0px !important;
}
.cms-get-inspired  .breadcrumbs {
    display: none;
}

/*====== Start banner ======*/
.blog-banner {
    float: left;
    width: 100%;
    margin-bottom:70px;
}
.blog-banner img {
    width: 100%;
}
.blog-banner .overlay {
    padding-top: 2vw;
}
.blog-banner .title {
    font-size: 64px;
    text-transform: uppercase;
    font-family: 'Vinyl OT';
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
}
.blog-banner .text-box {
    border: solid 6px #fff;
    color: #fff;
    padding: 40px 40px 35px;
    max-width: 49%;
}
.blog-banner .main-title {
    font-size: 84px;
    text-transform: uppercase;
    font-family: 'Vinyl OT';
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}
.blog-banner .sub-title {
    font-size: 32px;
    text-transform: capitalize;
    font-family: 'Vinyl OT';
    line-height: 1.3;
    margin-bottom: 16px;
}
.blog-banner p {
    color: #fff;
}
/*====== End banner ======*/

/*====== Start blog-tips ======*/
.blog-tips {
    float: left;
    width: 100%;
}

.blog-tips-top {
    float: left;
    width: 100%;
    margin-bottom: 80px;
    position:relative;
}
.blog-tips-top:before {
    opacity: 0;
    content: "";
    /*background-image: url(../images/blog-tab-before.png);*/
    position: absolute;
    width: 590px;
    height: 100%;
    left: 0;
    bottom: -70px;
    background-repeat:no-repeat;
    background-size: 100%;
    z-index:-1;
    background-position: left bottom;
}
.blog-tips-top-before {
    position: absolute;
    width: 590px;
    height: 100%;
    left: 0;
    bottom: -350px;
}
.blog-tips-top .text-box {
    border: solid 6px #3e3d46;
    padding: 70px 60px;
    width: 41%;
    position:relative;
    z-index:11;
    background-color:#f6f9fb;
}
.blog-tips-top .text-box .title {
    font-size: 84px;
    text-transform: uppercase;
    font-family: 'Vinyl OT';
    line-height: 1;
    color: #5f1eb0;
    margin-bottom: 15px;
}

.blog-tips-top .text-box p {
    font-size: 26px;
    font-weight: 600;
}

.blog-tips-top .col-right {
    padding-left: calc((100% - 500px)/2);
    margin-top: -315px;
}

.blog-tips-accordion {
    background-image: linear-gradient(to right, #00a7d5 , #582cbc);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    padding: 90px 160px;
}
.blog-tips-accordion .boxs {
    margin: auto;
}
.blog-tips-accordion .boxs:not(:first-child) {
    margin-top: 60px;
}
.blog-tips-accordion .title {
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Vinyl OT';
    line-height: 1;
    color: #ffffff;
    letter-spacing: 1px;
}

.blog-tips-tab .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border:none;
}
.blog-tips-tab .nav-tabs li {
    margin: 20px 20px 0;
}
.blog-tips-tab a.nav-link {
    border-radius: 0px;
    position:relative;
    background-color: transparent !important;
    border: solid 3px #fff !important;
    color: #fff !important;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Vinyl OT';
    letter-spacing: 1px;
    min-width: 110px;
    max-width: 250px;
    width: 100%;
    padding: 14px 39px;
    line-height: 1;
    transition:all 0.6s;
    background-image: url(../images/button-hover.png);
    background-size: 125% 87px;
    background-position: top -87px center;
    background-repeat: no-repeat;
}

.blog-tips-tab a.nav-link:hover,
.blog-tips-tab .active a.nav-link{
    background-position: top center;
    color: #0b97d2 !important;  
}
.blog-tips-tab a.nav-link > *{
    position:relative;  
}

.blog-tips-bottom {
    float: left;
    width: 100%;
    margin-bottom:30px;
    position:relative;
}

.blog-tips-bottom:after {
    content: "";
    /*background-image: url(../images/blog-tab-after.png);*/
    position: absolute;
    background-repeat: no-repeat;
    width: 250px;
    height: 100%;
    right: 0;
    top: -60px;
    background-position: left top;
    z-index: -1;
    background-size: 100%;
    opacity:0;
}
.blog-tips-bottom-after{
    position: absolute;
    width: 250px;
    height: 100%;
    right: 0;
    top: 200px;
    z-index: -1;    
}
.blog-tips-bottom .tab-content {
    width: 100%;
}
.blog-tips-bottom .tab-pane {
    width: 100%;
}
.blog-tips-slider{
    width:100%; 
}
.blog-tips-slider .owl2row-item .item:not(:last-child) {
    margin-bottom: 60px !important;
}
.blog-tips-slider figure a {
    display: block;
}
.blog-tips-bottom .column .contant {
    padding: 20px 20px 0px;
}
.blog-tips-bottom .column .title {
    color: #5f1eb0;
    font-size: 32px;
    text-transform: capitalize;
    font-family: 'Vinyl OT';
    line-height: 1.2;
    margin-bottom: 10px;
}
.blog-tips-bottom .column ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.blog-tips-bottom .column ul li {
    margin: 0px 5px 5px 0px;
}
.blog-tips-bottom .column ul li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #5f1eb0;
    padding: 2px 6px;
}
.blog-tips-bottom .column .contant .btn-border-purple-mini {
    min-width: 115px;
    text-align: center;
}

.blog-tips-bottom .owl-dots.disabled {
    opacity: 0;
    display: block !important;
}
/*====== End blog-tips ======*/

/*====== Start blog-community ======*/
.blog-community {
    float: left;
    width: 100%;
    margin-bottom:110px;
}
.blog-community img{
    width:100%;
}
.blog-community .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blog-community .text-box {
    width: 48%;
    border: solid 6px #fff;
    padding: 80px 60px 60px;
    text-align: center;
    color: #fff;
}
.blog-community .title {
    font-size: 75px;
    font-family: 'Vinyl OT';
    line-height: 1;
    margin-bottom: 25px;
}
.blog-community p {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    line-height:1.4;
}
.blog-community .btn-wrap {
    margin-top: 60px;
}
.blog-community .btn-border-white {
    border-width: 3px;
    padding-left: 24px;
    padding-right: 24px;
    background-position: top -120px center;
    transition:all 0.9s;
}
.blog-community .btn-border-white:hover{
    background-position: top center;
    background-size:110%;   
}
/*====== End blog-community ======*/

/*====== Start blog-vista-tv ======*/
.blog-vista-tv {
    float: left;
    width: 100%;
    margin-bottom:80px;
    position:relative;
}
.blog-vista-tv:before{
    content:"";
    /*background-image:url(../images/blog-vista-tv-before.png);*/
    position:absolute;
    left:0;
    top:0;
    background-position:left center;
    height:100%;
    width:300px;
    background-size:100%;
    background-repeat:no-repeat;
    z-index:-1;
    opacity:0;
    
}
.blog-vista-tv-before{
    height:100%;
    width:300px;
    position:absolute;
    left:0;
    top:600px;  
    z-index:-1;
}

.blog-vista-tv:after{
    content:"";
    /*background-image:url(../images/blog-vista-tv-after.png);*/
    position:absolute;
    right:0;
    bottom:-50px;
    background-position:right bottom;
    height:100%;
    width:300px;
    background-size:100%;
    background-repeat:no-repeat;
    z-index:-1;
    opacity:0;
}
.blog-vista-tv-after{
    height:100%;
    width:300px;
    position:absolute;
    right:0;
    bottom:-1100px; 
    z-index:-1;
}

.blog-vista-tv .col-left {
    width: 66%;
}
.blog-vista-tv .col-left img{
    width:100%; 
}
.blog-vista-tv .col-right {
    width: calc(34% + 100px);
    margin-left: -100px;
    position: relative;
}
.blog-vista-tv .text-box {
    background: #f6f9fb;
    border: solid 6px #3e3d46;
    padding: 60px;
}
.blog-vista-tv .text-box .title {
    font-size: 84px;
    text-transform: uppercase;
    font-family: 'Vinyl OT';
    line-height: 1;
    color: #5f1eb0;
    margin-bottom: 15px;
}
.blog-vista-tv .text-box p {
    font-size: 26px;
    font-weight: 500;
}

.blog-video-slider {
    margin-top: 30px;
}
.blog-vista-tv .contant {
    margin-top:15px;    
}
.blog-vista-tv .contant p{
    font-weight:500;    
}

.blog-vista-tv .contant .btn-wrap {
    margin-top: 25px;
}

.blog-vista-tv .btn-border-purple-mini {
    min-width: 200px;
    text-align: center;
    transition: all 0.7s;
}

.blog-vista-tv .owl-carousel .owl-nav button.owl-prev {
    top: 170px;
    left: -73px;
}

.blog-vista-tv .owl-carousel .owl-nav button.owl-next {
    top: 170px;
    right: -73px;
}
/*====== End blog-vista-tv ======*/

/*====== Start blog-customer ======*/
.blog-customer {
    float: left;
    width: 100%;
    margin-bottom: 75px;
    background: #f6f9fb;
    padding: 90px 0px;
}

.blog-customer .col-left {
    width: 66%;
    margin-top:90px;
}
.blog-customer .col-left img {
    width: 100%;
}
.blog-customer .col-right {
    width: calc(34% + 200px);
    margin-left: -200px;
    position: relative;
}
.blog-customer .text-box {
    background: #f6f9fb;
    border: solid 6px #3e3d46;
    padding: 60px;
}
.blog-customer .text-box .title {
    font-size: 84px;
    text-transform: uppercase;
    font-family: 'Vinyl OT';
    line-height: 1;
    color: #5f1eb0;
    margin-bottom: 15px;
}
.blog-customer .text-box .sub-title {
    color: #3e3d46;
    font-size: 32px;
    text-transform: capitalize;
    font-family: 'Vinyl OT';
    margin-bottom: 20px;
}
.blog-customer .text-box p {
    font-size: 26px;
    font-weight: 500;
}
.blog-customer .text-box .btn-wrap {
    margin-top: 25px;
}
.blog-customer .text-box .btn-border-purple {
    display: block;
    text-align: center;
    background-position: top -200px center;
    transition: all 1s;
}
.blog-customer .text-box .btn-border-purple:hover{
    background-position: top center;    
}

/*====== End blog-customer ======*/

/*====== Start blog-team-slider ======*/
.blog-team-slider {
    margin-top: 30px;
    position: relative;
}
.blog-team-slider .box {
    position: relative;
}
.blog-team-slider .item:not(:hover) .overlay {
    padding-top: 80px;
    padding-bottom: 10px;
}
.blog-team-slider .item:not(:hover) p{
    -webkit-line-clamp: 1;
}
.blog-team-slider .overlay {
    transition: all 0.7s;
    height: 33%;
    overflow: hidden;
    bottom: 0;
    top: auto;
    color: #fff;
    padding: 40px 35px 90px;
}
.blog-team-slider .overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-left: solid 427px rgba(71, 145, 204, 0.7);
    border-top: solid 180px transparent;
    z-index: 0;
}
.blog-team-slider .overlay > *{
    position: relative;
}
.blog-team-slider .item:hover .overlay {
    background-color: rgba(71, 145, 204, 0.7);
    height: 100%;
}
.blog-team-slider .item:hover .overlay:before  {
    opacity: 0;
}
.blog-team-slider .title {
    margin: 0;
    font-size: 44px;
    font-family: 'Vinyl OT';
    text-transform: uppercase;
    font-weight: 400;
}
.blog-team-slider .title a {
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-team-slider .item:hover .title a, 
.blog-team-slider .item:hover .sub-title {
    white-space: pre-wrap;
}
.blog-team-slider .sub-title {
    margin-bottom: 40px;
    font-size: 34px;
    font-family: 'Vinyl OT';
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-team-slider p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog-team-slider .other-project {
    font-size: 34px;
    font-family: 'Vinyl OT';
    text-transform: uppercase;
    font-weight: 400;
}
.blog-team-slider .other-project a {
    color: #fff;
}
.blog-team-slider .overlay .btn-wrap {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 60px;
    line-height: 1;
    opacity: 0;
    transition: all 1s;
}
.blog-team-slider .overlay .btn-wrap .fa {
    display: inline-block;
    margin-right: -0.25rem;
}
.blog-team-slider .overlay .btn-wrap a{
    color: #fff;
}
.blog-team-slider .item:hover .btn-wrap{
    opacity: 1;
}
.blog-team-slider.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    transform: translate(-250%, -50%);
}

.blog-team-slider.owl-carousel .owl-nav button.owl-next {
    top: 50%;
    transform: translate(250%, -50%);
}
/*====== End blog-team-slider ======*/

/*====== Start blog-main-insta ======*/
.blog-main-insta {
    float: left;
    width: 100%;
}
.blog-main-insta .heading-title {
    text-transform: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 15px;
}
.blog-main-insta .heading-title span {
    color: #4791cc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px 6px;
}
.blog-main-insta .heading-title i.fa {
    color: #fff;
    background: #4791cc;
    font-size: 35px;
    vertical-align: middle;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.blog-main-insta .row.shuffle {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.mpinstagramfeed-container.blog-main-insta .mpinstagramfeed-photo {
    margin: 0;
    width: 16.66% !important;
}
.mpinstagramfeed-container.blog-main-insta .mpinstagramfeed-photo > a {
    display: block;
}
.mpinstagramfeed-container.blog-main-insta .mpinstagramfeed-photo > a img {
    padding: 0;
    height: 15vw;
    margin: auto;
}
/*====== End blog-main-insta ======*/

/*=================== End blog main page ====================*/



@media screen and (min-width:768px){
    .blog-tips-accordion .title {
        pointer-events: none;
    }   
    .blog-tips-accordion .boxs > div + div {
        display: block !important;
    }
    .blog-tips-slider .owl-item {
        
        max-width:426px;
        margin-right:30px;
    }
    .blog-team-slider .mobile-contant{
        display: none;
    }
}


@media screen and (max-width:1919px){
    .blog-banner {
        margin-bottom: 50px;
    }
    .blog-banner .text-box {
        padding: 30px 30px 30px;
        max-width: 49%;
        border-width: 5px;
    }
    .blog-banner .title {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .blog-banner .main-title {
        font-size: 70px;
        margin-bottom: 15px;
    }
    .blog-banner .sub-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .blog-banner img {
        object-fit: cover;
        height: 580px;
        object-position: top right;
    }
    .blog-tips-top {
        margin-bottom: 60px;
    }
    .blog-tips-top .text-box .title,
    .blog-vista-tv .text-box .title {
        font-size: 70px;
        margin-bottom: 12px;
    }
    .blog-tips-top .text-box p,
    .blog-vista-tv .text-box p {
        font-size: 22px;
    }
    .blog-tips-top .text-box {
        padding: 50px 40px;
        border-width: 5px;
    }
    .blog-tips-top .col-right {
        padding-left: calc((100% - 350px)/2);
        margin-top: -240px;
    }
    .blog-tips-accordion .boxs:not(:first-child) {
        margin-top: 40px;
    }
    .blog-tips-accordion .title {
        font-size: 26px;
    }
    .blog-tips-tab a.nav-link {
        font-size: 26px;
        min-width: 100px;
        max-width: 210px;
        padding: 10px 29px;
    }
    .blog-tips-tab .nav-tabs li {
        margin: 15px 12px 0;
    }
    .blog-tips-accordion {
        padding: 50px 90px;
    }
    .blog-tips-top:before {
        width: 420px;
        bottom: -50px;
    }
    .blog-tips-top-before {
        width: 420px;
        /*bottom: -100px;*/
    }
    .blog-tips-bottom {
        margin-bottom: 25px;
    }
    .blog-tips-bottom:after {
        width: 180px;
        top: -60px;
    }
    .blog-tips-bottom-after{
        width: 180px;
    }
    .blog-tips-slider .owl2row-item .item:not(:last-child) {
        margin-bottom: 50px !important;
    }
    .blog-tips-bottom .column .contant {
        padding: 12px 15px 0px;
    }
    .blog-tips-bottom .column .title {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .blog-tips-bottom .column ul li a {
        font-size: 12px;
    }
    .blog-community {
        margin-bottom: 80px;
    }
    .blog-community img {
        object-fit: cover;
        height: 530px;
    }
    .blog-community .text-box {
        width: 50%;
        padding: 60px 50px 50px;
        border-width:5px;
    }
    .blog-community .title {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .blog-community p {
        font-size: 30px;
    }
    .blog-community .btn-wrap {
        margin-top: 40px;
    }
    .blog-vista-tv {
        margin-bottom: 60px;
    }
    .blog-vista-tv .text-box {
        padding: 50px;
        border-width: 5px;
    }
    .blog-vista-tv:before {
        width: 200px;
    }
    .blog-vista-tv-before{
        width:200px;
    }
    .blog-vista-tv:after {
        width: 210px;
    }
    .blog-vista-tv-after{
        width:210px;
    }
    .blog-vista-tv .contant {
        margin-top: 12px;
    }
    .blog-vista-tv .contant .btn-wrap {
        margin-top: 20px;
    }
    .blog-vista-tv .btn-border-purple-mini {
        min-width: 160px;
    }
    .blog-vista-tv .owl-carousel .owl-nav button.owl-prev {
        top: 120px;
        left: -40px;
    }
    .blog-vista-tv .owl-carousel .owl-nav button.owl-next {
        top: 120px;
        right: -40px;
    }
    .blog-customer {
        margin-bottom: 60px;
        padding: 70px 0px;
    }
    .blog-customer .text-box .title {
        font-size: 74px;
        margin-bottom: 12px;
    }
    .blog-customer .text-box .sub-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .blog-customer .text-box p {
        font-size: 22px;
    }
    .blog-customer .text-box .btn-wrap {
        margin-top: 20px;
    }
    .blog-customer .text-box .btn-border-purple {
        font-size: 29px;
    }
    .blog-customer .text-box {
        padding: 50px;
        border-width: 5px;
    }
    .blog-customer .col-right {
        width: calc(34% + 170px);
        margin-left: -170px;
    }
    .blog-customer .col-left {
        margin-top: 80px;
    }
    .blog-main-insta .heading-title i.fa {
        font-size: 30px;
        width: 55px;
        height: 55px;
        margin-left: 6px;
    }
    .blog-team-slider .overlay {
        padding: 30px 27px 80px;
        height: 32%;
    }
    .blog-team-slider .item:not(:hover) .overlay {
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .blog-team-slider .title {
        font-size: 36px;
     }
     .blog-team-slider .sub-title {
        margin-bottom: 30px;
        font-size: 26px;
     }
     .blog-team-slider .other-project {
        font-size: 26px;
     }
     .blog-team-slider p {
        margin-bottom: 25px;
    }
    .blog-team-slider .overlay .btn-wrap {
        font-size: 50px;
    }
    .blog-team-slider .overlay:before {
        border-left-width: 350px;
        border-top-width: 140px;
    }
}
@media screen and (max-width:1365px){
    .blog-tips-accordion {
        padding: 50px 80px;
    }
    .blog-tips-tab .nav-tabs li {
        margin: 13px 9px 0;
    }
    .blog-tips-tab a.nav-link {
        font-size: 26px;
        min-width: 80px;
        max-width: 190px;
        padding: 9px 25px;
    }
    .blog-team-slider.owl-carousel .owl-nav button.owl-next {
        transform: translate(200%, -50%);
    }
    .blog-team-slider.owl-carousel .owl-nav button.owl-prev {
        transform: translate(-200%, -50%);
    }
}
@media screen and (max-width:1199px){
    .blog-banner {
        margin-bottom: 40px;
    }
    .blog-banner .title {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .blog-banner .main-title {
        font-size: 55px;
        margin-bottom: 12px;
    }
    .blog-banner .sub-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .blog-banner .text-box {
        padding: 25px 25px 25px;
        border-width: 4px;
    }
    .blog-banner img {
        height: 475px;
    }
    .blog-tips-top {
        margin-bottom: 50px;
    }
    .blog-tips-top .text-box .title,
    .blog-vista-tv .text-box .title {
        font-size: 55px;
        margin-bottom: 10px;
    }
    .blog-tips-top .text-box p,
    .blog-vista-tv .text-box p {
        font-size: 20px;
    }
    .blog-tips-top .text-box {
        padding: 30px 30px;
        border-width: 4px;
    }
    .blog-tips-top .col-right {
        padding-left: calc((100% - 260px)/2);
        margin-top: -210px;
    }
    .blog-tips-accordion .boxs:not(:first-child) {
        margin-top: 30px;
    }
    .blog-tips-accordion .title {
        font-size: 24px;
    }
    .blog-tips-tab a.nav-link {
        font-size: 24px;
        min-width: 70px;
        max-width: 180px;
        padding: 7px 15px;
        border-width: 2px !important;
    }
    .blog-tips-tab .nav-tabs li {
        margin: 11px 7px 0;
    }
    .blog-tips-accordion {
        padding: 30px 60px;
    }
    .blog-tips-top:before {
        width: 260px;
        bottom: -40px;
    }
    .blog-tips-top-before {
        width: 260px;
        bottom: -170px;
    }
    .blog-tips-bottom {
        margin-bottom: 20px;
    }
    .blog-tips-bottom:after {
        width: 110px;
        top: -50px;
    }
    .blog-tips-bottom-after{
        width: 110px;
    }
    .blog-tips-slider .owl2row-item .item:not(:last-child) {
        margin-bottom: 35px !important;
    }
    .blog-tips-bottom .column .contant {
        padding: 8px 10px 0px;
    }
    .blog-tips-bottom .column .title {
        font-size: 24px;
        margin-bottom: 7px;
    }
    .blog-tips-bottom .column ul li a {
        font-size: 11px;
        padding: 2px 5px;
    }
    .blog-community {
        margin-bottom: 60px;
    }
    
    .blog-community .title {
        font-size: 55px;
        margin-bottom: 15px;
    }
    .blog-community p {
        font-size: 25px;
    }
    .blog-community .btn-wrap {
        margin-top: 30px;
    }
    .blog-community .text-box {
        width: 50%;
        padding: 50px 40px 40px;
        border-width: 4px;
    }
    .blog-community img {
        height: 450px;
    }
    .blog-vista-tv {
        margin-bottom: 40px;
    }
    .blog-vista-tv .text-box {
        padding: 40px;
        border-width: 4px;
    }
    .blog-vista-tv .contant {
        margin-top: 10px;
    }
    .blog-vista-tv .contant .btn-wrap {
        margin-top: 15px;
    }
    .blog-vista-tv .btn-border-purple-mini {
        min-width: 140px;
    }
    .blog-vista-tv .owl-carousel .owl-nav button.owl-prev {
        top: 110px;
        left: -30px;
    }
    .blog-vista-tv .owl-carousel .owl-nav button.owl-next {
        top: 110px;
        right: -30px;
    }
    .blog-vista-tv:before {
        width: 110px;
    }
    .blog-vista-tv-before{
        width:110px;
    }
    .blog-vista-tv:after {
        width: 140px;
    }
    .blog-vista-tv-after{
        width:140px;
        bottom: -800px;
    }
    .blog-customer {
        margin-bottom: 45px;
        padding: 50px 0px;
    }
    .blog-customer .col-right {
        width: calc(34% + 140px);
        margin-left: -140px;
    }
    .blog-customer .text-box {
        padding: 35px;
        border-width: 4px;
    }
    .blog-customer .text-box .title {
        font-size: 64px;
        margin-bottom: 10px;
    }
    .blog-customer .text-box .sub-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .blog-customer .text-box p {
        font-size: 20px;
    }
    .blog-customer .text-box .btn-wrap {
        margin-top: 18px;
    }
    .blog-customer .text-box .btn-border-purple {
        font-size: 25px;
    }
    .blog-main-insta .heading-title span {
        margin: 0px 5px;
    }
    .blog-main-insta .heading-title i.fa {
        font-size: 27px;
        width: 50px;
        height: 50px;
        margin-left: 5px;
    }
    .blog-team-slider .item:not(:hover) .overlay {
        padding-top: 50px;
    }
    .blog-team-slider .overlay {
        padding: 25px 25px 70px;
        height: 32%;
    }
    .blog-team-slider .title {
        font-size: 30px;
    }
    .blog-team-slider .sub-title {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .blog-team-slider p {
        margin-bottom: 20px;
    }
    .blog-team-slider .other-project {
        font-size: 20px;
    }
    .blog-team-slider .overlay .btn-wrap {
        font-size: 40px;
        right: 15px;
    }
    .blog-team-slider .overlay:before {
        border-left-width: 298px;
        border-top-width: 121px;
    }
    .blog-team-slider.owl-carousel .owl-nav button.owl-prev {
        transform: translate(-180%, -50%);
        width: 15px;
        height: 28px;
    }
    .blog-team-slider.owl-carousel .owl-nav button.owl-next {
        transform: translate(180%, -50%);
        width: 15px;
        height: 28px;
    }
    .blog-team-slider {
        margin-top: 20px;
    }
}


@media screen and (max-width:991px){
    .blog-banner {
        margin-bottom: 30px;
    }
    .blog-banner .overlay {
        padding-top: 25px;
    } 
    .blog-banner .title {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .blog-banner .main-title {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .blog-banner .sub-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .blog-banner .text-box {
        padding: 20px 20px 20px;
        max-width: 61%;
        border-width: 3px;
    }
    .blog-tips-top {
        margin-bottom: 40px;
    }
    .blog-tips-top:before {
        width: 220px;
        bottom: -30px;
    }
    .blog-tips-top-before {
        width: 220px;
        /*bottom: -60px;*/
    }
    .blog-tips-top .text-box .title,
    .blog-vista-tv .text-box .title {
        font-size: 44px;
        margin-bottom: 6px;
    }
    .blog-tips-top .text-box p,
    .blog-vista-tv .text-box p {
        font-size: 18px;
    }
    .blog-tips-top .text-box {
        padding: 20px 20px;
        border-width: 3px;
        width: 45%;
    }
    .blog-tips-top .col-right {
        padding-left: calc((100% - 140px)/2);
        margin-top: -175px;
    }
    .blog-tips-accordion {
        padding: 25px 45px;
    }
    .blog-tips-accordion .boxs:not(:first-child) {
        margin-top: 20px;
    }
    .blog-tips-accordion .title {
        font-size: 22px;
    }
    .blog-tips-tab a.nav-link {
        font-size: 20px;
        min-width: 50px;
        max-width: 150px;
        padding: 6px 10px;
    }
    .blog-tips-tab .nav-tabs li {
        margin: 10px 5px 0;
    }
    .blog-tips-bottom:after {
        width: 80px;
        top: -40px;
    }
    .blog-tips-bottom-after{
        width: 80px;
    }
    .blog-tips-bottom .column .title {
        font-size: 22px;
    }
    .blog-tips-slider .owl2row-item .item:not(:last-child) {
        margin-bottom: 30px !important;
    }
    .blog-community {
        margin-bottom: 40px;
    }
    .blog-community .title {
        font-size: 44px;
    }
    .blog-community p {
        font-size: 20px;
    }
    .blog-community .text-box {
        width: 60%;
        padding: 40px 30px 30px;
        border-width: 3px;
    }
    .blog-community img {
        height: 380px;
    }
    .blog-community .btn-wrap {
        margin-top: 20px;
    }
    .blog-vista-tv:before {
        width: 80px;
    }
    .blog-vista-tv-before{
        width:80px;
    }
    .blog-vista-tv:after {
        width: 100px;
        bottom: -20px;
    }
    .blog-vista-tv-after{
        width:100px;
    }
    .blog-vista-tv .text-box {
        padding: 25px;
        border-width: 3px;
    }
    .blog-vista-tv .col-right {
        width: calc(34% + 120px);
        margin-left: -120px;
    }
    .blog-customer {
        margin-bottom: 40px;
        padding: 40px 0px;
    }
    .blog-customer .col-left {
        margin-top: 40px;
    }
    .blog-customer .col-right {
        width: calc(34% + 130px);
        margin-left: -130px;
    }
    .blog-customer .text-box {
        padding: 25px;
        border-width: 3px;
    }
    .blog-customer .text-box .title {
        font-size: 54px;
    }
    .blog-customer .text-box .sub-title {
        font-size: 20px;
    }
    .blog-customer .text-box p {
        font-size: 16px;
    }
    .blog-customer .text-box .btn-border-purple {
        font-size: 20px;
        border-width: 2px;
    }
    .blog-main-insta .heading-title i.fa {
        font-size: 22px;
        width: 40px;
        height: 40px;
    }
    .blog-main-insta .heading-title i.fa {
        font-size: 24px;
        width: 44px;
        height: 44px;
    }
    .blog-team-slider .overlay {
        height: 26%;
    }
    .blog-team-slider .overlay:before {
        border-left-width: 330px;
        border-top-width: 114px;
    }
    .blog-team-slider .item:not(:hover) .overlay {
        padding-top: 40px;
    }
    .mpinstagramfeed-container.blog-main-insta .mpinstagramfeed-photo {
        width: 33.33% !important;
    }
    .mpinstagramfeed-container.blog-main-insta .mpinstagramfeed-photo > a img {
        height: 20vw;
    }
}
@media screen and (max-width:767px){
    .blog-banner img {
        height: auto;
    }
   .blog-banner .overlay {
        padding: 25px 0px;
        background: #5f1eb0;
        position: static;
    }
    .blog-banner .title {
        display: none;
    }
    .blog-banner .line-drow-main:before, 
    .blog-banner .line-drow-main:after,
    .blog-banner .line-drow-inner:before, 
    .blog-banner .line-drow-inner:after{
        opacity:0;  
    }
    .blog-banner .text-box {
        padding: 0px 10px;
        max-width: 100%;
        border-width: 0;
    }
    .blog-banner .main-title {
        font-size: 44px;
    }
    .blog-banner .sub-title {
        font-size: 24px;
    }
    .blog-banner p {
        font-size: 17px;
        font-weight: 500;
    }
    .blog-tips-top {
        margin-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .blog-tips-top:before,
    .blog-tips-bottom:after,
    .blog-vista-tv:before,
    .blog-vista-tv:after{
        visibility:hidden;  
    }
    .blog-tips-bottom-after,
    .blog-tips-top-before,
    .blog-vista-tv-before,
    .blog-vista-tv-after{
        opacity:0;
    }
    .blog-tips-top .text-box {
        padding: 35px 35px;
        border-width: 0px 8px 8px;
        width: 100%;
    }
    .blog-tips-top .text-box br{
        display:none;
    }
    .blog-tips-top .col-right {
        padding-left: 0;
        margin-top: 0;
    }
    .blog-tips-accordion {
        padding: 0;
    }
    .blog-tips-accordion .boxs {
        width: 100%;
    }
    .blog-tips-accordion .boxs:not(:first-child) {
        margin-top: 0;
        border-top: solid 2px #fff;
    }
    
    .blog-tips-accordion .title {
        font-size: 24px;
    }
    .blog-tips-accordion .title > div {
        font-size: 24px;
        max-width: 540px;
        margin: auto;
        padding: 15px;
        position:relative;
    }
    .blog-tips-accordion .title > div:after {
        content: "+";
        position: absolute;
        right: 13px;
        top: 50%;
        z-index: 0;
        transform: translate(0px, -50%);
    }
    .blog-tips-accordion .title.active > div:after {
        content: "-";
    }
    
    
    .blog-tips-tab .nav-tabs li {
        margin: 0px 5px 15px;
    }
    .blog-community {
        margin-bottom: 30px;
    }
    .blog-community img {
        height: auto;
    }
    
    .blog-community .overlay {
        position: static;
        background: #5f1eb0;
        padding: 30px 0px;
    }
    .blog-community .line-drow-main:before, 
    .blog-community .line-drow-main:after, 
    .blog-community .line-drow-inner:before, 
    .blog-community .line-drow-inner:after {
        opacity: 0;
    }
    .blog-community .text-box {
        width: 100%;
        padding: 0;
        border-width: 0;
    }
    .blog-vista-tv .container {
        padding: 0;
        max-width: 100%;
    }
    .blog-vista-tv .col-left {
        width: 100%;
    }
    .blog-vista-tv .col-right {
        width: 100%;
        position: relative;
        max-width: 540px;
        padding: 0px 15px;
        margin: auto;
    }
    .blog-vista-tv .text-box {
        border-width: 0px 7px 7px;
    }
    .blog-video-slider {
        margin-top: 30px;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 15px;
    }
    .blog-video-slider .owl-nav {
        display: none;
    }
    .blog-customer {
        padding-bottom: 30px;
    }
    .blog-customer .container {
        max-width: 100%;
        padding: 0;
    }
    .blog-customer .col-left {
        margin-top: 0;
        width: 100%;
    }
    .blog-customer .col-right {
        width: 100%;
        max-width: 540px;
        margin: auto;
        padding: 0px 15px;
    }
    .blog-customer .text-box {
        border-width: 0px 7px 7px;
    }
    .blog-customer .text-box .btn-wrap {
        display: none;
    }
    .blog-customer .text-box .title {
        font-size: 44px;
    }
    .blog-team-slider {
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-team-slider .box {
        position: relative;
    }
    .blog-team-slider .overlay p,
    .blog-team-slider .overlay .other-project {
        display: none;
    }
    .blog-team-slider .item:not(:hover) .overlay {
        padding-top: 110px;
        padding-bottom: 20px;
    }
    .blog-team-slider .overlay {
        height: auto !important;
        padding: 110px 65px 20px 20px;
        background-color: transparent !important;
    }
    .blog-team-slider .title a,
    .blog-team-slider .sub-title {
        white-space: inherit;
        margin-bottom: 0px;
    }
    .blog-team-slider .overlay .btn-wrap {
        opacity: 1 !important;
    }
    .blog-team-slider .overlay:before {
        border-left-width: 510px;
        border-top-width: 100px;
        opacity: 1 !important;
    }
    .blog-team-slider .mobile-contant {
        padding: 25px 30px 0px;
    }
    .blog-team-slider p {
        color: #39383d;
        display: block;
    }
    .blog-team-slider .other-project a {
        color: #601fb0;
    }

    .blog-team-slider.owl-carousel .owl-nav button.owl-next,
    .blog-team-slider.owl-carousel .owl-nav button.owl-prev{
        display: none;
    }

    
}
@media screen and (max-width:575px){
    .mpinstagramfeed-container.blog-main-insta .mpinstagramfeed-photo {
        width: 50% !important;
        margin-bottom: 0;
        display: none;
        float: left;
    }
    .mpinstagramfeed-container.blog-main-insta .mpinstagramfeed-photo:nth-child(1), 
    .mpinstagramfeed-container.blog-main-insta .mpinstagramfeed-photo:nth-child(2) {
        display: block;
    }
    .mpinstagramfeed-container.blog-main-insta .mpinstagramfeed-photo > a img {
        height: 32vw;
    }
    .blog-tips-accordion .title {
        max-width: 100%;
    }
    .blog-tips-top .text-box {
        padding: 30px;
        border-width: 0px 6px 6px;
        width: 100%;
    }
    .blog-vista-tv .col-right,
    .blog-video-slider {
        max-width: 100%;
    }
    .blog-customer .col-right {
        max-width: 100%;
    }
    .blog-team-slider {
        max-width: 100%;
        padding: 0px 15px;
    }
    .blog-team-slider .overlay:before {
        border-left-width: 95vw;
        border-top-width: 22vw;
    }
    .blog-team-slider .title {
        font-size: 26px;
    }
    .blog-team-slider .sub-title{
        font-size: 18px;
    }
}

