@media screen and (max-width: 992px) {
    .small {
        display: block;
        transition: all 0.3s ease-in-out;
    }
    #main_header {
        display: none;
    }
    .small nav {
        padding: 15px 0;
    }
    .small nav .container-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .small nav .menu {
        width: 40px;
        height: 40px;
        background: #121212;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
    }
    .small nav .sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: all 0.4s ease-in-out;
        z-index: 1000;
    }
    .small.show .sidebar {
        right: 0;
    }
    .small nav .sidebar>ul {
        margin-top: 120px !important;
    }
    .small nav .sidebar>ul>li {
        padding: 10px;
    }
    .small nav .sidebar ul>li:last-child {
        border-bottom: none;
    }
    .small nav .sidebar ul>li>a {
        color: #000;
        padding: 4px;
        font-size: 17px;
        text-transform: capitalize;
    }
    .small nav .sidebar>ul>li.link-sm {
        position: relative;
    }
    .small nav .sidebar ul li.link-sm i {
        position: absolute;
        top: 3px;
        right: 0px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 19px;
        color: #1e1e1e;
        font-weight: 700;
    }
    .small nav .sidebar ul.sub-menu-sm {
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        margin-top: 0px !IMPORTANT;
    }
    .small nav .sidebar ul.sub-menu-sm li {
        padding: 4px 16px;
    }
    .home_sec5 h3 {
        font-family: "my-font3";
        margin-bottom: 5px;
        font-size: 27px;
    }
    .small .times {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #0e0e0e;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }
    .small .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        z-index: 1000;
    }
    .small.show .overlay {
        opacity: 1;
        pointer-events: all;
    }
    ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
    }
    .small {
        display: block;
    }
    p br {
        display: none;
    }
    .small .logo img {
        width: 155px;
    }
    .banner_sec .comon-btn3 .text-p p {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
    }
    .banner_sec h1 {
        font-weight: 700;
        font-family: "Urbanist", sans-serif;
        color: #329af1;
        font-size: 68px;
        margin-bottom: 0;
    }
    .banner_sec h3 {
        font-weight: 700;
        font-family: "Urbanist", sans-serif;
        font-size: 38px;
        margin-bottom: -13px;
    }
    .banner_sec h4 {
        font-weight: 700;
        font-family: "Urbanist", sans-serif;
        font-size: 28px;
        margin-bottom: 8px;
    }
    .banner_sec {
        padding: 140px 0 25px;
        background-position: bottom !important;
    }
    .banner_sec .banner_heading {
        padding-bottom: 80px;
    }
    h2 {
        font-size: 38px;
        font-family: "my-font5";
    }
    section {
        padding: 60px 0px;
    }
    .home_sec2 h2 br {
        display: none;
    }
    .projectFactsWrap .item {
        width: 50%;
        height: 100%;
        padding: 10px 0px;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    .projectFactsWrap .item:nth-child(2) {
        border-right: none;
        border-left: 1px solid #f2de7c;
    }
    .projectFactsWrap .item p.number {
        font-size: 48px;
        padding: 0;
        font-family: "my-font4";
    }
    .projectFactsWrap .item img {
        width: 52px;
    }
    .home_sec3 {
        padding: 320px 0 50px;
    }
    .home_sec5 h2 {
        font-family: "my-font3";
        font-size: 44px;
        line-height: 1;
        margin-bottom: 16px;
    }
    .home_sec5 {
        padding: 100px 0;
    }
    .home_sec6 {
        padding: 60px 0;
    }
    #home_sec5 h2 {
        font-family: "my-font3";
        font-size: 38px;
        line-height: 1.1;
        margin-bottom: 16px;
    }
    #home_sec5 h2 br {
        display: none;
    }
    .home_sec5 {
        padding: 148px 0;
    }
    .contact_sec .left_content {
        /* height: 100%; */
        padding: 65px 149px 75px 25px;
    }
    footer .ft_top_rigth_form {
        padding-left: 0;
    }
    footer .ft_menu {
        display: flex;
        justify-content: start;
        gap: 105px;
    }
    footer .copy-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #0d8de1;
        padding-top: 25px;
        margin-top: 15px;
    }
    footer .copy-right {
        display: flex;
        align-items: start;
        justify-content: start;
        border-top: 1px solid #0d8de1;
        padding-top: 25px;
        margin-top: 15px;
        flex-direction: column;
        gap: 9px;
    }
	 .gallery .same-ht img {
    height: auto;
   }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 28px;
    }
    .blog_page .hd_info {
        justify-content: start !important;
    }
    .contact_sec .left_content {
        /* height: 100%; */
        padding: 55px 15px;
    }
    .home_sec6 .content ul li {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-direction: column;
        text-align: center;
    }
    #home_sec5 h2 {
        font-family: "my-font3";
        font-size: 34px;
        line-height: 1.1;
        margin-bottom: 16px;
    }
    .home_sec6 .btom_content_call img {
        width: 38px;
    }
    .home_sec6 .btom_content_call p a {
        color: #329af1;
        font-size: 23px;
        letter-spacing: 0px;
        font-weight: 700;
        display: block;
    }
    .home_sec3 {
        padding: 60px 0 200px;
        background: url(../image/home_sec3_mb.jpg) no-repeat bottom !important;
        background-size: cover !important;
    }
    .projectFactsWrap .item .content .top_content {
        display: flex;
        align-items: center;
        margin-bottom: -35px;
    }
    .projectFactsWrap .item img {
        width: 42px;
    }
    .projectFactsWrap .item p.number {
        font-size: 38px;
        padding: 0;
        font-family: "my-font4";
    }
    .projectFactsWrap .item:nth-child(3) {
        border-right: none;
    }
    .projectFactsWrap .item:nth-child(2) {
        border-right: none;
        border-left: none;
    }
    .projectFactsWrap .item {
        width: 100%;
        height: 100%;
        padding: 10px 0px;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    .home_sec2 {
        text-align: center;
    }
    .home_sec2 .hd_info {
        justify-content: center;
    }
    h2 {
        font-size: 30px;
        font-family: "my-font5";
        line-height: 1;
    }
    .home_sec4 .bottom_comtent {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    .banner_sec h1 {
        font-weight: 700;
        font-family: "Urbanist", sans-serif;
        color: #329af1;
        font-size: 44px;
        margin-bottom: 0;
    }
    .banner_sec h3 {
        font-weight: 700;
        font-family: "Urbanist", sans-serif;
        font-size: 32px;
        margin-bottom: -5px;
    }
    .banner_sec h4 {
        font-weight: 700;
        font-family: "Urbanist", sans-serif;
        font-size: 24px;
        margin-bottom: 8px;
    }
    .banner_sec .hd_info {
        display: flex;
        align-items: center;
        color: #fff;
        gap: 8px;
        flex-direction: column;
    }
    .banner_sec {
        padding: 60px 0 270px;
        background: url(../image/banner-mb.jpg ) no-repeat bottom !important;
        background-size: cover !important;
        text-align: center;
    }
    .banner_sec .banner_heading {
        padding-bottom: 30px;
    }
    .banner_sec .social-icon {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
    }
    .banner_sec .comon-btn3 {
        background-color: #032c4a;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 14px;
        width: 270px;
        justify-content: center;
        padding: 13px 0;
        text-align: start;
    }
    .home_sec5 h2 {
        font-family: "my-font3";
        font-size: 33px;
        line-height: 1;
        margin-bottom: 16px;
    }
    .home_sec5 {
        padding: 50px 0 230px;
        background: url(../image/home_sec5_mb.jpg) bottom no-repeat !important;
        text-align: center !important;
        background-size: cover !important;
    }
    .home_sec5 .heading {
        text-align: center;
        color: #000 !important;
    }
    .home_sec5 .hd_info {
        justify-content: center !important;
    }
    .home_sec5 h3 {
        font-family: "my-font3";
        margin-bottom: 5px;
        font-size: 26px;
    }
    footer .ft_eamil_content {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }
    footer .ft_top_rigth_form form button {
        width: 62%;
        padding: 11px 0;
        border-radius: 3px;
        border: none;
        letter-spacing: 1px;
        background: #0d8de1;
        color: #fff;
        font-weight: 600;
    }
    .footer .ft_logo {
        text-align: center;
    }
    footer .ft_menu {
        display: flex;
        justify-content: center;
        gap: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .ft_menu ul li {
        margin-bottom: 13px;
        display: inline-block;
        padding: 0 10px;
    }
    footer .ft_main_nav {
        text-align: center;
    }
    footer .ft_contact.ft_contact2 {
        text-align: center;
    }
    footer .copy-right {
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #0d8de1;
        padding-top: 25px;
        margin-top: 15px;
        flex-direction: column;
        gap: 9px;
        text-align: center;
    }
    footer .ft_logo {
        text-align: center;
    }
    .inner-banner h1 {
        font-size: 55px;
        font-weight: 700;
        font-family: "Urbanist", sans-serif;
    }
    .inner-banner {
        background-color: #329af1;
        color: #fff;
        padding: 100px 0 25px;
    }
    .contact_sec .contact_form {
        background-color: #329af1;
        padding: 55px 19px;
        padding-top: 55px;
        height: 100%;
    }
    .contact_sec .contact_form h2 {
        text-align: center;
        margin-bottom: 27px;
        color: #fff;
        font-size: 34px;
    }
    .contact_sec .contact_details {
        background-color: #fff;
        padding: 30px 26px;
        padding-top: 24px;
    }
    .contact_sec .contact_details h4 {
        font-family: "my-font5";
        font-size: 22px;
        margin-bottom: 20px;
    }
	   footer .ft_top_rigth_form .es_subscription_form {
        flex-direction: column;
        align-items: stretch;
    }

  footer .ft_top_rigth_form  .es_subscription_form .es-custom-button {
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .inner-banner h1 {
        font-size: 42px;
        font-weight: 700;
        font-family: "Urbanist", sans-serif;
    }
}

@media screen and (max-width: 320px) {}