/* CSS Document */
html, body {
margin: 0px;
padding: 0px;
font-family: 'Raleway';
font-size: 14px;
color: #373435;
-webkit-font-smoothing:antialiased;
}
body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Raleway-Regular.woff") format("woff"),
       url("../fonts/Raleway-Regular.ttf") format("truetype"),
       url("../fonts/Raleway-Regular.svg#Raleway") format("svg");
}

@font-face {
font-family:"Raleway SemiBold";
src:url("../fonts/Raleway-SemiBold.eot?") format("eot"),
	url("../fonts/Raleway-SemiBold.woff") format("woff"), 
	url("../fonts/Raleway-SemiBold.ttf") format("truetype"), 
	url("../fonts/Raleway-SemiBold.svg#Raleway-SemiBold") format("svg");
font-weight:normal;
font-style:normal;
}

@font-face {
font-family: "Raleway-Bold";
src: url('../fonts/Raleway-Bold.eot');
src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Bold.woff') format('woff'),
    url('../fonts/Raleway-Bold.ttf') format('truetype'),
    url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
}

/* Base Style Starts Here */
a:hover, a:focus {
	text-decoration: none;
	color: #d6b267;
}
a:focus {
	outline: 0;
}
.mg-top10 {
	margin-top: 10px;
}
.mg-top20 {
	margin-top: 20px;
}
.mg-top30 {
	margin-top: 30px;
}
.mg-top40 {
	margin-top: 40px;
}
.mg-top50 {
	margin-top: 50px;
}
.no-mg {
	margin: 0px;
}
.no-pd {
	padding: 0px;
}
.white {
	color: #fff;
}
.gold {
	color: #d6b267 !important;
}
.dark-grey {
	color: #373435;
}
.light-grey {
	color: #756d70;
}
.grey-bg {
	background-color: #f0f0f0;
}
.white-bg {
	background-color: #fff;
}
.font-semi {
	font-family:"Raleway SemiBold";
}
.font-bold {
	font-family: "Raleway-Bold";
}
.border-btm {
	border-bottom: 3px solid #d6b267;
	width: 50px;
	margin: 0 auto;
}
.bdr-btm-white {
	border-bottom: 2px solid #fff;
	width: 50px;
}
.bdr-btm-black {
	border-bottom: 2px solid #373435;
	width: 50px;
}
.bdr-btm-gold {
	border-bottom: 2px solid #D2AC6A;
	width: 50px;
}
.center {
	margin: 0 auto;
}
/* Base Style Ends Here */

/* Header Style Starts Here */
.header {
	position:absolute;
	width: 100%;
	top: 20px;
	z-index: 1;
}
.navbar-brand {
	padding: 0px;
}
.logo {
	position: absolute;
	z-index: 1;
}
.menu {
	background-color: #fff;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu li a {
	text-transform: uppercase;
	color: #373435;
	font-size: 13px;
	font-family:"Raleway SemiBold";
}
.menu ul {
	padding-right: 15px;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	color: #d6b267;
}
.pipe:hover {
	color: #373435 !important;
}

/* Header Change on hover style starts here */
/*header {
    font-family:'Steelfish';
    color: #fff;
    margin: 10px 0 0 0;
    background:red;
}
header h1 {
    font-size: 90px;
    text-align: center;
    text-transform: uppercase;
}
header h2 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase
}*/
nav {
    /*text-align: center;
    text-transform: uppercase;
    background:red;
    font-size: 30px;*/
}
/*nav ul {
    margin:0;
    padding: 0;
    list-style-type: none;
}*/
/*nav ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
}*/
/*nav ul li a {
    text-decoration: none;
    color: #fff;
}*/
nav ul li a:hover {
    /*text-decoration: none;
    color: #000;*/
    -webkit-transition: color 900ms ease;
    -moz-transition:color 900ms ease;
    -o-transition: color 900ms ease;
    transition: color 900ms ease;
}
.scroll-nav {z-index: 9999; position: fixed; left: 0; top: 0 !important; width: 100%;background:rgba(255,0,0,0.5);}
.scroll-nav ul.menu {float:right;}

.scroll-nav {z-index: 9999; position: fixed; left: 0; top: 0 !important; width: 100%;background:rgba(255,255,255,1); box-shadow: 0px 2px 5px rgba(0,0,0,0.2); }
.scroll-nav ul.menu {float:right;}
.scroll-nav .logo img {
	width: 70px;
	margin-top: 7px;
}

/* Header change on hover style ends*/

/* Header Style Ends Here */

