/* ///// MEDIA QUERY CSS START ////// */
/*/////////////////// media query css for mobile start ////////////////*/

@media (min-width:300px) and (max-width:700px) {

    #site-navigation .container {
        padding-bottom: 10px !important;
    }

    .wrapper {
        padding: 0;
    }

    .topheader {
        display: none !important;
    }

    #site-navigation {
        margin: 0;
    }

    #masthead {
        position: relative;
    }

    .site-branding a img {
        width: 250px;
    }

    .site-branding {
        display: block;
        justify-content: space-around;
    }

    .sitenave {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: -5rem;
    }

    nav.navigation.pagination {
        margin-bottom: 30px;
        margin-top: 0;
        padding: 0;
    }

    /*---------- ## Front Page Start ## -------- */
    .site-main .banner-head {
        height: 40vh;
    }

    .site-main .banner-head .center-div {
        padding: 25% 15% 0;
    }

    .mainrow .box {
        padding: 0;
    }

    .mainrow {
        padding: 0;
    }

    /*---------- ## Front Page End ## -------- */

    /*---------- ## Page Start ## -------- */
    .page .entry-header .entry-title {
        padding: 30% 0 30% 20%;
    }

    .singlepage .pt-5 {
        padding-top: 0 !important;
    }

    .singlepage .archive-info.mb-3 {
        margin-bottom: 2rem !important;
    }

    .singlepage .entry-content {
        padding-right: 0;
    }

    .singlepage #respond {
        padding: 2em 1em 1em 1em;
    }

    .singlepage .single_sidebar {
        margin-top: 2rem;
    }

    .scroll-to-top a img {
        width: 40px;
        height: 40px;
    }

    /*---------- ## Slider Section Start ## -------- */
    #featured-slider .hero-title {
        font-size: 28px;
        line-height: 1.2;
    }

    #featured-slider .hero-text {
        font-size: 14px;
        width: 100%;
    }

    #featured-slider .hero-img img {
        height: 250px;
    }

    #featured-slider .d-flex.gap-3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    #featured-slider .btn-custom {
        width: 100%;
        text-align: center;
        padding: 10px 20px;
    }

    #featured-slider .pos-abs,
    #featured-slider .shape,
    #featured-slider .blur-circle,
    #featured-slider .small-dot,
    #featured-slider .ping-circle {
        display: none !important;
    }

    #featured-slider .hero-content {
        text-align: center;
        padding: 20px;
    }

    #featured-slider .imgdiv {
        order: -1;
        margin-bottom: 20px;
    }

    /*---------- ## Slider Section End ## -------- */

    /*---------- ## Page End ## -------- */


}

/*/////////////////// media query css for mobile end ////////////////*/

/* ====================== media query css for landscape mobile start ============================== */
@media (min-width:700px) and (max-width:950px) {

    .topheader,
    #site-navigation {
        margin-top: 10px;
    }

    .sitenave {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    nav.navigation.pagination {
        margin-top: 0;
        padding: 0;
    }

    /*---------- ## Slider Section Start ## -------- */
    #featured-slider .hero-title {
        font-size: 36px;
    }

    #featured-slider .hero-text {
        font-size: 16px;
        width: 90%;
    }

    #featured-slider .hero-img img {
        height: 350px;
    }

    #featured-slider .d-flex.gap-3 {
        gap: 1rem;
    }

    #featured-slider .pos-abs,
    #featured-slider .shape {
        display: none;
    }

    #featured-slider .hero-content {
        padding: 30px;
    }

    /*---------- ## Slider Section End ## -------- */

    /*---------- ## Footer Section Start ## -------- */
    #colophon .footer_social_links {
        justify-content: center;
    }

    /*---------- ## Footer Section End ## -------- */

    /*---------- ## Post Section Start ## -------- */
    .site-main .banner-head {
        height: 35vh;
    }

    .mainrow .box {
        padding: 0px 1rem 0rem;
    }

    .mainrow {
        padding: 0 0rem 0 0;
    }

    /*---------- ## Post Section End ## -------- */

    /*---------- ## Single Post Section Start ## -------- */
    .singlepage .pt-5 {
        padding-top: 0 !important;
    }

    .singlepage .archive-info.mb-3 {
        margin-bottom: 2rem !important;
    }

    .singlepage img,
    .content-page img,
    .archivepage .mainrow a img {
        height: 250px;
    }

    .scroll-to-top a img {
        width: 50px;
        height: 50px;
    }

    /*---------- ## Single Post Section End ## -------- */

}

