@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 200;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Penelope Anne";
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/Penelope Anne.ttf") format('truetype');
}
@font-face {
  font-family: "Trench";
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/trench100free.otf") format('truetype');
}
@font-face {
  font-family:"CF Boston";
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/CFBoston-Regular.ttf") format('truetype');
}
@font-face {
  font-family:"DorovarFLF-Carolus";
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/DorovarFLF-Carolus.ttf") format('truetype');
}
@font-face {
  font-family:"Champion Shipmate";
  font-style: normal;
  font-weight: 400;
  src: local('Champion Shipmate'), local('Champion Shipmate'), url("../font/Champion Shipmate.ttf") format('truetype');
}
body {
	margin:0;
	padding:0;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	top:0;
	}
a {
	text-decoration:none;
	}
ul,li,lo {
	list-style-type:none;
	}
.cle {
	clear:both;
	margin:0;
	padding:0;
	}
.topp {
	border-bottom:1px solid #fff;
	padding: 7px 0;
	border-bottom: 1px solid #fff;

}	
.logo_nav {
	max-width:1100px;
	height:85px;
	background:#000;
	margin:0 auto;
	}	
.absolute-div {
    width: 100%;
	border-bottom:1px solid #fff;
	
}
.padpar h1 {
    text-align: center;
    color: #fff;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    background: url(../images/line2.png) no-repeat bottom center;
    padding-bottom: 25px;
    padding-top: 10px;
    font-size: 26px;
    margin: 0 0 10px 0;
	}
.welcomephoto {
	}
.welcomephoto h1 {
	margin:0;
	}
		
.logo {
	padding:0;
	}
.logo img {
	position:absolute;
	z-index:99;
	height: 80px;
	}	
