@charset "utf-8";
/* CSS Document */

body
{
	background:#fff;
	font-family:"Georgia", Times New Roman, Times, serif;
}

::selection
{
	background:#a8cf45;
	color:#fff;
}
::-moz-selection
{
	background:#a8cf45;
	color:#fff;
}
::-webkit-selection
{
	background:#a8cf45;
	color:#fff;
}
::-o-selection
{
	background:#a8cf45;
	color:#fff;
}
::-ms-selection
{
	background:#a8cf45;
	color:#fff;
}

#wrapper
{
	width:100%;
}

#header
{
	background:#f4f4f4;
	border-bottom:#a8cf45 solid 6px;
	border-top:#517e82 solid 6px;
	height:95px;
}

#header_layout,
#banner_layout,
#layout,
#footer_layout
{
	width:1000px;
	margin:0px auto;
	display:block;
	position:relative;
}

#footer_layout
{
	padding:25px 0px;
	overflow:hidden;
}
#banner_layout
{
	box-shadow:#102527 0px 0px 10px;
	-moz-box-shadow:#102527 0px 0px 10px;
	-webkit-box-shadow:#102527 0px 0px 10px;
	-o-box-shadow:#102527 0px 0px 10px;
	-ms-box-shadow:#102527 0px 0px 10px;
}

#banner
{
	background:#194346;
	width:100%;
	overflow:hidden;
}