/* Slider Starts */
.carousel {
	position: relative;
}
.slider .slide-content {
	top:40%;
	position: absolute;
	width: 100%;
	text-align: center;
}
.slider h2 {
	color: #fff;
}
.slider h1 {
	font-size: 48px;
	text-transform: uppercase;
	color: #d6b267;
	font-family: "Raleway-Bold";
}
.slider {
  max-width: 100%;
  height: 100vh;
  margin: 0px auto;
  position: relative;
}
.slide1,.slide2,.slide3 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(../images/banner-1.jpg)no-repeat center;
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide2 {
  background: url(../images/banner-2.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide3 {
    background: url(../images/banner-2.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
/* Slider Ends */

/* Bouncing Arrow Style Starts Here */

/*@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: 0px;
	width: 20px;
	height: 20px;
	background-image: url(../images/bounce.png);
	background-size: contain;
}

.bounce {
	-moz-animation: bounce 5s infinite;
	-webkit-animation: bounce 5s infinite;
	animation: bounce 5s infinite;
}*/


/* Bouncing Arrow Style Ends Here */

/* Home Content Style Starts Here */
.about {
	background-color: #f6f4f1;
	height: 370px;
}
.design-text {
	margin-top: 18%;
}
.design-div {
	position: absolute;
	z-index: 1;
	margin-top: 50px;
	margin-left: -20px;
}
.arrow-right {
	background-image: url('../images/sprite.png');
	background-position: -115px 4px;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0 auto;
}
.mkt-img img {
	width: 100%;
}
.kids > .container > div:first-child {
	text-align: right;
}
.list-style {
	padding-left: 0;
	list-style: none;
}
/* Home Content Style Ends Here */

/* Inner Content Style Starts Here */
.inner-banner {
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	position: relative;
}
.inner-about {
	background-image: url('../images/banner-about.jpg');
}
.inner-banner-heading {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30%;
}
.about-1 {
	margin-top: -40px;
}
.inner h6.dots {
	font-size: 50%;
}
.about-content {
	padding-bottom: 50px;
}
.about-content > div div.white-bg {
	padding-right: 40px;
	padding-left: 40px;
}
.abt-div-4 {
	margin-top: -20px;
}
.abt-div-5 {
	margin-top: -40px;
}
.abt-div-7 {
	margin-top: -100px;
}
.abt-div-9 {
	margin-top: -90px;
}
.dressing-img {
	margin-top: 5%;
}
/* Clients Page style Starts Here */
.clients > div > div {
	border:1px solid #eee;
}
.clients > div img {
	-webkit-filter: grayscale(100%;);
	filter: grayscale(100%);
}
.clients > div img:hover {
	-webkit-filter:grayscale(0;);
	filter: grayscale(0);
}
/* Clients Page Style Ends Here */

/* Contact Page Style Starts Here */
#map-canvas {
	height: 700px;
	margin: 0px;
	padding: 0px
}
.map-arrow-right {
	position: absolute;
	right: 15px;
	top: 40%;
}
.contact-form {
	margin-top: -2%;
	padding-top: 30px;
	padding-bottom: 20px;
}
.contact-form > div {
	margin-bottom: 10px;
}
.cotact-form .label {
	width: 100%;
}
.input-style {
	border: 1px solid #eee;
	width: 100%;
	padding: 5px;
}
.btn-style {
	background-color: #d6b267;
	color: #fff;
	border: 0px;
	padding: 5px 20px;
}
textarea.input-style {
	resize: none;
}
/* Contact Page Style Ends Here */

/* Career page Style Starts Here */
.career-form > div:first-child {
	padding-top: 20px !important;
}
.career-form > div {
	margin-bottom: 10px;
}
.career-form {
	margin-bottom:30px;
}
/* Career Page Style Ends Here */

/* Collections Page Style Starts here */

/* Image Hover Effect Style Starts */
.column {
	/*margin: 15px 15px 0;
	padding: 0;*/
}
/*.column:last-child {
	padding-bottom: 60px;
}*/
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	/*position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;*/
	margin-bottom: 30px;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	/*width: 300px;
	height: 200px;*/
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Image Hover Effect Style Ends */
.carousel-control.left,.carousel-control.right {
  background-image:none;
  margin-top:10%;
  width:5%;
}
/* Collectons Page style ends here */

/* Inner Content Style Ends Here */

/* Footer Style Starts Here */
.footer {
	background-color: #2f2c2d;
	color: #756d70;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer .footer-icons {
	background-image: url('../images/sprite.png');
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer .phone {
	background-position: 0px 0px;
	height: 35px;
    width: 35px;
}
.footer .address {
	background-position: -40px 0px;
	height: 35px;
    width: 35px;
}
.footer .email {
	background-position: -80px 0px;
	height: 35px;
    width: 35px;
}
.footer-btm {
	background-color: #373435;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}
.footer-btm ul {
	margin: 0 auto;
	list-style: none;
	padding: 0px;
}
.footer-btm ul li {
	display: inline;
	border-right: 1px solid #756d70;
}
.footer-btm ul li:last-child {
	border: 0px;
}
.footer-btm ul li a {
	color: #756d70;
	text-transform: uppercase;
	padding: 5px 20px;
}

.footer-btm .footer-social span {
	background-image: url('../images/sprite.png');
	display: block;
	margin: 0 auto;
}
.footer-btm .footer-social a {
	display: inline-block;
}
.footer-btm .footer-social .footer-fb {
	background-position: 0px 40px;
	height: 40px;
    width: 40px;
}
.footer-btm .footer-social .footer-twitter {
	background-position: -40px 40px;
	height: 40px;
    width: 40px;
}
.footer-btm .footer-social .footer-linkedin {
	background-position: -80px 40px;
	height: 40px;
    width: 40px;
}

/* Footer Style Ends Here */

/* Media Phone Starts Here */
@media only screen and (max-width: 767px) {
.phone-menu {
	background-color: rgba(255,255,255,0.3);
	/*box-shadow: 0px 2px 5px rgba(55,52,53,0.2);*/
	z-index: 99;
	position: fixed;
	width: 100%;
}
.phone-menu img {
	float: left;
	margin-left: 10px;
	padding-bottom: 5px;
    padding-top: 5px;
}
.menu-btn {
    background: #373435;
    border: 0;
    color: #eee;
    font-size: 30px;
    width: 50px;
    height: 60px;
    float: right;
    /*z-index: 99;*/
    /*position: absolute;
	top: 0px;*/
}
.pushy-content ul {
	padding: 0px;
	list-style: none;
}
h2 {
	font-size: 18px;
}
h1 {
	font-size: 26px !important;
}

.design-div {
	margin-top: 0px;
	margin-left: 0px;
}
.design-div h2 {
	margin-top: 0px;
}
.design-text {
	margin-top: 25%;
}
.kids > .container, .kids > .container > div {
	padding:0px;
}
.kids > .container > div {
	text-align: center !important;
}
.kids > .container > div:last-child {
	margin-top: 20px;
}
.mkt-img > div {
	margin-bottom: 15px;
}
.footer .footer-icons {
	margin: 0px auto 10px;
}
.footer > .container > div > div {
	margin-bottom: 20px;
}

/* Inner Style Starts Here */
.inner-banner {
	height: 200px;
}
.inner .container {
	padding: 0px;
}
.inner .container > div:last-child, .inner .container > div:last-child div {
	padding: 0px;
}
.abt-brief {
	margin-top: 20px;
}
.abt-brief br {
	display: none;
}
.about-div {
	padding-left: 15px;
	padding-right: 15px;
}
.abt-raising br {
	display: none;
}
.abt-raising > div:first-child {
	margin-top: 20px;
}
.about-content > .container > div {
	padding:0px;
}
.about-content > div div.white-bg {
	padding-left: 15px;
	padding-right: 15px;
}
.abt-div-4, .abt-div-5 {
	margin-top: 50px;
}
.abt-div-6 > div, .abt-div-9 > div {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.abt-div-7, .abt-div-9 {
	margin-top: 50px;
}

.abt-dressing br {
	display: none;
}
.abt-dressing > div {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* Contact Style Starts Here */
.about-1 {
    margin-top: 20px;
    padding: 0;
}
.contact-form {
	/*padding-left: 15px !important;
	padding-right: 15px !important;*/
	padding: 15px !important;
	margin-top: 10%;
}
/* Contact Style Ends Here */ 
.career-form {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
/* Inner Style Ends Here */
}
/* Media Phone Ends Here */

/* Media Tablet Starts Here */
@media (min-width: 768px) and (max-width: 991px) {
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
.menu li a {
	font-size: 12px;
}
.nav > li > a {
	padding-left: 12px;
	padding-right: 12px;
}
.design-div {
    margin-top: 12px;
}
.design-text {
    margin-top: 15%;
}
.abt-brief br {
	display: none;
}
.about-1 {
    margin-top: -20px;
}
.abt-raising br, .abt-dressing br  {
	display: none;
}
.raising-img {
	margin-top: 30px;
}
.abt-div-4 {
    margin-top: -17%;
}
.abt-div-5 {
    margin-top: -11%;
}
}
/* Media Tablet ends Here */

/* Media IPad Starts Here */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* Media IPad Ends Here */