@media (min-width:800px) and (max-width:1000px) {
    /*---------- ## Footer Section Start ## -------- */
    /* #colophon .footer_social_links{
        justify-content: center;
    } */
    /*---------- ## Footer Section End ## -------- */
}

/*/////////////////// media query css for tab end ////////////////*/

/*/////////////////// media query css for laptop start ////////////////*/

@media (min-width:1023px) and (max-width:1024px) {

    /*-----------## Header Section Start ## -------- */
    .site-branding a img {
        width: 250px;
    }

    .sitenave {
        padding-left: 10px;
    }

    .site-branding {
        display: block;
        justify-content: space-between;
    }

    nav.navigation.pagination {
        margin-top: 0;
    }

    /*---------- ## About Section End ## -------- */

    /*---------- ## Page Start ## -------- */
    .page .entry-header .entry-title {
        padding: 22% 0 0% 45%;
    }

    /*---------- ## Page End ## -------- */

    /*---------- ## Single Page Start ## -------- */
    .singlepage .entry-content {
        padding-right: 50px;
    }

    /*---------- ## Single Page End ## -------- */

}

@media (max-width:1290px) {
    form.search-form input {
        padding: 10px 0px 10px 15px;
        font-weight: 300;
        border-radius: 0;
    }
}

@media (max-width:300px) {
    .widget_block form.search-form {
        padding: 0px;
    }
}

/*/////////////////// media query css for laptop end ////////////////*/

@media (min-width:300px) and (max-width:340px) {
    .site-branding a img {
        width: 200px;
    }

    .site-branding {
        display: block;
        justify-content: space-around;
    }

    #featured-slider .slick-next {
        left: 25%;
    }

    .front .p-5 {
        padding: 2rem !important;
    }

    .front .me-2 {
        margin-right: .4rem !important;
    }

    .front .maincontent .page-title a {
        font-size: 17px;
    }
}

/* RESPONSIVE STYLES */
@media (max-width: 991px) {

    .featured-about .about-content,
    .featured-about .about-contentimg {
        width: 100%;
        margin: 0;
    }
.footer-newsletter-block,
    .featured-about .about-content {
        margin-top: 2rem;
    }

    .featured-about .experience-box {
        bottom: 50px;
        left: 20px;
        width: 150px;
        padding: 20px;
    }

    .featured-about .experience-box h2 {
        font-size: 36px;
    }

    .featured-about .experience-box p {
        font-size: 16px;
    }
    .footer-main .row {
        gap : 2rem ;
    }
       #featured-slider article .imgdiv {
            margin: 0 auto;
        width: 92% !important;
    }
    #featured-slider .slick-prev {
    left: 6%;
    top: 70%;
}
#featured-slider .slick-next {
    right: 8%;
    top: 70%;
}

#featured-slider article {
    padding: 4rem 0 1rem 0;
}

#site-navigation .header-right {
display: none !important;
}
/* #masthead .container {
    width: 100% !important;
    margin: 0 !important;
} */
}

@media (max-width: 767px) {
    .featured-about .experience-box {
        bottom: 30px;
        left: 15px;
        width: 120px;
        padding: 15px;
    }

    .featured-about .experience-box h2 {
        font-size: 28px;
    }

    .featured-about .experience-box p {
        font-size: 14px;
    }

    .featured-about .about-img img {
        max-height: 400px;
    }
        #featured-slider .slick-prev {
    left: 6%;
    top: 21%;
}
#featured-slider .slick-next {
    right: 8%;
    top: 21%;
}
}



/* RESPONSIVE */
@media(max-width:768px) {
    .featured-about .about-img img {
        max-height: 350px;
        height: auto;
    }

    .featured-about .section-title {
        font-size: 28px;
    }
    #colophon {
    padding: 18px 20px 17px;
    }
}

@media (min-width: 1536px) {

    #featured-slider .container {
        width: 1280px;
    }

    .featured-about .container {
        width: 1280px;
    }

}