/* ///// MEDIA QUERY CSS START ////// */
/*/////////////////// media query css for mobile start ////////////////*/

@media (min-width:300px) and (max-width:600px) {

    .main-navigation ul {
        display: none;
        list-style: none;
        float: none;
    }

    #featured-slider img {
        height: 531px;
    }

    #featured-slider .position-absolute .imgbox2 {
        width: 60%;
    }

    .sitenave .site-branding p {
        margin-bottom: 0px;
    }

    .menu-menu-1-container {
        float: none;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 55%;
    }

    .btn-img {
        display: block;
    }

    #featured-about .about-img-box .about-title-up {
        font-size: 75px;
    }

    #featured-about .about-img-box .about-title-right {
        display: none;
    }

    #colophon .footermenu2,
    #colophon .footermenu1 {
        left: 0%;
    }

    #featured-about img {
        width: 100%;
    }

    #search {
        position: static;
    }

    .front .p-5 {
        padding: 5rem 1rem !important;
    }

    .wrapper {
        padding: 0;
    }

    #section-header .topheader-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    #section-header .topheader-aside {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    #section-header .topheader-announcement {
        max-width: 100%;
    }

    #site-navigation {
        margin: 0;
    }

    #masthead {
        position: relative;
    }

    #featured-slider .entry-header h3 {
        padding: 0;
        font-size: calc(1.3rem + .6vw);
    }

    #featured-slider .entry-header {
        padding: 0px;
    }

    #featured-slider .entry-title {
        font-size: 50px !important;
    }

    #featured-slider .col-year {
        display: none;
    }

    #featured-slider .position-absolute .imgbox1 {
        width: 10%;
        height: 17%;
        top: 1.5rem;
        right: 0.8rem;
    }

    #site-navigation .searchmenuicon {
        display: none;
    }

    #featured-slider .entry-header .entry-title {
        padding: 0;
    }

    #featured-slider .hrdiv {
        width: 100%;
    }

    #featured-about .about-section-main .position-relative .position-absolute {
        top: auto;
        left: 0;
    }

    .overlay-text {
        top: 59%;
    }

    /*---------- ## Front Page Start ## -------- */
    /* .site-main .banner-head {
        height: 25vh;
    } */

    .site-main .banner-head .center-div {
        position: relative;
        text-align: center;
        top: 44%;
        padding: 0;
    }

    .mainrow .box {
        padding: 0;
    }

    /*---------- ## Front Page End ## -------- */

    /*---------- ## Page Start ## -------- */

    /*---------- ## Page End ## -------- */

    /*---------- ## Single Page Start ## -------- */
    .singlepage img {
        margin-left: 0px;
    }

    .singlepage .entry-header {
        padding-top: 0 !important;
    }

    .singlepage .categories {
        left: 8px;
    }

    nav.navigation.pagination {
        margin-top: 0;
        padding: 0;
        margin-bottom: 3rem;
    }

    .pagination a,
    .pagination span {
        padding: 8px 16px;
    }

    /* .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 1rem;
    } */

    .menu-toggle {
        display: block;
        position: relative;
        right: -30px;
        right: 0px;
    }

    .sitenave {
        width: 100%;
        display: flex;
    }

    /*---------- ## Single Page End ## -------- */
}

@media (min-width:710px) and (max-width:860px) {
    .navbar {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 0;
        padding: 10px;
        display: block;
    }

    .nav-container {
        transform: skewX(0deg);
        width: 100%;
        padding: 0px;
    }

    .nav-container .header-nav {
        transform: skewX(0deg);
        text-align: center;
    }

    #site-navigation .header-col-div {
        margin-top: 0px;
    }

    #featured-about .title-section h1 {
        font-size: 42px !important;
    }

    #featured-about .aboutredbox {
        padding: 10px 0px 0px 11px;
    }

    #featured-about .aboutredbox h2 {
        font-size: 30px;
    }

    .main-navigation ul {
        display: none;
        list-style: none;
        text-align: center;
    }

    .site-branding,
    #site-navigation {
        padding: 0;
    }

    .menu-menu-1-container {
        float: none;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 40%;
    }

    #featured-slider .position-absolute .imgbox2 {
        width: 40%;
    }

    #featured-about .about-img-box .about-title-right {
        width: max-content;
        top: 26%;
        left: 54%;

    }

    #search {
        position: static;
    }

    /*-----------## Slider Section Start ## -------- */

    #featured-slider .hrdiv {
        width: 100%;
    }

    #featured-slider .sliderimg .slide-mainimg {
        height: 500px;
    }

    #featured-slider .read-more .btn,
    #featured-slider .contact-us .btn {
        padding: 7px 20px;
    }

    #colophon .menu-footer ul li {
        line-height: 2rem;
    }

    #featured-slider .entry-header h3 {
        font-size: 30px;
        padding: 0px 10px;
    }

    .featured-whatweoffer .head-title:before {
        margin-left: -32%;
        text-align: right;
    }

    .featured-whatweoffer .head-title:after {
        margin-left: 32%;

    }

    .entry-title,
    .section-title {
        margin: 0;
    }

    .mainrow .box {
        padding: 0 0.3rem;

    }

    .maincontent .page-title a {
        font-size: 22px;
    }

    .maincontent p {
        font-size: 10px;
        margin-bottom: 0.0rem !important;
    }

    .maincontent .post-date {
        padding: 8px 7px;
        font-size: 12px;
    }

    form.search-form button.search-submit {
        height: 48px;
        right: -10px;
    }

    #site-navigation .searchmenuicon {
        display: none;
    }

    /*---------- ## Slider Section End ## -------- */

    /*---------- ## Front Page Start ## -------- */
    .site-main .banner-head {
        height: 30vh;
    }

    .site-main .banner-head .center-div {
        position: relative;
        text-align: center;
        top: 40%;
        padding: 0;
    }

    /*---------- ## Front Page End ## -------- */

    /*---------- ## Single Page Start ## -------- */
    .singlepage .entry-content {
        padding-right: 20px;
    }

    .widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
        padding: 10px 12px;
    }

    .sidebar-div label,
    .sidebar-div .wp-block-heading,
    .single_sidebar label,
    .single_sidebar .wp-block-heading {
        font-size: 18px;
    }

    nav.navigation.pagination {
        padding: 0;
    }

    .menu-toggle {
        display: block;
        position: relative;
        right: -30px;
        right: 0px;
    }

    .sitenave {
        width: 100%;
        display: flex;
    }
}

