#clear {
    clear: both;
}

.pro-intials-no-img .wrapper {
    width: 60%;
}

.wrapper-bdr {
    border-left: 1px solid #144e73;
    border-right: 1px solid #144e73;
}

.projectheader {
    height: auto;
    color: #ffffff;
}
.projectheader {
    position: relative;
}

.projectheader .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
}

.projectheader img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 600px;
}
.project-top-part {
    margin-top: 70px;
}

#projectheader_title {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #164e73;
    padding: 25px 25px 25px 0;
    opacity: 0.9;
    box-sizing: border-box;
    z-index: 99;
}

.cust-header {
    position: unset !important;
}

#projectheader_title h2,
#projectheader_title h3 {
    color:#ffffff;
}

.cust_mid_content {
    display: inline-flex;
}
.cust_left {
    float: left;
}

.cust_right {
    float: right;
}
.cust_center {
    margin: auto;
}

.two-column {
    width: 50%;
}


.pro_image {
    height: 300px;
}

.pro_image img {
    height: 30%;
    clip: rect(0px,550px,250px,0px);
    position: absolute;
}

pro_detail_image img {
    height: 30%;
    clip: rect(0px,250px,550px,0px);
    position: absolute;
}
.cust_project_detail {
    display: inline-flex;
    background-color: #555555;
}

/*New Custom CSS*/
.project-top-part .cust_mid_content{width: 100%; padding-bottom: 50px;}
.project-top-part .cust_mid_content .cust_left{padding-right: 50px;}

.project-top-part .cust_mid_content .cust_left .pro_init h3{color: #46678d;}
.project-top-part .cust_mid_content .cust_left .pro_init p{margin-bottom: 20px;}
/* Center */
.project-top-part .cust_center .pro_init {margin-bottom: 50px;}
.project-top-part .cust_center .pro_init h3 {color: #46678d; font-size: 25px; margin-bottom: 20px;}
.project-top-part .cust_center .pro_init p {margin-bottom: 20px;}
.project-top-part .cust_center .pro_init {text-align: center;}
.project-top-part .cust_center .pro_init .pro-detail-one-cl { width: 80%; margin: 0 auto;}
/* End center */
.project-top-part .cust_mid_content .cust_right{padding-left: 50px}
.project-top-part .cust_mid_content .cust_right .pro_image{overflow: hidden;}
.project-top-part .cust_mid_content .cust_right .pro_image img{position: initial; width: 100%; height: auto;}

.project-details{background: #555555; padding: 100px 0 80px 0; color: #ffffff; display: -webkit-box;}
/*.project-details .cust_project_detail{max-width: 86%; margin: 0 auto; float: none; display: flex;}*/
.project-details .cust_left{padding-right: 30px; box-sizing: border-box;}
.project-details .cust_left .pro_detail_image{}
.project-details .cust_left .pro_detail_image img{width: 100%;}
.project-details .cust_right{padding-left: 30px; box-sizing: border-box;}
.project-details .cust_right p{line-height: 32px; margin: 20px 0;}
.project-details .cust_right h3{font-size: 34px;}

.project-details .cust_center{padding-left: 30px; box-sizing: border-box; text-align: center;}
.project-details .cust_center p{line-height: 32px; margin: 20px 0;}
.project-details .cust_center h3{font-size: 34px;color: #46678d;}

.custom-mid-image{width: 100%;}
.custom-mid-image .pro_list{margin: 30px auto 60px auto; float: none; max-width: 95%; width: 520px;}

/*.galleryImg { min-height: 400px !important;}*/

@media only screen and (max-width: 1400px){
    .project-top-part .wrapper{padding: 0 50px;}
    .project-details .wrapper{padding: 0 50px;}
}
/*
@media only screen and (max-width: 480px){
    .projectheader {height: 200px;}
}
@media screen and (max-width: 797px) and (min-width: 481px) {
    .projectheader {height: auto;}
    .project-top-part{margin-top: -50px;}
}
*/

@media only screen and (max-width: 480px){
    /*.projectheader {height: 200px;}*/
    .project-top-part {margin-top: 20px;}
    .project-top-part .wrapper{padding: 0 10px;}
    .project-top-part .wrapper{padding: 0 10px;}
    .project-top-part .cust_center .pro_init h3 {font-size: 22px;}
    .project-top-part .cust_center .pro_init p {font-size: 15px;}
}

@media only screen and (max-width: 768px){
    #projectheader_title{padding: 10px 10px 10px 30px;}
    .project-top-part .cust_mid_content{display: block;}
    .project-top-part .cust_mid_content .cust_left{width: 100%; padding: 0 0 30px 0;}
    .project-top-part .cust_mid_content .cust_right{width: 100%; padding: 0 0 30px 0;}
    .project-details{display: inline-block; padding: 30px 0;}
    .project-details .cust_left{width: 100%; padding: 0 0 30px 0;}
    .project-details .cust_right{width: 100%; padding: 0 0 30px 0;}
    .pro-intials-no-img .wrapper { width: 70%; }
    .project-top-part .cust_center .pro_init .pro-detail-one-cl { width: 90%; margin: 0 auto;}
    .custom-mid-image .pro_list{margin: 0 auto 30px auto; float: none; /* max-width: 80%; */ width: 520px;}
}

@media only screen and (max-width: 767px){
    #projectheader_title{padding: 10px 10px 10px 50px;}
}

/*
!*For Gallery Image in Mobile View*!
@media only screen and (max-width: 480px){
.galleryImg {
    height: 70vw !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .galleryImg {
        height: 52vh !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .galleryImg {
        height: 56vh !important;
    }
}*/

/*v 10-03-2021*/
.slider {
    position: relative;
    overflow: hidden;
}
.slider .nivoSlider img {
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
}
.slider .nivo-html-caption {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0,0,0,0);
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 0;
}
.slider .nivo-html-caption .slider_cont {
    display: block;
}

.video .video {
	padding-top: 95px;
}

@media screen and (max-width: 991px){
    .nivoSlider {
        height: 50vw;
    }
    .slider .slider_cont h1 {
        font-size: 80px;
        text-align: center;
        font: 360 83px lato,sans-serif;
        margin: 0;
        color: #fff;
        text-transform: capitalize;
        text-shadow: 0 0 30px #000;
    }

}


@media screen and (max-width: 480px){
    .nivoSlider {
        height: 60vw;
    }   
    .video .video {
		padding-top: 20px;
	}
}


/*v 10-03-2021*/
/*@media only screen and (min-width: 1281px){
	body .top_pnl .Renewal .faq_header {
		padding: 10px !important;
	}
	body  .top_pnl .Renewal .phone {
		margin: 28px 0 0 12px;
	}
}*/
@media only screen and (min-width: 1281px){
	body .top_pnl .Renewal .contact_btn span a {
		padding: 14px !important
	}
	body .top_pnl .Renewal .phone {
		margin-top: 27px;
	}
}



@media only screen and (min-width:1281px) and (max-width:1600px) {
    .slider .slider_cont h1 {
        font-size: 80px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    body .slider .slider_cont h1 {
        font-size: 70px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.top_pnl .Renewal .phone a {
	    font-size: 12px;
	    line-height: normal;
	}
	.top_pnl .Renewal .faq_header {
		padding: 6px 7px;
	}
	.top_pnl .Renewal .phone {
		margin-top: 10px;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    body .slider .slider_cont h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px){
    body .slider .slider_cont h1 {
        font-size: 30px;
        padding: 0 0 10px;
    }
}
@media screen and (max-width: 480px){
    body .slider .slider_cont h1 {
        font-size: 22px;
        padding: 0 0 10px;
    }
}
