/*
custom theme css.
*/
.tp-slider-text-3__ptb { /*padding: 100px 0;*/ padding-bottom:100px; }
.tp-slider-text-3__item {
    padding: 20px 0;
    animation: scrollText-2 20s infinite linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px)
.tp-slider-text-3__item span {
    font-size: 80px;
}

.tp-slider-text-3__item span {
    font-weight: bold;
    font-size: 50px;
    color: #E7E7E7;
    line-height: 1;
    white-space: nowrap;
}
.tp-slider-text-3__item span i { 
background: linear-gradient(180deg, #FE4386 0%, #B63AD8 51.04%, #A838E8 60.94%, rgba(254, 57, 42, 0) 100%, #5779F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-style: normal;
    font-weight: 400;
}
.header-mobile .mobile-header-content .mobile-logo a img {
   width: 100px;
   margin-top: 6px !important;
}

/* why choose us section css  */
 .why_choose_us { 
    margin: 0 auto;
    padding: 0 0 85px 0;
     }


.why_choose_top_content h2 { color: #222; padding-bottom: 16px;
 }          
.why_choose_top_content { width: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    padding:0 0 50px 0; }
  .why_choose_content h2 { padding-bottom:6px; color: #222; }

  .why_choose_content:nth-child(1) {
    margin-bottom: 45px;
}

.why_choose_content:nth-child(2) {
   margin-bottom: 40px;
}
@media only screen and (max-width: 767px)  {
.why_choose_us .col-6 { flex: 0 0 100%;
    max-width: 100%;}

}
.vertical-menu-block .sm_megamenu_firstcolumn {
    margin-bottom: 0px !important;
} 
.test1 
{
    margin-bottom: 0px !important;
} 
.test2
{
    margin-bottom: 0px !important;
} 

html .page-layout-2columns-left .column.main, html .page-layout-2columns-right .column.main {
    width: 100%;
}

html .page-layout-2columns-left .sidebar, html .page-layout-2columns-right .sidebar {
    display: none;
}

.blog-page .page-layout-2columns-left .sidebar, .blog-page .page-layout-2columns-right .sidebar {
    display: block;
}
.blog-page .page-layout-2columns-left .column.main, .blog-page .page-layout-2columns-right .column.main {
    width: calc(100% - 300px);
}