/* Ultra Midium Layout: 1600px. */
@media only screen and (min-width: 1368px) and (max-width: 1600px) {


}



/* Medium Layout: 1367px. */
@media only screen and (min-width: 1200px) and (max-width: 1367px) {


}



/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

   
}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    
}



/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .service-item-two{
        text-align:center;
    }

    .site-logo .logo img {
        max-width:150px !important;
        width: 100%;
        position: absolute;
        top: 14px;
    }

    .slider-title span{
        font-size:25px !important;
    }
    .slider-text .desc p{
        font-size:13px !important;
    }

   .tj-slider-item .slider-content {
        padding-top: 145px !important;
    }

    .service-item-two .service-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 88px;
        height: 88px;
        line-height: 1;
        font-size: 40px;
        color: var(--tj-color-theme-secondary);
        background: #fff;
        border-radius: 22px;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        margin: 0 auto;
    }

    .tj-service-details {
         padding-top: 0 !important;
        padding-bottom: 55px;
    }


    .tj-slider-item .slider-content {
      padding-top: 235px;
      padding-bottom: 20px;
      max-width: 1075px;
      position: relative;
      z-index: 9;
    }

    .tj-slider-item .sec-title {
        padding-bottom: 0px !important;
        max-width: 1075px;
        position: relative;
        z-index: 9;
        color: #fff;
        letter-spacing: -2px;
        line-height: 0.8;
        margin-bottom: 18px;
         font-size: 32px !important;
    }

    .tj-slider-item .sec-title span{
        font-size: 25px !important;
        letter-spacing: -2px;
        color: #fff;
        line-height:0;
        display: block;
    }


}



/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {

    .site-logo .logo img {
        max-width: 150px !important;
        width: 100%;
        position: absolute;
        top: 14px;
    }

    .slider-title span{
        font-size:25px !important;
    }
    .slider-text .desc p{
        font-size:13px !important;
    }

    .tj-slider-item .slider-content {
        padding-top: 145px !important;
    }

    .service-item-two .service-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 88px;
        height: 88px;
        line-height: 1;
        font-size: 40px;
        color: var(--tj-color-theme-secondary);
        background: #fff;
        border-radius: 22px;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        margin: 0 auto;
    }


    .tj-service-details {
        padding-top: 0 !important;
        padding-bottom: 55px;
    }

    .tj-slider-item .slider-content {
      padding-top: 235px;
      padding-bottom: 20px;
      max-width: 1075px;
      position: relative;
      z-index: 9;
    }

    .tj-slider-item .sec-title {
        padding-bottom: 0px !important;
        max-width: 1075px;
        position: relative;
        z-index: 9;
        color: #fff;
        letter-spacing: -2px;
        line-height: 0.8;
         font-size: 32px !important;
        margin-bottom: 18px;
    }

    .tj-slider-item .sec-title span{
        font-size: 25px !important;
        letter-spacing: -2px;
        color: #fff;
        line-height:0px;
        display: block;

    }



}


/* Small Mobile Layout: 480px. */
@media only screen and (min-width: 240px) and (max-width: 480px) {



}


/*big from small mobile, small from wide mobile*/
@media only screen and (min-width: 320px) and (max-width: 480px) {


}