/*/////////////////// media query css for mobile end ////////////////*/

/* ====================== media query css for landscape mobile start ============================== */
@media (min-width:870px) and (max-width:950px) {
    .navbar {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 0;
        padding: 10px;
        display: block;
    }

    #featured-about .title-section h1 {
        font-size: 50px !important;
    }

    .nav-container {
        width: 100%;
        padding: 0px;
    }

    #featured-about .aboutredbox {
        padding: 10px 0px 0px 11px;
    }

    #featured-about .aboutredbox h2 {
        font-size: 30px;
    }

    #site-navigation .header-col-div {
        margin-top: 0px;
    }

    .main-navigation ul {
        display: none;
        list-style: none;
        text-align: center;
    }

    .site-branding,
    #site-navigation {
        padding: 0;
    }

    .menu-menu-1-container {
        float: none;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 40%;
    }

    #featured-about .about-img-box .about-title-right {
        width: max-content;
        top: 28%;
        left: 54%;
    }


    /*-----------## Slider Section Start ## -------- */

    #site-navigation .searchmenuicon {
        display: none;
    }

    #featured-slider .hrdiv {
        width: 70%;
    }

    #featured-slider .entry-container h4 {
        font-size: 1rem;
    }

    #featured-slider .slick-dots {
        bottom: 1rem;
    }

    .front .mainrow .box {
        padding: 0px 2rem 0 0;
    }

    .front .p-5 {
        padding: 2rem !important;
    }

    #featured-slider .read-more .btn,
    #featured-slider .contact-us .btn {
        padding: 7px 20px;
    }

    #colophon .menu-footer ul li {
        line-height: 2rem;
    }

    #featured-slider .entry-header h3 {
        font-size: 30px;
        padding: 0px 10px;
    }

    .featured-whatweoffer .head-title:before {
        margin-left: -30%;
        text-align: right;
    }

    .featured-whatweoffer .head-title:after {
        margin-left: 30%;

    }

    .gap-20 {
        gap: 3rem;
    }

    form.search-form button.search-submit {
        height: 48px;
        right: -10px;
    }


    /*---------- ## Slider Section End ## -------- */

    /*---------- ## Front Page Start ## -------- */
    .site-main .banner-head {
        height: 35vh;
    }

    /*---------- ## Front Page End ## -------- */


    /*---------- ## Single Page Start ## -------- */
    .singlepage .entry-content {
        padding-right: 20px;
    }

    .widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
        padding: 10px 12px;
    }

    .sidebar-div label,
    .sidebar-div .wp-block-heading,
    .single_sidebar label,
    .single_sidebar .wp-block-heading {
        font-size: 18px;
    }

    nav.navigation.pagination {
        padding: 0;
    }

    .menu-toggle {
        display: block;
        position: relative;
        right: -30px;
        right: 0px;
    }

    .sitenave {
        width: 100%;
        display: flex;
    }

    /*---------- ## Single Page End ## -------- */
}

@media (max-width:1024px) {
    #colophon .footer-widgets-area .grid::before {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #colophon .xl\:grid-cols-4 {
        grid-template-columns: 39% 1fr 1fr 1fr;
    }
}

@media (max-width:1024px) {
    #featured-slider .position-absolute .imgbox1 {
        width: 10%;
        height: 22%;
        position: absolute;
        z-index: -1;
        top: 1rem;
        right: 0.8rem;
    }

    #featured-slider .entry-header .entry-title {
        padding: 0;
    }

    #featured-slider .entry-title {
        font-size: 60px;
    }

    #featured-slider .entry-content p {
        margin: 0;
        font-size: 35px;
    }

    #featured-slider .sliderparaimg img {
        height: 70%;
    }

    #site-navigation .bottomheader-copy1 .search-btn {
        display: block;
    }

}

