@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

body{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color:#000;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
ul, li{
  list-style-type: none;
}
*, ul, li, p{
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, b, strong{
  font-weight: 700;
}
a, button{
  transition: 0.4s linear;
}
button:focus, .btn:focus{
    box-shadow: none;
}

a{
    text-decoration: none;
}
.inner_wrapper{
    overflow: hidden;
}

.main{
    position: relative;
}

.red-text{
    color: #ed1c24
}

a:focus-visible{
    outline: none;
}

/* header css */
.header {
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.main-menu-wrapper {
    display: flex;
    align-items: center;
    padding: 10px 0;
    /* background: rgb(0 0 0 / 80%); */
    background-color: rgb(255 255 255 / 50%);
    backdrop-filter: blur(20px);
}

.site-logo img {
    max-height: 80px;
    transition: all 0.3s ease-in-out;
}

.set_inner_hedr_blcok {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.set_inner_hedr_blcok_right ul {
   display: inline-flex;
   align-content: center;
   list-style: none;
}
.set_inner_hedr_blcok_right ul li {
    margin: 0 10px;
    padding: 0;
}

.btnset_primary {
    background: transparent;
    border: 1px solid #ed1c24;
    color: #ed1c24;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 6px;
    height: 42px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-width: 102px;
    text-align: center;
}
.btnset_primary:hover {
    background: #ed1c24;
    color: #ffffff;
}
.btnset_primary.cancelbtnset_btn {
    background: #ed1c24;
    color: #ffffff;
}
.btnset_primary.cancelbtnset_btn:hover{
    background: #fff;
    color: #ed1c24;
    border-color: #ed1c24;
}
.set_main_list ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.set_main_list {
    display: flex;
    padding: 0;
    width: 100%;
    background:#ed1c24;
}
.set_main_list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 6px 0;
    margin: 0;
}
.set_main_list ul li {
    display: inline-flex;
    margin: 0 10px;
    padding: 0;
    align-items: center;
}
.set_main_list ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.set_main_list ul li a:hover,
.set_main_list ul li a:focus,
.set_main_list ul li a.active-menu{
    color: #fff;
    background-color: rgb(255 255 255 / 40%);
}
.set_flow_for_mobile_div_plk {
    display: none;
}

.header.sticky{
    position: sticky;
    top: 0px;
    z-index: 9;
    background-color: transparent;
}

.header.sticky .site-logo img{
    max-height: 60px;
}

/* */

.sec_padding{
    padding: 80px 0;
}

.section_title{
    font-size: 36px;
    line-height: 42px;
    color: #000;
    margin: 0 0 20px 0;
}

.alt_sec{
    width: calc(100% - 30px);
    background-color: #fff6f6;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}

.alt_sec:before{
    content: '';
    position: absolute;
    background-position: left bottom;
    background-image: url(../images/bg-medical-pattern.png);
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.alt_sec .container{
    position: relative;
}

/* banner */
.home_banner{
    width: calc(100% - 30px);
    margin: 20px auto;
    position: relative;
    z-index: 0;
}

.home_banner .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -25px;
}

.home_banner .owl-nav .owl-prev,
.home_banner .owl-nav .owl-next{
    width: 50px;
    height: 50px;
    background-color: #ed1c24c7 !important;
    backdrop-filter: blur(15px);
}

.home_banner .owl-nav .owl-prev span,
.home_banner .owl-nav .owl-next span{
    color: #fff;
    font-size: 36px;
    line-height: 1;
}

.home_banner .owl-nav .owl-prev{
    margin-left: 20px;
}

.home_banner .owl-nav .owl-next{
    margin-left: auto;
    margin-right: 20px;
}

.home_banner .owl-stage .owl-item{
    height: 650px;
    position: unset;
}

.home_banner .owl-stage .owl-slide{
    height: 100%;
}

.banner_content {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 600px;
    max-width: 600px;
    min-height: 400px;
    background-color: #ffffff5c;
    backdrop-filter: blur(20px);
    padding: 40px;
    border-radius: 20px;
}

.banner_title{
    font-size: 42px;
    margin-bottom: 15px;
} 

.banner_desc{
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 28px;
} 

.home_banner .owl-slide img{
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}
/* */

/* about section */
.about_img_wrap{
    position: relative;
    display: flex;
    justify-content: center;
    width: 85%;
    margin: auto;
}

.about_img_wrap:before{
    content: '';
    position: absolute;
    right: -40px;
    left: auto;
    top: -30px;
    width: 400px;
    height: 160px;
    background-image: url(../images/bg-pattern.png);
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    background-size: contain;
    opacity: 0.5;
}

.about_img_wrap img{
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

/* */

/* project overview */
.sec_listing ul li{
    padding: 5px 0 5px 40px;
    background-image: url(../images/listing-icon.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 8px;
    background-size: 22px;
}

.project_overview_wrapper{
    position: relative;
    padding: 0px 150px 200px 0px;
}

.overview_large_img,
.overview_mediun_img,
.overview_small_img{
    display: inline-flex;
}

.overview_large_img img,
.overview_mediun_img img,
.overview_small_img img{
    border-bottom-left-radius: 30px;
}

.overview_mediun_img,
.overview_small_img{
    position: absolute;
}

.overview_large_img {
    width: 340px;
}

.overview_mediun_img{
    width: 330px;
    bottom: 50px;
    right: 80px;
    border: 20px solid #fff6f6;
    border-bottom-left-radius: 50px;
}

.overview_small_img{
    bottom: 0;
    left: 0;
    width: 190px;
}
/* */

/* tailored approach */
.tailored_approach{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
}

.tailored_approach img{
    width: 100%;
    border-radius: 20px;
}
/* */

/* nursing education */
.nursing_img_wrap img{
    border-radius: 20px;
}

.nursing_content_wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 3;
}
/* */

/* global opportunity */
.global_opportunity_wrapper{
    display: flex;
    flex-direction: column;
    text-align: center;
}
/* */

/* linguistic learning */
.interactive_learning{
    /* background-color: #fff6f6; */
    position: relative;
    overflow: hidden;
}

.interactive-learning-wrap{
    position: absolute;
    left: -180px;
    bottom: 0;
    width: 65%;
}

.cmn_content_listing{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cmn_content_list_item{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    line-height: 24px;
}

.cmn_content_list_img{
    width: 40px;
    height: 40px;
}

.cmn_content_list_img img{
    width: 100%;
}

.cmn_content_list_item p{
    width: calc(100% - 60px);
}
/* */

/* nursing education */
.nursing_img_wrap img{
    width: 100%;
}
/* */

/* photo gallery */
.photo_gallery .section_title{
    text-align: center;
}

.photo_gallery_wrapper{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.photo_gallery_item{
    width: calc(33.33% - 28px);
    margin: 14px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.photo_gallery_item a{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-flex;
}

.photo_gallery_item .gallery_content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    transition: all 500ms ease;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.photo_gallery_item .gallery_img{
    background: #ed1c24c2;
    width: 100%;
}

.photo_gallery_item a .gallery_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms ease;
}

.photo_gallery_item a:hover .gallery_img img{
    transform: scale(1.05);
    opacity: 0.05;
}

.photo_gallery_item a:hover .gallery_content{
    opacity: 1;
}

.photo_gallery_item .gallery_content::before{
    position: absolute;
    content: '';
    border: 3px solid #fff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 500ms ease;
}

.photo_gallery_item a:hover .gallery_content::before{
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    opacity: 1;
}
/* */

/* quote section */
.in_focus_wrap{
    padding-top: 50px;
}

.in_focus_wrap .section_title{
    text-align: center;
    justify-content: center;
}

.quote-image{
    width: 70%;
    display: flex;
    margin-left: auto;
}

.quote-cms{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.quote-cms .quote{
    font-size: 20px;
    line-height: 30px;
    position: relative;
}

.quote-cms .quote .top-quote-img{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.quote-heading{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.quote-title{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0px;
}

.quote-subtitle{
    font-size: 16px;
    line-height: 24px;
    color: #8b8b8b;
}
/* */

/* connnect */
.contact_sec{
    position: relative;
}

.contact_sec:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff6f6;
    z-index: -1;
}

.cta_wrapper{
    display: flex;
    align-items: stretch;
}

.care_connect_contact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 50px;
    width: calc(100% - 300px);
}

.care_connect_contact p{
    margin-bottom: 20px;
}

.care_connect_contact .btnset_primary:hover{
    background-color: #fff;
    border-color: #ed1c24;
}

.cta_img_wrap{
    width: 250px;
}


/* */

/* footer */
.footer_wrapper.alt_sec{
    overflow: hidden;
    margin-bottom: 20px;
    background: url(../images/footer-pattern-img.png) center center / cover no-repeat #fff6f6;
}

.footer_wrapper.alt_sec:before{
    display: none;
}

.footer_grid_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    padding: 20px 0;
}

.footer_logo{
    width: 100px;
}

.footer_site_logo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry_title{
    margin: 0px;
    font-size: 26px;
    line-height: 34px;
}

.footer_contact_info {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.foot_call_us {
    display: flex;
    align-items: center;
    gap: 10px;
}

.foot_call_us:hover .foot_contact h3{
    color: #ed1c24;
}

.foot_img {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ed1c24;
}

.foot_img svg{
    color: #fff;
    width: 22px;
    height: 22px;
}

.foot_contact {
    color: #000;
}

.foot_contact span{
    font-weight: 500;
    display: inline-flex;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}

.cmn_foot_contact h3{
    margin: 0px;
    font-size: 20px;
    line-height: 28px;
    transition: 0.4s linear;
    color: #000;
}

.cmn_foot_contact a:hover h3{
    color: #ed1c24;
}

.copyright_section{
    background-color: #ed1c24;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    font-size: 12px;
    color: #fff;
}
/* */

@media (min-width: 992px){
    .mobile_toggle_icon{
        display: none;
    }

    .set_main_list .offcanvas{
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
        border: 0;
        flex-direction: row;
        visibility: visible;
        background-color: transparent;
    }

    .set_main_list .offcanvas-header{
        display: none;
    }

    .set_main_list .offcanvas-body{
        padding: 0;
        flex-grow: unset;
        overflow: unset;
        width: 100%;
    }
}

@media (max-width: 1600px){
    .section_title{
        font-size: 32px;
        line-height: 38px;
    }

    .interactive-learning-wrap{
        width: 60%;
    }

    .quote-image {
        width: 60%;
    }

    .inquiry_title {
        font-size: 24px;
        line-height: 32px;
    }

    .cmn_foot_contact h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1399px){
    .site-logo img{
        max-height: 70px;
    }

    .set_main_list ul{
        padding: 4px 0;
    }

    .set_main_list ul li{
        margin: 0 7px;
    }

    .set_main_list ul li a{
        font-size: 15px;
    }

    .section_title {
        font-size: 28px;
        line-height: 36px;
    }

    .overview_large_img {
        width: 280px;
    }

    .overview_mediun_img {
        width: 270px;
        bottom: 50px;
        right: 80px;
        border: 15px solid #fff6f6;
    }

    .cmn_content_list_img {
        width: 35px;
        height: 35px;
    }

    .cmn_content_list_item p {
        width: calc(100% - 55px);
    }

    .photo_gallery_item .gallery_content{
        font-size: 22px;
        line-height: 30px;
        padding: 24px;
    }

    .photo_gallery_item a:hover .gallery_content::before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        left: 10px;
        top: 10px;
    }
}

@media (max-width: 1199px){

    body{
        font-size: 16px;
    }

    .site-logo img {
        max-height: 60px;
    }

    .header.sticky .site-logo img {
        max-height: 50px;
    }

    .btnset_primary{
        font-size: 14px;
        height: 38px;
        padding: 0 15px;
    }

    .home_banner .owl-stage .owl-item {
        height: 580px;
    }

    .sec_padding {
        padding: 65px 0;
    }

    .project_overview_wrapper {
        padding: 0px 70px 150px 0px;
    }

    .overview_large_img {
        width: 250px;
    }

    .overview_mediun_img {
        width: 220px;
        bottom: 100px;
        right: 50px;
    }

    .overview_small_img {
        width: 140px;
    }

    .sec_listing ul li{
        background-size: 20px;
        padding: 5px 0 5px 30px;
    }

    .section_title {
        font-size: 26px;
        line-height: 34px;
        margin: 0 0 15px 0;
    }

    .cmn_content_list_item {
        gap: 14px;
        font-size: 14px;
        line-height: 22px;
    }

    .cmn_content_list_item p {
        width: calc(100% - 50px);
    }

    .quote-cms .quote {
        font-size: 18px;
        line-height: 28px;
    }

    .quote-cms .quote .top-quote-img {
        width: 35px;
        height: 35px;
        margin-right: 8px;
    }

    .quote-title {
        font-size: 26px;
        line-height: 32px;
    }

    .footer_logo {
        width: 75px;
    }

    .footer_grid_wrapper{
        padding: 15px 0;
    }

    .foot_img {
        width: 40px;
        height: 40px;
    }

    .foot_img svg {
        width: 18px;
        height: 18px;
    }

    .copyright_section{
        padding: 6px 0;
        font-size: 11px;
    }

    .photo_gallery_item {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    .cta_img_wrap {
        width: 200px;
    }

    .care_connect_contact {
        padding: 15px 40px;
        width: calc(100% - 200px);
    }

    .home_banner .owl-nav{
        margin-top: -20px;
    }

    .home_banner .owl-nav .owl-prev, .home_banner .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }

    .home_banner .owl-nav .owl-prev span, 
    .home_banner .owl-nav .owl-next span{
        font-size: 28px;
    }
}

@media (max-width: 991px){
    .set_flow_for_mobile_div_plk{
        display: inline-flex;
    }

    .set_main_list{
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -300px;
        transition: all;
        width: 300px;
    }

    .menu-open .set_main_list{
        opacity: 1;
        visibility: visible;
        left: 0;
        display: inline-flex;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: #ed1c24;
        z-index: 111;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .set_main_list .mobiledrtypoqwe_mobile {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .set_main_list .offcanvas{
        width: 300px;
        background-color: #ed1c24;
    }

    .set_main_list .offcanvas-header{
        justify-content: flex-end;
        padding: 10px;
    }

    .set_main_list .offcanvas-header .btn-close{
        background-image: url(../images/close-icon.svg);
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
        opacity: 1;
    }

    .set_inner_hedr_blcok_right{
        display: inline-flex;
        align-items: center;
    }

    .home_banner .owl-stage .owl-item {
        height: 520px;
    }

    .set_main_list ul li{
        margin: 3px 0;
    }

    .mobile_toggle_icon{
        width: 38px;
        height: 38px;
        border-radius: 6px;
        padding: 4px;
        border: 1px solid #ed1c24;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_toggle_icon:focus,
    .mobile_toggle_icon:hover{
        outline: none;
        border: 1px solid #ed1c24;
    }

    .mobile_toggle_icon img{
        width: 20px;
    }

    .sec_padding {
        padding: 50px 0;
    }

    .project_overview_wrapper{
        padding: 0px 40px 150px 40px;
        max-width: 500px;
        width: 100%;
        margin: 0 auto 48px;
    }

    .overview_mediun_img {
        bottom: 0;
    }

    .overview_small_img {
        left: 40px;
    }

    .interactive-learning-wrap{
        position: relative;
        top: 0px;
        left: auto;
        bottom: auto;
        width: 100%;
    }

    .quote-image{
        margin: 0 auto;
        width: 40%;
    }

    .cta_img_wrap {
        width: 180px;
    }

    .care_connect_contact {
        padding: 12px 30px;
        width: calc(100% - 180px);
    }

    .photo_gallery_item{
        width: calc(50% - 20px);
    }

    .footer_logo {
        width: 65px;
    }

    .footer_contact_info {
        gap: 10px;
    }

    .inquiry_title {
        font-size: 20px;
        line-height: 30px;
    }

    .foot_call_us {
        gap: 6px;
    }

    .foot_img {
        width: 35px;
        height: 35px;
    }

    .foot_img svg {
        width: 16px;
        height: 16px;
    }

    .cmn_foot_contact h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .quote-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 767px){
    .home_banner .owl-stage .owl-item {
        height: 400px;
    }

    .btnset_primary {
        font-size: 13px;
        height: 34px;
        padding: 0 12px;
        min-width: 80px;
    }

    .mobile_toggle_icon {
        width: 34px;
        height: 34px;
    }

    .mobile_toggle_icon img {
        width: 18px;
    }

    .cta_img_wrap{
        display: none;
    }

    .care_connect_contact{
        padding: 30px 0px;
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }

    .footer_grid_wrapper{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer_contact_info {
        gap: 10px;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0;
        width: 100%;
    }

    .inquiry_title{
        width: 100%;
    }

    .copyright_section {
        padding: 10px;
        text-align: center;
    }

    .global_opportunity_wrapper,
    .in_focus_wrap .section_title,
    .photo_gallery .section_title{
        text-align: left;
    }

    .in_focus_wrap .section_title{
        justify-content: flex-start;
    }

    .photo_gallery_item .gallery_content {
        font-size: 20px;
        line-height: 28px;
        padding: 20px;
    }

}

@media (max-width: 575px){

    body {
        font-size: 14px;
    }

    .home_banner .owl-stage .owl-item {
        height: 320px;
    }

    .sec_padding {
        padding: 40px 0;
    }

    .section_title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 10px 0;
    }

    .project_overview_wrapper{
        padding: 0px 20px 150px 20px;
        max-width: 410px;
    }

    .overview_large_img {
        width: 200px;
    }

    .overview_mediun_img {
        width: 180px;
        bottom: 65px;
    }

    .overview_small_img {
        left: 20px;
    }

    .sec_listing ul li {
        background-size: 18px;
        padding: 5px 0 5px 26px;
    }

    .cmn_content_list_img {
        width: 30px;
        height: 30px;
    }

    .cmn_content_list_item p {
        width: calc(100% - 45px);
    }

    .set_inner_hedr_blcok_right ul{
        gap: 10px;
        margin-right: 10px;
    }

    .set_inner_hedr_blcok_right ul li{
        margin: 0px;
    }

    .site-logo img {
        max-height: 50px;
    }

    .header.sticky .site-logo img {
        max-height: 45px;
    }

    .quote-cms .quote {
        font-size: 16px;
        line-height: 26px;
    }

    .quote-heading{
        row-gap: 3px;
    }

    .quote-title {
        font-size: 20px;
        line-height: 28px;
    }

    .quote-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .inquiry_title {
        font-size: 18px;
        line-height: 28px;
    }

    .foot_img {
        width: 32px;
        height: 32px;
    }

    .foot_img svg {
        width: 14px;
        height: 14px;
    }

    .cmn_foot_contact h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .photo_gallery_item .gallery_content {
        font-size: 18px;
        line-height: 26px;
        padding: 16px;
    }

    .photo_gallery_item a:hover .gallery_content::before {
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        left: 6px;
        top: 6px;
    }

    .home_banner .owl-nav .owl-prev, .home_banner .owl-nav .owl-next {
        width: 32px;
        height: 32px;
    }

    .home_banner .owl-nav .owl-prev span, .home_banner .owl-nav .owl-next span {
        font-size: 22px;
    }

    .home_banner .owl-nav .owl-prev {
        margin-left: 10px;
    }

    .home_banner .owl-nav .owl-next {
        margin-left: auto;
        margin-right: 10px;
    }
}


@media (max-width: 479px){
    .section_title {
        font-size: 22px;
        line-height: 30px;
    }

    .project_overview_wrapper {
        padding: 0px 0px 150px 0px;
        max-width: 330px;
    }

    .overview_mediun_img{
        right: 0px;
        border: 10px solid #fff6f6;
    }

    .overview_small_img {
        left: 0px;
    }

    .photo_gallery_item .gallery_content {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 400px){
    .project_overview_wrapper{
        max-width: 290px;
    }

    .overview_large_img {
        width: 180px;
    }

    .overview_mediun_img {
        width: 160px;
    }

    .photo_gallery_item {
        width: calc(50% - 12px);
        margin: 6px;
    }

    .overview_small_img {
        width: 100px;
        bottom: 20px;
    }

    .photo_gallery_item .gallery_content {
        font-size: 14px;
        line-height: 22px;
    }
}