/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	
}
@media (min-width: 1025px) and (max-width: 1199px) {
	    #header .header-inner #logo a>img {
        height: 60px;
		margin-top: 10px;
    }
}
	

@media (max-width: 1024px) {
	    #header .header-inner #logo a>img {
        height: 40px;
    }
	
    .main-slogan span {
        font-size: 40px;
    }
    #header-contact .mb-5 {
        margin-bottom: 0px !important;
    }

    .team-home .testimonial-item>span, .team-home .testimonial-item>p {
        margin-left: 0px !important;
    }
    .feedback-descr {

    }
    #page-title {
        padding: 10px 0;
    }
    .post-2-columns .post-item {
        width: 100%;
    }
	
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    .inspiro-slider .container {
        padding-left: 40px;
        padding-right: 40px
    }
    .inspiro-slider .slide .slide-captions {
        text-align: center
    }
    .inspiro-slider .slide .slide-captions .strong::after {
        margin-left: auto;
        margin-right: auto
    }
    .inspiro-slider .slide .slide-captions h1,
    .inspiro-slider .slide .slide-captions h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 14px
    }
    .main-slogan span {
        font-size: 40px;
        line-height: normal;
        display: block;
    }
    .main-slogan span {
        font-size: 20px !important;
    }
    .inspiro-slider .slide .slide-captions>p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 16px
    }
    .inspiro-slider .slide .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}