@media (min-width:1000px) {

    #featured-slider .sliderparaimg img {
        height: 62%;
    }

    #featured-slider .position-absolute .imgbox2 {
        width: 30%;
    }

    #featured-slider .position-absolute .imgbox1 {
        top: 2rem;
        right: 1rem;
        height: 22%;
    }
}

@media (min-width:1028px) {
    #featured-about .about-img-box .about-title-right {
        left: 20%;
    }

    #site-navigation .bottomheader-copy1 .search-btn {
        display: block;
    }
}

@media (min-width:1280px) {

    #featured-slider .sliderparaimg img {
        height: 70%;
    }

    #featured-slider .position-absolute .imgbox2 {
        width: 60%;
    }

    #featured-slider .position-absolute .imgbox1 {
        width: 18%;
        top: 6rem;
        right: 2rem;
        height: 21%;
    }
}

@media (min-width:1440px) and (max-width:1940px) {
    #featured-about .about-img-box .about-title-right {
        left: 23%;
    }

    #featured-slider .sliderparaimg img {
        height: 100%;
    }

    #featured-slider .position-absolute .imgbox2 {
        width: 75%;
    }

    #featured-slider .position-absolute .imgbox1 {
        width: 18%;
        top: 6rem;
        right: 2rem;
        height: 21%;
    }
}

@media (min-width:1366px) and (max-width:1370px) {
    #featured-slider .sliderparaimg img {
        height: 80%;
    }

    .site-branding {
        padding-left: 10px;
    }
}

/* New hero slider responsive */
@media (max-width: 1100px) {
    #featured-slider .express-hero.wrapper {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 42px;
        padding-bottom: 42px;
        min-height: auto;
    }

    #featured-slider .express-hero__visual {
        min-height: auto;
    }

    #featured-slider .express-hero__main-image img {
        height: 360px;
    }

    #featured-slider .express-hero__play-btn {
        width: 62px;
        height: 62px;
    }

    #featured-slider .express-hero__mini-image {
        left: 10px;
        bottom: -18px;
        width: min(250px, 52%);
    }

    #featured-slider .express-hero__floating-card--top {
        right: 10px;
    }

    #featured-slider .express-hero__floating-card--bottom {
        top: auto;
        bottom: 0;
        right: 10px;
    }
}

@media (max-width: 700px) {
    #featured-slider .express-hero__title {
        font-size: 2rem !important;
    }

    #featured-slider .express-hero__desc {
        font-size: 14px;
        line-height: 1.7;
    }

    #featured-slider .express-hero__actions {
        gap: 10px;
    }

    #featured-slider .express-hero__btn {
        width: 100%;
    }

    #featured-slider .express-hero__features {
        gap: 10px;
    }

    #featured-slider .express-hero__main-image img {
        height: 260px;
    }

    #featured-slider .express-hero__play-btn {
        width: 52px;
        height: 52px;
    }

    #featured-slider .express-hero__mini-image img {
        height: 140px;
    }

    #featured-slider .express-hero__floating-card {
        right: -22px;
        top: -22px;
    }

    #featured-slider .express-hero__visual {
        right: 20px;
    }
}

/* Services section responsive */
@media (max-width: 1200px) {
    #featured-services .express-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #featured-services {
        padding: 44px 0 50px;
    }

    #featured-services .entry-content3 h5 {
        font-size: 2rem;
    }

    #featured-services .entry-content3 h6 {
        font-size: 14px;
    }

    #featured-services .express-services-grid {
        grid-template-columns: 1fr;
    }

    #featured-services .express-service-card-bg {
        min-height: 240px;
    }
}

/* About section responsive */
@media (max-width: 1100px) {
    #featured-about .express-about-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    #featured-about .express-about-visual {
        height: 430px;
    }
}

@media (max-width: 767px) {
    #featured-about.express-about-section {
        padding: 44px 10px !important;
    }

    #featured-about .express-about-main-image {
        width: 75%;
    }

    #featured-about .express-about-main-image,
    #featured-about .express-about-main-image img {
        height: 250px;
    }

    #featured-about .express-about-sub-image {
        position: relative;
        width: 85%;
        margin: -16px 0 0 auto;
        bottom: 3rem;
    }

    #featured-about .express-about-visual {
        height: 375px !important;
        margin: 0 !important;
    }

    #featured-about .award-badge {
        top: 41%;
        right: 0.5rem;
    }

    #featured-about .express-about-sub-image,
    #featured-about .express-about-sub-image img {
        height: 180px;
    }

    #featured-about .express-about-float-badge {
        width: 82px;
        height: 82px;
        right: 8px;
        top: 44%;
    }

    #featured-about .express-about-float-badge strong {
        font-size: 22px;
    }
    #secondary {
 padding: 1rem;
    }
}