progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{padding:0;box-sizing:border-box}html{font-family: 'Josefin Sans', sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*,::after,::before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.clearfix:after{display:block;content:"";clear:both;height:0;width:100%;overflow:hidden;}
body {
	font-family: 'Raleway', sans-serif;
}
.home 
{
	width	: 100%;
	height	: 100%;
	background:url('112130banner_oth3.jpg')no-repeat;
	background-size: cover;
	
	z-index: 0;
}
.portal {
	position: absolute;
	width	: 610px;
	bottom:6%;
	right:10%;
}
.header-low {
	padding:0 20px;
	text-align:center;
	position:absolute;
	width:100%;
	transform:translate(-50%,-50%);
	top:22%;
	left:50%;
	z-index:99;
}
.homepage {
	text-align:center;
}
.logo {
	position:absolute;
	width:200px;
	transform:translate(-50%,0);
	top:3%;
	left:50%;
	z-index:99;
}
.logo img {
	display:inline-block;
	width:100%;
	max-width:100%;
	height:auto;
}
.res-menu {
	position:absolute;
	width:32px;
	top:50%;
	right:5%;
	z-index:99999;
	cursor: pointer;
}
.res-menu img {
	width: 100%;
max-width: 100%;

}

	.main-menu ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	}
	.main-menu ul li {
		float:left;
		position:relative;
	}
	.main-menu ul li a {
		display:block;
		padding:20px 12px 18px;
		font-size:20px;
		text-decoration:none;
		color:#4a3501;
		transition:all 0.25s;
		letter-spacing:1px;
		text-transform:capitalize;
		font-weight:400;
		
	}
	.main-menu ul li a:hover {
		color:#000;
	}
	.tree-res {
		display:none;
		position: absolute;
	width	: 263px;
	top:20%;
	left:50%;
	transform:translate(-50%,0);
	}
	.main-menu li ul {
		position:absolute;
		opacity:0;
		visibility:hidden;
		width:300px;
		top:58px;
		left:0;
		transition:all 0.25s;
		z-index:99999;
	}
	.main-menu li:hover ul {
		opacity:1;
		visibility:visible;
		width:300px;
		top:58px;
		
	}
	.main-menu li ul li {
		width:100%;
		text-align:left;
		margin:0;
	}
	.main-menu li ul li a {
		background:rgba(250,250,250,0.1);
		padding:6px 10px;	
	}
	#attri1 {
		display:none;
	}
	#preloader {

	background: url('oth-loader-bg.jpg') no-repeat center center #ffffff;
	z-index:999999999; 
	background-size: 100% 100%;
	
	width:100%; height:100%; 
	position:fixed;

}



