@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 : 1366px) {
    
    .footer_link {
        font-size: 13px;
    }
    
     .footer_col .p_sin {
        line-height: 16px;
        min-height: 45px;
        margin-bottom: 9px;
     }
     
     .footer_col p {
        font-size: 12px;
        margin-bottom: 10px;
        min-height: 43px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
    
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

    .program_div .program_detail {
        min-height: 93px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    
    .navbar-expand-lg{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {


	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

    .caption_text {
        width: 400px;
    }
    
    .heading_sin {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    
    .heading {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .mini_heading_sin {
        font-size: 20px;
        margin-bottom: 7px;
    }
    
    .program_div .program_detail {
        min-height: 70px;
    }
    
    .about_img {
        width: 275px;
    }
    
    .navbar-expand-lg form{
        margin-top: 20px;
    }
   
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {

 

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

    .caption_text {
        width: 355px;
    }
    
    .carousel-control-next, .carousel-control-prev {
        width: 35px;
        height: 37px;
        left: 170px;
    }
    
    .heading_sin {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 8px;
    }
    
    .sub_heading_sin {
        font-size: 20px;
    }
    
    .mini_heading_sin {
        font-size: 15px;
        margin-bottom: 7px;
    }
    
    .program_div .program_detail {
        min-height: auto;
        line-height: 19px;
    }
    
    .about_img {
        width: 220px;
    }
    
    .page-link {
        padding: 6px 14px;
    }
    
    .program_div h2{
        min-height: auto;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
    
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    p {
      font-size: 15px;
      line-height: 20px;
    }
    
    .p_sin {
        font-size: 16px;
        color: #696969 !important;
        margin-bottom: 5px;
    }
    
    .nav-link{
      font-size: 12px;
    }
    
    .heading {
        font-size: 25px;
    }
    
    .carousel-control-prev {
        left: 21px !important;
    }
    
    .carousel-control-next, .carousel-control-prev {
        left: 61px;
    }
    
    .cr_text{
        font-size: 10px;
    }
    
    .sub_heading_sin {
        line-height: 25px;
    }
    
    .btn-primary {
        font-size: 12px;
        padding: 0.7em 1.2rem;
    }
    
     .sub_heading_sin {
        font-size: 18px;
    }
    
    .footer_logo {
        width: 128px;
    }
    
    .heading_sin {
        font-size: 21px;
    }
    
    .caption_text {
        width: max-content;
    }
    
    .carousel_caption_col p{
        display: none;
    }
    
    .carousel_caption_col h1{
        margin: 0px;
    }
    
    .about_img {
        width: 100%;
    }
        
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    
    .program_img_div {
        height: 230px;
    }
}

/* 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) {

	

}