#banner_over
{
	background:url(/web/20220405182330im_/http://uriel.co.in/images/bg.png) repeat;
	width:100%;
	overflow:hidden;
}
#footer
{
	background:#4e5a62;
	border-top:#384b57 solid 10px;
	display:block;
	width:100%;
	overflow:hidden;
}

#content_div
{
	width:100%;
}


.clear
{
	clear:both;
}

.header_left
{
	width:490px;
	display:block;
	float:left;
	position:relative;
}

.logo
{
	padding:10px 36px 11px 35px;
	border-bottom:#a8cf45 solid 6px;
	background:#fff;
	display:block;
	position:absolute;
	z-index:99;
	box-shadow:#cccccc 0px 0px 18px;
	-moz-box-shadow:#cccccc 0px 0px 18px;
	-webkit-box-shadow:#cccccc 0px 0px 18px;
	-o-box-shadow:#cccccc 0px 0px 18px;
	-ms-box-shadow:#cccccc 0px 0px 18px;
}

.header_right
{
	width:510px;
	position:relative;
	float:right;
}
.contact_details
{
	display:block;
	position:absolute;
	right:0;
	top:16px;
}

.contact_details > ul
{
	display:block;
	overflow:hidden;
}

.contact_details > ul > li
{
	display:inline-block;
	float:right;
	list-style:none;
	overflow:hidden;
	margin-left:15px;
}
.contact_details > ul > li > p
{
	float:left;
	color:#4e5a62;
	padding-left:11px;
	line-height:24px;
	font-size:14px;
}

.mail
{
	width:24px;
	height:24px;
	display:block;
	background:url(/web/20220405182330im_/http://uriel.co.in/images/mail.jpg) no-repeat top left;
	float:left;
}

.phone
{
	width:24px;
	height:24px;
	display:block;
	background: url(/web/20220405182330im_/http://uriel.co.in/images/call.jpg) no-repeat top left;
	float:left;
}


.navigation {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 63px;
}

.navigation > ul {
    display: block;
    overflow: hidden;
}

.navigation li {
    display: inline-block;
    float: right;
    list-style: none outside none;
    overflow: hidden;
}


.navigation a {
    color: #327678;
    line-height: 32px;
    padding: 0 24px;
    text-decoration: none;
	background:none;
	display:inline-block;
	font-size:14px;
	background:url(/web/20220405182330im_/http://uriel.co.in/images/menu_bg.jpg) top left repeat-x;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}

.navigation a:hover
{
	background:url(/web/20220405182330im_/http://uriel.co.in/images/menu_bg.jpg) bottom left repeat-x;
	color:darkred;
}
.navigation a.active {
    color: #fff;
	background:#a8cf45;
}
.content_block
{
	display:block;
	padding-top:35px;
	overflow:hidden;
}

.content_block_left,
.content_block_middle,
.content_block_right
{
	width:310px;
	margin-right:35px;
	display:block;
	float:left;
}

.content_block_right
{
	margin-right:0px;
}


.content_block_left > span,
.content_block_middle > span,
.content_block_right > span {
    display: block;
	overflow:hidden;
}

.content_block_left > span img, .content_block_middle > span img, .content_block_right > span img {
    float: left;
    width: 82px;
}


.content_block_left > span > h2, .content_block_middle > span > h2, .content_block_right > span > h2 {
    color: #353d42;
    float: left;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    margin-left: 10px;
    width: 206px;
}

.content_block_left > p,
.content_block_middle > p,
.content_block_right > p,
.about_block_left > p,
.service_right > p,
.service_details_block_left > p {
    color: #727275;
    display: block;
    font-family: tahoma;
    font-size: 14px;
    line-height: 24px;
	padding-top:15px;
}


.content_block_left > a,
.content_block_middle > a,
.content_block_right > a,
.service_right > a {
    float: right;
    font-family: "tahoma";
    font-size: 14px;
    text-decoration: none;
	background:url(/web/20220405182330im_/http://uriel.co.in/images/arrow.jpg) no-repeat right top;
	display:block;
	line-height:20px;
	padding-right:30px;
	color:#727275;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}

.content_block_left > a:hover,
.content_block_middle > a:hover,
.content_block_right > a:hover,
.service_right > a:hover {
	background:url(/web/20220405182330im_/http://uriel.co.in/images/arrow.jpg) no-repeat right bottom;
	color:lightskyblue;
}

.testimonials_block
{
	display:block;
	background:#fafafa;
	border-left:#337677 solid 2px;
	padding:15px 28px 15px 12px;
	overflow:hidden;
	margin-top:30px;
}

.testimonials_div {
    float: left;
    height: 65px;
    overflow: hidden;
    width: 65px;
}


.testimonials > a,
.banner_div01 > a,
.banner_div02 > a,
.banner_div03 > a,
.banner_div04 > a,
.banner_div05 > a,
.banner_div06 > a,
.banner_div07 > a,
.banner_div08 > a {
    background: none repeat scroll 0 0 #a8cf45;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
    box-shadow: 0 4px 0 #8c8c8c;
	-moz-box-shadow: 0 4px 0 #8c8c8c;
	-webkit-box-shadow: 0 4px 0 #8c8c8c;
	-o-box-shadow: 0 4px 0 #8c8c8c;
	-ms-box-shadow: 0 4px 0 #8c8c8c;
    color: #fff;
    display: block;
	font-size:20px;
    float: right;
    line-height: 43px;
    padding: 0 42px;
    text-decoration: none;
    text-shadow: 1px 0 1px #536c14;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}

.testimonials > a:hover,
.banner_div01 > a:hover,
.banner_div02 > a:hover,
.banner_div03 > a:hover,
.banner_div04 > a:hover,
.banner_div06 > a:hover,
.banner_div07 > a:hover,
.banner_div08 > a:hover{
    background: none repeat scroll 0 0 lightsalmon;
    color: #000;
    text-shadow: 1px 0 1px #fff;
	box-shadow: 0 4px 0 navajowhite;
	-moz-box-shadow: 0 4px 0 navajowhite;
	-webkit-box-shadow: 0 4px 0 navajowhite;
	-o-box-shadow: 0 4px 0 navajowhite;
	-ms-box-shadow: 0 4px 0 navajowhite;
}
.banner_div01 > a,
.banner_div02 > a,
.banner_div03 > a,
.banner_div04 > a,
.banner_div05 > a,
.banner_div06 > a,
.banner_div07 > a,
.banner_div08 > a
{
	float:left;
	margin-left:80px;
}


.testimonials_div > img {
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    display: block;
    width: 100%;
}

.testimonials_text {
    float: left;
    margin-left: 25px;
    overflow: hidden;
    width: 585px;
}

.testimonials_text > h2 {
    color: #535356;
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    line-height: 38px;
}
.testimonials_text > span {
    color: #535356;
    font-size: 14px;
    font-weight: normal;
    padding-left: 95px;
}

.services {
    display: block;
    overflow: hidden;
	margin-top:32px;
}

.services > h2 {
    border-bottom: 1px solid #ececec;
    color: #353d42;
    font-size: 26px;
    font-weight: normal;
    line-height: 42px;
	margin-bottom:18px;
}

.services > ul {
    display: block;
    overflow: hidden;
	margin-bottom:40px;
}

.services li {
    background: none repeat scroll 0 0 #fafafa;
    border-bottom: 1px solid #ececec;
    display: block;
    float: left;
    min-height: 184px;
    width: 235px;
	margin-right:20px;
}
.services li:last-child
{
	margin-right:0px;
}

.services div {
    height: auto;
    width: 100%;
}

.services img {
    width: 100%;
}


.services li h3 {
    color: #353d42;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
}
.footer_left
{
	width:260px;
	float:left;
	display:block;
}

.footer_middle
{
	width:505px;
	float:left;
	display:block;
}

.footer_right
{
	width:235px;
	float:right;
	display:block;
}

.footer_left > img {
    float: left;
}

.footer_left > p {
    color: #ffffff;
    float: right;
    font-size: 13px;
    line-height: 20px;
    text-shadow: 1px 0 1px #2e2e2e;
}

.footer_middle > ul {
    display: block;
    overflow: hidden;
    text-align: center;
}


.footer_middle li {
    display: inline-block;
    list-style: none outside none;
    text-align: center;
}

.footer_middle li > a {
    color: #ffffff;
    float: right;
    font-size: 13px;
    line-height: 20px;
    text-shadow: 1px 0 1px #2e2e2e;
	padding:0px 18px;
	text-decoration:underline;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}

.footer_middle li > a:hover {
    color: #a8cf45;
	text-decoration:none;
}

.footer_right > ul {
    display: block;
    overflow: hidden;
    text-align: right;
}

.footer_right li {
    display: inline-block;
    list-style: none outside none;
    margin-left: 4px;
}

.footer_right a {
    display: block;
    height: 24px;
    overflow: hidden;
    width: 24px;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}

.footer_right img {
    display: block;
    margin: 0;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}
.footer_right a:hover img
{
	margin-top:-24px;
}


/* about us page*/
.bread_crumbs {
    border-bottom: 1px solid #cbcbcb;
    display: block;
    overflow: hidden;
	margin-bottom:14px;
}

.bread_crumbs > ul {
    display: block;
    overflow: hidden;
}

.bread_crumbs li {
    display: inline;
    float: left;
    list-style: none outside none;
    margin-right: 8px;
    overflow: hidden;
}

.green {
    background: none repeat scroll 0 0 #a8cf45;
    display: block;
    float: left;
    height: 17px;
    margin: 14px 8px 14px 0;
    width: 17px;
}


.bread_crumbs a {
    color: #727275;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    line-height: 17px;
    margin: 12px 0;
    text-decoration: underline;
	display:block;
}


.blue {
    background: none repeat scroll 0 0 #517e82;
    display: block;
    float: left;
    height: 17px;
    margin: 14px 8px 14px 0;
    width: 17px;
}


.bread_crumbs p {
    color: #517e82;
    display: block;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    line-height: 17px;
    margin: 13px 0;
}


.about_block,
.service_details_block {
    display: block;
}

.about_block_left,
.service_details_block_left {
    display: block;
    float: left;
    overflow: hidden;
    width: 650px;
}



.service_block_left {
    display: block;
    float: left;
    width: 490px;
	margin-bottom:40px;
	overflow:hidden;
}


.service_block_right {
    display: block;
    float: right;
    width: 490px;
	margin-bottom:40px;
	overflow:hidden;
}

.about_block_left > h2,
.service_block_left > h2,
.service_block_right > h2,
.contact_left_block > h2,
.contact_right_block > h2,
.service_details_block_left > h2,
.service_details_block_right > h2,
.about_block_right > h2,
.image_gallery > h2 {
    border-left: 4px solid #a8cf45;
    color: #353d42;
    display: block;
    font-size: 26px;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 10px;
    padding-left: 25px;
}
.about_block_left > p,
.service_details_block_left > p
{
	text-align:justify;
}

.about_block_right,
.service_details_block_right {
    float: right;
    width: 330px;
}

.side_right_img {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 5px #d7d7d7;
    display: block;
    margin-bottom: 20px;
    padding: 8px;
}

.side_right_img > img {
    display: block;
    height: auto;
    width: 100%;
}


.service_left {
    border-radius: 50%;
    display: block;
    float: left;
    height: 141px;
    margin-right: 20px;
    width: 141px;
}

.service_left > img {
    border-radius: 50%;
    width: 100%;
}

.service_right {
    display: block;
    float: right;
    width: 328px;
}
.service_right > p
{
	padding-top:0px;
}


.contact_block {
    display: block;
    overflow: hidden;
}

.contact_left_block {
    display: block;
    float: left;
    overflow: hidden;
    padding-bottom: 20px;
    width: 490px;
}


.contact_right_block {
    display: block;
    float: right;
    overflow: hidden;
    width: 490px;
}


.contact_block .contact_left_block input.input_text {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d1cfcf;
    color: #727275;
    font-family: tahoma;
    font-size: 14px;
    height: 24px;
    margin-bottom: 11px;
    padding-left: 20px;
    width: 464px;
	outline:none;
}
.contact_block .contact_left_block input.input_text:focus
{
	border: 1px solid lightsalmon;
}

.contact_block .contact_left_block textarea.input_textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d1cfcf;
    color: #727275;
    font-family: tahoma;
    font-size: 14px;
    height: 160px;
    margin-bottom: 11px;
    padding-left: 20px;
    width: 464px;
	outline:none;
	padding-top:8px;
}

.contact_block .contact_left_block textarea.input_textarea:focus
{
	border: 1px solid lightsalmon;
}
.send_btn
{
	background: none repeat scroll 0 0 #a8cf45;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
    box-shadow: 0 4px 0 #8c8c8c;
	-moz-box-shadow: 0 4px 0 #8c8c8c;
	-webkit-box-shadow: 0 4px 0 #8c8c8c;
	-o-box-shadow: 0 4px 0 #8c8c8c;
	-ms-box-shadow: 0 4px 0 #8c8c8c;
    color: #fff;
    display: block;
    float: left;
    line-height: 43px;
    padding: 0 42px;
    text-decoration: none;
    text-shadow: 1px 0 1px #536c14;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	border:none;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:20px;
	cursor:pointer;
	margin-right:10px;
}

.send_btn:hover {
    background: none repeat scroll 0 0 lightsalmon;
    color: #000;
    text-shadow: 1px 0 1px #fff;
	box-shadow: 0 4px 0 navajowhite;
	-moz-box-shadow: 0 4px 0 navajowhite;
	-webkit-box-shadow: 0 4px 0 navajowhite;
	-o-box-shadow: 0 4px 0 navajowhite;
	-ms-box-shadow: 0 4px 0 navajowhite;
}

.clear_btn
{
	background: none repeat scroll 0 0 #555555;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
    box-shadow: 0 4px 0 #424242;
	-moz-box-shadow: 0 4px 0 #424242;
	-webkit-box-shadow: 0 4px 0 #424242;
	-o-box-shadow: 0 4px 0 #424242;
	-ms-box-shadow: 0 4px 0 #424242;
    color: #fff;
    display: block;
    float: left;
    line-height: 43px;
    padding: 0 42px;
    text-decoration: none;
    text-shadow: 1px 0 1px #424242;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	border:none;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:20px;
	cursor:pointer;
}

.clear_btn:hover {
    background: none repeat scroll 0 0 lightcoral;
    color: #000;
    text-shadow: 1px 0 1px #fff;
	box-shadow: 0 4px 0 lightsteelblue;
	-moz-box-shadow: 0 4px 0 lightsteelblue;
	-webkit-box-shadow: 0 4px 0 lightsteelblue;
	-o-box-shadow: 0 4px 0 lightsteelblue;
	-ms-box-shadow: 0 4px 0 lightsteelblue;
}

.address_block {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 8px;
    display: block;
    margin-bottom: 14px;
    padding: 18px 0 20px 30px;
}

.address_block > h3 {
    color: #000000;
    display: block;
    font-family: tahoma;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
	text-shadow:#fff 1px 1px 1px;
}
.address_block > p
{
    color: #727275;
    display: block;
    font-family: tahoma;
    font-size: 14px;
    line-height: 24px;
	text-shadow:#fff 1px 1px 1px;
}

.address_block > ul {
    display: block;
    overflow: hidden;
}

.address_block li {
    color: #a8cf45;
    display: block;
    font-family: tahoma;
    font-size: 14px;
    line-height: 14px;
    list-style: none outside none;
    margin: 7px 0;
    overflow: hidden;
	cursor:pointer;
}


.mail_block {
    display: block;
    float: left;
    height: 14px;
    margin-right: 11px;
    width: 24px;
	background:url(/web/20220405182330im_/http://uriel.co.in/images/email_btn.png) no-repeat top left;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}

.address_block li:hover .mail_block {
	background:url(/web/20220405182330im_/http://uriel.co.in/images/email_btn.png) no-repeat bottom left;
}

.phone_block
{
    display: block;
    float: left;
    height: 14px;
    margin-right: 11px;
    width: 24px;
	background:url(/web/20220405182330im_/http://uriel.co.in/images/call_btn.png) no-repeat top left;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}
.address_block li:hover .phone_block
{
    display: block;
    float: left;
    height: 14px;
    margin-right: 11px;
    width: 24px;
	background:url(/web/20220405182330im_/http://uriel.co.in/images/call_btn.png) no-repeat bottom left;
}


.map_block {
    display: block;
    overflow: hidden;
}

.map_block > img {
    width: 100%;
}
.service_details_block_left > p
{
	padding-top:0px;
}

.service_details_block_right > ul {
    display: block;
    overflow: hidden;
}

.service_details_block_right li {
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
}

.service_details_block_right a {
    color: #353d42;
    display: block;
    line-height: 22px;
    text-decoration: none;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}
.service_details_block_right a:hover {
    color: #a8cf45;
	text-decoration:underline;
}

.arrows {
    display: block;
    float: left;
    height: 19px;
    overflow: hidden;
    width: 14px;
	background:url(/web/20220405182330im_/http://uriel.co.in/images/arrow_r.jpg) no-repeat top left;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	margin-top:4px;
}

.service_details_block_right a:hover .arrows {
    display: block;
    float: left;
    height: 19px;
    overflow: hidden;
    width: 14px;
	background:url(/web/20220405182330im_/http://uriel.co.in/images/arrow_r.jpg) no-repeat bottom left;
}

.service_details_block_right p {
    display: table-row-group;
}

.banner_div01
{
	width:1000px;
	height:422px;
	display:block;
	background:url(/web/20220405182330im_/http://uriel.co.in/images/banner_first.jpg) no-repeat top left;
}




.heading_banner {
    background: none repeat scroll 0 0 lightcoral;
    border: 1px solid lightsalmon;
    box-shadow: 0 0 8px #000;
    display: inline-block;
    margin: 90px 0 0 80px;
    min-height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}


.heading_banner > h2 {
    color: #a8cf45;
    display: block;
    font-size: 28px;
    font-weight: normal;
    line-height: 42px;
    text-shadow: 1px 0 1px lightyellow;
}


.heading_banner span {
    color: #000;
    display: block;
}


.banner_div01 > p, .banner_div02 > p, .banner_div03 > p, .banner_div04 > p, .banner_div05 > p, .banner_div06 > p, .banner_div07 > p, .banner_div08 > p {
    background: none repeat scroll 0 0 #517e83;
    border: 1px solid paleturquoise;
    box-shadow: 0 0 20px #1f1f1f;
    color: #fff;
    display: block;
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: 80px;
    margin-top: 20px;
    max-width: 490px;
    padding: 15px;
    text-align: left;
    text-shadow: 1px 1px 0 darkslategrey;
	position:relative;
}

.testimonials_block iframe {
    height: 82px;
}
/* about us page style over*/
.service_details_block_left > ul {
    display: block;
    margin: 10px 0 20px;
    overflow: hidden;
}


.service_details_block_left li {
    color: #727275;
    font-family: tahoma;
    font-size: 14px;
    line-height: 20px;
    list-style: disc outside none;
    margin-left: 15px;
}

.service_details_block_left > h3 {
    border-bottom: 1px solid #666;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 25px;
}
.image_gallery {
    display: block;
}
.image_gallery > ul {
    display: block;
}
.image_gallery li {
    display: inline-block;
    list-style: none outside none;
    margin-bottom: 3%;
    margin-right: 4%;
    overflow: inherit;
    vertical-align: top;
    width: 45%;
}
.gallery_div {
    width: 100%;
}
.gallery_div > img {
    border: 5px solid #fff;
    box-shadow: 0 0 8px #ccc;
    width: 100%;
}
.col_01 td {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #fff;
    color: #666;
    padding-left: 8px;
    text-shadow: 1px 1px 1px #fff;
}

.col_02 td {
    background: none repeat scroll 0 0 skyblue;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 8px;
	text-shadow: 1px 1px 1px lightslategrey;
}
.service_details_block_left table {
    color: #999999;
    font-family: tahoma;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
}


.img_block {
    box-shadow: 0 0 8px #ccc;
    display: block;
    margin: 15px auto;
    padding: 2%;
    width: 94%;
}

.img_block img
{
	width:100%;
}

.arrow_top {
    background: url(/web/20220405182330im_/http://uriel.co.in/images/top_arrow.png) no-repeat top left;
    height: 15px;
    left: 60px;
    position: absolute;
    top: -10px;
    width: 20px;
}
/*
     FILE ARCHIVED ON 18:23:30 Apr 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:05:19 Feb 26, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.09
  exclusion.robots.policy: 0.076
  cdx.remote: 0.124
  esindex: 0.014
  LoadShardBlock: 1261.079 (6)
  PetaboxLoader3.datanode: 689.13 (7)
  load_resource: 195.852
  PetaboxLoader3.resolve: 93.815
*/