#loder-pre {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(loder-pre.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}
	.toggled-base {
		height:100%;
		overflow:scroll;
		width:100%;
		background:#e8cc91;
		position:fixed;
		padding:62px 0 50px 0;
		left:0;
		top:0;
		display:none;
		z-index:999;
	}
	
	.responsive-menu ul {
		display:block;
		padding:0;
		margin:0;
		list-style:none;
	}
	.responsive-menu ul li {
		display:block;
		position:relative;
	}
	.responsive-menu ul li a {
		display:block;
		padding: 6px 12px;
		font-size:14px;
		text-decoration:none;
		color:#000;
		transition:all 0.25s;
		letter-spacing:2px;
		cursor:pointer;
		text-transform:uppercase;
		
	}
	.responsive-menu ul li a:hover {
		color:#fff;
	}
	.responsive-menu ul li ul li a {
		background:#5f4b20;
		padding-left:30px;
	}
	.responsive-menu ul li ul li a:hover {
		background:#000;
	}
	.responsive-menu ul li ul li ul {
		display:block;
	}
	.responsive-menu ul li ul li ul li a {
		display:block;
		padding-left:60px;

	}
	.containerbase {
		background:#ef5454;
	}
		.gallery {
		width:100%;
		max-width:1200px;
		margin:0 auto;
		padding:50px 0 0 0;
		text-align:center;
	}
	.gallery ul {
		padding:0;
		margin:0;
		list-style:none;
		display:inline-block;
	}
	.gallery ul li {
		float: left;
width: 23%;
margin: 12px;
text-align: center;
	}
	.gallery ul li a {
		text-decoration:none;
	}
	.block-one {
		position:relative;
		overflow:hidden;
		height:auto;
		margin:1px;
	}
	.block-one {
		display:block;
		transition:all 0.25s;
		text-align:center;
	}
	.block-one img {
		width:100%;
		max-width:100%;
		height:165px;
		border: 6px solid #fca8a8;
	}
	.outline {
		padding: 80px 0 0 0;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.25s;
opacity: 1;
	}
	.outline h3 {
		font-size:24px;
		color:#fff;
		font-weight:bold;
	}
	.outline-show {
		width:100%;
		height:0;
		background:rgba(0,0,0,0.6);
		position:absolute;
		bottom:0;
		left:0;
		color:#fff;
		transition:all 0.25s;
	}
	.outline-show h3 a {
		font-size:24px;
		color:#fff;
		text-decoration:none;
	}
	.outline-show h3 a span {
		font-size:22px;
		color:#fff;
		font-family: 'Anton', sans-serif;
	}
	.block-one:hover .outline-show {
		height:100%;		
		padding:80px 20px 0 20px;
	}
	.block-one:hover .outline {
		opacity:0;
	}
	.block-two {
		position:relative;
		overflow:hidden;
		height:444.534px;
		margin:1px 0;
	}
	.block-two {
		display:block;
		transition:all 0.25s;
		text-align:center;
	}
	.block-two img {
		width:100%;
		max-width:100%;
		height:auto;
	}
	.block-two:hover .outline-show {
		height:100%;		
		padding:120px 30px 0 30px;
	}
	.block-two:hover .outline {
		opacity:0;
	}
	.experience {
		padding:70px 0;
		background:#eee;
	}
	.picture a img {
		width:100%;
		max-width:100%;
	}
	.picars a {
		padding:40px;
		text-align: center;
		text-decoration:none;
		display:inline-block;
	}
	.picars a img {
		width:100%;
		height:auto;
		max-width:400px;
		display:inline-block;
	}
	.picars h3 {
    color: #000;
    font-weight: 300;
    font-size: 22px;
	text-transform:capitalize;
	letter-spacing:2px;
	text-decoration:none;
}
	.picars p {
    color: #444;
    font-weight: 300;
    font-size: 18px;
	line-height:1.8;
}
.picar a {
	display:inline-block;
	text-decoration:none;
}
.longpatch {
	background: #333;
height: 476px;
padding: 9px 10px;
text-align: center;
}
.longpatch .doc-name h1 {
    font-size: 30px;
    font-family: 'Anton', sans-serif;
    margin: 20px 0px 24px;
}
.longpatch .doc-name p {
    font-size: 18px;
}
.longpatch .doc-name {
	margin-left: 0;
}
.accordian-clicker p {
	font-size:18px;
}
.totality {
	padding:40px 20px !important;
}
	.footer {
		background:#1c1e1d;
		padding: 2% 0 1% 0;
	}
	.portal {
	display:block;
}
.portal1 {
	display:none;
	position: absolute;
	width	: 400px;
	bottom:6%;
	right:10%;
}
.portal2 {
	display:none;
	position: absolute;
	width	: 300px;
	bottom:6%;
	right:10%;
}
	.footer h3 {
		font-size: 28px;
		color: #0288f9;
		margin: 30px 0 30px 0;
		text-transform: capitalize;
		font-weight: 300;
		font-family: 'Anton', sans-serif;
	}
	.foot-menu ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	.foot-menu ul li a {
		font-size:14px;
		color:#ccc;
		text-decoration:none;
		padding:3px 0;
		display:inline-block;
		text-align:left;
		transition:all 0.25s;
		text-transform:uppercase;
	}
	.foot-menu ul li a span {
		padding-left:6px;
	}
	.foot-menu ul li a:hover {
		color:#0288f9;
	}
	.foot-menu li ul {
		padding-left:20px;
	}
	.footer h5 {
		font-size:16px;
		color:#0288f9;
		margin:0 0 30px 0;
		text-transform:uppercase;
	}
	.footer h4 {
		font-size:16px !important;
		color:#0288f9 !important;
		margin:0 0 30px 0 !important;
	}
	.footer p {
		font-size:14px;
		color:#ccc;
		margin:0 0 30px 0;
	}
	.footer p span {
		padding-left:12px;
	}
	.foot-pics ul {
		padding:0;
		margin:30px 0 0 0;
		list-style:none;
	}
	.foot-pics ul li {
		margin:0 0 15px 0;
	}
	.foot-pics ul li a {
		display:block;
	}
	.foot-pics ul li a span {
		    font-size: 14px;
color: #fff;
padding-left: 10px;
width: 73%;
float: right;
padding-top: 30px;
	}
	.foot-pics ul li a img {
		width: 100%;
max-width: 70px;
height: auto;
border-radius: 6px;
	}
	.soc-icons ul {
		padding:0;
		margin:30px 0 0 0;
		list-style:none;
	}
	.soc-icons ul li {
		float:left;
		margin:0 14px 0 0;
	}
	.soc-icons ul li a {
		font-size:20px;
		color:#fff;
		transition:all 0.25s;
	}
	.soc-icons ul li a:hover {
		color:#f34d4a;;
	}
	#close-case img {
		width:100%;
		max-width:20px;
	}
	.copy-right {
		padding:20px;
		text-align:center;
		margin-top:30px;

	width:100%;
	position:absolute;
	bottom:0;
	left:0;


	}
	.copy-right a {
		color:#613501;
		text-decoration:none;
		display:inline-block;
		font-size:14px;
		letter-spacing:1px;
	}
	.footer-illution .phone-click a {
		background:none;
	}
	.sc-pic {
		width:100%;
		max-width:500px;
		padding:20px;
	}
	.padded {
		padding-left:200px;
	}
	.pattarn-pic img {
		width:100%;
		max-width:360px;
		margin:30px 0;
	}
