
.c1{
    height: 200px;
    /* width: 400px; */
     padding: 20px;
    color: white;
    background-image: url("../images/clipping/1.jpg");
    background-size: cover;
    display: flex;
  position: relative;
    cursor: pointer;
}
navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
.navbar-light .navbar-nav .active>.nav-link{
    border-bottom: 2px solid #fdaa2f;
}
.bt_n a{
    color: #000;
    font-weight: 500;
    padding-right: 15px;
}
.bt_n a:hover{
    color: #fdaa2f;
}
.navbar-light .navbar-nav .nav-link:hover{
    border-bottom: 2px solid #fdaa2f;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav {

    gap: 25px;
}
.br_l6{
    /* border-left: 1px solid #ffffff; */
    border-left: 4px solid #6d2727;
    border-image: linear-gradient(to bottom, #ffffff, #ffffff) 1;
}
.dropdown-toggle::after {
   
    vertical-align: 0.1em;}


.c2{
    height: 200px;
    /* width: 400px; */
     padding: 20px;
    color: white;
    background-image: url("../images/clipping/2.jpg");
    background-size: cover;
    display: flex;
  position: relative;
    cursor: pointer;
}
.c3{
    height: 200px;
    /* width: 400px; */
     padding: 20px;
    color: white;
    background-image: url("../images/clipping/3.jpg");
    background-size: cover;
    display: flex;
  position: relative;
    cursor: pointer;
}

.c4{
    height: 200px;
    /* width: 400px; */
     padding: 20px;
    color: white;
    background-image: url("../images/clipping/4.jpg");
    background-size: cover;
    display: flex;
  position: relative;
    cursor: pointer;
}

.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(31, 31, 31, 0.85);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.content *{
    transform: translateY(-70%);
    transition: all 0.3s ease;
    opacity: 0;
}

.content h2{
    font-size: 35px;
    margin: 15px;
    font-weight: 700;
}

.content h3{
    font-size: 23px;
    text-transform: uppercase;
}

.card:hover .content{
    opacity: 1;
}

.card:hover .content *{
    opacity: 1;
    transform: translateY(0);
}

.yellow{
    color: #e7a31e;
}
.blac_k{
    color: #000;
}
.blue{
    color: #51a4f1;
}
.blac_k{
    color: #000;
}
.blac_k{
    color: #000;
}
.blac_k{
    color: #000;
}
.blac_k{
    color: #000;
}

button.btn.btnorange.br_25 {
    border-radius: 25px;
}
.banner {
    background: url('../images/bg_banner.jpg');
    background-size: cover;
    color: #ffffff;
    text-align: center;
    border-radius: 0 0 20px 20px;
    border-bottom: 8px solid #FEA007;    padding: 27px 0;
    min-height: 300px;
}
.about_heading{
    text-align: left;
}
.banner p {
    text-align: left;
}
.banner p i {
    color: #FEA007;
}
.banner-inner {
    /* max-height: 700px; */
    padding-bottom: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(252,250,247,1) 50%, rgba(254,218,173,1) 100%);
}
.box-celp_30{
    padding-left: 33px;
}
img.card-img-top {
    height: 231px;
}
.b_logimg{
    overflow: hidden;
}
.b_logimg img:hover{
transform: scale(1.1);
transition: 2s;
}
.blog {
    margin-top: 27px;
}
.twentytwenty-container1{
    overflow: hidden;
}
.twentytwenty-container1 img {
    width: 100%;
    height: 250px;
}

.twentytwenty-container1 img:hover {
 transform: scale(1.3);
 transition: 2s;
}

.w100{
    width: 100%;
}
.w100.w_h {
 
    height: 360px;
}
.serv_img {
    padding: 1px;
    border: 5px solid #e9e6e68c;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0px 8px 10px 0px #898787;
    margin-bottom: 8%;
    /* border: 1px solid #898787; */
}
.serv_img:hover{
    transition: all .5s;
    transform: translateY(-10px);
}
h4.title.H_eading.text-dark {
    font-size: 22px;
}
.conta_t {
    padding: 16px 17px 0px 17px;
}

.s_img {
    border-radius: 5px;
    overflow: hidden;
}
.s_img img:hover {
 transform: scale(1.1);
 transition: 2s;
}
.ima_ge, .img_price {
   text-align: center;
}
.ima_ge img {
    width: 100px;
height: 100px;
    margin: auto;
}
.img_price {
    padding: 8px 0;
}
.price_m {
    padding: 7px 0;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0px #898787;
}
section.pprice {
    padding: 4% 0;

    background-color: #fffafa;
}
.baner_img {
    position: relative;    margin-bottom: 7px;
}
.contant h2 {
    font-size: 25px;
    margin-bottom: 0;
}
.contant {
    position: absolute;
        width: 100%;
        /* height: 100%; */
        background-color: #2b2b2a;
	opacity                : 0.5;
        top: 91%;
        z-index: 99;
        text-align: center;
        left: 0;
        padding: 7px 0 0 40;
        bottom: 0;
        text-align: left;
        color: #ff8400;
	 font-family: "Times New Roman", Times, serif;
	
      

}

contantpas {
    position: absolute;
        width: 100%;
        /* height: 100%; */
        
	background: url('../images/contact form.png');
	opacity                : 0.0;
        top: 91%;
        z-index: 99;
        text-align: center;
        left: 0;
        padding: 7px 0 0 40;
        bottom: 0;
        text-align: left;
        color: #ff8400;
	 font-family: "Times New Roman", Times, serif;
	
      

}

.contant p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}






@media screen and (max-width:560px) {
    .sect7 video {
            width: 100%;
        }
	.responsive {
		height: auto;
		width: 100%;
	}
    .sect1 h1 {
        font-size: 24px !important;
    }
    .contant {
    position: absolute;
        width: 89%;
        background-color: #3e0b0082;
        z-index: 99;
        margin: auto;
        left: 5%;
        padding: 12px;
        top: 72%;
        color: #fff;
        text-align: center;
    
    }
    .navbar-collapse {
        background-color: #e3eef5;
        padding: 0 14px 17px;
    }
    .contant p{margin: 0;}
    .contant h2 {
            font-size: 18px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
    }
	.carousel-control-prev i, .carousel-control-next i {
		font-size: 2rem;
	}
	.c1{
		margin-bottom: 6%;}
		 .c2{
			margin-bottom: 6%;}
			 .c3{
				margin-bottom: 6%;}
                #sect6{
                    padding: 0%;
                }

}