.navbar {margin-bottom:0px;}	
.navibar {z-index:99;}	
.navbar-nav {float:right!important; position:relative;}
.navbar-inverse{background:rgba(0,0,0,0.0); height:auto; border:0; padding-bottom:0px;}
.navbar-nav > li {padding: 14px 0;}
.navbar-nav > li:last-child {background:none;}
.navbar-nav > li > a{color:#fff !important; transition:all 0.3s ease-in-out; font-size:16px; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; padding:11px 20px; font-weight:400; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover{color:#fff !important; background:#E83942; border-radius:25px; }

.navbar-nav li ul.sub-menu{display:none;position:absolute; top:89px; left:0; border-top:2px solid #a42629; padding-left:10px;}
.navbar-nav li:hover ul.sub-menu{display:block; width:200px;  background-color: rgba(0, 0, 0, 0.8); list-style-type:none;}
.navbar-nav li:hover ul.sub-menu li{padding:10px; border-top:1px solid #292828; font-size:15px; }
.navbar-nav li:hover ul.sub-menu li:first-child{border:0;}
.navbar-nav li:hover ul.sub-menu li a{color:#7a7a7a; text-decoration:none;}
.navbar-nav li:hover ul.sub-menu li a:hover{color:#9c0a0e;}
.abck {
	float:right;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	}
.abck a {
	padding: 10px 25px;
    background: #0b6ef5;
	color:#fff !important;
	text-transform:uppercase;
	border-radius:30px;
	}	
		#demo-1 {
			position: fixed; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			min-height: 650px;
			background-color: #999;
			margin-top:0px;
		}
		.demo-inner-content {
			position: relative; /* if position is not set, the script will set it to 'relative'. */
			z-index: 2; /* if z-index is not set, the script will set it to '2'. */
			margin: 250px auto 250px auto;
			padding: 10px 0 0px 0;
			max-width: 100%;
			color: #fff;
			text-align: center;
			font-size: 1.5em;
		}
		.demo-inner-content h1 {
			font-size: 45px;
			margin: 0;
			font-family:courgette;
			font-weight:600;
			text-transform:uppercase;
			line-height:45px;
			text-shadow:1px 2px 3px #000;
		}
		
		.demo-inner-content h1 span {
			font-size: 21px;		
		}
		.demo-inner-content p {
			margin:40px 0 0 0;
			font-size:23px;
			}
			.demo-inner-content h2 {
				margin: 0px 0 50px 0;
				font-size: 23px;
				color:#fff;
			}
			
			.tattoo5 {
				background: url(../images/download.jpg) no-repeat center;
			}
			.imgg {
				background: rgba(0, 0, 0, 0.7);	
				padding: 30px; 
			}
			.coffee {
				margin:30px 0;
				transition:all 0.3s ease-in-out;
				}
			.coffee:hover {
				
    			margin-top: 10px;
				}	
				.coffee img {
					width:100%;
					}
				.coffee h3 {
					color:#fff;
					font-family: "avantGarde Bk BT";
					font-size: 19px;
					text-transform: uppercase;
					text-align:center;
					margin:10px 0 0 0;
					font-weight: 500;
					}
				.coffee p {
					margin:0;
					color:#fc5748;
					text-align:center;
					font-size:15px;
					line-height:17px;
					margin-top:7px;
					}	
				.cofeechop h2 {
					font-family: "avantGarde Bk BT";
					font-size: 37px;
					text-transform: uppercase;
					margin-top: 10px;
					line-height: 35px;
					font-weight: 600;
					text-align: center;
					background: url(../images/linew.png) no-repeat bottom center;
					padding-bottom: 25px;
					color: #fc5748;
					margin-bottom:10px;
					}
				.cofeechop h2 span {
					color: #fff;
				}
				.cofeechop h3 {
					text-align:center; 
				}
				.sercon {
					padding: 35px 0;
					text-align: center;
				}
				.serpho {
					margin: 0 5px;
					display: inline-block;
				}
				.serpho a {
					border: 2px solid #fff;
					border-radius: 50px;
					color: #fff;
					font-size: 16px;
					line-height: 47px;
					padding: 10px 30px;
					text-align: center;
					text-decoration: none;
					transition: all 0.3s ease-in-out;
				}
				
				.serpho a:hover {
					background:#fff;
					border: 2px solid #fff;
					color:#000;
					}
				a.tele {
					border: 2px solid #fc5748;
					background:#fc5748;
					border-radius: 50px;
					color: #fff;
					font-size: 17px;
					font-weight:600;
					line-height: 47px;
					padding: 10px 30px;
					text-align: center;
					text-decoration: none;
					text-transform: uppercase;
					transition: all 0.3s ease-in-out;
				}
				
				a.tele:hover {
					background:#f82714;
					border: 2px solid #f82714;
					}			

			.tattoo1 h2 {
				color: #fff;
				font-family: "Trench";
				font-weight: 600;
				margin: 0 0 20px 20px;
				padding: 30px 0 20px 0px;
				font-size: 33px;
				background: transparent url("../images/line2.png") no-repeat scroll bottom left;
			}
			.tattoo1 p {
				width: 80%;
				float: left;
				color: #fff;
				font-size: 16px;	
				padding: 30px 0 40px 20px;
				text-align: left;	
			}
			.tattoo2 h2 {
				color: #fff;
				font-family: "Trench";
				font-weight: 600;
				margin: 0 20px 20px 0px;
				padding: 30px 0 20px 0px;
				font-size: 33px;
				background: transparent url("../images/line2.png") no-repeat scroll bottom right;
				text-align: right;
			}
			.tattoo2 p {
				width: 80%;
				float: right;
				color: #fff;
				font-size: 16px;	
				padding: 30px 20px 40px 0px;
				text-align: right;	
			}
			.tatt {
				float: left;
				width: 100%;
				padding-left: 20px;
			}
			.tatt a {
				color: #fff;
				margin-top: 20px;
				border: 2px solid #fff;
				padding: 9px 20px;
				transition: all 0.3s ease-in-out 0s;
				font-size: 15px;
				text-decoration:none;
			}
			.tatt a:hover {
				background:#fff;
				color:#800080;
				border: 2px solid #800080;
				}
			.tatt1 {
				float: right;
				width: 100%;
				padding-right: 20px;
			}
			.tatt1 a {
				color: #fff;
				text-decoration:none;
				border: 2px solid #fff;
				padding: 5px 20px;
				transition: all 0.3s ease-in-out 0s;
				font-size: 15px;
				float: right;
			}
			.tatt1 a:hover {
				background:#fff;
				color:#800080;
				border: 2px solid #800080;
				}
#main {
	position:relative; 
	background:#c3262d;
	height:auto;
	padding:45px 0;
	}
.mouse-icon {
	margin-top:40px;
	}
.mouse-icon a i {
	color:#fff;
	font-size:35px;
	opacity:0.7;
	transition:all 0.3s ease-in-out;
	}
.mouse-icon a i:hover {
	opacity:1;
	}
.mainpp p {
	padding-top: 14px;
    line-height: 25px;
    font-size: 22px;
    color: #437494;
    font-family:"Roboto Condensed";
    text-transform: uppercase;
    text-align: left;
	font-weight:600;
	letter-spacing:1px;
	}
.mainpp {
	border-right:1px solid #437494;
	}
.reco {
	text-align:center;
	}
.reco img {
	opacity:0.6;
	margin-top:5px;
	width:100%;
	filter: none;
    -webkit-filter: grayscale(100%);
	transition:all 0.3s ease-in-out;
	}
.reco img:hover {
	opacity:1;
	filter: none;
    -webkit-filter: grayscale(0%);
	}
.padding-left h2 {
	margin-top:-5px;
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.15);
    font-size: 110px;
    text-transform: uppercase;
    left: 10px;
    line-height: 120px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	    text-align: left;
    width: 100%;
}	
.aboutpart {
	background:#fc5748 url(../images/gg.png) no-repeat left bottom;
	position: relative;
	padding:20px 0;
	overflow:hidden;
	}
.abimg img {
	width:120%;
	}	
.aboutpimg img {
	width:100%;
	}
.aboutpart h3 {
	text-align: left;
    color: #fff;
    font-size: 41px;
    font-weight: 600;
	}
.aboutpart1 {
	background: #c3262d;
    margin-top: 28px;
    padding: 20px 25px;
	}	
.aboutpart1 p {
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    line-height: 25px;
    margin-top: 25px;
}				
.pagg {
	margin-top:35px;
	margin-bottom:25px;
	}	
.pagg a {
	color:#fff;
	margin-top:20px;
	border:2px solid #fff;
	padding:9px 30px;
	transition:all 0.3s ease-in-out;
	border-radius:27px;
	font-size:15px;
	font-weight:600;
	}
.pagg a:hover {
	background:#fff;
	border:2px solid #fff;
	color:#083e87;
	text-decoration:none;
	}
.workimg {
	padding:0;
	}	
.work {
	background:#1B1B1B;
	background-size:cover;
	position: relative;
	padding:0px 0px 0px 0;
	border-bottom:1px solid #000;
	}
.work h3 {
	text-align:center;
	}	
.work h1 {
	font-family: "avantGarde Bk BT";
    font-size: 37px;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    background: url(../images/linew.png) no-repeat bottom center;
    padding-bottom: 25px;
	color:#fff;
	}
.work h1 span {
	color: #fc5748;
	}	
.work p {
	font-size:15px;
	color:#fff;
	margin-bottom:20px;
	line-height:20px;
	}	
.workimg img {
	width:100%;
	}
.worcon {
	}
.abou {
	position: relative;
	background:#fff;
	padding:40px 0;
	text-align:center;
	}
.abou h1 {
	text-align: center;
    font-family: "Roboto Condensed";
    font-size: 27px;
    color: #000;
    padding: 20px 0;
    margin: 0;
    font-weight: 600;
	}
.abou P {	
	margin: 10px 0 45px;
    font-size: 18px;
    color: #7794a7;
    padding: 0;
	width:70%;
	margin:0 auto;
	}
.footer {
	background:#000;
	background-attachment:fixed;
	background-size:cover;
	padding:60px 0 20px 0;
	position:relative;
	border-top: 10px solid #b31a1a;
	}
.footadd {
	border: 1px solid rgba(255, 255, 255, 0);
    padding: 0 15px 15px 15px;
    text-align: center;
	}	
.footicon {
	background: #d33f46;
    height: 60px;
    width: 60px;
    text-align: center;
    margin-top: -35px;
    border-radius: 50%;
    margin-left: 127px;
    border: 5px solid #a71e25;
	}	
.footicon i {
	color:#fff;
	font-size:25px;
	line-height:50px;
	}	
.footadd h3 {
	color:#fff;
	font-size:19px;
	font-family:"Roboto Condensed";
	text-transform:uppercase;
	padding-top:10px;
	}	
.footadd p {
	font-size:17px;
	color:#909090;
	}	
.footadd ul li {
	display:inline-block;
	
	
	line-height:20px;
	}	
.footadd ul li a {
	color:#909090;
	font-size:13px;
	padding:0 7px;
	border-right:1px solid #909090;
	}	
.footadd ul li a:hover {
	color:#7aad14;
	}

.foott {
	background:#c3262d;
	position:relative;
	text-align:center;
	padding:10px 0;
	}
.foott p {
	text-align:center;
	color:#fff;
	margin:0;
	padding:6px 0;
	font-size:17px;
	}

.conee {
	
	}

.aboutt {
	position: fixed;
    overflow: hidden;
    width: 100%;
    background-color: #999;
	}
.aboutt img {
	width:100%;
	}
.about-content {
    position: relative;
    z-index: 2;
    margin: 0 auto 0 auto;
    padding: 160px 0 100px 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
	}
.about-content h1 {
    font-size: 3.5em;
    margin: 0;
    font-family: "Roboto Condensed";
    font-weight: 400;
    text-transform: uppercase;
    line-height: 75px;
	text-shadow:3px 3px 7px #000;
	}
.ggaass {
	margin-top:40px;
	}

.social {
	
	}

.foott a {
	color:#fff;
	font-size:15px;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	}
.foott a:hover {
	color:#14ce6a;
	}

.services {
	background:#000;
	position:relative;
	}
.services h1 {
    text-align: center;
    font-size: 33px;
    color: #fff;
    padding: 135px 0;
    margin: 0;
   font-family: courgette;
    font-weight: 600;
    letter-spacing: -1px;
	text-transform:uppercase;
}
.serv {
	text-align:center;
	width:20%;
	}
.serv img {
	border: 15px solid rgba(255,255,255,0.1);
    border-radius: 50%;
	opacity:0.7;
	transition:all 0.3s ease-in-out;
	}
.serv img:hover {
	opacity:1;
	border: 15px solid rgba(255,255,255,0.2);
	}
.serv h3 {
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	font-weight:300;
	}
.gocafe {
	position: fixed;
			top:170px;
			right: 0px;
			text-decoration: none;
			color: #FFF;
			background-color: rgba(252, 87, 72, 0.80);
			font-size: 19px;
			padding: 5px 20px;
			border-radius:30px 0 0 30px;
			z-index:999;
			text-decoration:none;
			transition:all 0.3s ease-in-out;
	}	
.gocafe:hover {
    background-color:rgba(252, 87, 72, 0.95);
    color: #FFF;
	text-decoration:none;
	padding:5px 30px 5px 35px;
}	
.back-to-top {
			position: fixed;
			bottom:70px;
			right: 0px;
			text-decoration: none;
			color: #FFF;
			background-color: rgba(176, 26, 26, 1);
			font-size: 25px;
			padding: 2px 17px;
			display: none;
			border-radius:50%;
			z-index:999;
		}
.back-to-top:hover {
    background-color: rgba(176, 26, 26, 1);
    color: #FFF;
}
.protfolio {
	text-align:center;
	padding-bottom: 15px;
	}	
.protfolio li {
	display:inline-block;
	}
.protfolio li a {
	font-size:15px;
	border:1px solid #14ce6a;
	border-radius:25px;
	color:#000;
	text-transform:uppercase;
	margin-bottom:5px;
	}	
.protfolio li a:hover {
	background:#14ce6a;
	color:#fff;
	}	
.protfolio .active a {
	background:#14ce6a;
	color:#fff;
	}
.protfolio .active a:hover {
	background:#14ce6a;
	color:#fff;
	}
.protfolio .active a:focus {
	background:#14ce6a;
	color:#fff;
	}		
.folio {
    background: #fff url(../images/gg.png) no-repeat left bottom;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}	
.contact {
	padding:20px 0;
	}
.contactCol h1 {
	color:#000;
	font-size:22px;
	font-weight:600;
	font-family: "Trench";
	padding:0 16px;
	margin:0 0 15px 0;
	}
.formname {
	color:#a51f22;
	font-weight:300;
	margin-bottom:8px;
	font-size:12px;
	}	
.mbot {
	margin-bottom:20px;
	}	
.contactCol p {
	padding:0 15px;
	line-height:25px;
	font-size:16px;
	}	
.social_wr {
	padding:10px 0;
	margin-left: 79px;
	}		
.social_wr a {
    float: left;
    color: #fff;
	height:40px; width:40px; background:#d33f46;
    text-align: center;
    vertical-align: middle;
    line-height: 41px;
    margin-right: 20px;
    transition: 0.4s ease-in-out;
    font-size: 19px;
	border-radius:50%;
}

.social_wr a.goop:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	background: #4875B4;
	color:#fff;
}
.social_wr a.face:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	background: #3B5998;
	color:#fff;
}
.social_wr a.twi:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	background: #0084b4;
	color:#fff;
}
	.tattoo5 {
		display:none;
		}	
