@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) {
  
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1399px) {
  
    .detail_card {
        padding: 40px 50px;
    }
    
    .btn_div {
        bottom: 40px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    .arrow_btn, .border_btn {
        padding: 10px 20px;
    }

    .btn p {
        font-size: 12px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
  

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    
    .card_logo {
        width: 120px;
        margin-bottom: 15px;
    }

    .footer_left_div {
        flex-direction: column;
        padding-bottom: 0;
    }

    .footer_left_div p{
        padding-left: 0 !important;
    }

    .footer_logo_div{
        margin-bottom: 20px;
    }

    .footer_con {
        background-image: linear-gradient(to right, #003631 66%, rgba(0, 0, 0, 0) 40%), url(../images/footer_img.jpg);
    }

    .about_con {
        padding: 50px 0;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
  
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
  
    .detail_card {
        padding: 30px 30px;
    }


    h3 {
        font-size: 17px;
    }

    .btn_div{
        position: relative;
        bottom: 0;
    }

    .arrow_btn, .border_btn {
        padding: 10px 14px;
    }

    .card_logo {
        width: 100px;
    }

    .logo_bar {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
    }

    .main_banner {
        height: 300px;
    }

    .about_con {
        background-image: linear-gradient(to top, #ffffff 40%, rgba(0, 0, 0, 0) 81%), url(../images/pattern_bg.jpg);
    }

    .slide-progress {
        left: 41%;
    }
    

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
  
	h1{
        font-size: 90px;
    }

    .logo_bar .logo_div {
        width: 170px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

    .logo_bar {
        padding: 20px 70px;
        text-align: center;
    }

    h2 {
        font-size: 20px;
    }

    h5 {
        font-size: 13px;
    }

    .main_banner {
        height: 250px;
    }

    .list_con {
        padding: 50px 0;
    }

    .footer_logo_div{
        width: 250px;
    }

    .footer_con {
        background-size: auto;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {

    h1 {
        font-size: 59px;
        bottom: -25px;
    }
  
    .logo_bar p{
        display: none;
    }

    .main_banner {
        height: 220px;
    }

    .footer_con {
        background-image: linear-gradient(to right, #003631 100%, rgba(0, 0, 0, 0) 40%);
    }

    .footer_contact {
        font-size: 18px;
    }

    .about_con {
        padding: 25px 0;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	

}

@media only screen and (max-width : 460px) {
	

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
	

	
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {


}


@media only screen and (max-width : 320px) {



}