@media(max-width: 1199.98px){
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h4 {
    font-size: 1.5rem;
    line-height: 3rem;
}
h5 {
    font-size: 1.2rem;
    line-height: 2rem;
}
.header-top .section-content {
    justify-content: center;
}
.header-top .section-content.top-right {
    justify-content: center;
}
.hm-counters .counter, .counter {
    font-size: 2.5rem;
    line-height: 3rem;
}
.blog-content h2 {
    font-size: 1.5rem;
}
.team-box figure figcaption {
    padding: 1rem;
}
.team-box figure figcaption span{
    font-size: 14px;
}
.get-in-touch-form {
    padding: 80px 100px;
}
.about .about-inner-bg .section-content {
    padding: 6rem 3rem;
}
.testimonial-box blockquote {
    font-size: 1.5rem;
    line-height: 2rem;
}
.testimonial .testimonial-slider {
    padding: 6rem 3rem;
}
}

@media(max-width: 991px){
.toggle-nav {
    display: block;
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    cursor: pointer;
}

.toggle-nav .navbar-toggle {
    display: block;
    position: relative;
    top: 0;
    bottom: 50px;
    float: right;
    padding: 7px 10px 10px 0px;
    border: none;
    background: none;
    margin-top: 16px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.toggle-nav .navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--secondry);
    border-radius: 3px;
    margin-left: 8px;
}

.toggle-nav .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

.main-menu {
    display: none;
    position: fixed;
    top: 0;
    background: #fff !important;
    left: -100%;
    padding-bottom: 20px;
    height: 100vh;
    width: 350px;
    transition: .5s;
    z-index: 999;
}

.main-menu.active {
    display: block;
    left: 0 !important;
}

.main-menu.active nav.navigation-bar ul{
	display: block;
    width: 100%;
}

.main-menu.active nav.navigation-bar ul li{
    display: block;
    border-bottom: 1px solid #f8f8f8;
    padding: 14px 20px;
}

.main-menu.active nav.navigation-bar ul li a{
    color: #232323;
    display: block;
}
.navigation-bar {
	display: flex;
	height: 100%;
}
.about-us .section-content, .approaches-inner-bg .section-heading {
    padding-top: 30px;
}
.hm-counters .row .col-lg-3:not(:last-child) .counter-stastic.text-center {
    border-right: none;
}
.hm-counters .counter-stastic {
    border-right: none;
    margin: 20px 0;
}
.our-team .col-md-6 {
    margin-top: 30px;
}
.hm-articles .row .col-md-6 {
    margin-top: 30px;
}
.featured-logo .logo-box {
    flex-basis: 30%;
    width: 30%;
}
.copyright {
    padding-bottom: 30px;
}
.about .about-inner-bg .section-thumb, .testimonial-bg{
    aspect-ratio: 4 / 3;
}
.counters .row .col-lg-3:not(:last-child) .counter-stastic.text-center {
    border-right: none;
}
.counters .counter-stastic{
    border-right: none;
    margin: 20px 0;
}
.portfolio .col-md-6 {
    margin-bottom: 30px;
}
.sidebar {
    padding-top: 30px;
}
.contact-details .col-md-12:last-child .section-heading {
    padding-top: 30px;
}
}

@media(max-width: 767px){
.header-top .section-content, .header-top .section-content ul {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.get-in-touch-form {
    padding: 60px 40px;
}
.contact-blocks-inner .col-sm-6.col-12:not(:last-child) {
    margin-bottom: 30px;
}
.main-slider-box-inner .section-content {
    max-width: 80%;
}
.element-row {
    padding: 5rem 0;
}
.icon-box {
    margin-bottom: 40px;
}
.about .about-inner-bg .section-content {
    padding: 4rem 3rem;
}
.bg-box-overlay{
    aspect-ratio: 16 / 8;
}
.portfolio .col-md-6:last-child {
    margin-bottom: 0;
}
}

@media(max-width: 575px){
.container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
h2 {
    font-size: 2rem;
    line-height: 2.2rem;
}
.about .about-inner-bg .section-content {
    padding: 4rem 2rem;
}
.banner-box-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
}
.banner-box-content .site-btn.style-1 {
    text-align: center;
    width: 100%;
}
.post-meta {
    flex-wrap: wrap;
}
}