.pointed-case ul {
	padding:0;
	margin:0;
	list-style:none;
}
.pointed-case ul li {
	margin:4px;
	float:left;
}
.pointed-case ul li a {
	display:inline-block;
	font-size:16px;
	display:inline-block;
	border:1px solid #3ed9fa;
	padding:10px;
	background: #3ed9fa;
	text-decoration:none;
	color:#fff;
}
.pointed-case ul li a:hover {
	color:#000;
}
.bigblack {
    
    font-size: 16px;
    color: #000000;
}
.text {
  
    font-size: 16px;
    color: #000000;
}
	.accordian-section {
			padding:100px;
		}
		.pointed a {
			color:#3ed9fa;
			text-decoration:none;
		}
		.aboutcontent p {
			font-size:20px;
		}
		.pointer-peace {
			font-size:22px;
			color:#fff;
			padding:12px;
			background:#3ed9fa;
			border-bottom:1px solid #fff;
			cursor:pointer;
		}
		.accordian-clicker {
			padding:30px 10px;
			background:#161515;
			color:#888;
		}
		#opener2, #opener3, #opener4, #opener5, #opener6, #opener7, #opener8, #opener9, #opener10, #opener11, #opener12, #opener13, #opener14, #opener15, #opener16 {
			display:none;
		}
		.tb-top {
	width:100%;
	padding:10px;
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}
.tbl {
	float:left;
}
.tbr {
	float:right;
	margin-top: 12px;
}
.res-menu-logo img {
	width:100%;
	max-width:300px;
}
	.gapper {
		margin-top:40px;
	}
	.lighter-about {
		padding:70px 100px;
	}
	.lighter-about p {
		text-align: center;

line-height: 2em;

color: #666;

font-size: 1em;

margin: 1em 0 0 0;

font-weight: 600;
	}
		.full a {
		display: inline-block;
padding: 8px 30px;
font-size: 16px;
color: #fff;
text-transform: capitalize;
border: 1px solid #fff;
text-decoration:none;
margin-top:40px;
	}
		.side-menu ul {
			padding:0;
			margin:0 0 0 30px;
			list-style:none;
		}
		.side-menu ul li a {
			font-size:12px;
		color:#fff;
		text-decoration:none;
		padding:4px 17px;
		display:inline-block;
		text-align:left;
		transition:all 0.25s;
		text-transform:uppercase;
		font-weight:bold;
		letter-spacing:2px;
		}
		.side-menu ul li a:hover {
			color:#000;
		}
		.side-menu ul li ul li {
			margin-left:30px;
		}
		.para-p p {
			font-size:18px;
		}
		.para-p h2 {
			background:#3ed9fa;
			padding:10px 0 10px 40px;
			border-radius:4px;
			color:#fff;
		}
		.collar-left h2 {
			font-weight:bold;
			color:#3ed9fa;
			font-size:20px;
		}
		.collar-left p {
			font-weight:bold;
			color:#666;
		}
		.collar-left p span {
			font-weight:bold;
			color:red;
		}
		.collar-right img {
			width:100%;
			max-width:400px;
			margin-top:70px;
		}
		.chem-case {
			padding:40px 20px;
		}
		.col-img {
			width:100%;
			max-width:300px;
			height:280px;
		}
		.tollar-l {
			float:left;
			width:70%;
		}
		.tollar-l p {
			font-size:16px;
		}
		.tollar-l h4 {
			font-size:24px;
		}
		.tollar-r {
			float: right;
			width:30%;
		}
		.tollar-r img {
			width:100%;
			max-width:250px;
			height:auto;
		}
		.lowered a {
			color:#666;
		}
	.header-logo img {
		width:100%;
		max-width:760px;
		display:inline-block;
	}
	.ss-icon img {
		width:100%;
		max-width:100%;
	}
	.ss-lebel img {
		width:100%;
		max-width:100%;
	}
	.capbox {
	background-color: #0288f9;
	display: block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding:8px;
	}

