/* carousel navigation -- Start */
.banner-part .owl-nav button.owl-next{
    background: url(../images/carousel_next.png) no-repeat !important;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 33%;
    z-index: 9999;
}
.banner-part .owl-nav button.owl-next span{ 
    display: none;
}

.banner-part .owl-nav button.owl-prev span{
    display: none;
}

.banner-part .owl-nav button.owl-prev{
    background: url(../images/carousel_prev.png) no-repeat !important;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 33%;
    z-index: 9999;
}

.owl-dots{
    display: none;
}
/* carousel navigation -- End */


/* navbar -- start */
.header.fixed{
    background: white;
    z-index: 999;
}

.nav-item .nav-link{
    color: black;
}

.nav-item .nav-link:hover{
    color: black;
}

.nav-item .nav-link:active{
    color: black;
}

.nav-item.dropdown .nav-link.show{
    color: black;
}

.nav-item .current{
    color: #679C2B;
}

.nav-item .current:hover{
    color: #679C2B;
}

.nav-item .current:active{
    color: #679C2B;
}

.nav-item.dropdown .current.show{
    color: #679C2B;
}
/* navbar -- end */


/* carousel -- Start */
.home_banner{
    margin-top: 140px;
}

.home_banner .carousel_page{
    z-index: 0;
}

.carousel_contents .left_contents img{
    width: 100%;
}

.carousel_contents h2{
    align-content: end;
    min-height: 150px;
    font-size: 40px;
    font-weight: 700;
}

.carousel_contents .right_contents{
    padding-left: 65px;
    padding-right: 0px;
}

.right_contents p{
    width: 495px;
    margin-top: 30px;
    font-weight: 500;
}

.right_contents .page_num{
    margin-bottom: 20px;
    width: 140px;
    padding-left: 400px;
}

.right_contents .page_num h6{
    color: #679C2B;
    font-size: 70px;
    font-weight: 700;
}

.page_num h6 span{
    color: black;
    font-size: 35px;
}

