/*=============================================================================================================================
 									Screen min-width: 1300px Start
 ==============================================================================================================================*/

 @media only screen and (min-width: 1300px) {
    .main_spacing {
        padding: 0 90px;
    }

    .main_spacing_2 {
        padding: 0 140px;
    }

    .main_spacing_3 {
        padding: 0 250px;
    }
}

 /*=============================================================================================================================
 									Screen min-width: 1300px End
 ==============================================================================================================================*/


/*=============================================================================================================================
 									Screen max-width: 991px Start
 ==============================================================================================================================*/

@media screen and (max-width:991px) {
    .header .offcanvas {
        background-color: var(--black);
    }

    .header .navbar .header_spacing {
        padding: 0px 30px;
    }

    .header .navbar .navbar-nav {
        text-align: center;
    }

    .header .navbar .navbar-nav .nav-item::before {
        position: relative;
    }

    .header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 0;
    }

    .header .offcanvas .offcanvas-header button {
       background-color: transparent;
    }

   .header .offcanvas .offcanvas-header button i {
        color: var(--white-color);
        font-size: 20px;
    }

    .hero_video h1 {
        font-size: 35px;
    }

    .hero_video .main_part h5 {
        margin-bottom: 40px;
    }

    .vision .vision_main_description .h4 {
        font-size: 18px;
    }

    .vision .vision_main_description p {
        font-size: 15px;
    }

    .contact .contact_social_media span {
        font-size: 15px;
    }

    .news .news_box .logo .news_content .news_title {
        font-size: 18px;
    }
}

/*=============================================================================================================================
 									Screen max-width: 991px End
 ==============================================================================================================================*/

 /*=============================================================================================================================
 									Screen min-width: 768px Start
 ==============================================================================================================================*/

 @media (min-width: 768px) {
    .main_part {
        max-width: 98%;
    }
}

 /*=============================================================================================================================
 									Screen min-width: 768px End
 ==============================================================================================================================*/


/*=============================================================================================================================
 									Screen max-width: 767px Start
 ==============================================================================================================================*/

@media only screen and (max-width:768px) {

    .header .navbar .navbar-brand img {
        width: 160px;
    }

    .hero_video .video {
        height: 100%;
        width: auto;
        min-width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .btn_more {
        width: 100%;
        padding: 15px 0;
        font-size: 14px;
    }

    .py-100 {
        padding: 50px 0;
    }

    .portfolio_specing {
        margin-top: 0px;
    }

    .hero_video .main_part h5 {
        font-size: 20px;
    }

    .vision_img {
        display: none;
    }

    .portfolio-member .portfolio_case {
        font-size: 1.2rem;
    }

    .portfolio-member .modal_memeber_name {
        font-size: 20px;
    }

    .news .news_box .logo .news_content .news_title {
        font-size: 16px;
    }
}

/*=============================================================================================================================
 									Screen max-width: 767px End
 ==============================================================================================================================*/

/*=============================================================================================================================
 									Screen max-width: 575px Start
 ==============================================================================================================================*/

@media screen and (max-width:575px) {
    .contact.py-50 {
        padding-bottom: 1rem !important;
    }

    .footer .footer_bottom h6, .footer .footer_bottom a {
        font-size: 12px;
    }

    .extra_bottom, .footer .footer_bottom {
        padding: 20px 5px;
    }

    .extra_bottom h5 {
        font-size: 16px;
    }

    .button-riceberg {
        font-size: 11px;
    }

    .vision_title h2, .contact .contact_titles h2, .portfolio .portfolio_main_title h2, .team_title h2, .news_title h2 {
        font-size: 30px;
    }

    .portfolio-member .portfolio_case {
        font-size: 1rem;
    }

    .portfolio-member .modal_memeber_name {
        font-size: 20px;
    }

    .portfolio-member .portfolio_detail h4 {
        font-size: 16px;
    }

    .portfolio-member .portfolio_detail .portfolio_desc {
        font-size: 14px;
    }

    .news .investment {
        width: 80%;
    }

    .news .news_box .logo::after {
        height: 30vh;
    }
}

/*=============================================================================================================================
                                    Screen max-width: 575px End
==============================================================================================================================*/

/*=============================================================================================================================
                                    Screen max-width: 320px Start
==============================================================================================================================*/

@media screen and (max-width:320px) {
    .hero_video h1 {
        font-size: 25px;
    }

    .hero_video .main_part h5 {
        font-size: 16px;
    }

    .hero_video .scroll_walk {
        bottom: 60px;
    }

    .vision .vision_main_description {
        padding: 30px;
    }

    .extra_bottom, .footer .footer_bottom {
        padding: 20px 10px;
    }

    .extra_bottom h5 {
        font-size: 13px;
    }

    .portfolio-member .modal_memeber_name {
        font-size: 13px;
    }

    .portfolio-member .portfolio_case {
        font-size: .8rem;
    }

    .news .investment {
        width: 100%;
    }
    
}

/*=============================================================================================================================
                                    Screen max-width: 320px End
==============================================================================================================================*/