@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {
  
    h1 {
        font-size: 25px;
    }

    .notice_div .text{
        min-height: 60px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
  
    .icon_div {
         min-width: 210px;
    }

    .project_des{
        background-position: -222px;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    
    .icon_div {
        min-width: 170px;
        padding: 10px;
        height: 100%;
    }

    .stats_icon {
        width: 50px;
        padding: 8px;
    }

    .benifits_img {
        width: 300px;
    }

    .project_des {
        background-position: -160px !important;
    }

    .gallery_img_div {
        height: 160px;
    }

    .notice_div .icon_div{
        min-height: 60px;
    }
  
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
  
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

    #overlay nav {
        font-size: 34px;
    }

    .logo_div {
        width: 245px;
    }

    .left_cover_bg {
        background-position: -170px;
    }

    .footer_logo {
        width: 250px !important;
    }

    .about_sec {
        background-image: none !important;
    }

    .hero-style {
        height: 700px;
        transition: all .4s ease;
    }

    .header_social_div {
        bottom: 8px;
    }

    .slide-title {
       width: 335px;
       padding: 19px;
       margin-bottom: 60px;
    }

    .swiper-button-next, .swiper-button-prev {
        bottom: 10px !important;
    }

    .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
        width: 47px;
        height: 47px;
        line-height: 42px;
    }

    .footer_logo_col {
        padding: 45px;
    }

    .footer_con_flex svg {
        width: 19px;
    }

    .partner_bg{
        background-position: left;
    }

    .icon_div {
        min-width: 208px;
    }

    .purposes_con{
        border-radius: 0;
    }

     .project_des{
        background-image: none !important;
    }

    .vision_box {
        flex-direction: column-reverse;
        align-items: start;
    }

    .vision_box .icon_box img {
        width: 60px;
    }

    .exp_bg{
        border-radius: 0;
    }

    .custom_tab .nav-link {
        font-size: 12px;
        width: 150px;
        padding: 10px 5px;
    }

    .step_ul ul{
        padding: 0;
        width: 100%;
    }

    .stage_text {
        padding: 13px;
    }

    .round_corner_div {
        padding: 18px;
    }

    .notice_div .icon_div{
        min-height: 78px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
  
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

    .stats_flex{
        flex-wrap: wrap;
    }

    .purpose3{
        border: none;
    }

    .gallery_img_div {
        height: 300px;
    }

    .partner_card .text p{
        min-height: auto;
    }   

    .notice_div p{
        min-height: auto;
    }

     .notice_div .icon_div{
        min-height: auto;
    }

    .h3_line2{
        height: auto;
    }

    .partner_card .h5_line2{
        min-height: auto;
    }
    

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
 
    .hero-slider .swiper-container {
        border-radius: 0;
    }

    .sidebar-wrapper {
        z-index: 9;
    }

    .sidebar-wrapper {
        height: 50px;
        width: 50px;
        border-radius: 2px;
    }

    .nav_bar{
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .nav_btn{
        display: none;
    }

        .mobile_logo {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        background-color: #ffffff70;
        border: 1px solid #dfdfdf;
        padding: 15px;
        width: 180px;
        border-radius: 2px 2px 25px 2px;
        margin: 10px;
    }

    .hero-style {
        height: 520px;
    }

    h2 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;    
    }

    .mobile_heading {
        bottom: 150px;
        padding-left: 38px !important;
    }

    .icon_div {
        min-width: 225px;
    }

    .purpose3{
        border-right: 1px solid #ffffff2a;
    }

    .purpose2{
        border-right: none;
    }

    .purpose4{
        border-right: none;
    }

    .h5_line3 {
        min-height: auto;
    }

    .vision_box .icon_box img {
        width: 50px;
    }

    .value_div{
        padding: 10px;
    }

    .value_div .text {
        min-height: auto;
    }   

    .inner_banner{
        border-radius: 0;
        height: 250px;
    }

    .header_text_div{
        width: 100%;
        padding-right: 0;
    }

    .inner_banner .header_text_div h1{
        text-align: center;
    }

    .gallery_img_div {
        height: 300px;
    }

    .nav-menu {
        left: auto;
        width: 250px;
        z-index: 99;
    }

    .fill_icon_div .purpose_icon_div{
        width: 50px;
    }

    .fill_icon_div {
        padding: 35px 20px 20px 20px;
    }

    .step_ul{
        padding-left: 30px;
    }
    
    .ol-cards > li > .icon {
        font-size: 15px;
    }

    .benifit_div{
        flex-direction: column;
        align-items: flex-start !important;
    }

    .partnets_owl .item {
        padding: 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    h1 {
        font-size: 23px;
    }
	
    .stats_icon {
        width: 40px;
        padding: 7px;
    }

    .icon_div {
        min-width: 155px;
    }

    .sec_padding {
        padding: 50px 0;
    }

    .h5_line2 {
        min-height: 30px;
    }

    .slide-title img {
        width: 55px;
    }

    .slide-title {
        width: 315px;
    }

    .slide-title {
        width: 315px;
        padding: 19px;
        margin-bottom: 70px;
    }

    .benefits_bg {
        background-position: center;
    }

    .benefits_bg::before {
        width: 316px;
        margin-left: -315px;
    }

    .gallery_img_div {
        height: 280px;
    }

    .round_corner_div {
        padding: 25px;
    }

    .btn{
        font-size: 12px;
    }

    .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next{
        opacity: 1 !important;
    }

    .partnets_owl .item {
        height: 80px;
    }

}

@media only screen and (max-width : 460px) {
	

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
	
    .icon_div {
        min-width: 148px;
    }

     .gallery_img_div {
        height: 200px;
    }
	
    .step_ul ul {
        --col-gap: 19px;
    }

    .step_ul ul li {
        --inlineP: 10px;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {


}


@media only screen and (max-width : 320px) {



}