.date_content{
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.date_content p{
    padding-top: 13px;
    font-weight: 600;
    width: 114px;
    margin-top: 0px;
}
.lines hr{
    width: 300px;
    border: 1px solid #679C2B;
}

.white_button{
    display: flex;
    width: 220px;
    background: #679C2B;
    margin-top: 30px;
}
.white_button .white_icon{
	margin-right: 5px;
}
/* carousel -- End */


/* About Us Page -- Start */
.about_us_page {
    position: relative;
    margin-bottom: 50px;
}

.about_us_page .tree_1 {
    z-index: -1;
    top: 0px;
    position: absolute;
    right   : 0px;
    width   : 700px;
}

.about_us_page p {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    width: 860px;
    margin-bottom: 12px;
}
.about_us_page h3 {
    font-size: 40px;
    font-weight: 700;
}

.about_us_page img{
    width: 280px;
}
/* About Us Page -- End */


/* Project criteria -- Start */
.pc_contents .l_contents{
    padding-left: 25px;
    padding-top: 50px;
}
.green_button {
    margin-left: 16px;
    width: 200px;
    height: 42px;
	color:#000;
}
.green_button .green_icon{
	margin-right:5px;
}

.green_button a{
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.pc_page{
    background: #EDEDED;
    border-radius: 0px 20px 20px 0px;
}

.r_contents img{
    width: 100%;
    height: 600px;
}
.l_contents .heading{
    padding-left: 16px;
}

.heading h3{
    font-weight: 700;
    font-size: 20px;
}

.heading p{
    font-size: 12.5px;
    margin-top: -6px;
}

.points li{
    font-size: 13.5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.green_button img{
    width: 21px;
    margin-top: -3px;
}
/* Project criteria -- End */


/* Read current projects -- Start */
.read_current_projects_page{
    margin-top: 50px;
}
.read_current_projects_content {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: flex-start;
    align-items    : center;
    margin-bottom  : 25px;
}

.read_current_projects_content .dropdown_options {
    display: flex;
    gap    : 27px;
}

.read_current_projects_content h3 {
    margin-right: 129px;
    font-size   : 40px;
    font-weight : 700;
    line-height : 70px;
    color       : #679C2B;
}

.dropdown .btn {
    background   : #E3ECD9;
    border-radius: 50px;
    width        : 175px;
    height       : 35px;
    font-size    : 13px;
    font-weight  : 525;
    text-align   : center;
}

.read_current_projects_page .read_more_projects_cards{
    margin-left: 60px;
    margin-bottom: 60px;
}

.read_more_projects_cards .card {
    width           : 300px;
    height          : 320px;
    border-radius   : 17px;
    border-color: #E6E6E6;
}

.read_more_projects_cards {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 50px;
}


.card_content h6 {
    font-size  : 14px;
    font-weight: 750;
    line-height: 20px;
    margin-top : 18px;
    margin-left: 17px;
    min-height: 40px;
}

.card_content p {
    font-size  : 12px;
    line-height: 17px;
    margin-left: 17px;
    margin-bottom: 10px;
    color: #6A6A6A;
}

.read_more_projects_cards .see_more_details{
    color: #679C2B;
    text-decoration: none;
    margin-left: 17px;
    font-size: 12px;
}

.card .time{
    opacity: 0.9;
    margin-top: 15px;
    margin-left: 212px;
    border-radius: 17px;
    font-size: 11px;
    background: #679C2B;
    color: white;
    position: absolute;
    width: 68px;
    height: 23px;
    padding: 4px 10px 6px 10px;
}

.card .card_content{
    display: flex;
}

.card_content .date{
    line-height: 20px;
    margin-top: 15px;
    color: #3D37F1;
    font-size: 10px;
    font-weight: 700;
}

.card_content .date span{
    color: black;
    font-size: 25px;
    font-weight: 700;
}
/* Read current projects - End */

/* Responsive -- Start */
@media (max-width: 1200px) {
    .carousel_contents .right_contents{
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .right_contents p {
        width: 435px;
    }

    .date_content {
        gap: 0px;
    }

    .date_content p {
        width: 125px;
        font-size: 15px;
    }

    .about_us_page p {
        width: 790px;
    }

    .read_current_projects_content h3 {
        margin-right: 15px;
        font-size: 36px;
    }

    .read_current_projects_content .dropdown_options {
        gap: 10px;
    }

    .read_more_projects_cards .card {
        width: 258px;
        height: 310px;
    }

    .card .time {
        margin-left: 170px;
    }

    .card .card_content {
        padding-right: 15px;
        gap: 0px;
		flex-wrap: wrap;
    }
	.card_content h6{
		margin-top: 0;
	}

    .card_content p br {
        display: none;
    }

    .card_content div{
        margin-left: -10px;
    }
}

@media (max-width: 1024px) {
    .carousel_contents .right_contents {
        padding-left: 15px;
    }

    .carousel_contents h2 {
        font-size: 30px;
        min-height: 108px;
    }

    .right_contents p {
        margin-top: 15px;
        font-size: 14px;
    }

    .date_content p {
        margin-top: 0px;
    }

    .right_contents .page_num {
        padding-left: 300px;
    }

    .white_button {
        margin-top: 20px;
    }

    .about_us_page p {
        width: 680px;
    }

    .about_us_page .tree_1 {
        top: -130px;
    }

    .read_current_projects_page .read_more_projects_cards {
        margin-left: 35px;
    }
}

@media (max-width: 991px) {
    .home_banner {
        margin-top: 125px;
    }

    .carousel_contents .left_contents, .carousel_contents .right_contents{
        width: 100%;
    }
	.banner-part .owl-nav button.owl-prev, .banner-part .owl-nav button.owl-next{
		display:none;
	}
	.page_num{
		display:none;
	}

    .right_contents p {
        width: 370px;
    }

    .date_content{
        display: contents;
    }

    .right_contents .page_num{
        padding-left: 250px;
    }

    .about_us_page p {
        width: 565px;
    }

    .pc_page {
        border-radius: 20px;
    }

    .pc_contents .l_contents {
        padding-top: 30px;
        padding-right: 20px;
    }

    .r_contents img {
        display: none;
    }

    .read_current_projects_page .read_more_projects_cards {
        margin-left: 75px;
    }

    .green_button {
        margin-bottom: 20px;
    }

    .dropdown .btn {
        width: 142px;
        height: 30px;
        font-size: 11px;
    }

    .read_current_projects_content h3 {
        text-wrap: wrap;
        width: 235px;
        line-height: 40px;
    }
}

@media (max-width: 840px) {
    .carousel_contents h2 br{
        display: none;
    }

    .right_contents p {
        width: 300px;
    }

    .right_contents .page_num{
        padding-left: 200px;
    }

    .about_us_page p {
        width: 550px;
    }

    .about_us_page .tree_1 {
        top: -46px;
        width: 565px;
    }

    .about_us_page p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 768px) {
    .about_us_page p {
        width: 500px;
        font-size: 14px;
        line-height: 25px;
    }

    .about_us_page .tree_1 {
        top: -35px;
    }
}

@media (max-width: 767px) {
    .carousel_contents h2{
        font-size: 19px;
        min-height: 65px;
    }

    .right_contents p {
        font-size: 13px;
    }

    .right_contents .page_num h6{
        font-size: 50px;
    }

    .page_num h6 span{
        font-size: 25px;
    }

    .white_button{
        width: 200px;
    }

    .read_current_projects_page .read_more_projects_cards {
        margin-left: 0px;
    }

    .read_more_projects_cards {
        gap: 15px;
    }

    .read_more_projects_cards .card {
        width: 250px;
    }

    .read_current_projects_content h3 {
        text-wrap: nowrap;
    }

    .about_us_page p {
        width: 452px;
        line-height: 24px;
    }

    .about_us_page .tree_1 {
        top: -35px;
        width: 505px;
    }

    .green_button a {
        font-size: 13px;
    }

    .green_button {
        width: 185px;
        height: 35px;
    }
}

@media (max-width: 678px) {
    .about_us_page p {
        width: 396px;
        line-height: 23px;
    }
}

@media (max-width: 540px) {
    .about_us_page img {
        width: 225px;
    }

    .about_us_page .tree_1 {
        top: -25px;
        width: 400px;
    }
}

@media (max-width: 420px) {
    .dropdown .btn {
        width: 121px;
        height: 28px;
        font-size: 10px;
    }

    .read_current_projects_content h3 {
        font-size: 30px;
    }

    .read_more_projects_cards .card {
        width: 190px;
        height: 285px;
    }

    .card .time {
        margin-left: 105px;
    }

    .about_us_page .tree_1 {
        display: none;
    }
    
}

@media (max-width: 375px) {
    .navbar_brand .logo{
        width: 250px;
    }

    .dropdown .btn {
        width: 110px;
        font-size: 9px;
    }

    .about_us_page p {
        width: 360px;
        line-height: 22px;
        font-size: 13px;
    }

    .read_more_projects_cards .card {
        width: 168px;
        height: 310px;
    }

    .card .time {
        font-size: 10px;
        width: 64px;
        height: 22px;
        margin-left: 90px;
    }
}
/* Reponsive -- End */