.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #0288f9;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
	.appo-tab {
		margin:0 auto;
	}
	.sbmt_btn {
	color:#fff;
	background:#0288f9;
	padding:10px 20px;
	border:1px solid #0288f9;
	cursor: pointer;
	
}
.frm_fld {
	background:rgba(0,0,0,0.6);
	color:#000;
	padding:10px;
	border:none;
}
.frm_fld2 {
	background:rgba(0,0,0,0.6);
	color:#000;
	padding:10px;
	border:none;
}
.innerTextRed {
	margin-bottom:60px;
}
.nivo-controlNav {
	display:none;
}
.footer-wrapper-faq {
    margin-top: 40px !important;
}
.transparent-base {
	background:rgba(0,0,0,0.7);
}
#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }
.style27 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style29 {font-size: 14px}
.w3_agileits_services_bottom_l_grid {
	margin-bottom:40px !important;
	height: 417px;
	transition:all 0.25s;
}
.both2 {
	min-height: 888px !important;
}
.fb-table {
    display: inline-block;
}
.clienst {
	font-size:18px;
}
.lighter-about h5 {
	font-size:20px;
}
#contact {
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.containerr {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inrcardle_bdy h4 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #009999;
    font-weight: 100;
}
#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:10px;
	padding-bottom:10px;
	width: 500px;
	float: left;
	left: 50%;
	margin-bottom:10px;
	
  margin-top:30px;
	
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#333333;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:400;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #cefefe;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../cimage27/110094icon-02.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../cimage27/110094icon-02.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../cimage27/110094icon-04.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../cimage27/110094icon-04.png);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone{
	background-image: url(../cimage27/110094icon-03.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone:focus{
	background-image: url(../cimage27/110094icon-03.png);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}
#mobile{
	background-image: url(../cimage27/110094icon-06.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#mobile:focus{
	background-image: url(../cimage27/110094icon-06.png);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}
#appoint{
	background-image: url(../cimage27/110094icon-07.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#appoint:focus{
	background-image: url(../cimage27/110094icon-07.png);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}
#interested_items{
	background-image: url(../cimage26/109874icon_10.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#interested_items:focus{
	background-image: url(../cimage26/109874icon_10.png);
	background-size: 30px 30px;e
  	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#address{
	background-image: url(../cimage27/110094icon-08.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#address:focus{
	background-image: url(../cimage27/110094icon-08.png);
	background-size: 30px 30px;e
  	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#comment{
	background-image: url(../cimage27/110094icon-09.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.textarea {
    width: 100%;
    height: 150px;
    line-height: 50%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Open Sans', sans-serif;
	float:left;
	width: 150px;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  margin-left:20px;
  font-weight:normal;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #000000;
}
	
.submit:hover {
	color: #3498db;
}
.blue {
	font-weight:bold;
}	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
.side-menu {
	padding-top:20px;
}
.scrollar {
	background:#990000;
	padding:20px 10px 10px;
}
.scrollar p {
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.submit:hover .ease{
  width:100%;
  background-color:white;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: normal 14px/16px 'Open Sans', sans-serif;
}
.local {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.local p {
	font-size:18px;
}
.frameing img {
	width:100%;
	max-width:210px;
	display:inline-block;
}
#contact {
  
  background:#eee;
	background-position:center;
	width:100%;
	background-size:cover !important;
  padding: 25px;
  margin: 30px auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  max-width:600px;
  text-align:left;
}
.white2 {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: bold !important;
    color: #000000 !important;
}
#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact select,
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #333333;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #666666;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.icon-total {
	padding:10px;
	background:#c00000;
}
.con-case .map-icon a {
	color:#000;
	font-weight:400;
}
.con-case .map-icon a img {
	max-width: 120px;
}
.responsive {
	display:none;
	background:#fff;
	padding: 2px 0 2px 10px;
	border-bottom: 2px solid #c00000;
}
.innerRedText {
    font-size: 30px;
    line-height: 28px;
    color: #0288f9;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
}
.qualyCircle {
    background: #0288f9;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}
.successStoryText {
    font-size: 18px;
    line-height: 25px;
    color: #161616;
    font-weight: 500;
    text-align: justify;
    padding-left: 50px;
}
.innerPhone {
    font-size: 20px;
    line-height: 25px;
    color: #0288f9;
    font-weight: bold;
}
.abt-port-tre img {
	width: 100%;
	max-width: 800px;
	height: auto;
}
.example-image {
	width:100% !important;
	max-width:350px !important;
	height:140px !important;
}
.aboutdoc {
	padding:70px;
	text-align:center;
}
.aboutdoc p {
	font-size:20px;
	color:#000;
}
.aboutdoc p span {
	font-size:20px;
	color:#ae0000;
	font-weight:bold;
}
.head {
    font-family: "Century Gothic";
    font-size: 24px;
    line-height: 120%;
    color: #3366CC;
}
	/*===================responsive==================*/
@media screen and (min-width:1242px){
	.header-low {
		display:block !important;
	}
	.toggled-base {
		display:none !important;
	}
	.iconic-tag-sec ul li {
		border:none;
	}
}
@media screen and (max-width:1241px){
	.header-top {
		display:none;
	}
					.home 
{
	background-size: auto;
	
	z-index: 0;
}
.tree {
	display:none;
}
.tree-res {
		display:block;
}
	.doc-right {
		display:none;
	}
	.doc-left {
		width:100%;
		text-align:center;
	}
	.clip-point-sider {
		margin:0;
	}
	.header-ban {
		padding: 10% 8%;
	}
	.iconic-tag-sec ul li a {
		background:none;
	}
	.block-one img {
		height:auto;
	}
	.side-menu ul li a {
		padding: 6px 17px;
	}
	.containerbase {
		background: #ef5454;
		padding-top: 60px;
	}
	.tb-top {
		display:block;
	}
	.header-low {
		display:none;
	}
	.toggled-base {
		display:none;
	}
	.icon a img {
    width: 100%;
    max-width: 80px;
    display: inline-block;
}

	.phone-click a {
		background:none;
		color:#fff;
	}
	.footer-illution .phone-click a {
		background:none;
		color:#fff;
	}
	.footer-illution .phone-click a span {
		display:inline-block;
	}
	
	.chember-base {
	padding:40px 10px 50px 10px !important;
}
.gallery ul li {
		width:47%;
	}
	.block-one, .block-two {
		height:auto;
		margin:14px 0;
	}
.phone-click-row {
	padding-left:0;
}
.mail-case-row {
	padding-left:0;
}
.blue-block h3 {

    font-weight: bold;
    font-size: 28px;

}
.paler img {
	width:100%;
	max-width:320px;
}
	.header-low {
		display:none;
	}
	
	.foot-menu ul li {
		width:100%;
		margin:4px 0;
	}
	.frameing img {
		width:100%;
		max-width:250px;
		display:inline-block;
		}
	.icon-seris ul li {
		float: none;
		margin: 20px 30px;
		padding: 20px 30px;
		width: 100%;
	}
	.text-box {
		display: block !important;
		width:100% !important;
		margin-bottom: 100px !important;
	}
	.picture a {
		margin:20px;
	}
	.pusher {
		margin-top:40px;
	}
	.paler .col-md-4 {
		margin-bottom:30px;
	}
	.longpatch {
		height:auto;
		text-align:center;
	}
}
@media screen and (max-width:900px){
		.header-top {
		padding: 4%;
	}
}
	@media screen and (max-width:750px){
					.home 
{
	background:url('112130banner_oth_res1.jpg')no-repeat;
	background-size: auto;
	
	z-index: 0;
}
.portal {
	display:none;
}
.portal1 {
	display:block;
}
.portal2 {
	display:none;
}
	}
	@media screen and (max-width:420px){
	.copy-right a {
		text-decoration:none;
		display:inline-block;
		font-size:13px;
		letter-spacing:0;
	}
	.family-res {
		max-width:140px	!important;
		margin-top:60px	!important;
		margin-left:90px	!important;
	}
	.portal {
	display:none;
}
.portal1 {
	display:none;
}
.portal2 {
	display:block;
	
	bottom:6%;
	right:5%;
}
	}
		@media screen and (max-width:399px){
								.home 
{
	background:url('112130banner_oth_res2.jpg')no-repeat;
	background-size: auto;
	
	z-index: 0;
}
		}