/* Global Style Start */
body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
	padding-top: 120px;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
	box-shadow: none;
}
.full {
	width: 100%;
	float: left;
}
a, a:focus {
	outline: none;
}
.btn {
	border-radius: 30px;
	border: 5px #ffffff solid;
	box-shadow: #000 0px 0px 0px 1px;
	margin: 5px 10px 5px 0;
	padding: 8px 30px;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.btn-default {
	background-color: #ffe400 !important;
	box-shadow: #ffe400 0px 0px 0px 1px;
}
.btn-default:hover {
	border-color: #e6ce04;
}
.btn-primary {
	background-color: #000000 !important;
}
.btn-primary:hover {
	border-color: #666666;
}
a {
	color: #F60;
}
a:hover {
	color: #03799c;
}
.body p img {
	box-shadow: #deb21c 0px 0px 0px 5px;
	border: 6px #ffffff solid;
}
/* Global Style End */

/* Header Style Start */
header {
	width: 100%;
	float: left;
	z-index: 99;
	position: relative;
}
.navbar-custom {
	padding: 10px 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	border: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 51%, rgba(0,0,0,0.92) 55%, rgba(252,249,250,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 51%, rgba(0,0,0,0.92) 55%, rgba(252,249,250,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 51%, rgba(0,0,0,0.92) 55%, rgba(252,249,250,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00fcf9fa', GradientType=0 ); /* IE6-9 */
}
.inner-nav {
	background: #000;
}
.navbar-brand {
	height: auto;
	padding: 5px 0px;

}
.navbar-brand img {
	height: 80px;
	transition: all ease-in-out 0.5s;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 11px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
.nav>li>a:hover, .nav>li.active a, .nav>li.active a:hover {
	background-color: transparent;
	background: url(../images/navhvr.png) no-repeat center bottom;
}
.navbar-custom.top-nav-collapse {
	background: rgba(0, 0, 0, 0.9);
}
/* Header Style End */

/* Banner Style Start */
.banner {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.banner img {
	width: 100%;
}
.banner:after {
	content: "";
	width: 120%;
	float: left;
	height: 140px;
	background: #ffffff;
	position: absolute;
	bottom: -70px;
	transform: rotate(4deg);
	left: -10%;
}
/* Banner Style End */

/* Body Style Start */
.body {
	width: 100%;
	float: left;
	padding: 30px 0;
}
.body h2 {
	width: 100%;
	float: left;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 34px;
}
.tag_holder {
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
}
.tag_holder h2 {
	width: 100%;
	float: left;
	background: url(../images/headingbg.jpg) no-repeat;
	background-size: cover;
	height: 290px;
	text-align: center;
	border: 8px #ffffff solid;
	box-shadow: #000 0px 0px 0px 1px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	margin: 0 0 15px 0;
	font-size: 34px;
	border-radius: 50%;
	padding: 34% 0;
}
/* Body Style End */

/* Portfolio Style Start */
.portfolio {
	width: 100%;
	float: left;
	background: url(../images/portfoliobg.jpg) no-repeat center fixed;
	background-size: cover;
	padding: 140px 0;
	overflow: hidden;
	position: relative;
}
.portfolio:before {
	content: "";
	width: 120%;
	float: left;
	height: 140px;
	background: #ffffff;
	position: absolute;
	top: -70px;
	transform: rotate(-4deg);
	left: -10%;
}
.portfolio:after {
	content: "";
	width: 120%;
	float: left;
	height: 140px;
	background: #e2e2e2;
	position: absolute;
	bottom: -70px;
	transform: rotate(4deg);
	left: -10%;
}
.portfolio h2 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 32px;
    background: rgba(0,0,0,0.6);
    padding: 10px 15px;
    display: table;
}
.picture {
	width: 100%;
	float: left;
	height: 210px;
	overflow: hidden;
	box-shadow: #FFF 3px 3px 0px;
	margin: 15px 0;
	position: relative;
}
.ourpic { 
  width: 100%;
  float: left;
 /* height: 295px;*/
   }
.picture img {
	width: 100%;
	height: auto;
}
.picture .caption {
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.4);
	top: 0;
	text-align: center;
	color: #ffe400;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
    padding: 25% 10px;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.picture:hover .caption {
	background: rgba(255,255,255,0.6);
	color: #000000;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
/* Portfolio Style End */

/* Testimonial Style Start */
.testimonial {
	width: 100%;
	float: left;
	background: #e2e2e2;
	padding: 0 0 130px 0;
	position: relative;
	overflow: hidden;
}
.testimonial:after {
	content: "";
	width: 120%;
	float: left;
	height: 140px;
	background: #ffffff;
	position: absolute;
	bottom: -70px;
	transform: rotate(-4deg);
	left: -10%;
}
.testimonial_part {
	width: 100%;
	float: left;
	position: absolute;
}
.testimonial_box {
	width: 100%;
	float: left;
	max-width: 450px;
	background: rgb(213, 170, 27);
	padding: 20px 15px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 15px;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 100px 0;
	position: relative;
	z-index: 9;
}
.testimonial_box p {
	margin: 10px 0;
}
/* Testimonial Style End */

/* Clients Style End */
.client {
	width: 100%;
	float: left;
	padding: 30px 0 160px 0;
	position: relative;
	overflow: hidden;
}
.client:after {
	content: "";
	width: 120%;
	float: left;
	height: 140px;
	background: #000000;
	position: absolute;
	bottom: -70px;
	transform: rotate(4deg);
	left: -10%;
}
.client a img {
	margin: 0 25px;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	width: auto;
	height: 70px;
	border: 1px #ccc solid;
	padding: 10px 10px;
}
.client a:hover img {
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}
.foo2 {
	width: 100%;
	float: left;
	overflow: hidden;
}
/* Clients Style End */

/* Footer Style Start */
footer {
	width: 100%;
	float: left;
	background: #000000;
	padding: 30px 0;
	color: #fff;
	font-size: 12px;
}
footer a {
	color: #fff;
}
footer ul {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}
footer ul li {
	float: left;
	margin: 0;
}
footer ul li a {
	float: left;
	padding: 0 10px;
	border-left: 1px #ffffff solid;
	color: #FFF;
}
footer ul li:first-child a {
	padding-left: 0;
	border-left: none;
}
.social {
	width: 100%;
	float: left;
	text-align: right;
}
.social a img {
	height: 40px;
	margin: 2px;
}
/* Footer Style End */

/*****sub menu*****/
li ul {
	list-style-type: none;
}
li ul {
	position: absolute;
	margin: 0 0 0 0;
	display: none;
	z-index: 99;
	width: 250px;
	padding: 0 0;
	float: left;
	background: #000;
}
li:hover ul {
	display: block;
}
li ul li {
	float: left;
	text-align: left;
	padding: 8px 0;
	border-bottom: 1px #333 dashed;
	width: 100%;
}
li ul li:last-child {
	border-bottom: none;
}
li ul li a {
	color: #FFF;
	padding: 0 15px;
	background-image: none !important;
	background: none !important;
}
li ul li a:hover {
	color: #eee;
	text-decoration: none;
}
/* Catalog Style Start */
.catalog {
	width: 100%;
	float: left;
}
.catalog h3 {
	font-weight: bold;
	font-size: 22px;
}
.catalog h4 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 0;
}
.catalog_left {
	width: 100%;
	float: left;
}
.catalog .btn {
	font-weight: bold;
}
.catalog_left a {
	color: #d9ae1c;
	font-weight: bold;
	
}
.catalog_right {
	width: 100%;
	float: left;
}
.catalog_right img {
	box-shadow: #deb21c 0px 0px 0px 5px;
	border: 6px #ffffff solid;
}
.catalog_heading {
	width: 100%;
	float: left;
	background: #000000;
	padding: 12px 10px;
	color: #ffffff;
	text-align: center;
	margin: 20px 0;
}
.catalog_heading p {
	margin: 0;
}
.catalog_heading h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}
.catalog_part {
	width: 100%;
	float: left;
	margin: 15px 0;
	border-bottom: 1px #d7d7d7 solid;
	padding-bottom: 30px;
}
.catalog_part1 {
	width: 100%;
	float: left;
	margin: 15px 0;
	border-bottom: 1px #d7d7d7 solid;
	padding-bottom: 30px;
}
.catlogprt_left {
	width: 100%;
	float: left;
}
.catlogprt_left img {
	box-shadow: #deb21c 0px 0px 0px 3px;
	border: 5px #ffffff solid;
}
.catlogprt_right {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 80px;
}
.catlogprt_right span {
	position: absolute;
	left: 0;
	background: #ffe400;
	padding: 12px 20px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	border-radius: 32px;
	border: 4px #ffffff solid;
	box-shadow: #ffe401 0 0 0 1px;
}
.catlogprt_right1 {
	width: 100%;
	float: left;
	position: relative;
	padding-right: 80px;
	text-align: right;
}
.catlogprt_right1 span {
	position: absolute;
	right: 0;
	background: #ffe400;
	padding: 12px 20px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	border-radius: 32px;
	border: 4px #ffffff solid;
	box-shadow: #ffe401 0 0 0 1px;
}
.catalog_ftr {
	width: 100%;
	float: left;
	text-align: center;
	background: #ffe402;
	padding: 12px 10px;
}
.catalog_ftr p {
	margin: 0;
}
.catalog_ftr p strong a {
	margin-right:4px;
}
.magazine_button {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.magazine_button span { margin:0 12px 0 0; font-weight:bold; }
.magazine_button span a { color:#000; margin:10px 0; }
.magazine_button span a:hover { color:#000;  }
.magazine_button .btn {
	padding: 9px 55px;
}
/* Catalog Style End */

/* InnerPage Style End */
.left_contact {
	width:100%;
	float:left;
	margin:15px 0;
}
.left_contact .nav-tabs > li > a {
    color: #ffffff !important;
    border: none;
    border-bottom: 1px #4f5b6c solid;
    padding: 16px 12px;
    font-size: 14px;
    font-weight: normal;
}
.left_contact .nav-tabs > li > a i{
	color:#4f5b6c;
}
.left_contact .nav-tabs > li {
    margin-bottom:0;
    width: 100%;
    background: #7f8da2;
	border:none;
}
.left_contact .nav-tabs > li.active > a {
    border-bottom: 1px #4f5b6c solid !important;
	background:none !important;
	border:none;
}
.left_contact .nav-tabs > li:hover > a {
    background:none !important;
}
.left_contact .nav-tabs > li:hover > a i {
    color:#ffffff;
}
.left_contact .nav-tabs > li > a span {
	float:right;
}
.right_contact {
	width:100%;
	float:left;
	margin:15px 0;
}
.right_contact .form-control {
	border-radius:0;
}
/* InnerPage Style End */

/* Media Screen Style Start */
@media screen and (max-width:1199px) {
.nav > li > a {
	padding: 10px 3px;
	font-size: 9px;
}
.navbar-brand img {
	height: 70px;
}

.picture .caption {
	padding: 28% 0;
}
.picture {
  
    height: 195px;
  
}
.ourpic {
    height: 274px;
}
.girlmap{
	height:450px;
	float:right;
}
.testimonial_box {
    max-width: 400px;
    padding:15px;
    margin: 80px 0;
}
}
@media screen and (max-width:991px) {
body {
	padding-top: 0;
}
.navbar-brand img {
    height: 85px;
}
.navbar-brand {
	width: 100%;
	float: left;
	padding: 5px 10px;
	text-align: center;
}
.navbar-toggle {
	padding: 5px 10px;
	background-color: #d7ac1d;
	border-radius: 0;
	color: #000;
	margin-top: 13px;
	margin-bottom: 13px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
	margin: 0;
}
header {
	background: #000000;
}
.nav>li>a:hover, .nav>li.active a, .nav>li.active a:hover {
	background: none;
	color: #ffe400;
}
.picture {
	height: 175px;
}
.picture .caption {
	padding: 18% 0;
}
.nav>li>a {
	margin: 0;
	padding: 5px 15px;
	font-size: 13px;
}
.mbl {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	float: none;
}
.banner:after {
	height: 65px;
	bottom: -32px;
}
.portfolio:before {
	height: 65px;
	top: -32px;
}
.portfolio:after {
	height: 65px;
	bottom: -32px;
}
.portfolio {
	padding: 65px 0;
}
.testimonial_box {
	margin: 35px 0;
}
.testimonial:after {
	height: 65px;
	bottom: -32px;
}
.testimonial:before {
	height: 104px;
}
.social {
	text-align: center;
	margin-top: 10px;
}
.client {
	padding: 30px 0 130px 0;
}
footer {
	padding: 15px 0;
}
.tag_holder {
	max-width: 100%;
}
.tag_holder h2 {
	height: auto;
	border: 5px #ffffff solid;
	border-radius: 50px;
	padding: 15px 0;
}
li ul {
	position: relative;
	margin: 0 5%;
	display: block;
	width: 90%;
	float: left;
}
.dropdown-menu {
	position: relative;
	margin: 0 5%;
	display: block;
	width: 90%;
	float: left;
}
.catalog_left {
	margin: 15px 0;
}
.catalog_right {
	margin: 15px 0;
}
.catlogprt_left {
	margin: 15px 0;
}
.catlogprt_right {
	margin-top: 15px;
}
.catlogprt_right1 span {
	left: 0;
	right: auto;
}
.catlogprt_right1 {
	padding-left: 80px;
	padding-right: 0;
	text-align: left;
	margin-top: 15px;
}
.magazine_button {
	margin-top: 0px;
}
.testimonial {
	padding: 0 0 65px 0;
}
.testimonial:before {
	height: 100px;
}
.testimonial_part {
	position: relative;
}
.testimonial_box {
	max-width: none;
}
.girlmap {
    height: auto;
}
}
@media screen and (max-width:767px) {
.client {
	padding: 30px 0 85px 0;
}
.client:after {
	height: 95px;
}
footer ul li a {
	border-left: none;
	width: 100%;
	text-align: center;
}
footer ul li {
	width: 100%;
}
footer {
	text-align: center;
}
.social {
	text-align: center;
}
}
@media screen and (max-width:420px) {
.navbar-brand img {
	height: auto;
}
}
@media screen and (max-width:340px) {
.picture {
    height: auto;
}
.picture .caption {
    padding: 15% 0;
}
}


.btnlink {
    border-radius: 30px;
    border: 5px #e6ce06 solid;
    box-shadow: #000 0px 0px 0px 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 30px;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    background-color: #ffe400 !important;
    box-shadow: #ffe400 0px 0px 0px 1px;
	color:#000 !important;
	float: left;
    display: inline-block;
}

/* Media Screen Style End */