.alred {
	width:100%;
	height:250px;
	background:#001533;
	}
.twoblue {
	width:100%;
	height:250px;
	background:#d33f46;
	}
.twoyeo {
	width:100%;
	height:250px;
	background:#733d0f;
}	
.contiimg img {
	width:100%;
	height:250px;
	}
.conti {
	text-align:center;
	padding:40px 20px 10px 20px;
	}	
.conti h2 {
	margin:0;
	padding:0 0 20px 0;
	color:#fff;
	}
.conti p {
	color:#fff;
	}
.inpageimg img {
	width:100%;
	height:300px;
	}
.inpage {
	padding: 25px 0;
    box-shadow: 0px 0px 15px #404040;
	padding:50px;
	}		
.inpage p {
	color:#000;
	font-size:16px;
	}
table.tabbu {
	width:100%;
	}
.inhead {
    text-align: center;
    margin-top: -135px;
    position: absolute;
    width: 100%;
}
.inhead h3 {
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.inageimg img {
	width:100%;
	}	
.form-control1 {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 19px;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(255,255,255,0.0);
    background-image: none;
    border: 1px solid #bfbfbf;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#fff;
    opacity: 1; /* Firefox */
    font-size: 15px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#fff;
    font-size: 15px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#fff;
    font-size: 15px;
}
input[type=text]:focus,input[type=email]:focus, textarea:focus {
  
  padding-left: 7px;
  border: 1px solid rgba(255,255,255,1);
  outline:none;
}
.botton-hong {
    background: #fff;
    color: #d92726;
    border-radius: 0;
    padding: 10px 25px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}	
 .bookadda h4 {
	 text-align: left;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
	margin:0 0 10px 0;
	 }
.bookadda p {
	color:#fff;
	font-size: 19px;
	}
.no-padding {
    padding: 4px;
}
.procedurecon h3 {
    font-size: 19px;
    font-family: "levenim MT";
    font-weight: 600;
    color: #fff;
    margin: 20px 0 2px 0;
}
.procedurecon h4 {
    font-size: 15px;
    font-family: "levenim MT";
    font-weight: 600;
    color: #fff;
    margin: 10px 0 5px 0;
}
.procedurecon p {
    color: #000;
line-height: 29px;
    font-size: 19px;
}
.procedurecon ul {
	padding:0;
	margin-left:20px;
	}
.procedurecon ul li {
	padding-bottom:4px;
	list-style-type:circle;
	color:#000;
	font-size: 19px;
	}















		 	
@media screen and (max-width:1024px){

}
@media screen and (max-width:900px){

}




@media only screen and (min-width:992px) and (max-width:1199px)
{

}


@media only screen and (min-width:768px) and (max-width:991px)
{
				
}




@media only screen and (max-width:767px) 
{
	@media screen and (max-width:1024px){


}


@media screen and (max-width:900px){



}




@media only screen and (min-width:992px) and (max-width:1199px)
{

}


@media only screen and (min-width:768px) and (max-width:991px)
{
				
}




@media only screen and (max-width:767px) 
{
	#main {
		padding:0;
		}
	.pagg {
		margin-top:20px;
		margin-bottom:20px;
		text-align:center;
		}
	.aboutpart p {
		text-align:justify;
		}	
	.abou P {
		width:90%;
		}
#demo-1 {
    min-height: 300px;
    margin-top: -47px;
}	
.demo-inner-content {
    margin: 54px auto 50px auto;
}
.demo-inner-content h1 {
    font-size:25px;
	line-height:40px;
}
.demo-inner-content p {
    margin: 15px 0 0 0;
    font-size: 11px;
}
.mouse-icon {
    margin-top: 12px;
}
.mainpp {
	border-right:none;
    border-bottom: 1px solid #437494;
}
.aboutpart h2 {
	margin-top:25px;
	}
.logo img {
    position: absolute;
    z-index: 99;
	height:55px;
}
.aboutt img {
    width: 100%;
	height:200px;
}
.about-content {
    margin: 0 auto 0 auto;
    padding:75px 0 10px 0;
}
.about-content h1 {
    font-size:35px;
    line-height: 50px;
}	
.ggaass {
    margin-top:10px;
}
.absolute-div {
	height:50px;
}	
.navbar-collapse {
	background:rgba(0,0,0,0.9);
	}
.navbar-nav {
    margin:0;
    width: 100%;
	text-align:center;
}	
.navbar-nav > li > a {
    line-height: 40px;
    padding: 5px 22px;
}

.demo-inner-content h2 {
    margin: 0px 0 20px 0;
    font-size: 15px;
}	
.footadd {
    margin-bottom: 50px;
}	
.tattoo1 p {
    width: 100%;
    padding: 20px 0 20px 0px;
}
.tattoo2 p {
    width: 100%;
    padding: 20px 0px 20px 0px;
}
.tatt {
	padding-bottom:30px;
	}
.tatt1 {
	padding-bottom:30px;
	}	
.tattoo1 h2 {
	margin:0;
	}	
.tattoo2 h2 {
	margin:0;
	}
.tattoo5 {
	display:block;
	}
.tattoo4 {
	display:none;
	}
	.inpageimg img {
    height: 238px;
    margin-top: -50px;
}
.navbar-nav > li {
    padding: 0px 0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #e83942;
}
}



@media only screen and (max-width:639px) {
   .footicon {
    margin-left: 103px;
} 
.social_wr {
    margin-left: 50px;
}
.social_wr a {
    margin-right: 10px;
}
}








