* { box-sizing: border-box; margin: 0; padding: 0; }

html,body { font-size: 16px; font-family: "Poppins", sans-serif; background: #fff; color: #29484f; line-height: 1.4em; }

a { text-decoration: none; color: unset; }
ul { list-style: none; }
img { vertical-align: middle; max-width: 100% !important; height:auto !important}

p { font-size: 15px; }

h1,h2,h3,h4,h5,h6 { line-height: 1.3em; font-size: 36px; font-family: "Geologica", serif; font-optical-sizing: auto; font-weight: 600; }
section { overflow: hidden; }
 
.container { max-width: 1140px; margin: auto; }
.widget-section { display: block; padding: 60px 16px; position: relative; width: 100%; height: auto; }

button { border: 0; outline: 0; font-family: var(--ff); letter-spacing: 1px; }
main{max-width: 1920px;}
html{
	scroll-behavior: smooth;
  }
  main{max-width: 1920px;}
  
  @font-face {font-family: "DM Sans", sans-serif; src: url('/fonts/"DM Sans", sans-serif.woff2') format('woff2'); font-display: swap;}
  @font-face {font-family: "Font Awesome 6 Pro"; src: url('/fonts/"Font Awesome 6 Pro".woff2') format('woff2'); font-display: swap;}
  
  @media only screen and (max-width:500px){
	body h1,h2{font-size: 24px !important;}
  }
:root {

	--c1 : #f47425;
	--c2 : #182333;

	--bs: 0 4px 8px 5px rgba(0, 0, 0, 0.2);
	--bs2 : 0 3.4px 2.7px -30px #0000000f, 0 8.2px 8.9px -30px #00000012, 0 25px 40px -30px #00000033;
	--ts : all 0.5s ease-in-out;
	--ff : "Font Awesome 6 Pro";
	--fs : 40px;

	--grad : linear-gradient(90deg, #f47425 0%, #ff6100 77%);
	--hgrad : linear-gradient(90deg, #ff6100 0%, #f47425 77%);
}


/* ---------- ----- Top Bar ----- ---------- */
.topbar { width: 100%; display: block; position: relative; border-bottom: 1px solid #f2f2f2; background: var(--c2); color: #fff; }
.topbar:before { content: ""; display: block; width: 70%; height: 100%; background: var(--c1); position: absolute; left: 0; top: 0; }
.topbar_row { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; }
.topbar_row a i { display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; transition: var(--ts); }

.topbar_info { display: flex; align-items: center; gap: 16px; }
.topbar_info a { display: flex; align-items: center; }

.topbar_social { display: flex; justify-content: space-around; padding: 6px 0; }
.topbar_social a:hover i { background: var(--c1); }
.topbar_social a+a { border-left: 1px solid #ffffff80; }

@media all and (max-width:500px) {
	.topbar:before { width: 60%; }
	.topbar_info a p { display: none; }
}


/* ---------- ----- NAV BAR ----- ---------- */
.nav_btn { margin-left: 24px; }
.btn_nav { display: block; width: 160px; height: 50px; background: var(--c2); color: #fff; position: relative; border-radius: 4px; }


.btn_nav:before { content:"Request Quote"; position: absolute; display: block; width: 100%; height: 50px; line-height: 50px; text-align: center; transition: var(--ts); }

.btn_nav:hover:before { letter-spacing: 0.3px; }


.header { display: block; width: 100%; position: sticky; top: 0; background: #fff; box-shadow: var(--bs); z-index: 9999; }
.nav-container { display: flex; justify-content: space-between; align-items: center;
	padding: 8px 0px; max-width: 1140px; margin: auto; position: relative; }

.logo { width: 300px; }
.logo img { width: 100%; height: auto; }

.navbar { display: block; }
.nav_area { display: flex; align-items: center; }

.nav_links { display: flex; }
.nav_links li {  margin: auto;}
.nav_links li a { display: block; padding: 8px 12px; transition: var(--ts); font-weight: 600; }

.btn_OC { display: none; }
.btn_OC button { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 26px; border: 0; outline: 0; background: var(--c1); color: #fff; }

.dropBtn { background-color: transparent; font-family: var(--ff2); font-size: 16px; font-weight: 600; cursor: pointer; padding: 10.2px 10px; color: #29484f;}
.dropBtn .dA{ transition: transform 1s;}
.dropBtn:hover .dA{ transform: rotate(180deg);}
/************* Drop Down links  *****************/
.dropDown{ float: left; position: relative;}
.divDropDownContent{ height: auto; min-width: 300px; z-index: 9; position: absolute; background-color: #f9f9f9; box-shadow: var(--bs); display: none;}
.ulDropDownContent{ font-size: 16px; font-weight: 600; line-height: 45px; display: grid; grid-template-columns: repeat(1,1fr);}
.ulDropDownContent li { margin: 0;}
.ulDropDownContent li a{padding: 5px;}
.ulDropDownContent li:hover{ color: #fff; background: var(--c1)}
.dropDown:hover .divDropDownContent{ display: block;}

@media all and (max-width:500px) {
	.btn_OC { display: flex; padding: 16px; justify-content: flex-end; }

	.navbar { position: fixed; top: 0; left: -100%; width: 100%; height: 100%; background: #00000080; transition: var(--ts); }
	.nav_area { display: block; width: 80%; height: 100%; background: #fff; }
	.nav_links { display: grid; }
	.nav_links li { margin: 0;}
	.nav_links li a { padding: 16px 32px; }
	.nav_links li+li { border-top: 1px solid #3333331a;}

	.divDropDownContent { min-width: 300px;}
	.ulDropDownContent{ max-height: 100px; overflow-x: scroll; font-size: 16px; line-height: 40px; grid-template-columns: repeat(1,1fr);}
	.ulDropDownContent li a { padding: 6px 10px;}
	.dropBtn{ padding: 16px 32px;}
}

@media (min-width:500px) and (max-width:1024px){
	.btn_OC { display: flex; padding: 16px; justify-content: flex-end; }

	.navbar { position: fixed; top: 0; left: -100%; width: 100%; height: 100%; background: #00000080; transition: var(--ts); }
	.nav_area { display: block; width: 80%; height: 100%; background: #fff; }
	.nav_links { display: block; }
	.nav_links { display: grid; }
	.nav_links li { margin: 0;}
	.nav_links li a { padding: 16px 32px; }
	.nav_links li+li { border-top: 1px solid #3333331a;}

	.divDropDownContent { min-width: 300px;}
	.ulDropDownContent{ max-height: 100px; overflow-x: scroll; font-size: 16px; line-height: 40px; grid-template-columns: repeat(1,1fr);}
	.ulDropDownContent li a { padding: 6px 10px;}
	.dropBtn{ padding: 12px 32px;}
}







/* ========== ===== Page Banner ===== ==========  padding-bottom: 30px;*/
.banner_page { display: block; width: 100%; position: relative;  } 
.page_content { display: block; width: 100%; padding: 150px 0; position: relative; 
	background-image: url("assets/images/aimg7.jpg"); overflow: hidden; background-position: center; 
	background-repeat: no-repeat; background-size: cover; background-attachment: scroll; z-index: 1;}

.page_content:before { content: ""; background: #000; opacity: 0.4;position: absolute; left: 0; bottom: 0; width: 100%;
	 height: 100%; z-index: -1;}
.page_content h1 { font-weight: 700; color: #ffffff; font-size: 3rem; text-align: center; }

/*__________________________________________ About Banner ________________________________________*/
.about_page_content { display: block; width: 100%; padding: 150px 0; position: relative; 
	background-image: url("assets/images/bimg1.jpg"); overflow: hidden; background-position: center; 
	background-repeat: no-repeat; background-size: cover; background-attachment: scroll; z-index: 1;}

.about_page_content:before { content: ""; background: #000; opacity: 0.4;position: absolute; left: 0; bottom: 0; width: 100%;
	 height: 100%; z-index: -1;}
.about_page_content h1 { font-weight: 700; color: #ffffff; font-size: 3rem; text-align: center; }

/*_______________________________________________ A Grade Banner ______________________________________________*/
.a_page_content { display: block; width: 100%; padding: 150px 0; position: relative; 
	background-image: url("assets/images/aimg1.jpg"); overflow: hidden; background-position: center; 
	background-repeat: no-repeat; background-size: cover; background-attachment: scroll; z-index: 1;}

.a_page_content:before { content: ""; background: #000; opacity: 0.4;position: absolute; left: 0; bottom: 0; width: 100%;
	 height: 100%; z-index: -1;}
.a_page_content h1 { font-weight: 700; color: #ffffff; font-size: 3rem; text-align: center; }

/*_______________________________________________ B Grade Banner ______________________________________________*/
.b_page_content { display: block; width: 100%; padding: 150px 0; position: relative; 
	background-image: url("assets/images/bimg2.jpg"); overflow: hidden; background-position: center; 
	background-repeat: no-repeat; background-size: cover; background-attachment: scroll; z-index: 1;}

.b_page_content:before { content: ""; background: #000; opacity: 0.4;position: absolute; left: 0; bottom: 0; width: 100%;
	 height: 100%; z-index: -1;}
.b_page_content h1 { font-weight: 700; color: #ffffff; font-size: 3rem; text-align: center; }


.breadcrumb { display: inline-block; position: absolute; left: 50%; bottom: 8px; transform: translate(-50%, 0);
	margin: auto; background: #fff; padding: 15px 35px; box-shadow: 0 5px 30px 0 #d6d7d891; border-radius: 30px; z-index: 9; }
.breadcrumb li { display: inline-block; position: relative; font-weight: 600; color: #000; text-transform: uppercase; font-size: 14px; }
.breadcrumb li i { margin-right: 4px; }
.breadcrumb li.pactive { color: var(--main); }

.shapes { padding: 8px 4px; margin: 0 8px; }
.shapes::before,
.shapes::after { content: ""; font-weight: 600; display: inline-block; position: absolute; top: 6px; width: 5px; height: 5px; color: #ddd; border: 2px solid #c0b6b6; border-radius: 50%; }
.shapes::before { left: 0; }
.shapes::after {right: 0;}

@media all and (max-width: 500px) {
	.banner_page { padding-bottom: 0px;  }
	.page_content { padding: 120px 0; }
	.breadcrumb { left: 40%; bottom: 50px; transform: translate(-35%, 0); padding: 10px 24px; }
}

@media (min-width: 500px) and (max-width: 1200px) {
	.page_content { padding: 120px 0; }
}








/* ========== ===== Contact Page ===== ========== */
.contact-area .row { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 32px; }

.contact-col { width: 100%; display: block; position: relative; }
.cc2 { grid-column: 2 / span 3; }

.address-items { padding: 60px 30px; background: var(--grad); position: relative; }
.address-items::before,
.address-items::after  { content: ""; position: absolute; right: -50px; top: -50px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; }
.address-items::before { width: 180px; height: 180px; }
.address-items::after { width: 150px; height: 150px; }
.address-items .item+.item { margin-top: 32px; padding-top: 32px; border-top: 1px dashed #ddd; }
.address-items .item >* { color: #fff; }
.address-items .item h3 { font-size: 24px; margin-bottom: 16px; }
.address-items .item a { display: block; }
.address-items .item a+a { margin-top: 8px; }

.contact-form { display: block; }
.contact-form h2 { font-size: 32px; font-weight: 200; margin-bottom: 30px; color: var(--c2); }
.contact-form h2 strong { display: block; font-weight: 900; margin-top: 12px; }
.contact-form input,
.contact-form textarea { width: 100%; padding: 0px 20px; background: #f7f7f7; font-size: 16px; line-height: 48px; border: 0; border-radius: 2px; }
.contact-form button { font-weight: 600; padding: 16px 40px; background: var(--grad); color: #fff; border-radius: 50px; border: 0; outline: 0; margin-top: 24px; }
.contact-form button:hover { background: var(--hgrad); }
.flex-input { width: 100%; display: flex; gap: 32px; margin: 24px 0; }

.maps { display: block; }
.maps iframe { width: 100%; height: 450px; vertical-align: middle; border: 0; }

@media all and (max-width: 480px) {
	.contact-area .row { grid-template-columns: repeat(1, 1fr); }
	.cc2 { grid-column: unset; }

	.flex-input { flex-direction: column; gap: 24px; }

	.maps iframe { height: 400px; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.contact-area .row { grid-template-columns: 45% 53%; grid-gap: 16px; }
	.cc2 { grid-column: unset; }
	.contact-form h2 { font-size: 30px; }

	.maps iframe { height: 400px; }
}



/* ========== ===== Footer ===== ========== */
.footer {  }

.upper_section { width: 100%; display: block; background: #253139; position: relative; padding: 60px 16px; }
.footer_row { width: 100%; display: grid; grid-template-columns: 45% 25% 30%; }
.footer_col { width: 100%; display: block; color: #fff; overflow: hidden;}
.footer_col h3 { font-size: 22px; color: var(--c1); margin-bottom: 24px; }

.footer_col:first-child { padding-right: 60px; }

.footer_social { display: inline-flex; gap: 8px; margin-top: 24px; }
.footer_social a { display: block; width: 38px; height: 38px; line-height: 38px; text-align: center;
	background: #1e282f; color: #fff; border-radius: 6px; transition: var(--ts); }
.footer_social a:hover { background: var(--c1); }

.lower_section { width: 100%; display: block; background: #1e282f; position: relative; }
.lower_section .row { display: block; max-width: 1140px; margin: auto; text-align: center; padding: 26px 16px; }
.lower_section .row p { color: #fff; }
.lower_section .row p a { color: var(--c1); font-weight: 500; }

.quick_links { display: block; }
.quick_links li+li { margin-top: 12px; }
.quick_links li { transition: var(--ts); }
.quick_links li a { display: block; position: relative;  }
.quick_links li a:before { content: "\f061"; font-family: "Font Awesome 6 Pro";
	font-weight: 900; font-size: 13px; margin-right: 8px; color: var(--c1); }
.quick_links li:hover { margin-left: 16px; color: #fff; }

.footer_anch+.footer_anch { margin-top: 16px; }
.footer_anch { display: block; }
.footer_anch ul { display: flex; align-items: center; }
.footer_anch ul li { display: block; margin-top: 0; }
.footer_anch ul li:first-child { width: 34px; }
.footer_anch ul li:last-child  { width: 80%; }
.footer_anch ul li i { font-size: 18px; padding-top: 5px; color: var(--c1); }
.footer_anch ul li p  {  margin-top: 0px; }
.footer_anch ul li a { display: block; margin-top: 8px; }
.footer_anch:last-child ul { align-items: flex-start; }

@media all and (max-width: 480px) {
	.footer_row { grid-template-columns: repeat(1, 1fr); grid-gap: 32px; }
	.footer_col:first-child { padding-right: 0px; }
}

/*=========================================== Index Page CSS ===========================================*/
/*-------------------------- Banner Carousel CSS ----------------------------*/
	.sec_banner {padding: 0%; display: block; position: relative; width: 100%; height: auto;}
	.video_cell {width: 100%;  margin-right: 10px; position: relative; overflow: hidden;}

	.dark-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 1; }

	.banner_video { overflow: hidden; width: 100%;}
	.banner_video video { width: 100%; vertical-align: middle;}


/*----------------------------------- About Sec ---------------------------------*/
	.sec_about { background-color: #F8F8F8;}
	.div_about { text-align: center;}

	.about_col { background: #F7F3EE; padding: 26px 20px; display: grid; gap: 50px; grid-template-columns: repeat(2,1fr); 
		align-items: center;}

	.about_col_img { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
	.about_img { width: 100%; overflow: hidden; border-radius: 6px; box-shadow: var(--bs);}
	.about_img video { width: 100%;}
	
	.about_content{text-align: left;}
	.about_content h3{font-size: 36px;}
	.about_content p{font-size: 14px; margin-top: 16px;}

	@media only screen and (max-width:500px){
		.about_col{grid-template-columns: repeat(1,1fr); padding: 12px 16px;}

		.about_col_img { grid-template-columns: repeat( 1,1fr);}

		.about_img{order: -1;}
		.about_image2{margin-top: -120px; margin-left: 15px;}
		.about_content{text-align: justify;}
		.about_content h3{font-size: 24px; text-align: left;}
	}

/*------------------------------------- Product Section Css ---------------------------------------*/
	.products { background: url(assets/images/shape-01.png) no-repeat bottom / cover; }
	
	.products:after { content: ''; position: absolute; top: 0; left: 0;
		display: block; width: 100%; height: 100%; background: #f3f7fd; z-index: -1; }
	
	.product_row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px; margin-top: 15px;}
	.product_col { display: block; width: 100%; background: #fff; border-radius: 8px; overflow: hidden; 
		box-shadow: var(--bs); }
	.product_img { display: block; width: 100%; }
	.product_img img { width: 100%; height: auto; }
	
	.product_txt { display: block; padding: 16px; }
	.product_txt h3 { font-size: 20px; }
	.product_txt p { margin: 12px 0px; }
	
	.product_txt a { display: inline-block; padding: 10px 24px; background: var(--c1); color: #fff;}
	.product_txt a i { margin-left: 12px; }
	
	@media only screen and (max-width:500px){
		.product_row{grid-template-columns: repeat(1, 1fr);}
	}

	@media (max-width:500px) and (min-width:1200px){
		.product_row{grid-template-columns: repeat(2, 1fr);}
	}

/*----------------------------------- Contact Section ------------------------------*/
	.sec_contact_home{background: var(--c1);}
	.div_contact_home{text-align: center; color: #fff;}
	.div_contact_home h2{margin-bottom: 50px;}
	.div_contact_home a{padding: 12px 16px; background: var(--c2); margin-top: 30px; border-radius: 6px;}


/*============================================= About Page Css ===================================================*/
/*---------------------------- About Section ---------------------------------*/
		.sec_about{background-color: #F8F8F8;}
        .div_about{text-align: center;}

		.about_main_col { background: #F7F3EE;}
        .about_col{ padding: 26px 20px; display: grid; gap: 50px; grid-template-columns: repeat(2,1fr);}
		.about_col1 { text-align: left; padding: 12px 16px;}
		.about_col1 p { margin-bottom: 15px;}

        .about_img{width: 100%;}
        .about_image2{margin-top: -200px; margin-left: 15px;}
        

        .about_img video{border-radius: 6px; width: 100%;}
        .about_content{text-align: left;}
        .about_content h3{font-size: 36px;}
        .about_content p{font-size: 14px; margin-top: 16px;}

        @media only screen and (max-width:500px){
            .about_col{grid-template-columns: repeat(1,1fr); padding: 12px 16px;}

            .about_img{order: -1;}
            .about_image2{margin-top: -120px; margin-left: 15px;}
            .about_content{text-align: justify;}
            .about_content h3{font-size: 24px; text-align: left;}
			.about_col1 { text-align: justify;}
        }

		@media (min-width:500px) and (max-width:1024px) { 
			.about_col{grid-template-columns: repeat(1,1fr); }
		}

/*--------------------------------- Goal And Vission ----------------------------------------------*/
		.sec_ov_og{background: #eee;}

        .ourvg_row{display: grid; grid-template-columns: repeat(2,1fr); gap: 40px;}

        .ourvg_col{text-align: center; background: #F47425; padding: 20px 26px; color: #fff; border-radius: 6px; box-shadow: var(--bs);}
        .ourvg_col i{font-size: 40px; margin-bottom: 10px; }
        .ourvg_col h3{margin-bottom: 10px;}
        .ourvg_col p{text-align: left; margin-bottom: 10px; font-size: 14px;}

        @media only screen and (max-width:500px){
            .ourvg_row{grid-template-columns: repeat(1,1fr);}

            .ourvg_col{padding: 12px 16px;}
            .ourvg_col i{font-size: 30px;}
            .ourvg_col h3{font-size: 24px;}
        }

/*=============================================== Products Page Css ========================================================*/
/*----------------------------------------------- Products Section Css ----------------------------------------------------*/
		.sec_products{background-color: #F8F8F8;}
        .div_products{text-align: center;}

        .products_col{background: #F7F3EE; padding: 26px 20px; display: grid; gap: 50px; grid-template-columns: repeat(2,1fr); align-items: center;}
        .products_col_reverse{background: #EEF0F8; padding: 26px 20px; display: grid; gap: 50px; grid-template-columns: repeat(2,1fr); align-items: center; }

        .product_img{width: 100%;}
        .products_col_reverse .product_content{order: -1;}

        .product_img img{border-radius: 6px;}
        .product_content{text-align: left;}
        .product_content h3{font-size: 28px;}
        .product_content p{font-size: 14px; margin-top: 16px;}

        @media only screen and (max-width:500px){
            .products_col{grid-template-columns: repeat(1,1fr); padding: 12px 16px;}
            .products_col_reverse{grid-template-columns: repeat(1,1fr); padding: 8px 12px;}

            .products_col_reverse .product_content{order: 1;}

            .product_content{text-align: justify;}
            .product_content h3{font-size: 21px; text-align: left;}
        }

        @media (min-width:500px) and (max-width:1024px){
            .products_col{align-items: flex-start;}
            .products_col_reverse{align-items: flex-start;}
        }

/*========================================== Products Pages Css ================================================*/
/*------------------------------------------------- Section For Prod Content ---------------------------------*/
	.title { text-align: center; padding: 12px 16px;}
    .title p { font-size: 18px; margin-top: 15px; font-weight: 600;}

    .prod_img { width: 100%; height: auto;}
    .prod_img img { width: 100%; border-radius: 6px; }

    .content_prod_col { display: grid; grid-template-columns: repeat(2,1fr); gap: 50px; margin-top: 15px;}

    .prod_cont_col h3 { margin-bottom: 10px; font-size: 24px;}
    .prod_cont_col p { margin-bottom: 15px;}

    @media only screen and (max-width:500px){
        .content_prod_col { grid-template-columns: repeat(1,1fr); gap: 30px;}
        .title h3 { font-size: 24px;}
        .title p { font-size: 16px;}
        .prod_cont_col h3 { font-size: 20px;}
        .prod_cont_col p { text-align: justify;}
        .prod_img { order: -1;}
    }

    @media (min-width:500px) and (max-width:1024px){
        .content_prod_col { grid-template-columns: repeat(1,1fr); gap: 30px;}
        .prod_img { order: -1;}
    }

/*----------------------------------------------- Section For Why choose Us -----------------------------------------------*/
.sec_w_vip { background-image: url("assets/images/quartz_A_Banner_img.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; z-index: 1;}
.sec_w_vip::before { content:""; background: var(--c1); opacity: 0.5; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: -1;}
.title_col { color: #000;}

.w_vip_row { margin-top: 15px; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px;}
.w_vip_col { background: #fff; border-radius: 6px; text-align: center; padding: 20px 16px; color: #000;}
.w_vip_col div  { font-size: 46px; width: 72px; height: 72px; line-height: 72px; text-align: center; margin: auto;}
.w_vip_col h3 { margin-top: 15px; font-size: 18px; font-weight: 600;}

@media only screen and (max-width:500px) {
	.w_vip_row { grid-template-columns: repeat(1,1fr);}
}

@media (min-width:500px) and (max-width:1024px) {
	.w_vip_row { grid-template-columns: repeat(3,1fr);}
}

/*-------------------------------------------- Section For Gallery ---------------------------------------*/
	.gallery_imgs { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 15px;}
    .gallery_imgs_prod { width: 100%;  box-shadow: var(--bs); border-radius: 6px; overflow: hidden;}
    .gallery_imgs_prod img { width: 100%; border-radius: 6px;}
    .gallery_imgs_prod video { width: 100%; height: 100%; border-radius: 6px;}

    @media only screen and (max-width:500px) {
        .gallery_imgs { grid-template-columns: repeat(1,1fr);}
    }

    @media (min-width:500px) and (max-width:1024px){
        .gallery_imgs { grid-template-columns: repeat(3,1fr);}
    }

/*------------------------------------- CSS For pro img values --------------------------------------------*/
.pro_img_row { display: grid; gap: 22px;}

.pro_img_col { width: 100%;}
.pro_img_col img { width: 100%; height: 100%;}